summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Local filesystems are ufs not ffsache1998-06-111-2/+2
* Submitted by: Peter Hawkins thepish@freebsd.orgthepish1998-06-111-1/+1
* Check the access mode in the flags before waiting on a read or a writejb1998-06-1012-12/+156
* Remove SA_RESTART from the signal dispatch in user-space since thisjb1998-06-103-276/+117
* When doing a F_SETFL, read the flags back so that the ones storedjb1998-06-103-9/+93
* Replace 'sleep()' with 'tsleep()'julian1998-06-102-4/+8
* Make these files compile.dfr1998-06-105-8/+10
* Add my own copyright to this file. In this case not even the commentsdfr1998-06-101-11/+7
* Fix for "live inode" panic.julian1998-06-103-60/+81
* Add my own copyright to this file. The only remnants of NetBSD code heredfr1998-06-101-2/+27
* Add yet another copyright. If some CVS wizard feels like nuking the versionsdfr1998-06-101-0/+1415
* Fix mangled Id keyword.dfr1998-06-102-2/+2
* Add Id keyword.dfr1998-06-101-0/+1
* Remove buggy debugging code.julian1998-06-103-129/+3
* Add missing copyrights. Thanks to Jason Thorpe for politely noting thedfr1998-06-104-0/+1845
* ENOPNOTSUPP --> EOPNOTSUPPalex1998-06-102-4/+4
* Back out John's changes 1.45 -> 1.46julian1998-06-101-21/+17
* Submitted by: Kirk McKusick <mckusick@McKusick.COM>julian1998-06-102-16/+36
* I accidentally committed the wrong file, sorry.dfr1998-06-101-1/+1
* Move ftok() from libcompat to libc, so that it can be closer to itsjdp1998-06-104-141/+4
* Back out previous change. This behavior is at least completelydt1998-06-102-2/+2
* When system act as IPX router (sysctl -w net.ipx.ipx.ipxforwarding=1,phk1998-06-101-2/+3
* Correct name and number for sxdc modulesphk1998-06-102-6/+6
* Fix grammar, "null" -> "NUL"danny1998-06-101-5/+5
* Spelling fixes.phk1998-06-106-15/+15
* Spellint fixes.phk1998-06-101-3/+3
* Also return EOPNOTSUPP rather than EINVAL for not supported owner and groupdt1998-06-102-4/+4
* Add initial support for the FreeBSD/alpha kernel. This is very much adfr1998-06-10113-176/+21627
* 64bit fixes: don't cast pointers to int.dfr1998-06-101-14/+14
* 64bit fixes: don't cast p->p_retval to an int*.dfr1998-06-101-3/+5
* 64bit fixes: use u_long not int for ioctl command.dfr1998-06-101-2/+3
* 64bit fixes: use size_t not u_int for sizes.dfr1998-06-101-2/+2
* 64bit fixes: p->p_retval is a register_t[] not an int[].dfr1998-06-101-3/+4
* Sync with sys/i386/isa/clock.c revision 1.124.kato1998-06-103-18/+18
* fchflags(8) -> fchflags(2)peter1998-06-101-3/+3
* There is no need to make nochange imply ignore as well.peter1998-06-102-6/+5
* Don't silently accept attempts to change flags where they are notpeter1998-06-1010-15/+50
* Return EOPNOTSUPP rather than EINVAL for flags that are not supported.peter1998-06-102-4/+4
* Don't attempt to change owner/mode/flags that don't need to changed.peter1998-06-101-15/+29
* Allow syslogd to separate out kernel log messages with a knownjulian1998-06-102-6/+22
* This is a null commit to log the fact that I have done a repositoryjdp1998-06-102-2/+2
* Stop including COMPAT_21 unconditionally for X now; that kludge hasn'tjkh1998-06-102-10/+6
* Quieten gcc 2.8.1brian1998-06-102-4/+4
* Cast pid_t to int for sprintf.brian1998-06-101-2/+2
* Fix a couple of warnings noted with -Wall on FreeBSD-2.1.5.brian1998-06-102-8/+4
* Add a commented out CFLAGS entry that can be uncommented to compile threadjb1998-06-093-3/+18
* Implement compile time debug support instead of tracking file name andjb1998-06-0962-321/+342
* Add compile time debug instead of doing this all the time. Reduce thejb1998-06-091-46/+333
* Add support for compile time debug. This is enabled if libc_r is builtjb1998-06-093-60/+156
* POSIX says that pthread_exit() is not allowed to be called from ajb1998-06-093-0/+30
OpenPOWER on IntegriCloud