| Commit message (Expand) | Author | Age | Files | Lines |
| * | Removed potentially harmful garbage <vm/lock.h> and fixed bogus | Bruce Evans | 1997-04-01 | 8 | -131/+9 |
| * | Removed nested include of <ufs/ufs/dir.h>. Use the pre-Lite2 hack of | Bruce Evans | 1997-04-01 | 3 | -6/+18 |
| * | Fixed missing DPADD. Removed now-redundant SRCS. | Bruce Evans | 1997-04-01 | 1 | -1/+1 |
| * | Fixed DPADD. | Bruce Evans | 1997-04-01 | 1 | -2/+2 |
| * | Added pop3pw amandaidx amidxtape | Paul Traina | 1997-04-01 | 1 | -2/+4 |
| * | Correct the name of a header file that is referenced. | John Polstra | 1997-04-01 | 2 | -4/+4 |
| * | Fix the typo. | Hiroyuki Hanai | 1997-04-01 | 1 | -2/+2 |
| * | Fix the output format for numbers >= 1E99. | Jean-Marc Zucconi | 1997-04-01 | 1 | -2/+2 |
| * | Catch up with the original. | Hiroyuki Hanai | 1997-04-01 | 2 | -4/+9 |
| * | Add the -DPedantic flag. This is used in wref.c only. | Jean-Marc Zucconi | 1997-04-01 | 1 | -1/+1 |
| * | Merge in bugfixes from 2.2 | Paul Traina | 1997-04-01 | 1 | -29/+17 |
| * | Use mediaClose instead of shutdown | Paul Traina | 1997-04-01 | 1 | -3/+4 |
| * | Add portmapflags and syslogd flags. | Paul Traina | 1997-04-01 | 2 | -12/+24 |
| * | Remove the syslog stuff, and allow various return values | Brian Somers | 1997-03-31 | 9 | -61/+178 |
| * | Added new file bsd-family-tree | Andreas Klemm | 1997-03-31 | 1 | -3/+4 |
| * | Add a note in BUGS section that shar(1) cannot handle files | Wolfram Schneider | 1997-03-31 | 1 | -0/+3 |
| * | Fix the mount_mfs case from the last cleanup. The code was (ab)using | Peter Wemm | 1997-03-31 | 1 | -1/+17 |
| * | General cleanup and update to specify exactly how our implementation | Peter Wemm | 1997-03-31 | 1 | -31/+38 |
| * | Steal issetugid man page from OpenBSD. Needs work.. | Peter Wemm | 1997-03-31 | 1 | -0/+87 |
| * | Add libc hook for issetugid() | Peter Wemm | 1997-03-31 | 1 | -2/+3 |
| * | Implement code for an OpenBSD-style issetuigid(). | Peter Wemm | 1997-03-31 | 1 | -1/+26 |
| * | Regenerate (added issetugid) | Peter Wemm | 1997-03-31 | 5 | -7/+13 |
| * | issetugid is now implemented rather than reserved | Peter Wemm | 1997-03-31 | 1 | -2/+2 |
| * | Do not set the P_SUGID flag in seteuid()/setegid() if nothing has changed. | Peter Wemm | 1997-03-31 | 1 | -11/+20 |
| * | Do not set the P_SUGID flag in seteuid()/setegid() if nothing has changed. | Peter Wemm | 1997-03-31 | 1 | -9/+15 |
| * | Fully implement the clause in Appendix B.4.2.2 from Posix 1003.1 | Peter Wemm | 1997-03-31 | 1 | -31/+132 |
| * | Make setgroups(0, xxx) behave as it does on SYSV, namely clear the groups | Peter Wemm | 1997-03-31 | 1 | -6/+20 |
| * | Activate the -h flag which tells chown/chgrp to work on the symlink itself | Peter Wemm | 1997-03-31 | 3 | -38/+29 |
| * | Toast dummy lchown(), it's in libc now. | Peter Wemm | 1997-03-31 | 2 | -28/+1 |
| * | Declare lchown().. | Peter Wemm | 1997-03-31 | 1 | -0/+1 |
| * | Create lchown() in libc and document it as a variation of chown(). | Peter Wemm | 1997-03-31 | 2 | -7/+23 |
| * | In accept1(), falloc() is called after the process has awoken, but prior | David Greenman | 1997-03-31 | 3 | -12/+28 |
| * | Code to do lchown(2), copied from chown(2) except it's NOFOLLOW in ND_INIT | Peter Wemm | 1997-03-31 | 2 | -2/+82 |
| * | Regenerate | Peter Wemm | 1997-03-31 | 5 | -6/+20 |
| * | Reserve 252 (poll, first in OpenBSD) | Peter Wemm | 1997-03-31 | 1 | -1/+4 |
| * | Treat symlinks as first class citizens with their own uid/gid rather than | Peter Wemm | 1997-03-31 | 4 | -147/+41 |
| * | Changed the way that the exec image header is read to be filesystem- | David Greenman | 1997-03-31 | 7 | -45/+44 |
| * | This commit was generated by cvs2svn to compensate for changes in r24434, | David E. O'Brien | 1997-03-31 | 1 | -0/+558 |
| |\ |
|
| | * | Virgin import of GNU cpio v2.4.2.vendor/misc-GNU/cpio/2.4.2 | David E. O'Brien | 1997-03-31 | 1 | -0/+558 |
| * | | Small formatting change to interval() to align columns so that: | Marc G. Fournier | 1997-03-31 | 1 | -3/+3 |
| * | | Synchronize with sys/i386/conf/GENERIC revision 1.89. | KATO Takenori | 1997-03-31 | 2 | -6/+6 |
| * | | Remove ${MAKEFLAGS} on recommendation by Bruce, mainly because the reason | Marc G. Fournier | 1997-03-31 | 1 | -2/+2 |
| * | | Remove MAKEFLAGS example from /etc/make.conf... | Marc G. Fournier | 1997-03-31 | 3 | -18/+3 |
| * | | Fixed wording of previous change. | Bruce Evans | 1997-03-31 | 1 | -1/+1 |
| * | | compare return value from getopt against -1 rather than EOF, per the final | Warner Losh | 1997-03-31 | 75 | -116/+116 |
| * | | Added my name/address as requested by Wolfram Schneider. | John Birrell | 1997-03-31 | 2 | -2/+7 |
| * | | Revert my last few changes. They were bogus. Replaced them with | Warner Losh | 1997-03-31 | 1 | -14/+4 |
| * | | Catch up with the original. | Hiroyuki Hanai | 1997-03-31 | 1 | -2/+3 |
| * | | The Unix system family tree, BSD part. This is a local copy of | Wolfram Schneider | 1997-03-31 | 1 | -0/+174 |
| * | | Add/document MAKEFLAGS into /etc/make.conf, using -j3 as example | Marc G. Fournier | 1997-03-30 | 3 | -3/+15 |