summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change instances of callout_init that specify MPSAFE behaviour tosam2003-08-1916-23/+18
* add R_Zalloc definition that returns pre-zero'd memorysam2003-08-191-0/+2
* * Bug fix in bw_meter_process(): the periodically processed binshsu2003-08-191-10/+33
* remove #define no longer usedsam2003-08-191-2/+0
* add missing unlock when in_pcballoc returns an errorsam2003-08-191-1/+3
* use ETHER_IS_MULTICAST instead of explicit checksam2003-08-191-1/+1
* "short cable" fix for DP8315sam2003-08-191-0/+23
* correct typo in commentsam2003-08-191-1/+1
* Use bus_child_present() to make sure the card is still there before callingcognet2003-08-191-1/+2
* Don't tsleep on NULLps2003-08-191-2/+2
* Add pfs_visible() checks to pfs_getattr() and pfs_getextattr(). Thisdes2003-08-191-0/+6
* Remove unused code.simokawa2003-08-191-2/+0
* Drop too short packets.simokawa2003-08-191-4/+8
* Allow to access phy registers via ioctl().simokawa2003-08-192-1/+18
* Update DRM from DRI CVS as of today. Notable changes include Radeonanholt2003-08-1935-683/+1061
* Update my mail address on copyright notice.takawata2003-08-191-1/+1
* handle locking when creating or destroying vchans bettercg2003-08-182-38/+104
* try to make really sshort sounds actually playcg2003-08-181-16/+43
* The CD bits in the CBB_SOCKET_STATE register are 0 when the card isimp2003-08-181-4/+3
* Replace a homegrown bdone()/bwait() implementation by the real thingphk2003-08-181-27/+5
* Spell the name of the lock right in addition to getting the type right.jhb2003-08-181-1/+1
* The allproc lock is a sx lock, not a mutex, so fix the assertion. Thisjhb2003-08-181-1/+1
* The previous change necessitates the addition of a new #include. Otherwise,alc2003-08-181-0/+1
* Add missing header include for MSR macros.jhb2003-08-181-0/+1
* style.Makefile(5)obrien2003-08-181-1/+1
* Rework pfs_iterate() a bit to eliminate a bug related to processdes2003-08-181-9/+12
* Whitespace cleanup.des2003-08-181-14/+14
OpenPOWER on IntegriCloud