summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Removed potentially harmful garbage <vm/lock.h> and fixed bogusBruce Evans1997-04-018-131/+9
* Removed nested include of <ufs/ufs/dir.h>. Use the pre-Lite2 hack ofBruce Evans1997-04-013-6/+18
* Fixed missing DPADD. Removed now-redundant SRCS.Bruce Evans1997-04-011-1/+1
* Fixed DPADD.Bruce Evans1997-04-011-2/+2
* Added pop3pw amandaidx amidxtapePaul Traina1997-04-011-2/+4
* Correct the name of a header file that is referenced.John Polstra1997-04-012-4/+4
* Fix the typo.Hiroyuki Hanai1997-04-011-2/+2
* Fix the output format for numbers >= 1E99.Jean-Marc Zucconi1997-04-011-2/+2
* Catch up with the original.Hiroyuki Hanai1997-04-012-4/+9
* Add the -DPedantic flag. This is used in wref.c only.Jean-Marc Zucconi1997-04-011-1/+1
* Merge in bugfixes from 2.2Paul Traina1997-04-011-29/+17
* Use mediaClose instead of shutdownPaul Traina1997-04-011-3/+4
* Add portmapflags and syslogd flags.Paul Traina1997-04-012-12/+24
* Remove the syslog stuff, and allow various return valuesBrian Somers1997-03-319-61/+178
* Added new file bsd-family-treeAndreas Klemm1997-03-311-3/+4
* Add a note in BUGS section that shar(1) cannot handle filesWolfram Schneider1997-03-311-0/+3
* Fix the mount_mfs case from the last cleanup. The code was (ab)usingPeter Wemm1997-03-311-1/+17
* General cleanup and update to specify exactly how our implementationPeter Wemm1997-03-311-31/+38
* Steal issetugid man page from OpenBSD. Needs work..Peter Wemm1997-03-311-0/+87
* Add libc hook for issetugid()Peter Wemm1997-03-311-2/+3
* Implement code for an OpenBSD-style issetuigid().Peter Wemm1997-03-311-1/+26
* Regenerate (added issetugid)Peter Wemm1997-03-315-7/+13
* issetugid is now implemented rather than reservedPeter Wemm1997-03-311-2/+2
* Do not set the P_SUGID flag in seteuid()/setegid() if nothing has changed.Peter Wemm1997-03-311-11/+20
* Do not set the P_SUGID flag in seteuid()/setegid() if nothing has changed.Peter Wemm1997-03-311-9/+15
* Fully implement the clause in Appendix B.4.2.2 from Posix 1003.1Peter Wemm1997-03-311-31/+132
* Make setgroups(0, xxx) behave as it does on SYSV, namely clear the groupsPeter Wemm1997-03-311-6/+20
* Activate the -h flag which tells chown/chgrp to work on the symlink itselfPeter Wemm1997-03-313-38/+29
* Toast dummy lchown(), it's in libc now.Peter Wemm1997-03-312-28/+1
* Declare lchown()..Peter Wemm1997-03-311-0/+1
* Create lchown() in libc and document it as a variation of chown().Peter Wemm1997-03-312-7/+23
* In accept1(), falloc() is called after the process has awoken, but priorDavid Greenman1997-03-313-12/+28
* Code to do lchown(2), copied from chown(2) except it's NOFOLLOW in ND_INITPeter Wemm1997-03-312-2/+82
* RegeneratePeter Wemm1997-03-315-6/+20
* Reserve 252 (poll, first in OpenBSD)Peter Wemm1997-03-311-1/+4
* Treat symlinks as first class citizens with their own uid/gid rather thanPeter Wemm1997-03-314-147/+41
* Changed the way that the exec image header is read to be filesystem-David Greenman1997-03-317-45/+44
* This commit was generated by cvs2svn to compensate for changes in r24434,David E. O'Brien1997-03-311-0/+558
|\
| * Virgin import of GNU cpio v2.4.2.vendor/misc-GNU/cpio/2.4.2David E. O'Brien1997-03-311-0/+558
* | Small formatting change to interval() to align columns so that:Marc G. Fournier1997-03-311-3/+3
* | Synchronize with sys/i386/conf/GENERIC revision 1.89.KATO Takenori1997-03-312-6/+6
* | Remove ${MAKEFLAGS} on recommendation by Bruce, mainly because the reasonMarc G. Fournier1997-03-311-2/+2
* | Remove MAKEFLAGS example from /etc/make.conf...Marc G. Fournier1997-03-313-18/+3
* | Fixed wording of previous change.Bruce Evans1997-03-311-1/+1
* | compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-3175-116/+116
* | Added my name/address as requested by Wolfram Schneider.John Birrell1997-03-312-2/+7
* | Revert my last few changes. They were bogus. Replaced them withWarner Losh1997-03-311-14/+4
* | Catch up with the original.Hiroyuki Hanai1997-03-311-2/+3
* | The Unix system family tree, BSD part. This is a local copy ofWolfram Schneider1997-03-311-0/+174
* | Add/document MAKEFLAGS into /etc/make.conf, using -j3 as exampleMarc G. Fournier1997-03-303-3/+15