summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* While reviewing NFS client for another PR, noticed this omission in thecel2006-05-241-1/+1
* Forced commit - last checkin got away from me.mjacob2006-05-241-0/+1
* Sorry- last delta was checked in by mistake.mjacob2006-05-241-2/+1
* Make physical buffers in cam_periph_mapmem owned by the kernel in case wemjacob2006-05-243-58/+21
* Workaround a hang on some nForce2 systems that can happen if the CPU goesjhb2006-05-241-0/+38
* Revision 1.4 set access for all sensitive files in /proc/<PID> to mode 0ghelmer2006-05-241-3/+6
* Implement internal (i.e. inside kernel) packet tagging using mbuf_tags(9).oleg2006-05-242-1/+63
* Rename device name in the last commit. According to PR, the ID isglebius2006-05-242-5/+5
* Remove the trailing half of a sentence which was clearly supercededceri2006-05-241-2/+0
* GC long unused hostnamelen and domainnamelen.ru2006-05-241-2/+0
* Attempt to follow the procedure described in section 4.10 of theiedowse2006-05-242-94/+224
* Take errmsg out of ffs_opts. It is already part of global_optsrodrigc2006-05-241-1/+1
* Whitespace nitsimp2006-05-231-3/+3
* Remove definitions of uart_[gs]etdreg. They are not used anymore andmarcel2006-05-231-6/+0
* NFS over TCP retransmit behavior should default to a 60 second time out,cel2006-05-233-5/+17
* Refactor the NFS over UDP retransmit timeout estimation logic to allowcel2006-05-233-62/+158
* 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
OpenPOWER on IntegriCloud