| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove cam_extend.[ch] after all references to them were removed. | njl | 2002-08-15 | 2 | -145/+0 |
* | In order to better support flexible and extensible access control, | rwatson | 2002-08-15 | 31 | -106/+145 |
* | Remove usage of cam_extend.c, replace with dev->si_drv1 | njl | 2002-08-15 | 10 | -244/+74 |
* | Move mac.h include to match the MAC tree location. Both locations | rwatson | 2002-08-15 | 1 | -1/+1 |
* | Introduce experimental support for MAC in the AppleTalk/EtherTalk stack. | rwatson | 2002-08-15 | 3 | -0/+28 |
* | Rename mac_check_socket_receive() to mac_check_socket_deliver() so that | rwatson | 2002-08-15 | 14 | -43/+43 |
* | Rename mac_check_socket_receive() to mac_check_socket_deliver() so that | rwatson | 2002-08-15 | 9 | -90/+90 |
* | Fix return case for negative namelen by jumping to normal exit processing | rwatson | 2002-08-15 | 1 | -2/+4 |
* | Reset dupack count in header prediction. | hsu | 2002-08-15 | 2 | -0/+2 |
* | Kernel support for a dummynet option: | luigi | 2002-08-15 | 2 | -1/+2 |
* | On MAC check failure for readdir, use 'goto out' to use the common exit | rwatson | 2002-08-15 | 1 | -1/+1 |
* | It's now sufficient to rely on a nested include of _label.h to make sure | rwatson | 2002-08-15 | 1 | -1/+0 |
* | Perform a nested include of _label.h if #ifdef _KERNEL. This will | rwatson | 2002-08-15 | 1 | -0/+4 |
* | Add mac.h -- raw_ip.c was depending on nested inclusion of mac.h which | rwatson | 2002-08-15 | 1 | -0/+1 |
* | Make m_flags an int instead of a short, this is consistent with the | bmilekic | 2002-08-15 | 2 | -3/+3 |
* | pccbb->cbb | imp | 2002-08-15 | 3 | -4/+4 |
* | No longer needed | imp | 2002-08-15 | 1 | -243/+0 |
* | pccbb -> cbb | imp | 2002-08-15 | 2 | -2/+3 |
* | Rename the pccbb device to cbb. | imp | 2002-08-15 | 2 | -311/+318 |
* | Move the symbol firmware loading routines into if_wi. | imp | 2002-08-15 | 4 | -148/+161 |
* | Fixed 64bit big endian bugs relating to abuse of ioctl argument passing. | jake | 2002-08-15 | 1 | -4/+4 |
* | Fix some confusion regarding traps that use mmu globals but don't really | jake | 2002-08-15 | 1 | -2/+4 |
* | Store the number of itlb and dtlb entries separately; they may be different. | jake | 2002-08-15 | 6 | -20/+29 |
* | Improve handling of TX errors. Early reports indicate that this | silby | 2002-08-15 | 4 | -26/+56 |
* | Clean up comments that are no longer relevant. | scottl | 2002-08-15 | 1 | -12/+9 |
* | Sync to trustedbsd_mac tree: default to sigsegv rather than copy-on-write | rwatson | 2002-08-15 | 9 | -9/+9 |
* | return foo -> return (foo) | alfred | 2002-08-15 | 1 | -22/+22 |
* | Factor out some ugle code that's shared by udf_readdir and udf_lookup. | scottl | 2002-08-15 | 3 | -246/+239 |
* | Document why the has_f00f_bug variable is initialised rather than placed into | jmallett | 2002-08-14 | 2 | -2/+2 |
* | When talking about c_db_sym_t, mention that it is not just like db_sym_t: | jmallett | 2002-08-14 | 1 | -1/+1 |
* | Spell kenrel as 'kernel' for consistency with the rest of the universe. | jmallett | 2002-08-14 | 2 | -2/+2 |
* | Set kernel_vm_end. Panic if we try to grow the kernel. | jake | 2002-08-14 | 1 | -0/+3 |
* | Implement the DIOCGSECTORSIZE and DIOCGMEDIASIZE ioctls, and rename | joerg | 2002-08-14 | 1 | -1/+9 |
* | Move to nested include of _label.h instead of mac.h, reducing namespace | rwatson | 2002-08-14 | 2 | -2/+2 |
* | Move to a nested include of _label.h instead of mac.h in sys/sys/*.h | rwatson | 2002-08-14 | 6 | -14/+8 |
* | - Add the missing td argument to vn_lock that I missed in my last commit. | jeff | 2002-08-13 | 1 | -1/+1 |
* | remove spurious printf | phk | 2002-08-13 | 1 | -1/+1 |
* | Moved sf_buf_alloc and sf_buf_free function declarations to sys/socketvar.h | dg | 2002-08-13 | 3 | -4/+3 |
* | Remove obsolete comment about sf_buf_* functions being static. They were | dg | 2002-08-13 | 1 | -3/+0 |
* | Forward define struct iovec instead of including | mux | 2002-08-13 | 1 | -1/+1 |
* | Define 'struct label' in _label.h rather than mac.h, which will permit | rwatson | 2002-08-13 | 3 | -36/+61 |
* | mdoc(7) police: Get rid of hard sentence breaks. | ru | 2002-08-13 | 1 | -8/+15 |
* | mdoc(7) police: revert unapproved changes in rev. 1.43, added missing markup ... | ru | 2002-08-13 | 1 | -3/+5 |
* | MFi386: revisions 1.354 and 1.356. | nyan | 2002-08-13 | 1 | -4/+2 |
* | Expand the arguments to ffs_ext{read,write}() to their component | phk | 2002-08-13 | 1 | -41/+17 |
* | Remember to unlock the (optional) vnode in vfs_stdextattrctl(). Failing | phk | 2002-08-13 | 1 | -0/+2 |
* | Realign columns in DDB's ps output. Don't waste more horizontal space than | phk | 2002-08-13 | 1 | -9/+9 |
* | Unravel the UFS_EXTATTR incest between FFS and UFS: UFS_EXTATTR is an | phk | 2002-08-13 | 2 | -7/+65 |
* | Add a #include for <sys/mount.h> | phk | 2002-08-13 | 1 | -0/+1 |
* | Introduce typedefs for the member functions of struct vfsops and employ | phk | 2002-08-13 | 12 | -95/+93 |