summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Vnode locks are recursive and the NFS client support shared vnode locks.mohans2006-05-231-0/+5
* Use pmap_devmap_bootstrap(), instead of mapping the SACOM1 registerscognet2006-05-234-6/+42
* Forgot to remove the line.pjd2006-05-231-1/+0
* The lcr variable in ns8250_probe is now unused. Remove it.benno2006-05-231-1/+1
* When usb_event_thread() first starts, wait significantly longeriedowse2006-05-231-5/+14
* Allow uart(4)'s ns8250 driver to work with devices whose regshift is > 0.benno2006-05-232-25/+18
* Avoid spurious release of an rtentry.tanimura2006-05-231-3/+3
* Use macros instead of hardcoding the address for SACOM1. Also don'tcognet2006-05-223-4/+7
* Remove (now unused) crp_mac field.pjd2006-05-221-1/+0
* Fix usage of HMAC algorithms via /dev/crypto.pjd2006-05-221-10/+10
* Fix HMACs handling with uio's by not using crp_mac for storing calculatedpjd2006-05-223-10/+13
* - Fix the busname in the DRIVER_MODULE.nyan2006-05-221-1/+8
* Protect the sc_needwakeup field with the sc_freeqlock mutex.pjd2006-05-221-4/+11
* Improve the code responsible for waking up the crypto_proc thread.pjd2006-05-221-14/+11
* Don't wakeup the crypto_ret_proc thread if it is running already.pjd2006-05-221-2/+3
* Don't set cc_kqblocked twice and don't increment cryptostats.cs_kblockspjd2006-05-221-2/+0
* Document how we synchronize access to the fields in the cryptocappjd2006-05-221-6/+13
* We must synchronize access to cc_qblocked, because there could be a racepjd2006-05-221-17/+4
* Add missing case for RQSTYPE_CTIO3- neede for 64 bit target mode.mjacob2006-05-221-0/+1
* Remove bzero/bcopy vestigesmjacob2006-05-221-21/+87
* Remove bzero/bcopy vestiges.mjacob2006-05-221-7/+12
* remove bzero/bcopy vestigesmjacob2006-05-221-3/+3
* add TGT_ANY definemjacob2006-05-221-0/+1
* Fix longstanding bug where exec throttle is 16 bits- not 8.mjacob2006-05-221-1/+1
* When allocating a bucket to hold a free'd item in UMA fails, don'trwatson2006-05-211-2/+1
* o Fix a comment: ufs2_dinode.di_blocks counts blocks not bytes actually held.maxim2006-05-211-1/+1
* o Fix a comment: directory whiteout type is DT_WHT not DT_W.maxim2006-05-211-1/+1
* o In udp|rip_disconnect() acquire a socket lock before the socketmaxim2006-05-212-2/+6
* o Add missed error check: in ip_ctloutput() sooptcopyin() returns amaxim2006-05-211-0/+4
* Don't allow non-root user to set a scheduler policy, otherwise this coulddavidxu2006-05-212-0/+8
* ALTQ-ify nve(4).mlaier2006-05-201-3/+5
* Prevent disappearing SAD entries by implementing MPsafe refcounting.pjd2006-05-201-20/+33
* In IN6_IS_ADDR_V4MAPPED case instead of returning directly set error andbz2006-05-201-2/+4
* Move clock_lock prototype into <machine/clock.h>, where it is moresobomax2006-05-194-20/+4
* We have an implementation of generic_bs_rr_1, so use it, as some drivers usecognet2006-05-192-2/+2
* Style fixes.davidxu2006-05-194-68/+102
* If the PHY has 1000BASE-T capability, check to see if a 1000BASE-T speedyongari2006-05-191-2/+15
* Comment out SYSCTL_OMIT_DESCR until it's committed.cognet2006-05-191-1/+1
* Changes to make the NFS client MP safe.mohans2006-05-1911-450/+923
* Add in a bunch of things to the mfi driver:ambrisko2006-05-1812-32/+1147
* - When setting up a packet for transmit, if we the tx ring is over halfjhb2006-05-181-3/+17
* Implement sa11x0_bs_unmap.cognet2006-05-181-3/+15
* Make this compile (UART_IPEND_* => SER_INT_*).cognet2006-05-181-2/+2
* Initialize the new members of struct ip_moptions asbms2006-05-181-0/+4
* Move flag TDF_UMTXQ into structure umtxq, this eliminates the requirementdavidxu2006-05-182-16/+13
* Silent Coverity Prevent report by asserting that cap != NULL.pjd2006-05-181-2/+4
* - Add C-bus and ISA front-ends for le(4) so it can actually replacemarius2006-05-179-6/+986
* Add le(4). I could actually only test it on alpha, i386 and sparc64 butmarius2006-05-172-2/+4
* - As only the PCI front-end of le(4) is common to all platforms move itsmarius2006-05-172-4/+4
* Honor cri_mlen value.pjd2006-05-176-13/+46
OpenPOWER on IntegriCloud