| Commit message (Expand) | Author | Age | Files | Lines |
* | Declare issetugid() | peter | 1997-04-05 | 1 | -0/+1 |
* | Declare lchown().. | peter | 1997-03-31 | 1 | -0/+1 |
* | Add srandomdev() prototype | ache | 1997-03-23 | 1 | -0/+1 |
* | Put text after #endif in a comment (it's illegal otherwise) | peter | 1997-03-14 | 1 | -2/+2 |
* | Merge Lite2 changes - | peter | 1997-03-11 | 2 | -11/+12 |
* | Merge Lite2 changes | peter | 1997-03-11 | 1 | -2/+2 |
* | Merge Lite2 changes onto mainline: | peter | 1997-03-11 | 1 | -1/+9 |
* | This commit was generated by cvs2svn to compensate for changes in r23650, | peter | 1997-03-11 | 2 | -4/+158 |
|\ |
|
| * | Import CSRG 4.4BSD-Lite2 includes onto vendor branch | peter | 1997-03-11 | 7 | -55/+254 |
| * | Incorporate v1.85 of the Berkeley DB code into the CSRG branch | pst | 1996-02-27 | 2 | -75/+57 |
| * | recording cvs-1.6 file death | peter | 1995-12-30 | 1 | -151/+0 |
* | | Don't use a dot in the chown command. In fact, don't use a chown command. | bde | 1997-03-09 | 1 | -8/+3 |
* | | Comment out _POSIX_THREAD_PRIORITY_SCHEDULING since it's not supported | alex | 1997-03-04 | 1 | -1/+1 |
* | | Install headers for isofs/cd9660 and msdosfs. The mount utilities need | bde | 1997-03-02 | 1 | -8/+8 |
* | | increase L_cuserid because UT_NAMESIZE increased | ache | 1997-03-02 | 1 | -2/+2 |
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-23 | 42 | -43/+43 |
* | | Allow commonly-used "insecure" as a valid keyword in /etc/ttys. | davidn | 1997-02-15 | 1 | -0/+1 |
* | | Submitted by: John Birrell | julian | 1997-02-05 | 1 | -2/+15 |
* | | Change to comment for fs_passno to reflect that it applies | mpp | 1997-01-28 | 1 | -1/+1 |
* | | Change XOPEN constants to match FreeBSD reality and add some | ache | 1997-01-16 | 1 | -4/+4 |
* | | Activate _POSIX_* stuff if !_ANSI_SOURCE | ache | 1997-01-16 | 1 | -0/+13 |
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 42 | -43/+43 |
* | | Internationalise "authorize". | davidn | 1997-01-09 | 1 | -1/+2 |
* | | Typo fix. | davidn | 1997-01-07 | 1 | -2/+2 |
* | | Move typedef for rlim_t into sys/types.h (as per NetBSD). | davidn | 1997-01-05 | 1 | -7/+1 |
* | | Add the forgotten login_cap.h | sos | 1997-01-04 | 1 | -3/+3 |
* | | Header for login class capabilities handling. | davidn | 1997-01-04 | 1 | -0/+143 |
* | | Oops, remove FNM_NOCASE alias: really I can't remember any system | ache | 1997-01-02 | 1 | -1/+0 |
* | | Add FNM_NOCASE and FNM_IGNORECASE as synonyms to FNM_CASEFOLD | ache | 1997-01-02 | 1 | -0/+2 |
* | | Added group= facility to /etc/ttys for tty grouping for more | davidn | 1997-01-02 | 1 | -0/+3 |
* | | Missed prototype for svc_getreqset2() | peter | 1996-12-31 | 1 | -1/+2 |
* | | - Prototypes, including pointers to functions | peter | 1996-12-30 | 2 | -28/+30 |
* | | First commit of a series of cleanups for the libc rpc code which has been | peter | 1996-12-30 | 8 | -84/+137 |
* | | Update 4.9.4-P1 -> 4.9.5-P1 | peter | 1996-12-30 | 2 | -42/+110 |
* | | Update the resolver definitions from bind-4.9.4-P1 to 4.9.5-P1 level. | peter | 1996-12-30 | 2 | -53/+94 |
* | | Geeze, I'm really off-target on my Makefile hacking tonite. Guess I'll | jkh | 1996-12-30 | 1 | -3/+3 |
* | | Add some missing ${DESTDIR}s here. | jkh | 1996-12-30 | 1 | -3/+3 |
* | | string.h defines nonstandard routines when _POSIX_SOURCE is | imp | 1996-12-17 | 1 | -1/+1 |
* | | Fix compiler warning: /* inside comment | ache | 1996-12-05 | 1 | -1/+1 |
* | | Bump maximum username length to 16 characters. This brings us into | jkh | 1996-12-04 | 1 | -2/+2 |
* | | Update to more current reality. | phk | 1996-11-28 | 1 | -11/+31 |
* | | Matching routed.h to go along with latest routed. | wollman | 1996-11-19 | 1 | -2/+14 |
* | | Change prototypes for gmtime_r() and localtime_r() in accordance with | hsu | 1996-11-11 | 1 | -3/+3 |
* | | Prototype pthread_mutexattr_getkind_np() and pthread_mutexattr_setkind_np(). | hsu | 1996-11-11 | 1 | -5/+7 |
* | | Moved pthread_mutexattr_default inside #ifndef PTHREAD_KERNEL now that | hsu | 1996-11-11 | 1 | -2/+8 |
* | | Remove collate_range_cmp | ache | 1996-10-31 | 1 | -3/+0 |
* | | improve comments for UT_NAMESIZE | wosch | 1996-10-27 | 2 | -3/+7 |
* | | Fixed tabs and punctuation to match nearby (and KNF) style. Sigh. | bde | 1996-10-24 | 1 | -2/+2 |
* | | GNU-style changes: | ache | 1996-10-23 | 1 | -3/+4 |
* | | add flag FNM_ICASE for case insensitve search | wosch | 1996-10-20 | 1 | -0/+1 |