| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Properly support for FreeBSD 4 32bit System V shared memory. | ps | 2006-03-30 | 3 | -7/+179 |
* | Remove paranoid thread hijacking check. It cause wierd behaviour | ariff | 2006-03-30 | 1 | -8/+2 |
* | In afd_describe(), don't initialize sizestring. On ia64, gcc(1) will | marcel | 2006-03-30 | 1 | -1/+1 |
* | On some laptops, under very high loads, the socket event register read | imp | 2006-03-30 | 1 | -2/+13 |
* | Add a mask of valid socket events | imp | 2006-03-30 | 1 | -19/+20 |
* | Don't open if we're going away. | marcel | 2006-03-30 | 1 | -0/+4 |
* | Always explicitly panic in propogate_priority() if we try to propogate | jhb | 2006-03-29 | 1 | -8/+14 |
* | Fix printf arg on 64-bit arch by casting to an int. The IO port is never | njl | 2006-03-29 | 1 | -2/+2 |
* | Move the PC_TO_I() and KCOUNT() macros so they aren't GUPROF specific | jhb | 2006-03-29 | 1 | -3/+4 |
* | hold the list lock over the f_event and KNOTE_ACTIVATE calls... This closes | jmg | 2006-03-29 | 1 | -1/+1 |
* | Hook the MFI driver up to the build. | scottl | 2006-03-29 | 6 | -0/+8 |
* | Add a blacklist for bad IO ports that AML should never touch. It seems | njl | 2006-03-29 | 1 | -0/+76 |
* | Add reset register support. This is the only method to reboot some new | njl | 2006-03-29 | 1 | -0/+11 |
* | - We only lock the local per-CPU page in the local dTLB, so accessing the | marius | 2006-03-29 | 1 | -5/+17 |
* | Add convenience macros for the bits in ASI_ESTATE_ERROR_EN_REG (used | marius | 2006-03-29 | 1 | -0/+16 |
* | Fix 64-bit DMA. The problem was an incorrect flag check. Thanks to Paul | scottl | 2006-03-28 | 1 | -10/+14 |
* | - Conditionalize Giant around VFS operations for ALQ, ktrace, and | jhb | 2006-03-28 | 3 | -32/+35 |
* | Conditionalize locking of Giant for VFS in acct(2). We already | jhb | 2006-03-28 | 1 | -17/+20 |
* | - Conditionally acquire Giant in mdstart_vnode(), mdcreate_vnode(), and | jhb | 2006-03-28 | 1 | -29/+23 |
* | Change vn_open() to honor the MPSAFE flag in the passed in nameidata object | jhb | 2006-03-28 | 3 | -8/+11 |
* | Use the read_cycle_count() function recently added for cpu_ticks() for | jhb | 2006-03-28 | 2 | -2/+2 |
* | - Add a comment describing why tick_init() is called before cninit(). | marius | 2006-03-28 | 1 | -1/+6 |
* | - Move the check for too high HZ values from tick_init() to tick_start() | marius | 2006-03-28 | 1 | -7/+12 |
* | Add convenience macros for the full register set and use them to replace | marius | 2006-03-28 | 2 | -23/+74 |
* | Sync with the other archs and declare the memory location referenced by | marius | 2006-03-28 | 1 | -4/+4 |
* | Preserve previous behaviour of kern.geom.raid3.n{64,16,4}k tunables were 0 | pjd | 2006-03-28 | 1 | -1/+1 |
* | Remove unused symbols. | jkoshy | 2006-03-28 | 2 | -4/+0 |
* | Use wrapper macros for atomic pointer operations in order to perform the | des | 2006-03-28 | 1 | -18/+36 |
* | Revert previous commit at davidxu's insistance. Instead, use __DECONST | des | 2006-03-28 | 3 | -8/+12 |
* | Forcibly turn off all PMCs at module unload time. | jkoshy | 2006-03-28 | 1 | -0/+6 |
* | This comment on various IPPORT_ defines was copied from in.h and | dwmalone | 2006-03-28 | 1 | -25/+3 |
* | Remove manual assignment of m_pkthdr from one mbuf to another in | rwatson | 2006-03-28 | 1 | -9/+0 |
* | The undocumented and deprecated system call _umtx_op() takes two pointer | des | 2006-03-28 | 3 | -5/+5 |
* | Fix memory leak which occurs when crypto.ko module is unloaded. | pjd | 2006-03-28 | 1 | -0/+9 |
* | Handle invalid capacity parameters from the firmware. | scottl | 2006-03-28 | 2 | -1/+7 |
* | Unbreaking build by removing a now unused variable. | avatar | 2006-03-27 | 1 | -1/+0 |
* | Use td_ucred rather than p_ucred to avoid panics and general unhappiness. | jhb | 2006-03-27 | 1 | -1/+1 |
* | If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then fall | jhb | 2006-03-27 | 2 | -8/+10 |
* | Add a simple netipx TODO list to the end of README, since there are a | rwatson | 2006-03-27 | 1 | -0/+19 |
* | implement set(IEEE80211_IOC_STA_STATS) for hostapd; for | sam | 2006-03-27 | 1 | -0/+28 |
* | Use NET_LOCK_GIANT() and VFS_LOCK_GIANT() instead of unconditionally | alc | 2006-03-27 | 1 | -4/+29 |
* | Canonicalize copyright order in one more file that contains my | rwatson | 2006-03-27 | 1 | -3/+4 |
* | In spx_output(), use M_DONTWAIT instead of M_TRYWAIT, as we hold the | rwatson | 2006-03-27 | 1 | -5/+6 |
* | Erm don't use -mno-apcs-frame if we're going to do profiling either, it's not | cognet | 2006-03-27 | 1 | -1/+1 |
* | In spx_input(), change a '&&' to a '||', as the spx trace code is able | rwatson | 2006-03-27 | 1 | -1/+1 |
* | Teach md(4) and mdconfig(8) how to understand XML. Right now there won't be | wkoszek | 2006-03-26 | 1 | -0/+62 |
* | Add a sysctl, regression.sonewconn_earlytest, which when options | rwatson | 2006-03-26 | 2 | -0/+20 |
* | Declare regression subtree in sysctl.h so that components outside of | rwatson | 2006-03-26 | 1 | -0/+1 |
* | Implement pmap_object_init_pt() the way it is on sparc64/alpha, by doing | cognet | 2006-03-26 | 1 | -1/+4 |
* | Assert that the mbuf is not shared to ensure problems like the last commit are | thompsa | 2006-03-26 | 1 | -0/+3 |