aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reduce per-packet overhead when using WEP by using an advancing IVSam Leffler2003-10-131-1/+8
* Must reset the pointer to the 802.11 header after prependingSam Leffler2003-10-131-0/+1
* MFp4:Sam Leffler2003-10-131-3/+13
* MFp4:Sam Leffler2003-10-131-14/+23
* - Modify pmap_is_current() to return FALSE when a pmap's page table is inAlan Cox2003-10-131-4/+12
* Update Bluetooth code.Maksim Yevmenkin2003-10-1225-383/+467
* - In SCHED_CURR() add holding Giant to the list of criteria that will keepJeff Roberson2003-10-121-8/+7
* simplify and update rijndael code.Hajimu UMEMOTO2003-10-126-1737/+1407
* - Implement a mtx_ownedby() macro which can be used to determine if aJeff Roberson2003-10-121-1/+6
* Comment spelling fix.Robert Watson2003-10-121-1/+1
* include opencrypto/rmd160.hHajimu UMEMOTO2003-10-121-1/+1
* In vfs_bio_clrbuf(), ignore the state of the object lock if the page is theAlan Cox2003-10-121-2/+4
* use opencrypto for RMD160.Hajimu UMEMOTO2003-10-123-410/+1
* Cache dev_t values in the right structure.Bernd Walter2003-10-121-4/+4
* remove unused variable.Hajimu UMEMOTO2003-10-121-4/+1
* drop useless define.Hajimu UMEMOTO2003-10-121-3/+0
* use bswap32() for big endian arch.Hajimu UMEMOTO2003-10-121-1/+1
* Simplify vn_isdisk() a bit.Poul-Henning Kamp2003-10-121-24/+10
* Redo the code that handles eject/close.Søren Schmidt2003-10-121-23/+22
* Avoid potential race on ATA_R_DONE.Søren Schmidt2003-10-121-2/+3
* Put devices into sleep mode (ie spin down) on detach.Søren Schmidt2003-10-121-0/+2
* Up timeout to 10s (from 5) in r/w commands.Søren Schmidt2003-10-121-1/+1
* - avoid hardcoded values.Hajimu UMEMOTO2003-10-122-41/+29
* Recognize the Avance Logic ALC655 codec found on some ICH4/5-basedDag-Erling Smørgrav2003-10-121-0/+1
* Assume that bp->bio_offset is correctly initialized.Poul-Henning Kamp2003-10-121-1/+0
* Destroy providers maked with G_PF_WITHER when the last consumer has detached.Poul-Henning Kamp2003-10-121-0/+2
* A couple of months' worth of back-burner hacking: restructure to betterDag-Erling Smørgrav2003-10-122-89/+189
* - always check for optlen overrun.Hajimu UMEMOTO2003-10-121-4/+11
* Use isprint instead of isalpha in determining valid ident string.Søren Schmidt2003-10-121-1/+1
* - correct signedness mixups.Hajimu UMEMOTO2003-10-123-80/+79
* Initialize CMAP3 to 0Poul-Henning Kamp2003-10-121-0/+1
* avoid hardcoding MD5 result length (16)Hajimu UMEMOTO2003-10-121-3/+4
* RIPEMD160 supportHajimu UMEMOTO2003-10-122-0/+412
* - RIPEMD160 supportHajimu UMEMOTO2003-10-124-206/+189
* fix a problem referencing free'd memory. This is only a problem forJohn-Mark Gurney2003-10-121-2/+7
* Fix a multitude of security bugs in the iBCS2 emulator:Tim J. Robbins2003-10-126-12/+42
* The code that was meant to test alignment of the register offsetStefan Eßer2003-10-111-46/+24
* - Fix a typo, I meant & and not |. This was causing lockups from the syncerJeff Roberson2003-10-111-1/+1
* Fix some problems in linux_sendmsg() and linux_recvmsg().Mitsuru IWASAKI2003-10-111-36/+38
* MFi386: revision 1.576.Yoshihiro Takahashi2003-10-112-12/+0
* fix braino: null the pointer who's memory we just free'd, not some otherSam Leffler2003-10-111-1/+1
* Set page zero read/write right from the start rather than trying toPeter Wemm2003-10-102-8/+7
* locking fixups:Sam Leffler2003-10-102-9/+14
* crashdump support.Paul Saab2003-10-103-12/+84
* Add the Intersil Prism2/Atmel device. These particular devices are strangeBruce M Simpson2003-10-103-2/+22
* Sanitize the code relating to the /dev/ti%d entries. In particular evictPoul-Henning Kamp2003-10-102-136/+12
* fixed an endian bug on fragment header scanningHajimu UMEMOTO2003-10-101-1/+2
* Move the pmap_kenter(KERNBASE, 0) a bit earlier so that it works forPeter Wemm2003-10-101-15/+24
* Add the Actiontec 801UAT1/HWU01170-01 802.11b USB Wireless Ethernet adapter.Bruce M Simpson2003-10-103-2/+14
* nuke SCOPEDROUTING. Though it was there for a long time,Hajimu UMEMOTO2003-10-108-59/+0