| Commit message (Expand) | Author | Age | Files | Lines |
| * | program written under FreeBSD -> programs written under FreeBSD | Eivind Eklund | 1998-10-03 | 1 | -2/+2 |
| * | Delete the XXX comments that refer to spinlock recursion. The malloc/free/ | John Birrell | 1998-09-30 | 1 | -15/+1 |
| * | `kern.maxproc' is not changeable from sysctl(8). | Joseph Koshy | 1998-09-29 | 1 | -1/+1 |
| * | Document that we will core-dump on getting a NULL pointer. | Eivind Eklund | 1998-09-28 | 1 | -0/+4 |
| * | Don't cast int pointers to long pointers when reading labels from | Doug Rabson | 1998-09-26 | 1 | -6/+9 |
| * | Apply patch to properly sscanf(3) when there is whitespace in the format | David E. O'Brien | 1998-09-25 | 1 | -7/+2 |
| * | Use 8k pagesize on alpha, not 4k. | Doug Rabson | 1998-09-23 | 1 | -1/+5 |
| * | Back out part of previous commit (even though it's technically correct). | Alexander Langer | 1998-09-20 | 1 | -1/+17 |
| * | Correctly back out of free if a recursive call into malloc.c is detected. | Alexander Langer | 1998-09-19 | 1 | -8/+7 |
| * | Simplify implementation and eliminate a register preservation problem. | Luoqi Chen | 1998-09-18 | 2 | -48/+20 |
| * | s/yellow pages/NIS/ | Poul-Henning Kamp | 1998-09-17 | 1 | -3/+2 |
| * | Sort table and descriptions. | Joseph Koshy | 1998-09-16 | 1 | -7/+7 |
| * | Replace memory leaking instances of realloc with non-leaking reallocf. | Warner Losh | 1998-09-16 | 22 | -46/+50 |
| * | o Don't reference non-existant function freealloc. | Warner Losh | 1998-09-16 | 1 | -4/+4 |
| * | Fix style problems noted by Bruce: | Warner Losh | 1998-09-16 | 2 | -8/+35 |
| * | Don't initialize NIS until it is really necessary. Now, in case of network | Dmitrij Tejblum | 1998-09-15 | 1 | -55/+71 |
| * | Turn off replies to ICMP echo requests for broadcast and multicast | Joseph Koshy | 1998-09-15 | 1 | -2/+6 |
| * | Replace accidentally-deleted `x' which caused warnx() to misbehave. | Garrett Wollman | 1998-09-15 | 1 | -2/+2 |
| * | Correct a typo that I noticed. | Joseph Koshy | 1998-09-15 | 1 | -1/+1 |
| * | o use strncpy safely | Warner Losh | 1998-09-14 | 1 | -3/+8 |
| * | Add reallocf to the library. This function is simliar to realloc, but | Warner Losh | 1998-09-14 | 3 | -13/+42 |
| * | Fix a cut 'n paste mistake. | Luoqi Chen | 1998-09-13 | 2 | -8/+8 |
| * | In libc_r, rename vfork syscall to _thread_sys_vfork and make vfork an alias | Dmitrij Tejblum | 1998-09-12 | 3 | -6/+14 |
| * | Document the fact that shutdown(2) is expected to comply with Posix.1g, | Garrett Wollman | 1998-09-12 | 1 | -3/+20 |
| * | Change return type of strptime from const char* to char*. | Dmitrij Tejblum | 1998-09-12 | 2 | -5/+5 |
| * | A small last-minute iitem for 3.0: | Garrett Wollman | 1998-09-12 | 2 | -84/+124 |
| * | Use ellipsis in synopsis. | Joseph Koshy | 1998-09-12 | 1 | -2/+6 |
| * | $@ -> ${.TARGET} | Warner Losh | 1998-09-11 | 1 | -2/+2 |
| * | Change obsolete $@ to ${.TARGET}. | Warner Losh | 1998-09-11 | 1 | -1/+1 |
| * | Don't trust TMPDIR if we're setuid root. This is used only for the | Warner Losh | 1998-09-11 | 1 | -2/+3 |
| * | Mention which system interface functions are signal-safe. | Brian Somers | 1998-09-09 | 1 | -1/+103 |
| * | Document a number of VM sysctl variables with help from old emails | Guy Helmer | 1998-09-09 | 1 | -1/+38 |
| * | Change i386 in a few paths to ${MACHINE} to support MACHINE=pc98. | KATO Takenori | 1998-09-09 | 1 | -5/+5 |
| * | Add $Id$, remove quoting for `...'. | Joseph Koshy | 1998-09-09 | 1 | -1/+3 |
| * | Add a new library function getobjformat(). It checks all the | John Polstra | 1998-09-09 | 3 | -3/+238 |
| * | Add support for the RPC 64-bit integer type ``hyper''. | David E. O'Brien | 1998-09-08 | 1 | -1/+57 |
| * | restore rev 1.23 to give clear SIGALRM handling example, 68 years | Andrey A. Chernov | 1998-09-08 | 1 | -28/+16 |
| * | Use ellipsis in the synopsis, and an appropriate explanation in | Joseph Koshy | 1998-09-08 | 2 | -4/+12 |
| * | Reviewed by: Andrey A. Chernov <ache@nagual.pp.ru>, Doug Rabson <dfr@nlsystem... | Matthew Dillon | 1998-09-06 | 1 | -17/+29 |
| * | Use a varargs style prototype in the manual page, with accompanying | Joseph Koshy | 1998-09-06 | 1 | -1/+14 |
| * | Use INT_MAX instead of LONG_MAX since the variable being compared | John Birrell | 1998-09-05 | 1 | -4/+4 |
| * | Change a test for NETBSD_SYSCALLS to __alpha__. We're not ready to | John Birrell | 1998-09-05 | 1 | -2/+2 |
| * | Change the profile data file name from gmon.out to progname.gmon | John Birrell | 1998-09-05 | 2 | -7/+14 |
| * | Implement the weak aliases for private entry points in the inet_* | John Polstra | 1998-09-02 | 20 | -90/+167 |
| * | Sort cross references. | Wolfram Schneider | 1998-08-31 | 5 | -14/+14 |
| * | Typo fix. | Joseph Koshy | 1998-08-28 | 1 | -1/+1 |
| * | Describe what constitues an exceptional condition. | Steve Price | 1998-08-24 | 1 | -0/+2 |
| * | Update to use the new elf headers. | Doug Rabson | 1998-08-17 | 1 | -15/+28 |
| * | Remove support for NetBSD syscalls. | John Birrell | 1998-08-17 | 9 | -378/+3 |
| * | Remove the comment about how to get NetBSD syscalls since there are | John Birrell | 1998-08-17 | 1 | -8/+1 |