summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Remove cam_extend.[ch] after all references to them were removed.njl2002-08-152-145/+0
* In order to better support flexible and extensible access control,rwatson2002-08-1531-106/+145
* Remove usage of cam_extend.c, replace with dev->si_drv1njl2002-08-1510-244/+74
* Move mac.h include to match the MAC tree location. Both locationsrwatson2002-08-151-1/+1
* Introduce experimental support for MAC in the AppleTalk/EtherTalk stack.rwatson2002-08-153-0/+28
* Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatrwatson2002-08-1514-43/+43
* Rename mac_check_socket_receive() to mac_check_socket_deliver() so thatrwatson2002-08-159-90/+90
* Fix return case for negative namelen by jumping to normal exit processingrwatson2002-08-151-2/+4
* Reset dupack count in header prediction.hsu2002-08-152-0/+2
* Kernel support for a dummynet option:luigi2002-08-152-1/+2
* On MAC check failure for readdir, use 'goto out' to use the common exitrwatson2002-08-151-1/+1
* It's now sufficient to rely on a nested include of _label.h to make surerwatson2002-08-151-1/+0
* Perform a nested include of _label.h if #ifdef _KERNEL. This willrwatson2002-08-151-0/+4
* Add mac.h -- raw_ip.c was depending on nested inclusion of mac.h whichrwatson2002-08-151-0/+1
* Make m_flags an int instead of a short, this is consistent with thebmilekic2002-08-152-3/+3
* 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
OpenPOWER on IntegriCloud