| Commit message (Expand) | Author | Age | Files | Lines |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 360 | -5/+426 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+3 |
* | Use USRSTACK (defined in <machine/vmparam.h>) to get top of the initial stack. | dt | 1999-07-12 | 6 | -48/+18 |
* | Fix commented out CFLAGS addition for LOGIN_CAP_AUTH, which was missing | sheldonh | 1999-07-12 | 1 | -1/+1 |
* | Fix a couple more coding style nits. | jasone | 1999-07-11 | 5 | -12/+12 |
* | Modify previous changes to conform better to libc_r's coding style. | jasone | 1999-07-11 | 11 | -196/+297 |
* | Fixed a minor style nit in the EXAMPLE section. | wes | 1999-07-10 | 1 | -1/+1 |
* | Clarify an explanation a little bit. | phk | 1999-07-09 | 1 | -4/+9 |
* | Back out previous commit after discussing it with Dmitrij Tejblum. | des | 1999-07-07 | 1 | -4/+0 |
* | Always set errno to ENOMEM when returning 0 from malloc() or realloc(). | des | 1999-07-07 | 1 | -1/+5 |
* | Make the new %Z addition thread-safe. | obrien | 1999-07-06 | 1 | -19/+49 |
* | Always use growable thread stacks on the i386. The VM_STACK kernel option | jasone | 1999-07-06 | 14 | -88/+51 |
* | Merge from -stable; support for the 'ida' driver, move fla to major 102 | msmith | 1999-07-05 | 2 | -4/+6 |
* | Disable growable stacks by default, as advertised. | jasone | 1999-07-05 | 3 | -6/+6 |
* | Use growable stacks for thread stacks that are the default stack size. | jasone | 1999-07-05 | 14 | -64/+462 |
* | Actually impliment the documented %Z specifier. | obrien | 1999-07-04 | 2 | -2/+44 |
* | 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 |