summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* o Introduce pr_securelevel, which holds a per-jail securelevel.rwatson2001-09-261-0/+1
* o Modify ufs_setattr() so that it uses securelevel_gt() instead ofrwatson2001-09-261-4/+6
* o Modify access control checks in mmap() to use securelevel_gt() insteadrwatson2001-09-261-1/+1
* o securelevel_gt() patches came from pre-KSE alpha -- this revisionrwatson2001-09-262-4/+9
* o Modify pc98 syscons code to use securelevel_gt() instead ofrwatson2001-09-261-2/+3
* o Modify the access control checks for the ia64 /dev/mem (and friends)rwatson2001-09-261-2/+6
* o Modify access control checks in linux_iopl() to use securelevel_gt()rwatson2001-09-261-2/+2
* o Modify pcvt ioctl() security checks to use securelevel_gt() insteadrwatson2001-09-261-2/+3
* o Modify spigot_open() to use securelevel_gt() instead of directrwatson2001-09-261-4/+6
* o Modify generic specfs device open access control checks to userwatson2001-09-261-4/+8
* o Modify syscons ioctl securelevel checks to use securelevel_gt() (oh look,rwatson2001-09-261-2/+3
* o Modify open() and close() for /dev/random to use securelevel_gt() insteadrwatson2001-09-261-6/+16
* o Modify access control code for /dev/pci device to use securelevel_gt()rwatson2001-09-261-3/+9
* o Modify access control code for the CAM SCSI pass-through device torwatson2001-09-261-2/+4
* o Modify i386_set_ioperm() to use securelevel_gt() instead ofrwatson2001-09-262-4/+4
* o Modify device open access control for /dev/mem and friends to userwatson2001-09-262-8/+16
* o Modify IPFW and DUMMYNET administrative setsockopt() calls to userwatson2001-09-262-5/+13
* o Modify static settime() to accept the proc * for the process requestingrwatson2001-09-261-5/+6
* o Modify sysctl access control check to use securelevel_gt(), andrwatson2001-09-261-9/+29
* Enable vmiodirenable by default. Remove incorrect comment from sysctl.conf.dillon2001-09-261-1/+1
* Tidy up and fix a runtime warning.dfr2001-09-261-8/+14
* Make uio_yield() a global. Call uio_yield() between chunksdillon2001-09-265-8/+10
* The arg parameter is passed by value in Linux, but not in FreeBSD.marcel2001-09-261-5/+6
* Lock the vnode while truncating the corefile. This fixes a panicps2001-09-261-0/+2
* Add a standard hack in the spirit of PCI_ENABLE_IO_MODES to allow systemsbrooks2001-09-261-0/+4
* Fix (typo? pasteo?): panic("ffs_mountroot..." -> panic("ntfs_mountroot...")fenner2001-09-261-1/+1
* Make this 'make obj' safepeter2001-09-262-2/+10
* Remove superflous parens after de-macroizing.jhb2001-09-262-4/+4
* Include sys/ktr.h before sys/_lock.h to ensure LOCK_DEBUG is set to itsjhb2001-09-251-1/+5
* Move the definition of LOCK_DEBUG from sys/lock.h to sys/_lock.h.jhb2001-09-252-13/+16
* o So, when <dd> e-mailed me and said that the comment was invertedrwatson2001-09-251-6/+6
* Calculate the valid flag for ITRs and DTRs correctly. Also fix a coupledfr2001-09-252-16/+6
* The faith(4) device is no longer a count device so don't specify a count.brooks2001-09-259-9/+9
* Make faith loadable, unloadable, and clonable.brooks2001-09-2517-157/+174
* Add a fix for the VIA82C686B data corruption bug.sos2001-09-251-18/+50
* Yet another turn of workaround for psm/ACPI/PnP BIOSyokota2001-09-255-79/+169
* Add some definitions for the DSP programming registers in the BCM5400wpaul2001-09-251-0/+38
* Clean up my source tree to avoid getting hit too badly by the next KSE ordes2001-09-252-6/+67
* Clean up my source tree to avoid getting hit too badly by the next KSE ordes2001-09-251-20/+37
* o Further clarify comment: ad Udo's request, re-insert the 'if'rwatson2001-09-251-3/+4
* A process name may contain whitespace and unprintable characters,mike2001-09-251-5/+11
* o Parallelize the comment on the relationship between privileged un-jailedrwatson2001-09-251-2/+2
* s/securelvel/securelevel/rwatson2001-09-251-1/+1
* Add a missing dereference level. This caused nfsm_postop_attr_xx()iedowse2001-09-251-1/+1
* Use b6 instead of b1 - b1 is supposed to be preserved and b6 is scratch.dfr2001-09-242-8/+8
* Make the Alternate {I,D} TLB vector code actually work for virtualdfr2001-09-242-4/+4
* Don't try to access external files from SKI unless we are actually runningdfr2001-09-241-0/+3
* Increase the number of bootstrap PVs.dfr2001-09-241-1/+1
* Include <machine/pte.h> instead of <machine/pmap.h>dfr2001-09-242-2/+2
* We need different call stubs for static and stacked calling conventions.dfr2001-09-243-12/+99
OpenPOWER on IntegriCloud