aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Gate low level console output on mtx_lock_spin(&sio_lock), if theJonathan Lemon2001-09-272-0/+8
* Fix typo in a comment.Luigi Rizzo2001-09-271-1/+1
* Remove unused (and duplicate) struct ip_opts which is never used,Luigi Rizzo2001-09-271-12/+0
* Update a comment to reflect the param.c -> subr_param.c move.Murray Stokely2001-09-272-2/+2
* This driver can talk to the Rio600 as well, make it happen.Alfred Perlstein2001-09-271-1/+2
* Return EINVAL if the passed intr is out of bounds.Jonathan Lemon2001-09-274-0/+4
* Tidy up nfsm_build usage. This is only partially finished.Peter Wemm2001-09-277-80/+81
* The initial commit contained an error in the license, this is theBrooks Davis2001-09-274-9/+21
* Oops, forgot to rm this last time.Peter Wemm2001-09-261-564/+0
* /home/brooks/ng_gif.messageBrooks Davis2001-09-2611-1/+1174
* Use LIST_ macros instead of TAILQ_ macros to be more like NetBSD.Brooks Davis2001-09-262-9/+12
* The number of ccd(4) devices is no longer set at compile time so stopBrooks Davis2001-09-263-3/+3
* Call securelevel_gt with a credential. Also, s/p/td->td_proc/.Brooks Davis2001-09-261-2/+2
* Include sys/proc.h for the definition of securelevel_ge().Brooks Davis2001-09-261-0/+1
* o Re-enable support of system file flags in jail() by adding back theRobert Watson2001-09-261-1/+1
* o When performing a securelevel check as part of securelevel_ge() orRobert Watson2001-09-261-8/+15
* o Modify kern.securelevel MIB entry to return a local securelevel, ifRobert Watson2001-09-261-6/+27
* o Initialize per-jail securelevel from global securelevel as part ofRobert Watson2001-09-261-0/+1
* o Introduce pr_securelevel, which holds a per-jail securelevel.Robert Watson2001-09-261-0/+1
* o Modify ufs_setattr() so that it uses securelevel_gt() instead ofRobert Watson2001-09-261-4/+6
* o Modify access control checks in mmap() to use securelevel_gt() insteadRobert Watson2001-09-261-1/+1
* o securelevel_gt() patches came from pre-KSE alpha -- this revisionRobert Watson2001-09-262-4/+9
* o Modify pc98 syscons code to use securelevel_gt() instead ofRobert Watson2001-09-261-2/+3
* o Modify the access control checks for the ia64 /dev/mem (and friends)Robert Watson2001-09-261-2/+6
* o Modify access control checks in linux_iopl() to use securelevel_gt()Robert Watson2001-09-261-2/+2
* o Modify pcvt ioctl() security checks to use securelevel_gt() insteadRobert Watson2001-09-261-2/+3
* o Modify spigot_open() to use securelevel_gt() instead of directRobert Watson2001-09-261-4/+6
* o Modify generic specfs device open access control checks to useRobert Watson2001-09-261-4/+8
* o Modify syscons ioctl securelevel checks to use securelevel_gt() (oh look,Robert Watson2001-09-261-2/+3
* o Modify open() and close() for /dev/random to use securelevel_gt() insteadRobert Watson2001-09-261-6/+16
* o Modify access control code for /dev/pci device to use securelevel_gt()Robert Watson2001-09-261-3/+9
* o Modify access control code for the CAM SCSI pass-through device toRobert Watson2001-09-261-2/+4
* o Modify i386_set_ioperm() to use securelevel_gt() instead ofRobert Watson2001-09-262-4/+4
* o Modify device open access control for /dev/mem and friends to useRobert Watson2001-09-262-8/+16
* o Modify IPFW and DUMMYNET administrative setsockopt() calls to useRobert Watson2001-09-262-5/+13
* o Modify static settime() to accept the proc * for the process requestingRobert Watson2001-09-261-5/+6
* o Modify sysctl access control check to use securelevel_gt(), andRobert Watson2001-09-261-9/+29
* Enable vmiodirenable by default. Remove incorrect comment from sysctl.conf.Matthew Dillon2001-09-261-1/+1
* Tidy up and fix a runtime warning.Doug Rabson2001-09-261-8/+14
* Make uio_yield() a global. Call uio_yield() between chunksMatthew Dillon2001-09-265-8/+10
* The arg parameter is passed by value in Linux, but not in FreeBSD.Marcel Moolenaar2001-09-261-5/+6
* Lock the vnode while truncating the corefile. This fixes a panicPaul Saab2001-09-261-0/+2
* Add a standard hack in the spirit of PCI_ENABLE_IO_MODES to allow systemsBrooks Davis2001-09-261-0/+4
* Fix (typo? pasteo?): panic("ffs_mountroot..." -> panic("ntfs_mountroot...")Bill Fenner2001-09-261-1/+1
* Make this 'make obj' safePeter Wemm2001-09-262-2/+10
* Remove superflous parens after de-macroizing.John Baldwin2001-09-262-4/+4
* Include sys/ktr.h before sys/_lock.h to ensure LOCK_DEBUG is set to itsJohn Baldwin2001-09-251-1/+5
* Move the definition of LOCK_DEBUG from sys/lock.h to sys/_lock.h.John Baldwin2001-09-252-13/+16
* o So, when <dd> e-mailed me and said that the comment was invertedRobert Watson2001-09-251-6/+6
* Calculate the valid flag for ITRs and DTRs correctly. Also fix a coupleDoug Rabson2001-09-252-16/+6