aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* In afd_describe(), don't initialize sizestring. On ia64, gcc(1) willMarcel Moolenaar2006-03-301-1/+1
* On some laptops, under very high loads, the socket event register readWarner Losh2006-03-301-2/+13
* Add a mask of valid socket eventsWarner Losh2006-03-301-19/+20
* Don't open if we're going away.Marcel Moolenaar2006-03-301-0/+4
* Always explicitly panic in propogate_priority() if we try to propogateJohn Baldwin2006-03-291-8/+14
* Fix printf arg on 64-bit arch by casting to an int. The IO port is neverNate Lawson2006-03-291-2/+2
* Move the PC_TO_I() and KCOUNT() macros so they aren't GUPROF specificJohn Baldwin2006-03-291-3/+4
* hold the list lock over the f_event and KNOTE_ACTIVATE calls... This closesJohn-Mark Gurney2006-03-291-1/+1
* Hook the MFI driver up to the build.Scott Long2006-03-296-0/+8
* Add a blacklist for bad IO ports that AML should never touch. It seemsNate Lawson2006-03-291-0/+76
* Add reset register support. This is the only method to reboot some newNate Lawson2006-03-291-0/+11
* - We only lock the local per-CPU page in the local dTLB, so accessing theMarius Strobl2006-03-291-5/+17
* Add convenience macros for the bits in ASI_ESTATE_ERROR_EN_REG (usedMarius Strobl2006-03-291-0/+16
* Fix 64-bit DMA. The problem was an incorrect flag check. Thanks to PaulScott Long2006-03-281-10/+14
* - Conditionalize Giant around VFS operations for ALQ, ktrace, andJohn Baldwin2006-03-283-32/+35
* Conditionalize locking of Giant for VFS in acct(2). We alreadyJohn Baldwin2006-03-281-17/+20
* - Conditionally acquire Giant in mdstart_vnode(), mdcreate_vnode(), andJohn Baldwin2006-03-281-29/+23
* Change vn_open() to honor the MPSAFE flag in the passed in nameidata objectJohn Baldwin2006-03-283-8/+11
* Use the read_cycle_count() function recently added for cpu_ticks() forJohn Baldwin2006-03-282-2/+2
* - Add a comment describing why tick_init() is called before cninit().Marius Strobl2006-03-281-1/+6
* - Move the check for too high HZ values from tick_init() to tick_start()Marius Strobl2006-03-281-7/+12
* Add convenience macros for the full register set and use them to replaceMarius Strobl2006-03-282-23/+74
* Sync with the other archs and declare the memory location referenced byMarius Strobl2006-03-281-4/+4
* Preserve previous behaviour of kern.geom.raid3.n{64,16,4}k tunables were 0Pawel Jakub Dawidek2006-03-281-1/+1
* Remove unused symbols.Joseph Koshy2006-03-282-4/+0
* Use wrapper macros for atomic pointer operations in order to perform theDag-Erling Smørgrav2006-03-281-18/+36
* Revert previous commit at davidxu's insistance. Instead, use __DECONSTDag-Erling Smørgrav2006-03-283-8/+12
* Forcibly turn off all PMCs at module unload time.Joseph Koshy2006-03-281-0/+6
* This comment on various IPPORT_ defines was copied from in.h andDavid Malone2006-03-281-25/+3
* Remove manual assignment of m_pkthdr from one mbuf to another inRobert Watson2006-03-281-9/+0
* The undocumented and deprecated system call _umtx_op() takes two pointerDag-Erling Smørgrav2006-03-283-5/+5
* Fix memory leak which occurs when crypto.ko module is unloaded.Pawel Jakub Dawidek2006-03-281-0/+9
* Handle invalid capacity parameters from the firmware.Scott Long2006-03-282-1/+7
* Unbreaking build by removing a now unused variable.Tai-hwa Liang2006-03-271-1/+0
* Use td_ucred rather than p_ucred to avoid panics and general unhappiness.John Baldwin2006-03-271-1/+1
* If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then fallJohn Baldwin2006-03-272-8/+10
* Add a simple netipx TODO list to the end of README, since there are aRobert Watson2006-03-271-0/+19
* implement set(IEEE80211_IOC_STA_STATS) for hostapd; forSam Leffler2006-03-271-0/+28
* Use NET_LOCK_GIANT() and VFS_LOCK_GIANT() instead of unconditionallyAlan Cox2006-03-271-4/+29
* Canonicalize copyright order in one more file that contains myRobert Watson2006-03-271-3/+4
* In spx_output(), use M_DONTWAIT instead of M_TRYWAIT, as we hold theRobert Watson2006-03-271-5/+6
* Erm don't use -mno-apcs-frame if we're going to do profiling either, it's notOlivier Houchard2006-03-271-1/+1
* In spx_input(), change a '&&' to a '||', as the spx trace code is ableRobert Watson2006-03-271-1/+1
* Teach md(4) and mdconfig(8) how to understand XML. Right now there won't beWojciech A. Koszek2006-03-261-0/+62
* Add a sysctl, regression.sonewconn_earlytest, which when optionsRobert Watson2006-03-262-0/+20
* Declare regression subtree in sysctl.h so that components outside ofRobert Watson2006-03-261-0/+1
* Implement pmap_object_init_pt() the way it is on sparc64/alpha, by doingOlivier Houchard2006-03-261-1/+4
* Assert that the mbuf is not shared to ensure problems like the last commit areAndrew Thompson2006-03-261-0/+3
* In spx_accept, assert ipxp != NULL, not == NULL.Robert Watson2006-03-261-1/+1
* In various SPX protocol entry points from the socket layer, checkRobert Watson2006-03-261-7/+53