summaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* YAMFC. NFS fixes, make NFSv3 the default, some other fs fixes.Doug Rabson1997-05-141-2/+3
* Bring in some kernel bootp support. This removes the need for netbootTor Egge1997-05-111-1/+8
* YAMFC (1.17: fixed null pointer panic, etc. in devtotty()).Bruce Evans1997-05-111-6/+12
* Pay attention to what Bruce actually saysBrian Somers1997-05-101-5/+2
* YAMFC: Sync setitimer behaviour with theBrian Somers1997-05-101-2/+5
* Extended copyright of PC-98 to 1997.KATO Takenori1997-05-051-2/+2
* Extended copyright to 1997. Closes PR#2705.Alexander Langer1997-05-041-2/+2
* RegeneratePeter Wemm1997-05-032-2/+8
* YAMFC: add lchown() syscallPeter Wemm1997-05-031-1/+4
* YAMFC: for stat() and lstat(), do not use the directory permissions onPeter Wemm1997-05-031-69/+56
* Merge from -current: disallow debugger attachment when securelevel > 0.Alexander Langer1997-04-271-1/+5
* YAMFC rev 1.83, copyin export net mask to correct variablePeter Wemm1997-04-251-2/+2
* Fixed two bugs that came into kern_exec just after the 2.2.1 release:David Greenman1997-04-181-7/+14
* From -current (1.56): free cn buffer only once.David Greenman1997-04-041-3/+4
* Merged from -current: Bruce's fixes.David Greenman1997-04-041-22/+21
* Sort of from -current: lose the vnode lock on a permissions failure.David Greenman1997-04-041-2/+4
* Merged from -current: Killed exech_map and do image header reads in a FS-David Greenman1997-04-031-29/+38
* Merged from -current: avoid potential "accept" panic by re-ordering theDavid Greenman1997-04-032-9/+25
* Backport of the fsirand stuff to 2.2. I'm sorry this is too late for 2.2.1Guido van Rooij1997-03-261-1/+13
* YAMFC (1.30: wrapped mi_switch() with splstatclock()/splx()).Bruce Evans1997-03-131-1/+22
* Fix style and other bug in NFS fix.Guido van Rooij1997-03-081-6/+5
* YAMFC (rev 1.26: try a no-wait malloc first in clist_alloc_cblocks().)Joerg Wunsch1997-03-071-2/+7
* YAMFC (rev 1.27: check for NULL pointer before dereffing)Joerg Wunsch1997-03-071-2/+3
* Fix (I hope) the NFS hole. This is only compile tested.Gary Palmer1997-03-071-2/+7
* Brought in fix from rev 1.80: vinvalbuf/splbio fix.David Greenman1997-03-051-5/+5
* YAMFC (nuked EXTRAVNODES option).Bruce Evans1997-02-281-2/+2
* Removed warnings that don't apply in this branch.Bruce Evans1997-02-281-13/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1997-02-281-0/+49
* YAMFC (rev 1.35: allow for cdev LKMs)Joerg Wunsch1997-02-221-2/+11
* Brought in change from rev 1.51: preserve P_SUGID if {u,g}gid != r{u,g}idDavid Greenman1997-02-191-2/+4
* Brought in change from rev 1.31: pass P_SUGID on to the child of fork().David Greenman1997-02-171-1/+5
* YAMFC (do spl0() in fork1() and not in kernel processes).Bruce Evans1997-02-132-3/+3
* Merge the ntp changes from current. This is the latest code from David MillsJohn Hay1997-02-042-128/+256
* Merge from current: copy proc resource before modification.David Nugent1997-01-211-1/+6
* Brought in fixes from current: fix for network/map entry alloc panic.David Greenman1997-01-171-3/+3
* Brought in change from rev 1.8: delete bogus inconsistency check.David Greenman1996-12-291-8/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1996-12-231-0/+331
* YAMFC: Make DFLDSIZ and MAXDSIZ fully-supported options.Joerg Wunsch1996-12-225-5/+14
* YAMFC (fixed spelling in comments).Bruce Evans1996-12-211-2/+2
* YAMFC (fixed lseek() on named pipes by adding new descriptor typeBruce Evans1996-12-212-5/+8
* YAMFC (allow harmless sigactions for SIGKILL and SIGSTOP).Bruce Evans1996-12-211-5/+9
* YAMFC (don't accept negative pgids in setpgid()).Bruce Evans1996-12-211-1/+3
* YAMFC (fixed arg checking in if_advlock()).Bruce Evans1996-12-211-11/+14
* YAMFC (fixed nonexistent checking of lock type for F_GETLK).Bruce Evans1996-12-211-1/+4
* YAMFC (fixed unportabilities in calibration of nullfunc_loop_profiled()).Bruce Evans1996-12-181-13/+10
* Merged revs 1.85-1.88 from -current: fixed handling of IEXTEN, BREAK andBruce Evans1996-12-181-20/+30
* YAMFC (fixed garbage being returned for constant int values. The logBruce Evans1996-12-181-2/+2
* Merge from -current: John's dynamically-sized buffer changes. Needed toDavid Greenman1996-12-152-22/+100
* YAMFCJoerg Wunsch1996-12-142-3/+71
* YAMFCPoul-Henning Kamp1996-12-031-1/+8