| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge from Lite2: | peter | 1997-03-11 | 9 | -92/+312 |
* | Merge from Lite2: man page updates | peter | 1997-03-11 | 6 | -18/+40 |
* | Merge from Lite2 (YAMFL2? :-) | peter | 1997-03-11 | 1 | -17/+29 |
* | Merge from Lite2 (+realpath.3) | peter | 1997-03-11 | 1 | -3/+4 |
* | merge from Lite2 - realpath() now shares a lot of code with getcwd() | peter | 1997-03-11 | 1 | -4/+158 |
* | This commit was generated by cvs2svn to compensate for changes in r23658, | peter | 1997-03-11 | 4 | -12/+238 |
|\ |
|
| * | Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch | peter | 1997-03-11 | 21 | -141/+735 |
* | | Import CSRG 4.4BSD-Lite2 includes onto vendor branch | peter | 1997-03-11 | 1 | -4/+7 |
* | | Fix brain-o in SunOS passwd.adjunct stuff: !strstr(s, "##") is a) bad | wpaul | 1997-03-10 | 1 | -1/+1 |
* | | The first argument to fts_set was wrong. Part of PR# 2917. | mpp | 1997-03-09 | 1 | -1/+2 |
* | | Pause() is made obsolete by sigsuspend(2), not sigpause(3). | mpp | 1997-03-09 | 1 | -4/+4 |
* | | Allow comments in group database. | wosch | 1997-03-08 | 1 | -2/+2 |
* | | Enabled the Lite2 getvfsbyname(). It's actually named new_getvfsbyname() | bde | 1997-03-03 | 2 | -4/+8 |
* | | Don't add/subtract 1 to MAXLOGNAME, it is already NUL-terminated | ache | 1997-03-03 | 1 | -2/+2 |
* | | Change vfc_typenum back to vfc_index in response to bde's | mpp | 1997-03-03 | 1 | -2/+2 |
* | | Changed vfc_typenum back to vfc_index. The old vfsconf struct is now | bde | 1997-03-03 | 1 | -1/+1 |
* | | This commit was generated by cvs2svn to compensate for changes in r23291, | bde | 1997-03-02 | 1 | -0/+77 |
|\ \
| |/ |
|
| * | Attempt to import Lite2's getvfsbyname.c. | bde | 1997-03-02 | 1 | -0/+77 |
| * | recording cvs-1.6 file death | peter | 1995-12-30 | 4 | -1745/+0 |
* | | Oops! I accidently commited a change that wasn't ready for prime | mpp | 1997-02-28 | 1 | -15/+0 |
* | | The struct vfsconf element vfc_index is now vfs_typenum. | mpp | 1997-02-28 | 2 | -2/+17 |
* | | Correct the xref section - it was incorrectly using .Fn instead | mpp | 1997-02-28 | 1 | -4/+4 |
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 27 | -28/+28 |
* | | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
* | | Typogrammatical error 'with' -> 'when'. | danny | 1997-02-20 | 1 | -1/+1 |
* | | Add forgotten man page link fts_set.3 -> fts.3 | wosch | 1997-02-16 | 1 | -1/+1 |
* | | Allow commonly-used "insecure" as a valid keyword in /etc/ttys. | davidn | 1997-02-15 | 1 | -0/+2 |
* | | lite2 remame: vfc_index --> vfc_typenum | adam | 1997-02-12 | 1 | -1/+1 |
* | | Submitted by: John Birrell | julian | 1997-02-05 | 1 | -1/+1 |
* | | Don't use hardcoded *roff font change requests. | mpp | 1997-01-31 | 1 | -2/+2 |
* | | Very minor mdoc cleanup. | mpp | 1997-01-31 | 2 | -5/+5 |
* | | Update to reflect current include files. | mpp | 1997-01-30 | 5 | -32/+41 |
* | | Dont' mlink getgrent.3 to setgrfile.3, since there is no | mpp | 1997-01-30 | 1 | -1/+1 |
* | | Sort cross references. | wosch | 1997-01-20 | 17 | -29/+29 |
* | | Sweep through the tree fixing mmap() usage: | alex | 1997-01-16 | 1 | -2/+2 |
* | | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 30 | -31/+31 |
* | | Added group= facility to /etc/ttys for tty grouping for more | davidn | 1997-01-02 | 2 | -1/+9 |
* | | Spelling/mdoc police. | mpp | 1996-12-30 | 1 | -6/+6 |
* | | Small yet significant tweaks/cleanups: | wpaul | 1996-12-27 | 3 | -10/+14 |
* | | Make a note in the standards section that sysconf isn't completely | alex | 1996-12-27 | 1 | -2/+3 |
* | | Use dynamic allocated buffers instead static buffers. No member or | wosch | 1996-12-25 | 1 | -19/+91 |
* | | Speeling fix. | davidn | 1996-12-22 | 1 | -1/+1 |
* | | Add a missing #ifdef YP/#endif pair so that this module will | wpaul | 1996-12-21 | 1 | -0/+2 |
* | | Mention FreeBSD explicitly along with 4.2BSD so that the | mpp | 1996-12-15 | 1 | -2/+4 |
* | | Correct some xrefs/mlinks. | mpp | 1996-12-14 | 1 | -1/+1 |
* | | Merge Lite2 mods, and -Wall cleaning. undelete(2) cruft | steve | 1996-12-14 | 3 | -6/+21 |
* | | Don't free the line buffer, since getttynam(3) might still reference | joerg | 1996-12-12 | 1 | -5/+4 |
* | | Change another reference to host names to domain names, and restore some | mpp | 1996-12-09 | 1 | -4/+3 |
* | | sethostname() returns int, not long. I could get used to having this | jkh | 1996-12-05 | 1 | -2/+2 |
* | | _key is a char array and we don't need to pass its address to _buildkey() | jkh | 1996-12-05 | 1 | -1/+1 |