summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Spell kenrel as 'kernel' for consistency with the rest of the universe.jmallett2002-08-142-2/+2
* Set kernel_vm_end. Panic if we try to grow the kernel.jake2002-08-141-0/+3
* Implement the DIOCGSECTORSIZE and DIOCGMEDIASIZE ioctls, and renamejoerg2002-08-141-1/+9
* Move to nested include of _label.h instead of mac.h, reducing namespacerwatson2002-08-142-2/+2
* Move to a nested include of _label.h instead of mac.h in sys/sys/*.hrwatson2002-08-146-14/+8
* - Add the missing td argument to vn_lock that I missed in my last commit.jeff2002-08-131-1/+1
* remove spurious printfphk2002-08-131-1/+1
* Moved sf_buf_alloc and sf_buf_free function declarations to sys/socketvar.hdg2002-08-133-4/+3
* Remove obsolete comment about sf_buf_* functions being static. They weredg2002-08-131-3/+0
* Forward define struct iovec instead of includingmux2002-08-131-1/+1
* Define 'struct label' in _label.h rather than mac.h, which will permitrwatson2002-08-133-36/+61
* mdoc(7) police: Get rid of hard sentence breaks.ru2002-08-131-8/+15
* mdoc(7) police: revert unapproved changes in rev. 1.43, added missing markup ...ru2002-08-131-3/+5
* MFi386: revisions 1.354 and 1.356.nyan2002-08-131-4/+2
* Expand the arguments to ffs_ext{read,write}() to their componentphk2002-08-131-41/+17
* Remember to unlock the (optional) vnode in vfs_stdextattrctl(). Failingphk2002-08-131-0/+2
* Realign columns in DDB's ps output. Don't waste more horizontal space thanphk2002-08-131-9/+9
* Unravel the UFS_EXTATTR incest between FFS and UFS: UFS_EXTATTR is anphk2002-08-132-7/+65
* Add a #include for <sys/mount.h>phk2002-08-131-0/+1
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-1312-95/+93
* Make SYSVSEM mpsafe. Each semaphore set gets its own lock, howeveralfred2002-08-131-87/+172
* Make SYSVMSG mpsafe. Right now there is a global lock over thealfred2002-08-131-19/+31
* - Hold the vnode lock throughout execve.jeff2002-08-138-74/+91
* o Remove an unnecessary vm_page_flash() from _pmap_unwire_pte_hold().alc2002-08-133-6/+0
* - Extend the vnode_free_list_mtx to cover numvnodes and freevnodes. Thisjeff2002-08-131-3/+15
* Introduce support for labeling and access control of pipe objectsrwatson2002-08-131-0/+60
* don't include redunant \n in panic messageimp2002-08-121-2/+2
* Don't redundantly include \n in panic messagesimp2002-08-121-1/+1
* Update for recent changes in the usb code.joe2002-08-121-11/+6
* Shut up warning in debug code.sos2002-08-121-5/+5
* o Convert three instances of vm_page_sleep_busy() into vm_page_sleep_if_busy()alc2002-08-122-18/+30
* Use the credential authorizing the socket creation operation to performrwatson2002-08-121-2/+2
* Enforce MAC policy in cttyread() as well as the other operationsrwatson2002-08-121-1/+6
* Pass IO_NOMACCHECK to vn_rdwr() in the following checks to preventrwatson2002-08-127-26/+34
* Add PCI ID for ICH4 SMBus controller.mp2002-08-121-1/+5
* Implement IO_NOMACCHECK in vn_rdwr() -- perform MAC checks (assumingrwatson2002-08-121-4/+17
* Correct error handling during MAC transmission check for if_gif.rwatson2002-08-121-2/+5
* Add PCI ID for the ICH4 AC97 controller.mp2002-08-121-0/+4
* Depend on opt_mac.h.rwatson2002-08-121-1/+2
* Use roundup2() to avoid a problem where pmap_growkernel was unableiedowse2002-08-122-2/+2
* Stop pretending that the FFS file ufs_readwrite.c is a UFS file.phk2002-08-122-1075/+1028
* Fix a comment.phk2002-08-121-1/+1
* add support properly displaying and logging incoming telephone numbers (MSNs)hm2002-08-125-5/+50
* add opt_mac.h to SRCS to unbreak module build.alfred2002-08-121-1/+1
* Assert that the inpcb lock is held when calling tcp_output().jennifer2002-08-121-0/+2
* Declare a module service "kernel_mac_support" when MAC support isrwatson2002-08-1211-0/+74
* Introduce IO_NOMACCHECK, a flag that will be passed to vn_rdwr() torwatson2002-08-121-0/+1
* Add necessary instrumentation to IBCS2 emulation support for mandatoryrwatson2002-08-121-0/+15
* Enforce MAC policies for the locally implemented vnode services inrwatson2002-08-122-0/+28
* Add opt_mac.h to dependencies for svr4 module, since I'm about torwatson2002-08-121-5/+5
OpenPOWER on IntegriCloud