| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc(7) police: bump document date to the date of the last interface | dd | 2002-03-18 | 1 | -3/+6 |
* | Update to reflect reality; devname(3) hasn't returned NULL on failure | dd | 2002-03-18 | 1 | -6/+18 |
* | Features are deprecated, not depreciated. | dd | 2002-03-18 | 1 | -1/+1 |
* | Document PT_IO, and move the comment about machine-dependent requests | des | 2002-03-16 | 1 | -5/+33 |
* | Further cleanup (punctuation, genitive) | des | 2002-03-16 | 1 | -18/+27 |
* | Insert newlines between sentences and rewrap paragraphs. No changes to | des | 2002-03-16 | 1 | -31/+40 |
* | mdoc(7) police: hard sentence breaks, whitespace at EOL, contractions. | ru | 2002-03-15 | 1 | -10/+18 |
* | mdoc(7) police: Fix xref to timeradd(3). | ru | 2002-03-15 | 1 | -1/+1 |
* | mdoc(7) police: punctuation nit. | ru | 2002-03-15 | 1 | -2/+1 |
* | bde got caught by mdoc(7) police. :-) | ru | 2002-03-15 | 2 | -2/+2 |
* | mdoc(7) police: don't you notice the warnings? | ru | 2002-03-15 | 1 | -1/+0 |
* | Come on guys, you can't just take OpenBSD manpage and commit it | ru | 2002-03-15 | 1 | -30/+41 |
* | Remove trailing characters from #endif. | obrien | 2002-03-15 | 1 | -3/+0 |
* | Clarify fcntl(2) and flock(2) interoperability. | maxim | 2002-03-14 | 1 | -1/+7 |
* | Fix some bugs that would prevent %fsr to be set correctly, and add | tmm | 2002-03-11 | 4 | -8/+25 |
* | Account for <machine/fsr.h> no longer being usable for assembler code. | tmm | 2002-03-11 | 2 | -2/+6 |
* | Fix __dtoul to work on sparc64 (it used a half-way v8 stack layout), | tmm | 2002-03-11 | 1 | -13/+13 |
* | Save/restore the %y register around calls to the C user trap handler; | tmm | 2002-03-11 | 1 | -0/+4 |
* | cosmetic: spell 'cashe' as 'cache' | billf | 2002-03-10 | 3 | -3/+3 |
* | Don't refer the reader to look for a word that doesn't exist anywhere | dd | 2002-03-10 | 1 | -1/+3 |
* | If syslog fails to talk to syslogd, then it tries to write a message | dwmalone | 2002-03-09 | 1 | -4/+4 |
* | Correct a typo. | dd | 2002-03-09 | 1 | -1/+1 |
* | This API will appear in FreeBSD 4.6. | dd | 2002-03-09 | 1 | -1/+1 |
* | Bring a comment in line with the code, and fix some spelling errors | dd | 2002-03-09 | 1 | -4/+3 |
* | Fix build. I commented out getpass() in readpassphrase.c because the | green | 2002-03-09 | 1 | -3/+3 |
* | Update readpassphrase(3)to the latest revisions. Changes are mainly due | green | 2002-03-08 | 2 | -57/+146 |
* | Improve punctuation consistency: all errors had a '.' after them | rwatson | 2002-03-08 | 1 | -1/+1 |
* | Add new errno ``ENOATTR''. | green | 2002-03-07 | 2 | -0/+5 |
* | Add GETPID to the list of operations for which semctl(2) returns the value. | maxim | 2002-03-06 | 1 | -1/+1 |
* | Add a carriage return to each function declaration, and make use of ID tag | eric | 2002-03-06 | 1 | -8/+12 |
* | When multiple threads call atexit at the same time, some operations must | tegge | 2002-03-05 | 1 | -2/+28 |
* | Add fpsetmask(). Needed to build miniperl. | jake | 2002-03-05 | 2 | -2/+29 |
* | Fix a bug where siglongjmp would clobber the argument to return from | jake | 2002-03-05 | 1 | -2/+2 |
* | Connect the sparc64 userland fp emulator to the build. | tmm | 2002-03-05 | 1 | -0/+2 |
* | Check if string is not NULL, not *string, before setting *string. | green | 2002-02-27 | 1 | -2/+2 |
* | Introduce a version field to `struct xucred' in place of one of the | dd | 2002-02-27 | 2 | -1/+5 |
* | use _GENERIC_DIRSIZ(dp) to avoid copying too much of the dirent over | alfred | 2002-02-26 | 1 | -2/+2 |
* | Per POSIX <grp.h> doesn't require <sys/types.h>. | sobomax | 2002-02-25 | 1 | -1/+0 |
* | Add userland floating point emulator code for sparc64. This is a port | tmm | 2002-02-23 | 17 | -1/+3520 |
* | Add ifdefs for sparc64. | jake | 2002-02-23 | 3 | -2/+7 |
* | Fix wrong offsets. Add offsets for %fsr and %tstate. | jake | 2002-02-23 | 1 | -6/+11 |
* | Add space for %fsr and %tstate to utrapframe. Save them in the generic | jake | 2002-02-23 | 2 | -1/+14 |
* | o style(9) and consistency fix: | jedgar | 2002-02-21 | 1 | -2/+2 |
* | o style(9) and consistency fixes: | jedgar | 2002-02-21 | 5 | -44/+41 |
* | Add more argument checking | jedgar | 2002-02-21 | 2 | -0/+17 |
* | static'ize and declare functions | jedgar | 2002-02-21 | 1 | -1/+5 |
* | Fixed divots that I created when I moved prototypes of group_from_gid | imp | 2002-02-19 | 2 | -2/+3 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 35 | -33/+100 |
* | o style and consistency fixes: | jedgar | 2002-02-17 | 6 | -40/+40 |
* | Fix two file descriptor leaks in the internal function local_rpcb() | iedowse | 2002-02-16 | 1 | -1/+8 |