summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Account for recent changes in namespace.h. Use _pthread_createdeischen2006-03-291-4/+4
* - We only lock the local per-CPU page in the local dTLB, so accessing themarius2006-03-291-5/+17
* Add convenience macros for the bits in ASI_ESTATE_ERROR_EN_REG (usedmarius2006-03-291-0/+16
* Fix 64-bit DMA. The problem was an incorrect flag check. Thanks to Paulscottl2006-03-281-10/+14
* Add malloc_usable_size(3).jasone2006-03-286-4/+85
* Fix prototype mismatch and use of un-namespaced pthread functions.des2006-03-282-22/+14
* Fix prototype mismatch.des2006-03-281-1/+2
* - Conditionalize Giant around VFS operations for ALQ, ktrace, andjhb2006-03-283-32/+35
* Conditionalize locking of Giant for VFS in acct(2). We alreadyjhb2006-03-281-17/+20
* - Conditionally acquire Giant in mdstart_vnode(), mdcreate_vnode(), andjhb2006-03-281-29/+23
* Change vn_open() to honor the MPSAFE flag in the passed in nameidata objectjhb2006-03-283-8/+11
* Use the read_cycle_count() function recently added for cpu_ticks() forjhb2006-03-282-2/+2
* Use the correct type for and argument. Recent changes to namespace.hdeischen2006-03-282-2/+2
* - Add a comment describing why tick_init() is called before cninit().marius2006-03-281-1/+6
* - Move the check for too high HZ values from tick_init() to tick_start()marius2006-03-281-7/+12
* Add convenience macros for the full register set and use them to replacemarius2006-03-282-23/+74
* Sync with the other archs and declare the memory location referenced bymarius2006-03-281-4/+4
* Add semaphore functions, and remove some dupes from the #if 0 section.des2006-03-282-4/+20
* Preserve previous behaviour of kern.geom.raid3.n{64,16,4}k tunables were 0pjd2006-03-281-1/+1
* Remove redundant ike rc.d script, since we do not have an IPsec IKEsimon2006-03-283-20/+2
* Don't use dbg if it isn't defined (such as when this file is used bydes2006-03-281-0/+2
* Use C99's varadic macro syntax instead of gcc's.des2006-03-281-2/+2
* Add a bunch of missing pthread functions, and move out-of-order functions.des2006-03-282-13/+128
* Remove unused symbols.jkoshy2006-03-282-4/+0
* Don't call audit_logout() if pwd is NULL, as audit_logout() attempts tocognet2006-03-281-1/+4
* Document authpf's requirement for a mounted fdescfs(5).mlaier2006-03-281-2/+8
* Use wrapper macros for atomic pointer operations in order to perform thedes2006-03-281-18/+36
* Revert previous commit at davidxu's insistance. Instead, use __DECONSTdes2006-03-283-8/+12
* Forcibly turn off all PMCs at module unload time.jkoshy2006-03-281-0/+6
* This comment on various IPPORT_ defines was copied from in.h anddwmalone2006-03-281-25/+3
* Remove manual assignment of m_pkthdr from one mbuf to another inrwatson2006-03-281-9/+0
* The undocumented and deprecated system call _umtx_op() takes two pointerdes2006-03-283-5/+5
* Fix memory leak which occurs when crypto.ko module is unloaded.pjd2006-03-281-0/+9
* If the query choked with EDNS0, retry without EDNS0.ume2006-03-281-8/+24
* Er, forgot to clear tls space to zero for Variant II.davidxu2006-03-281-1/+1
* Allocate space for thread pointer, this allows thread library to accessdavidxu2006-03-285-7/+7
* Handle invalid capacity parameters from the firmware.scottl2006-03-282-1/+7
* Add symbol versioning to libm.deischen2006-03-2716-0/+246
* Merge conflicts after official patchesache2006-03-272-10/+15
* Remove priority mutex code because it does not work correctly,davidxu2006-03-277-1199/+200
* This commit was generated by cvs2svn to compensate for changes in r157191,ache2006-03-272-6/+5
|\
| * Official patches 001-004ache2006-03-274-16/+20
* | Upgrade to 5.1ache2006-03-272-1/+22
* | Unbreaking build by removing a now unused variable.avatar2006-03-271-1/+0
* | Resolve conflictsache2006-03-278-299/+678
* | Remove obsoleted files, update upgrade instructionsache2006-03-273-1282/+4
* | This commit was generated by cvs2svn to compensate for changes in r157184,ache2006-03-2760-1463/+12939
|\ \ | |/
| * Virgin import of GNU Readline 5.1ache2006-03-2768-1754/+13615
| * This files no longer usedache2004-10-188-5270/+0
* | Use td_ucred rather than p_ucred to avoid panics and general unhappiness.jhb2006-03-271-1/+1
OpenPOWER on IntegriCloud