| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from master (crypto) telnet. WARNS fixes for alpha. | markm | 2001-12-03 | 1 | -6/+6 |
* | Add a missing underscore. | mike | 2001-12-01 | 1 | -1/+1 |
* | o Stop abusing MD headers with non-MD types. | mike | 2001-12-01 | 1 | -9/+49 |
* | o Improve consistency of style by fixing tabs around _PATH_AUTHCONF. | rwatson | 2001-11-30 | 1 | -1/+1 |
* | o Introduce _PATH_CAPABILITY and _PATH_CAPABILITY_DB to the system | rwatson | 2001-11-30 | 1 | -0/+2 |
* | Oops, actually fix the namespace pollution for atoll() as the previous | bde | 2001-11-29 | 1 | -4/+4 |
* | Fixed namespace pollution and/or breakage of K&R and C90 support related to | bde | 2001-11-28 | 1 | -16/+21 |
* | Fixed namespace pollution in previous commit. The C99 function | bde | 2001-11-28 | 1 | -1/+1 |
* | Whitespace formatting | ache | 2001-11-28 | 1 | -1/+2 |
* | Fix just added atoll prototype | ache | 2001-11-28 | 1 | -1/+1 |
* | Add atoll(3) to conform POSIX and C99 | ache | 2001-11-28 | 1 | -0/+1 |
* | Add strerror_r function per Posix prototype. | wes | 2001-11-27 | 1 | -0/+1 |
* | Introduce readpassphrase(3), a superset of getpass(3). This | green | 2001-11-20 | 2 | -1/+48 |
* | Install LOMAC includes from the new directory. | green | 2001-11-20 | 1 | -2/+2 |
* | Use fixed-size fields in the structure for the timed protocol. This | jhb | 2001-11-20 | 1 | -4/+9 |
* | Install LOMAC public headers. | green | 2001-11-19 | 1 | -0/+5 |
* | o Implement imaxabs(), imaxdiv(), llabs(), lldiv(). | mike | 2001-11-15 | 2 | -2/+15 |
* | NFS split forgot to prototype nfsclnt() syscall, do it. | alfred | 2001-11-13 | 1 | -0/+1 |
* | - Put missing prototype for rcmd() in <unistd.h>. | ru | 2001-11-09 | 1 | -0/+2 |
* | Traditionally work in the -traditional case. | obrien | 2001-11-07 | 1 | -0/+4 |
* | Remove FreeBSD/vax and FreeBSD/tahoe support. | peter | 2001-11-03 | 1 | -17/+1 |
* | o Add new header <sys/stdint.h>. | mike | 2001-11-02 | 2 | -2/+56 |
* | Add time_to_int(), int_to_time(), time_to_long(), long_to_time(). | dillon | 2001-10-28 | 1 | -0/+4 |
* | Make the protocol/dumprestore.h header match restore's idea of the dump | dillon | 2001-10-28 | 1 | -2/+4 |
* | Add routines to convert time_t to/from fixed-bit fields. These routines | dillon | 2001-10-28 | 1 | -0/+7 |
* | ll_time and ut_time are int32_t on disk and have to remain that way | peter | 2001-10-27 | 1 | -2/+2 |
* | Restore K&R prototype. Fix other style bugs. | mike | 2001-10-27 | 1 | -8/+9 |
* | Diff-reduce these two. | markm | 2001-10-27 | 1 | -2/+3 |
* | Resume deorbit burn sequence for <malloc.h>. Inspection of my make logs | wollman | 2001-10-25 | 1 | -5/+2 |
* | Add $FreeBSD$. | asmodai | 2001-10-24 | 1 | -3/+6 |
* | Fixed some style bugs: | bde | 2001-10-10 | 1 | -3/+3 |
* | Implement strcasestr() which many others (f.e. Linux) already have | ache | 2001-10-10 | 1 | -0/+1 |
* | Add a new libc function, strnstr(3), which allows one to limit the | mike | 2001-10-09 | 1 | -1/+3 |
* | Add compatibility functions for the AF_LOCAL RPC transport stuff | wpaul | 2001-10-04 | 2 | -0/+15 |
* | Fixed order of includes. <sys/cdefs.h> must be included before | bde | 2001-10-04 | 1 | -9/+6 |
* | Fixed some style bugs. | bde | 2001-10-04 | 1 | -4/+4 |
* | Fixed namespace pollution: | bde | 2001-10-04 | 1 | -3/+12 |
* | Back out WIP that snuck in with revs 1.15[23]. | obrien | 2001-10-01 | 1 | -1/+0 |
* | Merge style with NetBSD -- ANSI-C prototypes, style(9) tabing, etc. | obrien | 2001-10-01 | 1 | -39/+38 |
* | Merge functional changes from NetBSD. | obrien | 2001-10-01 | 1 | -22/+32 |
* | *** empty log message *** | obrien | 2001-10-01 | 1 | -0/+1 |
* | RFC2349 (http://www.hypermail.org/rfcs/rfc2349.html) adds support | obrien | 2001-09-27 | 1 | -0/+2 |
* | o Update unistd.h with the prototype for the new eaccess(2) system call. | rwatson | 2001-09-21 | 1 | -0/+1 |
* | Now that the compat4x libc.so.4 binary has been updated, we can finally | peter | 2001-09-20 | 1 | -1/+1 |
* | Userland part of nfs client/server split and cleanup. | peter | 2001-09-18 | 1 | -2/+2 |
* | Stop gcc's fixincludes making an exception for this file | peter | 2001-09-10 | 1 | -2/+3 |
* | Sort FILES. | ru | 2001-09-06 | 1 | -5/+5 |
* | add monetary.h as per POSIX requirement | phantom | 2001-09-05 | 2 | -1/+41 |
* | style(9) the structure definitions. | obrien | 2001-09-05 | 4 | -7/+9 |
* | Revert previous delta; <arpa/inet.h> isn't quite ready to stop including | mike | 2001-08-31 | 1 | -16/+1 |