Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-16 | use .St here for ISO 8601 references; ok millert | Jason McIntyre | |
2011-09-16 | RFC-2822 -> RFC 2822 | Jason McIntyre | |
2011-09-14 | update vt100 example to vt200, as vt100 apparently is no longer in the | Jason McIntyre | |
termcap database; from Nils Anspach ok nicm | |||
2011-09-13 | For threads in PS_FDR_WAIT state, check SA_RESTART before marking it as | Federico G. Schwindt | |
interrupted, thus simulating the system call restart behaviour in the non-pthreads case. Add a state for kevent since it shouldn't be restarted regardless of SA_RESTART being present. guenther@ ok. | |||
2011-09-05 | The scheduling loop can change errno, so we need to restore it even | Philip Guenthe | |
when not switching threads; issue observed by fgsch@ ok marc@ | |||
2011-09-05 | Preserve errno across calls to open the password database(s), so | Philip Guenthe | |
that errno isn't changed when a normal user (who can't open spwd.db) does a lookup. Problem pointed out by Tim van der Molen (tbvdm at xs4all.nl) | |||
2011-09-05 | Switch sigreturn() to the normal syscall entry instead of int$80. | Philip Guenthe | |
This was done for the sigreturn call in sigcode before 5.0. ok deraadt@ for post-5.0 | |||
2011-09-03 | knock out some useless Pp; | Jason McIntyre | |
2011-09-03 | some minor tweaks; | Jason McIntyre | |
2011-09-03 | make -column lists pretty again; | Jason McIntyre | |
specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense. | |||
2011-08-31 | only one leap second is permitted, not two; from guenther | Jason McIntyre | |
2011-08-30 | in column lists, enforce the following ordering: | Jason McIntyre | |
.Bl -column header1 header2 ... <Bl flags> mixing things up confuses mandoc, and adding flags in can screw up the list. this hopefully just makes things a bit safer (and more consistent). (one more bit of work left and all column lists should format how we want) | |||
2011-08-19 | as with other list types, column lists generally do not need a Pp/-compact | Jason McIntyre | |
construct; this also sidesteps what seems to be a problem with mandoc, in that "-column -compact" seems to mess up the formatting. thus these pages should now have their lists formatted nicely (i.e. correctly aligned and with indent applied); as a side note, the fact that headers are not properly marked up is another issue which will be addressed separately (a mandoc fix is needed, i think). i have fudged a few of these to mark up properly, since the workaround does make sense for some pages. as another side note, i haven;t fixed man7, as i need to prepare a separate diff for kristaps and ingo. | |||
2011-08-19 | Bring libc and libm in line with the compiler now that we no longer have a | Mark Kettenis | |
128-bit long double. Diff committed on behalf of martynas@ | |||
2011-08-19 | Make sure the stack is properly aligned for using SSE instructions. While | Mark Kettenis | |
our in-tree compiler will emit code to do this at the start of main(), other compilers might not do that. ok miod@ | |||
2011-08-18 | where a man page has multiple links, only reference that page | Jason McIntyre | |
once in SEE ALSO; also prefer Xr to Fn where relevant; diff started by Martin Pelikan | |||
2011-08-16 | 64-bitification went a bit too far here; sigset_t is 32-bit so using 64-bit | Mark Kettenis | |
loads and stores may trigger an alignment trap. Also fix issues where the code was assuming arguments were passed both in registers on the stack. This isn't ithe case for hppa64. | |||
2011-08-04 | Initial hppa64 code drop; not finished yet, but this at least allows us to | Mark Kettenis | |
build stuff. ok deraadt@ | |||
2011-08-03 | Add support for hppa64 based on the defaults for 64-bit HP-UX as found in the | Mark Kettenis | |
Configure script. ok deraadt@ | |||
2011-08-03 | Don't try to outsmart gcc inline assembler when saving the cpsr in the | Miod Vallat | |
thread context, this used to work but loses bigtime with gcc4. ok drahn@ deraadt@ | |||
2011-07-29 | missing $ in rcs tag; from Daniel Dickman | Stuart Henderson | |
2011-07-26 | .Fn rmdir -> .Xr rmdir 2 | Matthew Dempsky | |
2011-07-26 | At some point we've switched to the VFP floating-point--unlike FPA | Martynas Venckus | |
it actually stores floats in natural-endian--therefore the existing checks became wrong. Take into account __VFP_FP__, effectively bringing back the old behavior. This way it will work now, and in the future when some of our platforms are switched to FPA, where it's much faster. | |||
2011-07-26 | Assumptions about floating-point word order based on BYTE_ORDER are | Martynas Venckus | |
wrong on ARM. A more elegant solution is pending, but this is good for now. OK miod@. | |||
2011-07-26 | __arm32__ -> __arm__, since our new compiler isn't defining the | Martynas Venckus | |
former anymore. OK miod@. | |||
2011-07-25 | Make huge constants actually long, so they don't overflow and become | Martynas Venckus | |
infinite. | |||
2011-07-25 | tweak previous; | Jason McIntyre | |
2011-07-25 | update HISTORY and SEE ALSO for all of string(3), together with various | Ingo Schwarze | |
smaller improvements; jmc@ and nicm@ both ask me to get this in because further tweaking will be easier in-tree | |||
2011-07-24 | occured -> occurred; | Jason McIntyre | |
2011-07-24 | tweak previous; | Jason McIntyre | |
2011-07-24 | Recent Single Unix will malloc memory if the second argument of realpath() | Miod Vallat | |
is NULL, and third-party software is starting to rely upon this. Adapted from FreeBSD via Jona Joachim (jaj ; hcl-club , .lu), with minor tweaks from nicm@ and yours truly. | |||
2011-07-24 | Document fma, fmaf, fmal, nexttoward, nexttowardf, nexttowardl. | Martynas Venckus | |
2011-07-24 | Sync wcslcpy and wcslcat with strlcpy and strlcat. OK deraadt@ | Todd C. Miller | |
2011-07-24 | fix linkat(2) prototype | Matthew Dempsky | |
2011-07-22 | Show (in the example) that < and > can be used multiple times; ok jmc@ | Otto Moerbeek | |
jasper@ | |||
2011-07-21 | - add a MALLOC_OPTIONS section header. the content is already there, but having | Jasper Lievisse Adriaanse | |
a section will help people looking for just the MALLOC_OPTIONS. ok otto@ jmc@ | |||
2011-07-21 | sundry tweakage; | Jason McIntyre | |
2011-07-20 | - Make constants const. | Martynas Venckus | |
- Fix aliasing issue in s_frexpf.c; spotted by gcc. Many other ones were fixed in NetBSD long ago, but this one was forgotten. It looks like recently they fixed it too. | |||
2011-07-20 | For intermediate computations use single or extended counterparts | Martynas Venckus | |
where appropriate, to avoid precision loss. | |||
2011-07-20 | Document complex math library. | Martynas Venckus | |
2011-07-20 | - Replace digicert 2nd-level cert with the root which issued it. | Stuart Henderson | |
Allows https checkouts from github to work. - Add digicert's other root certs. Fingerprints carefully checked against those in the built-in roots supplied with Mozilla. ok dcoppa@ jcs@ | |||
2011-07-19 | Handle F_DUPFD_CLOEXEC the same as we do F_DUPFD. | Matthew Dempsky | |
ok guenther@ | |||
2011-07-19 | Change "constructed by bitwise-inclusive OR'ing of flags from ..." to | Matthew Dempsky | |
"constructed by bitwise-inclusive ORing flags from ..." Requested by jmc@ | |||
2011-07-19 | Change "If also flag is zero" to "If flag is also zero". | Matthew Dempsky | |
Requested by jmc@ | |||
2011-07-19 | no need to mention xerox network stack here; ok claudio | Mike Belopuhov | |
2011-07-19 | tweak previous; | Jason McIntyre | |
2011-07-19 | knock out some useless Pp; | Jason McIntyre | |
2011-07-19 | Typo. | Martynas Venckus | |
2011-07-19 | Fix two typos pointed out by guenther@ during our libpthread micro | Matthew Dempsky | |
hackathon. | |||
2011-07-19 | document that we don't currently handle UTIME_OMIT correctly for the mtime ↵ | Matthew Dempsky | |
timestamp |