summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: tidy up.ru2002-03-181-8/+8
* mdoc(7) police: bump document date to the date of the last interfacedd2002-03-181-3/+6
* Update to reflect reality; devname(3) hasn't returned NULL on failuredd2002-03-181-6/+18
* Features are deprecated, not depreciated.dd2002-03-181-1/+1
* Document PT_IO, and move the comment about machine-dependent requestsdes2002-03-161-5/+33
* Further cleanup (punctuation, genitive)des2002-03-161-18/+27
* Insert newlines between sentences and rewrap paragraphs. No changes todes2002-03-161-31/+40
* mdoc(7) police: hard sentence breaks, whitespace at EOL, contractions.ru2002-03-151-10/+18
* mdoc(7) police: Fix xref to timeradd(3).ru2002-03-151-1/+1
* mdoc(7) police: punctuation nit.ru2002-03-151-2/+1
* bde got caught by mdoc(7) police. :-)ru2002-03-152-2/+2
* mdoc(7) police: don't you notice the warnings?ru2002-03-151-1/+0
* Come on guys, you can't just take OpenBSD manpage and commit itru2002-03-151-30/+41
* Remove trailing characters from #endif.obrien2002-03-151-3/+0
* Clarify fcntl(2) and flock(2) interoperability.maxim2002-03-141-1/+7
* Fix some bugs that would prevent %fsr to be set correctly, and addtmm2002-03-114-8/+25
* Account for <machine/fsr.h> no longer being usable for assembler code.tmm2002-03-112-2/+6
* Fix __dtoul to work on sparc64 (it used a half-way v8 stack layout),tmm2002-03-111-13/+13
* Save/restore the %y register around calls to the C user trap handler;tmm2002-03-111-0/+4
* cosmetic: spell 'cashe' as 'cache'billf2002-03-103-3/+3
* Don't refer the reader to look for a word that doesn't exist anywheredd2002-03-101-1/+3
* If syslog fails to talk to syslogd, then it tries to write a messagedwmalone2002-03-091-4/+4
* Correct a typo.dd2002-03-091-1/+1
* This API will appear in FreeBSD 4.6.dd2002-03-091-1/+1
* Bring a comment in line with the code, and fix some spelling errorsdd2002-03-091-4/+3
* Fix build. I commented out getpass() in readpassphrase.c because thegreen2002-03-091-3/+3
* Update readpassphrase(3)to the latest revisions. Changes are mainly duegreen2002-03-082-57/+146
* Improve punctuation consistency: all errors had a '.' after themrwatson2002-03-081-1/+1
* Add new errno ``ENOATTR''.green2002-03-072-0/+5
* Add GETPID to the list of operations for which semctl(2) returns the value.maxim2002-03-061-1/+1
* Add a carriage return to each function declaration, and make use of ID tageric2002-03-061-8/+12
* When multiple threads call atexit at the same time, some operations musttegge2002-03-051-2/+28
* Add fpsetmask(). Needed to build miniperl.jake2002-03-052-2/+29
* Fix a bug where siglongjmp would clobber the argument to return fromjake2002-03-051-2/+2
* Connect the sparc64 userland fp emulator to the build.tmm2002-03-051-0/+2
* Check if string is not NULL, not *string, before setting *string.green2002-02-271-2/+2
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-272-1/+5
* use _GENERIC_DIRSIZ(dp) to avoid copying too much of the dirent overalfred2002-02-261-2/+2
* Per POSIX <grp.h> doesn't require <sys/types.h>.sobomax2002-02-251-1/+0
* Add userland floating point emulator code for sparc64. This is a porttmm2002-02-2317-1/+3520
* Add ifdefs for sparc64.jake2002-02-233-2/+7
* Fix wrong offsets. Add offsets for %fsr and %tstate.jake2002-02-231-6/+11
* Add space for %fsr and %tstate to utrapframe. Save them in the genericjake2002-02-232-1/+14
* o style(9) and consistency fix:jedgar2002-02-211-2/+2
* o style(9) and consistency fixes:jedgar2002-02-215-44/+41
* Add more argument checkingjedgar2002-02-212-0/+17
* static'ize and declare functionsjedgar2002-02-211-1/+5
* Fixed divots that I created when I moved prototypes of group_from_gidimp2002-02-192-2/+3
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-1835-33/+100
* o style and consistency fixes:jedgar2002-02-176-40/+40
OpenPOWER on IntegriCloud