aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Lock ip forwarding route cache. While we're at it, remove the globalSam Leffler2003-10-143-37/+95
* MFp4: correct locking issues in nd6_lookupSam Leffler2003-10-141-1/+4
* remove dangling ';'s` that were harmlessSam Leffler2003-10-141-2/+2
* Change default for kern.polling.idle_poll back to 1. This was set to 0Sam Leffler2003-10-141-1/+1
* Fix just about as many bugs in my last commit here as there were lines thatPeter Wemm2003-10-141-2/+3
* Reintroduce the "recovered from lost interrupt" code, but in a newSøren Schmidt2003-10-141-6/+7
* Fix alignment problem on 64 bit arch.Hajimu UMEMOTO2003-10-141-0/+49
* Made use of 'error' argument, which was unused (by mistake) before.Poul-Henning Kamp2003-10-141-1/+1
* With DIAGNOSTICS, sometimes we get weird crashes when some driverWarner Losh2003-10-141-3/+4
* MFia64Alan Cox2003-10-143-47/+83
* Fix a race condition in owi. If you eject a card, then the wi_inquireWarner Losh2003-10-141-2/+2
* - Add a mising vn_finished_write()Jeff Roberson2003-10-141-0/+1
* use BF_ecb_encrypt().Hajimu UMEMOTO2003-10-134-24/+95
* - support AES counter mode for ESP.Hajimu UMEMOTO2003-10-138-19/+531
* Don't clear signal mask in execsig(). RELENG_4 does not clear it and POSIXDavid Xu2003-10-131-4/+0
* remove dangling mtx_unlock orphaned by rev 1.21 changeSam Leffler2003-10-131-1/+0
* support AES XCBC MAC for AH.Hajimu UMEMOTO2003-10-132-0/+230
* - support AES XCBC MAC for AHHajimu UMEMOTO2003-10-133-3/+12
* 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