summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix panic from having multiple locks held when updating firmware. AN_LOCKambrisko2003-08-201-9/+11
* pc98pcic isn't the name of the media driver. tcic likely will neverimp2003-08-201-3/+0
* When debugging CIS, only print 10 CISTPL_NULLs. Chances are good theyimp2003-08-201-3/+12
* Fix an extreme edge case in leap second handling. We need to callimp2003-08-201-4/+6
* Undo the mistake made in revision 1.77 of trap.c and which was themarcel2003-08-202-25/+15
* - Lock the pte object when performing vm_page_grab().alc2003-08-201-6/+9
* On Dell boxes such as the PE2650 we need to disable 3 led mode for theambrisko2003-08-203-0/+16
* - Add support for Cisco latest firmware RID sizes that supports 25 SSIDs!ambrisko2003-08-204-87/+172
* Fill reserved fields of transmitting packets header with zero.simokawa2003-08-202-14/+24
* MFp4 changes to fix locking issues and correct referencesam2003-08-199-194/+310
* Enable OFW_NEWPCI until jmg's 2003/06/21 18:26:08 PDT bus commit is fixedobrien2003-08-191-1/+1
* o pass control frames up the stack when in monitor mode (the 802.11 layer willsam2003-08-192-3/+7
* Make aac(4) compile cleanly on 64-bit machines. The code was already 64-bitscottl2003-08-193-18/+20
* o correct beacon frame length calculation and add an assert to catch any futuresam2003-08-191-2/+6
* maintain a table for mapping hardware rate codes to 802.11 rates forsam2003-08-192-3/+6
* mark the scan and calibrate callouts MPSAFEsam2003-08-191-2/+2
* remove unneeded include filessam2003-08-191-4/+0
* Eliminate a possible race condition for multithreaded applications inalc2003-08-191-13/+2
OpenPOWER on IntegriCloud