summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Introduce two new MAC Framework and MAC policy entry points:rwatson2003-08-213-6/+9
* Introduce two new MAC Framework and MAC policy entry points:rwatson2003-08-2113-0/+181
* Correct logic for filling out a "new" label during a credentialrwatson2003-08-211-7/+29
* Syncimp2003-08-211-7/+18
* Sort the vendors into three sections. First section is for thoseimp2003-08-211-6/+17
* Add a comment saying it might be Paralonimp2003-08-211-1/+1
* Sync to 1.68imp2003-08-211-1/+2
* Compaq's ID is 0x138. However, it looks like they also releasedimp2003-08-211-0/+1
* LINKSYS2 -> BROMAXimp2003-08-211-3/+3
* Update to pccarddevs 1.67imp2003-08-211-11/+13
* Vendor ID 0x274 is Bromax Communications, not Linksys. Linksys sellsimp2003-08-211-4/+6
* Retrofit of mac_test regression and consistency test module for MACrwatson2003-08-211-1/+379
* DSP Solutions, Inc made the XJEM1144 and XJACK ethernet cards. Updateimp2003-08-211-1/+1
* Sync to 1.66imp2003-08-211-8/+10
* Vendor ID 0x0128 is registered to DSP Solutions, Inc. Megahertz soldimp2003-08-211-3/+5
* Update to reflect NETGEAR_2 -> INTERSIL and INTERSIL -> INTERSIL2imp2003-08-211-2/+2
* Add stub entries for new MAC framework entry points:rwatson2003-08-211-0/+32
* Hook up mac_stub to the modules Makefile.rwatson2003-08-214-0/+4
* Sync to 1.65imp2003-08-211-5/+5
* Change INTERSIL to INTERSIL2 for the -1 case. Chances are good thatimp2003-08-211-2/+2
* Regen for 1.64imp2003-08-211-5/+8
* Vendor 0xb is intersil, not Netgear. The MA401RA is just Netgear'simp2003-08-211-2/+5
* Replace 'OS release date' with 'kernel release date' here, too.eivind2003-08-211-1/+1
* Generally rename things to represent the fact that this is now therwatson2003-08-211-269/+271
* mac_none is now the null policy, not a stub policy, so remove therwatson2003-08-211-1031/+5
* Apply Rudolf Cejka's patch for:orion2003-08-212-47/+42
* Add patch for AD198x.orion2003-08-212-0/+7
* Change description of kern.osreldate from "Operating system release date" toeivind2003-08-211-1/+5
* Implementations of mpo_check_vnode_deleteextattr() andrwatson2003-08-213-1/+112
* Regen.jhb2003-08-213-5/+5
* Swap sigaction/sigreturn since they are in the wrong order.jhb2003-08-211-2/+2
* Add mac_check_vnode_deleteextattr() and mac_check_vnode_listextattr():rwatson2003-08-2115-8/+312
* Include order bit in sdev->type.simokawa2003-08-211-1/+1
* Add in a missing device entry that I thought was already in there. Thisambrisko2003-08-211-0/+10
* Regenpeter2003-08-218-28/+28
* This is too funny for words. Swap syscalls 416 and 417 around. It workspeter2003-08-212-4/+4
* In my efforts to make checking the CD bits less error-prone, Iimp2003-08-201-1/+1
* Add Protocol Independent Multicast protocol.hsu2003-08-201-0/+1
* Assert that the vm object lock is held in vm_page_alloc().alc2003-08-201-0/+1
* - Lock the pte object when performing vm_page_grab().alc2003-08-201-3/+9
* Remove about 40 lines of #ifdef/#endif by using new macrosrwatson2003-08-209-630/+279
* bde made a number of suggested improvements to the code. This commitimp2003-08-201-20/+17
* In sysctl_vm_zone, do not calculate per-cpu cache stats onbmilekic2003-08-201-20/+17
* Before digging into IGMP locking, do a whitespace and prototype cleanup:rwatson2003-08-201-73/+60
* Move from a custom-crafted singly-linked list to the SLIST_* macrosrwatson2003-08-202-27/+23
* Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent onbms2003-08-206-2/+25
* Fix typo in last commit.mux2003-08-201-1/+1
* Fix build by correcting a wrong cast.mux2003-08-201-1/+1
* Use CBB_CARD_PRESENT instead of checking STATE_CD directly since it isimp2003-08-201-4/+6
* Lock the pmap's tsb object when performing vm_page_grab() on it.alc2003-08-201-0/+2
OpenPOWER on IntegriCloud