summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sys/netinet/ip_fw2.c:luigi2002-08-161-47/+116
* MFNetBSD:joe2002-08-161-6/+6
* make the strings for tcptimers, tanames and prurequests const to silencealfred2002-08-163-3/+3
* forgot to actually commit the DK/FS TYPES split, do it now.alfred2002-08-163-3/+3
* fix comment typo: naem -> namealfred2002-08-161-1/+1
* Hide 'struct ucred' behind '#ifdef _KERNEL', this should stop userlandalfred2002-08-161-0/+2
* When a cluster entry for ``.'' is set to 0, msdosfs fails to handle ittrhodes2002-08-161-0/+11
* Rewrote the space check algorithm in sbreserve() so that the extremelydg2002-08-162-2/+2
* Use symbolic constants instead of magic address constants.jake2002-08-161-1/+1
* Minor style. Removed unused declaration.jake2002-08-161-2/+1
* Removed unneeded pmap_initialized flag.jake2002-08-161-4/+0
* Demark sections of code that need special fault handling with labels.jake2002-08-165-148/+169
* UHCI_DEBUG -> USB_DEBUG.joe2002-08-152-2/+2
* For some reason, the flags and td arguments in the fo_read prototyperwatson2002-08-151-1/+1
* Code formatting sync to trustedbsd_mac: don't perform an assignmentrwatson2002-08-151-2/+2
* Remove a case of exposing 'struct ucred' to userspace. Use a struct xucredalfred2002-08-152-2/+2
* Remove cam_extend.c from sources to unbreak modules.alfred2002-08-151-1/+1
* Correct a minor whitespace nit that sneaked in with my previous commit.rwatson2002-08-151-1/+1
* 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
OpenPOWER on IntegriCloud