summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - If our user_pri doesn't match our actual priority our priority has beenjeff2003-10-151-3/+10
* Add a wrapper for a function that takes and releases the adapterdeischen2003-10-151-3/+13
* The KERN_PROC_PROC sysctl took 4 args in 5.0-REL and 5.1-REL. We need topeter2003-10-151-1/+4
* Pull the tier-2 card one last time and break the get/setcontext andpeter2003-10-155-5/+17
* Get some more data if we hit the pmap_enter() thing.peter2003-10-151-1/+8
* o convert mutex calls to #defines for portability, etc.sam2003-10-143-35/+61
* Major update to xe driver:rsm2003-10-144-585/+790
* Lock ip forwarding route cache. While we're at it, remove the globalsam2003-10-143-37/+95
* MFp4: correct locking issues in nd6_lookupsam2003-10-141-1/+4
* remove dangling ';'s` that were harmlesssam2003-10-141-2/+2
* Change default for kern.polling.idle_poll back to 1. This was set to 0sam2003-10-141-1/+1
* Fix just about as many bugs in my last commit here as there were lines thatpeter2003-10-141-2/+3
* Reintroduce the "recovered from lost interrupt" code, but in a newsos2003-10-141-6/+7
* Fix alignment problem on 64 bit arch.ume2003-10-141-0/+49
* Made use of 'error' argument, which was unused (by mistake) before.phk2003-10-141-1/+1
* With DIAGNOSTICS, sometimes we get weird crashes when some driverimp2003-10-141-3/+4
* MFia64alc2003-10-143-47/+83
* Fix a race condition in owi. If you eject a card, then the wi_inquireimp2003-10-141-2/+2
* - Add a mising vn_finished_write()jeff2003-10-141-0/+1
* use BF_ecb_encrypt().ume2003-10-134-24/+95
* - support AES counter mode for ESP.ume2003-10-138-19/+531
* Don't clear signal mask in execsig(). RELENG_4 does not clear it and POSIXdavidxu2003-10-131-4/+0
* remove dangling mtx_unlock orphaned by rev 1.21 changesam2003-10-131-1/+0
* support AES XCBC MAC for AH.ume2003-10-132-0/+230
* - support AES XCBC MAC for AHume2003-10-133-3/+12
* Reduce per-packet overhead when using WEP by using an advancing IVsam2003-10-131-1/+8
* Must reset the pointer to the 802.11 header after prependingsam2003-10-131-0/+1
* MFp4:sam2003-10-131-3/+13
* MFp4:sam2003-10-131-14/+23
* - Modify pmap_is_current() to return FALSE when a pmap's page table is inalc2003-10-131-4/+12
* Update Bluetooth code.emax2003-10-1225-383/+467
* - In SCHED_CURR() add holding Giant to the list of criteria that will keepjeff2003-10-121-8/+7
* simplify and update rijndael code.ume2003-10-126-1737/+1407
* - Implement a mtx_ownedby() macro which can be used to determine if ajeff2003-10-121-1/+6
* Comment spelling fix.rwatson2003-10-121-1/+1
* include opencrypto/rmd160.hume2003-10-121-1/+1
* In vfs_bio_clrbuf(), ignore the state of the object lock if the page is thealc2003-10-121-2/+4
* use opencrypto for RMD160.ume2003-10-123-410/+1
* Cache dev_t values in the right structure.ticso2003-10-121-4/+4
* remove unused variable.ume2003-10-121-4/+1
* drop useless define.ume2003-10-121-3/+0
* use bswap32() for big endian arch.ume2003-10-121-1/+1
* Simplify vn_isdisk() a bit.phk2003-10-121-24/+10
* Redo the code that handles eject/close.sos2003-10-121-23/+22
* Avoid potential race on ATA_R_DONE.sos2003-10-121-2/+3
* Put devices into sleep mode (ie spin down) on detach.sos2003-10-121-0/+2
* Up timeout to 10s (from 5) in r/w commands.sos2003-10-121-1/+1
* - avoid hardcoded values.ume2003-10-122-41/+29
* Recognize the Avance Logic ALC655 codec found on some ICH4/5-baseddes2003-10-121-0/+1
* Assume that bp->bio_offset is correctly initialized.phk2003-10-121-1/+0
OpenPOWER on IntegriCloud