| Commit message (Expand) | Author | Age | Files | Lines |
* | Further improvements to LOCK_PROFILING: | kmacy | 2007-02-27 | 6 | -11/+46 |
* | First cut at GEOM based multipath. This is an active/passive{/passive...} | mjacob | 2007-02-27 | 6 | -0/+878 |
* | MFP4: 115094 | jkim | 2007-02-27 | 2 | -6/+8 |
* | Replace spaces with tabs in some places. | pjd | 2007-02-27 | 1 | -7/+7 |
* | Rework EC I/O approach. Implement burst mode, including proper handling of | njl | 2007-02-27 | 1 | -109/+206 |
* | Reap FIN_WAIT_2 connections marked SOCANTRCVMORE faster. This mitigate | mohans | 2007-02-26 | 8 | -10/+53 |
* | Add three new ioctl(2) commands for bpf(4). | jkim | 2007-02-26 | 3 | -35/+106 |
* | Revise locking strategy used for UNIX domain sockets in order to improve | rwatson | 2007-02-26 | 2 | -223/+470 |
* | Use NULL rather than 0 for various pointer constants. | jhb | 2007-02-26 | 1 | -26/+26 |
* | Add rw_wowned() interface to rwlock(9), allowing a kernel thread to | rwatson | 2007-02-26 | 2 | -0/+8 |
* | Mark the kernel linker file as linked so that it is visible to the various | jhb | 2007-02-26 | 1 | -0/+1 |
* | Fix a comment. | jhb | 2007-02-26 | 1 | -2/+2 |
* | Build ipx_ip.c only if options IPXIP is defined. No functional change. | rwatson | 2007-02-26 | 2 | -3/+1 |
* | Don't block on the socket zone limit during the socket() | ru | 2007-02-26 | 1 | -5/+5 |
* | Fix a likely bug by adding what appears to be a missing break statement | rwatson | 2007-02-26 | 1 | -0/+1 |
* | general LOCK_PROFILING cleanup | kmacy | 2007-02-26 | 9 | -154/+72 |
* | Declare a `struct extattr' that defines the format of an extended | mckusick | 2007-02-26 | 1 | -0/+59 |
* | Remove unused header file <machine/katelib.h> | kevlo | 2007-02-26 | 3 | -4/+0 |
* | mii_phy_dev_probe returns its third argument on match, not 0, so pass 0 | imp | 2007-02-26 | 1 | -1/+1 |
* | Close race conditions between fork() and [sg]etpriority()'s | delphij | 2007-02-26 | 2 | -5/+17 |
* | Define FLASHADDR and LOADERRAMADDR for the Avila, so that we can boot a | cognet | 2007-02-26 | 1 | -0/+2 |
* | Erm we can't change the value of arm_memcpy if we're running from flash. | cognet | 2007-02-26 | 2 | -5/+23 |
* | Update for the new prototype of bus_setup_intr(). | cognet | 2007-02-25 | 2 | -4/+4 |
* | Catch up with bus_setup_intr() modification and garbage collect a | piso | 2007-02-25 | 1 | -2/+2 |
* | Catch up with bus_setup_intr() modification and garbage collect two | piso | 2007-02-25 | 1 | -4/+4 |
* | Garbage collect a reference to INTR_FAST. | piso | 2007-02-25 | 2 | -2/+2 |
* | Fix attach of at91_pio() after bus_setup_intr() modification. | piso | 2007-02-25 | 1 | -1/+1 |
* | Unlock a mutex which should be unlocked before returning. | bms | 2007-02-25 | 1 | -1/+3 |
* | semi-automatic style(9) | netchild | 2007-02-25 | 10 | -1328/+1377 |
* | MFp4 (110541): | netchild | 2007-02-25 | 1 | -2/+7 |
* | MFp4 (110523, parts which apply cleanly): | netchild | 2007-02-25 | 2 | -89/+92 |
* | Use uma_set_align(). | marius | 2007-02-25 | 1 | -0/+1 |
* | Fix ALC883 microphone / recording issues. Setting high(er) VRef on | ariff | 2007-02-25 | 1 | -4/+95 |
* | Change the way that unmanaged pages are created. Specifically, | alc | 2007-02-25 | 6 | -48/+11 |
* | Further style(9) for ipx_ip. | rwatson | 2007-02-25 | 2 | -9/+7 |
* | Improve ipx_ip.c's approximation of style(9). | rwatson | 2007-02-25 | 1 | -97/+82 |
* | don't call ath_reset when processing sysctl's before the device | sam | 2007-02-24 | 1 | -4/+5 |
* | set the antenna switch when fixing the tx antenna using the | sam | 2007-02-24 | 2 | -3/+30 |
* | Fix tinderbox. ip6_mrouter should be defined in raw_ip6.c as it is | bms | 2007-02-24 | 2 | -5/+2 |
* | Updated ia64 isa support with the new bus_setup_intr() syntax. | piso | 2007-02-24 | 1 | -2/+3 |
* | Partial MFp4 of 114977: | netchild | 2007-02-24 | 9 | -39/+40 |
* | exca->pccarddev should always be non-null now. Only call it when the | imp | 2007-02-24 | 1 | -1/+1 |
* | Convert sis(4) to use its own watchdog procedure. | delphij | 2007-02-24 | 2 | -16/+16 |
* | Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel. | bms | 2007-02-24 | 10 | -35/+171 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-24 | 1 | -1/+1 |
* | Redo previous newbus related change to be kinder to | mjacob | 2007-02-23 | 5 | -3/+17 |
* | Use tsleep() rather than msleep() with a NULL mtx parameter. | jhb | 2007-02-23 | 3 | -11/+11 |
* | Whitespace fix. | jhb | 2007-02-23 | 1 | -1/+1 |
* | Fix a case in rman_manage_region() where the resource list would get missorted. | scottl | 2007-02-23 | 1 | -6/+7 |
* | MFp4 (114193 (i386 part), 114194, 114195, 114200): | netchild | 2007-02-23 | 3 | -46/+55 |