| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add missing #include of <sys.types.h> | Poul-Henning Kamp | 1998-08-15 | 1 | -0/+1 |
| * | I have added the support for BIG5 encoding into libc/libxpg4/mklocale. | Poul-Henning Kamp | 1998-08-15 | 3 | -5/+127 |
| * | If using FreeBSD syscalls, handle the syscalls that don't require | John Birrell | 1998-08-08 | 1 | -1/+11 |
| * | Include FreeBSD's syscall.h if not using NetBSD syscalls. | John Birrell | 1998-08-08 | 1 | -2/+5 |
| * | Allow for the fact that NetBSD syscalls are no longer the default. Call | John Birrell | 1998-08-08 | 1 | -0/+4 |
| * | Make NetBSD compatibility conditional on NETBSD_SYSCALLS being defined. | John Birrell | 1998-08-08 | 1 | -1/+3 |
| * | References to NetBSD syscalls changed to just a comment about what to | John Birrell | 1998-08-08 | 1 | -6/+7 |
| * | Fixed bitrot in prototypes in synopsis. | Bruce Evans | 1998-08-03 | 1 | -5/+5 |
| * | Fixed missing header in synopsis. | Bruce Evans | 1998-08-03 | 1 | -1/+2 |
| * | isnetworktty -> isnettty. ttyent.h has already gone through 3 | Bruce Evans | 1998-08-03 | 2 | -6/+6 |
| * | Fixed printf format errors. | Bruce Evans | 1998-08-02 | 1 | -1/+1 |
| * | Fixed disordering in previous commit. | Bruce Evans | 1998-07-29 | 2 | -8/+8 |
| * | Add missing period. We don't allow maternity leaves. | Tim Vanderhoek | 1998-07-29 | 1 | -2/+2 |
| * | u_int --> unsigned int, remove (now unneeded) <sys/types.h> | Jonathan Lemon | 1998-07-28 | 3 | -15/+13 |
| * | oops, forgot to do ``cvs add'' first. | Jonathan Lemon | 1998-07-28 | 6 | -0/+417 |
| * | Add wrappers for i386_*_ioperm, i386_vm86 so userland code does | Jonathan Lemon | 1998-07-28 | 3 | -8/+13 |
| * | Provide meaningful errno value on error return | Andrey A. Chernov | 1998-07-14 | 1 | -5/+17 |