summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* pccbb->cbbimp2002-08-153-4/+4
* No longer neededimp2002-08-151-243/+0
* pccbb -> cbbimp2002-08-152-2/+3
* Rename the pccbb device to cbb.imp2002-08-152-311/+318
* Move the symbol firmware loading routines into if_wi.imp2002-08-154-148/+161
* Fixed 64bit big endian bugs relating to abuse of ioctl argument passing.jake2002-08-151-4/+4
* Fix some confusion regarding traps that use mmu globals but don't reallyjake2002-08-151-2/+4
* Store the number of itlb and dtlb entries separately; they may be different.jake2002-08-156-20/+29
* Improve handling of TX errors. Early reports indicate that thissilby2002-08-154-26/+56
* Clean up comments that are no longer relevant.scottl2002-08-151-12/+9
* Sync to trustedbsd_mac tree: default to sigsegv rather than copy-on-writerwatson2002-08-159-9/+9
* return foo -> return (foo)alfred2002-08-151-22/+22
* Factor out some ugle code that's shared by udf_readdir and udf_lookup.scottl2002-08-153-246/+239
* Document why the has_f00f_bug variable is initialised rather than placed intojmallett2002-08-142-2/+2
* When talking about c_db_sym_t, mention that it is not just like db_sym_t:jmallett2002-08-141-1/+1
* 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
OpenPOWER on IntegriCloud