Open
Bug 884987
Opened 11 years ago
Updated 2 years ago
NSPR DragonFly platform support
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: ftigeot, Unassigned)
Details
Attachments
(4 files, 3 obsolete files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
text/x-chdr
|
Details | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
Until now, the freebsd platform files have been used to build nspr on DragonFly but this is not ideal.
It would be better to handle DragonFly as a separate platform like it is done with most operating systems.
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Comment 2•11 years ago
|
||
Reporter | ||
Comment 3•11 years ago
|
||
These first two attached files should be put into the pr/include/md/ directory.
Reporter | ||
Comment 4•11 years ago
|
||
Same files, in a git-style patch
Attachment #764954 -
Attachment is obsolete: true
Attachment #764956 -
Attachment is obsolete: true
Comment 5•11 years ago
|
||
Comment on attachment 764980 [details] [diff] [review]
Patch adding two DragonFly-specific files
trailing & wrong #endif /* nspr_freebsd_defs_h___ */ at the bottom of the diff :)
Deferring to wtc
Attachment #764980 -
Flags: review?(wtc)
Reporter | ||
Comment 6•11 years ago
|
||
The comment is indeed wrong, the last line should be:
#endif /* nspr_dragonfly_defs_h___ */
Not sure if that's worth an updated patch file...
Updated•10 years ago
|
Attachment #764980 -
Flags: review?(ted)
Comment 7•10 years ago
|
||
Comment on attachment 764980 [details] [diff] [review]
Patch adding two DragonFly-specific files
Review of attachment 764980 [details] [diff] [review]:
-----------------------------------------------------------------
This seems fine, although I don't really know enough details to comment more specifically.
Attachment #764980 -
Flags: review?(ted) → review+
Comment 8•10 years ago
|
||
Francois, is this still accurate wrt the specificites of dfly those days ? If so i'll land it soonish (with the nit from comment #6...)
Flags: needinfo?(ftigeot)
Reporter | ||
Comment 9•10 years ago
|
||
The patch is still good even though it now contains some obsolete parts.
I'll open a separate bug report later to remove 32-bit x86 support if this code ever makes it to the nspr repository.
Flags: needinfo?(ftigeot)
Comment 10•10 years ago
|
||
ted, shall i just land it as-is to nspr repo, or some approval is needed ? i never remember the rules for this repo..
Francois, what's the obsolete 32-bits chunk besides +#define _PR_SI_ARCHITECTURE "x86" ?
Reporter | ||
Comment 11•10 years ago
|
||
The code protected with defined(__i386__) includes in _dragonfly.cfg
Comment 12•10 years ago
|
||
You need an NSPR peer to land NSPR patches for you. If this is ready to go then needinfo me and I'll land it.
Comment 13•10 years ago
|
||
francois, can you upload a fixed patch without the i386/32 bits parts so that ted can finally land this ?
Flags: needinfo?(ftigeot)
Reporter | ||
Comment 14•9 years ago
|
||
Attachment #764980 -
Attachment is obsolete: true
Attachment #764980 -
Flags: review?(wtc)
Flags: needinfo?(ftigeot)
Reporter | ||
Comment 15•9 years ago
|
||
Reporter | ||
Comment 16•9 years ago
|
||
Reporter | ||
Comment 17•9 years ago
|
||
Reporter | ||
Comment 18•9 years ago
|
||
I have updated the patches and added missing poll(2) support in the process.
Flags: needinfo?(ted)
Comment 19•7 years ago
|
||
I have resigned as NSPR module owner. Sorry for the inconvenience.
Flags: needinfo?(ted)
Updated•6 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Comment 20•2 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: wtc → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•