| Commit message (Expand) | Author | Age | Files | Lines |
* | Nuke the BUGS sections of these man pages because they are not appropriate. | mpp | 1999-07-01 | 4 | -12/+4 |
* | Fix typos/spelling errors. | mpp | 1999-07-01 | 6 | -16/+17 |
* | Modify code to be -Wall'able. | mks | 1999-07-01 | 7 | -87/+55 |
* | Add mising aio_* man pages. Fixed a minor typo in aio_read.2, | wes | 1999-07-01 | 6 | -9/+575 |
* | Spelll 'asynchronous' coriectly | kris | 1999-07-01 | 1 | -2/+2 |
* | Fix the NAME section of the kldload.2 manpage, which made reference to | sheldonh | 1999-07-01 | 6 | -8/+52 |
* | Defer signals, so we will not wait for SIGCHLD after it was delivered. | dt | 1999-06-29 | 3 | -0/+15 |
* | Clarify what happens if fd is set to -1 | billf | 1999-06-29 | 1 | -2/+4 |
* | Move call to umask(0) back into pw_util(), because the latter | pb | 1999-06-29 | 1 | -1/+4 |
* | Document that mlock() and munlock() can return EPERM if the | mpp | 1999-06-27 | 1 | -1/+9 |
* | Just return `curbrk' for sbrk(0) to avoid syscall overhead. | simokawa | 1999-06-26 | 1 | -0/+2 |
* | Force umask to 077 (instead of 000) during the edit phase, to get | pb | 1999-06-26 | 1 | -4/+1 |
* | Add -d option to vipw(8) to allow selection of an alternative directory | sheldonh | 1999-06-26 | 1 | -8/+14 |
* | Fix few warnings on the alpha. | dt | 1999-06-23 | 6 | -9/+12 |
* | Don't get caught in an infinite recursion when PKT_ALIAS_REVERSE | brian | 1999-06-22 | 2 | -5/+18 |
* | Correct troff sequence for backslashes in manual page. | jkoshy | 1999-06-21 | 2 | -2/+2 |
* | Remove -DNOPOLL from the compilation flags now that there is a poll wrapper | jb | 1999-06-20 | 3 | -12/+12 |
* | In the words of the author: | jb | 1999-06-20 | 78 | -4373/+5601 |
* | Typo in previous commit. | ru | 1999-06-18 | 1 | -2/+2 |
* | Mention that pid 1 is not affected by kill(-1, SIGXXX) too. | ru | 1999-06-18 | 1 | -3/+8 |
* | Add a MAINTAINER line to modules that I maintain. | ken | 1999-06-18 | 2 | -0/+2 |
* | Minor English corrections were made; SEE ALSO was also fixed (no commas). | green | 1999-06-17 | 1 | -4/+4 |
* | cam_get_device() was returning 0 on failure, and 1 on success, while | mpp | 1999-06-15 | 1 | -10/+10 |
* | Fix a minor style nit in the NAME section. | mpp | 1999-06-11 | 1 | -1/+1 |
* | Move the description of the strncmp() function from the RETURN VALUES | mpp | 1999-06-11 | 1 | -6/+6 |
* | Improvement in the description of what this does. | markm | 1999-06-10 | 1 | -10/+10 |
* | Ensure that host_addr (which is returned in struct hostent::h_addr_list[0]) | dt | 1999-06-07 | 1 | -2/+2 |
* | Spell the .St macro correctly. | steve | 1999-06-07 | 1 | -1/+1 |
* | Spell isinf(3) correctly. | steve | 1999-06-07 | 1 | -1/+1 |
* | Call do_ctors() and do_dtors() using indirect calls through function | jdp | 1999-06-06 | 1 | -3/+12 |
* | Update of intro(2)/errno(2) in the ongoing effort of the Programmer's | jseger | 1999-06-06 | 1 | -0/+25 |
* | Change an internal variable from "class" to "ns_class" for C++'s benefit. | peter | 1999-06-04 | 1 | -2/+2 |
* | Apply patch for PR #12008: remember to reset _yp_enabled flag in | wpaul | 1999-06-04 | 1 | -0/+2 |
* | Typo. | pb | 1999-05-25 | 1 | -2/+2 |
* | Added Posix rand_r function. | wes | 1999-05-24 | 2 | -5/+74 |
* | Added a missing comma to the static condition variable initialisation | jb | 1999-05-24 | 3 | -3/+3 |
* | Remove the static declaration from the line[] variable to allow | jb | 1999-05-24 | 1 | -2/+2 |
* | brucify | brian | 1999-05-23 | 1 | -2/+2 |
* | Fix a problem with static initialisation of mutexes and condition | jb | 1999-05-23 | 9 | -6/+120 |
* | Cope with non page-aligned arguments to ioperm. | dfr | 1999-05-22 | 2 | -14/+19 |
* | I seem to be having some CVS problems... I don't know why this wasn't | obrien | 1999-05-22 | 1 | -0/+702 |
* | Add an a.out ld.so so these distributions are standalone. | obrien | 1999-05-21 | 4 | -8/+1416 |
* | Need a few more dependacies. | obrien | 1999-05-21 | 1 | -3/+3 |
* | Add usr/libexec/ld.so | obrien | 1999-05-21 | 1 | -2/+4 |
* | Chflags was clearing all flags supplied on the command line after a | jmz | 1999-05-21 | 4 | -8/+8 |
* | Print SPANS addresses in the correct byte order. | mks | 1999-05-20 | 1 | -3/+3 |
* | Make incoming packets work as keepalives, too. This should fix problems | eivind | 1999-05-20 | 1 | -0/+1 |
* | Fixed disordering and duplication of MLINKS in previous commit to | bde | 1999-05-19 | 2 | -3/+3 |
* | Add a strsignal(3) (like strerror(3)) for libc compatability with other | peter | 1999-05-18 | 4 | -6/+95 |
* | Add a note that when a stream opened via fdopen() is closed via fclose(), | archie | 1999-05-17 | 1 | -0/+4 |