summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Properly support for FreeBSD 4 32bit System V shared memory.ps2006-03-303-7/+179
* Remove paranoid thread hijacking check. It cause wierd behaviourariff2006-03-301-8/+2
* In afd_describe(), don't initialize sizestring. On ia64, gcc(1) willmarcel2006-03-301-1/+1
* On some laptops, under very high loads, the socket event register readimp2006-03-301-2/+13
* Add a mask of valid socket eventsimp2006-03-301-19/+20
* Don't open if we're going away.marcel2006-03-301-0/+4
* Always explicitly panic in propogate_priority() if we try to propogatejhb2006-03-291-8/+14
* Fix printf arg on 64-bit arch by casting to an int. The IO port is nevernjl2006-03-291-2/+2
* Move the PC_TO_I() and KCOUNT() macros so they aren't GUPROF specificjhb2006-03-291-3/+4
* hold the list lock over the f_event and KNOTE_ACTIVATE calls... This closesjmg2006-03-291-1/+1
* Hook the MFI driver up to the build.scottl2006-03-296-0/+8
* Add a blacklist for bad IO ports that AML should never touch. It seemsnjl2006-03-291-0/+76
* Add reset register support. This is the only method to reboot some newnjl2006-03-291-0/+11
* - 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
* - 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
* - 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
* Preserve previous behaviour of kern.geom.raid3.n{64,16,4}k tunables were 0pjd2006-03-281-1/+1
* Remove unused symbols.jkoshy2006-03-282-4/+0
* 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
* Handle invalid capacity parameters from the firmware.scottl2006-03-282-1/+7
* Unbreaking build by removing a now unused variable.avatar2006-03-271-1/+0
* Use td_ucred rather than p_ucred to avoid panics and general unhappiness.jhb2006-03-271-1/+1
* If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then falljhb2006-03-272-8/+10
* Add a simple netipx TODO list to the end of README, since there are arwatson2006-03-271-0/+19
* implement set(IEEE80211_IOC_STA_STATS) for hostapd; forsam2006-03-271-0/+28
* Use NET_LOCK_GIANT() and VFS_LOCK_GIANT() instead of unconditionallyalc2006-03-271-4/+29
* Canonicalize copyright order in one more file that contains myrwatson2006-03-271-3/+4
* In spx_output(), use M_DONTWAIT instead of M_TRYWAIT, as we hold therwatson2006-03-271-5/+6
* Erm don't use -mno-apcs-frame if we're going to do profiling either, it's notcognet2006-03-271-1/+1
* In spx_input(), change a '&&' to a '||', as the spx trace code is ablerwatson2006-03-271-1/+1
* Teach md(4) and mdconfig(8) how to understand XML. Right now there won't bewkoszek2006-03-261-0/+62
* Add a sysctl, regression.sonewconn_earlytest, which when optionsrwatson2006-03-262-0/+20
* Declare regression subtree in sysctl.h so that components outside ofrwatson2006-03-261-0/+1
* Implement pmap_object_init_pt() the way it is on sparc64/alpha, by doingcognet2006-03-261-1/+4
* Assert that the mbuf is not shared to ensure problems like the last commit arethompsa2006-03-261-0/+3
OpenPOWER on IntegriCloud