| Commit message (Expand) | Author | Age | Files | Lines |
* | Relock user map earlier, to have the lock held when break leaves the | kib | 2008-12-10 | 2 | -3/+2 |
* | We need to pass a structure with enough space for an NFSv2 filehandle to | dfr | 2008-12-10 | 1 | -3/+3 |
* | Remove inconsistent white space from in_pcballoc(). | rwatson | 2008-12-10 | 1 | -2/+0 |
* | Move syncache flag definitions below data structure, compress some vertical | rwatson | 2008-12-10 | 1 | -10/+12 |
* | Move flag definitions for t_flags and t_oobflags below the definition of | rwatson | 2008-12-10 | 1 | -28/+36 |
* | Don't get confused if we encounter a device which is part of a raidz or raidz2 | dfr | 2008-12-10 | 1 | -2/+4 |
* | fix a reported panic when adding a route and one hit here when deleting a route | kmacy | 2008-12-10 | 2 | -4/+12 |
* | unlock when done | kmacy | 2008-12-10 | 1 | -1/+1 |
* | don't reference if_addr_mtx directly | kmacy | 2008-12-10 | 1 | -2/+2 |
* | Move the xprintf hook to where it belongs; it shouldn't be in the | das | 2008-12-10 | 1 | -6/+4 |
* | Update comment on INP_TIMEWAIT to say what it's about, as we caution | rwatson | 2008-12-09 | 1 | -1/+1 |
* | - Limit BCM5701 B5 to 32-bit mode as a workaround for a bug which | marius | 2008-12-09 | 1 | -7/+12 |
* | It does not make much sense to include net/route.h twice. | bz | 2008-12-09 | 1 | -2/+0 |
* | Add rwlock.h (and lock.h for that) to keep no-INET kernels compiling | bz | 2008-12-09 | 1 | -0/+2 |
* | Fix a bug introduced in r185747: rather than dereferencing an uninitialized | bz | 2008-12-09 | 1 | -1/+1 |
* | Enhance one comment relating to recent TCP locking changes, and fix a | rwatson | 2008-12-09 | 1 | -6/+6 |
* | Move macros defining flags and shortcus to nested structure fields in | rwatson | 2008-12-09 | 1 | -26/+34 |
* | Fix a cornercase during search | phk | 2008-12-09 | 2 | -7/+9 |
* | o Use full month name in .Dd macro. | maxim | 2008-12-09 | 1 | -1/+1 |
* | Fix a long standing VLAN tagged frame handling bug. | yongari | 2008-12-09 | 2 | -1/+10 |
* | Add the ability to control the sleep LED with led(4). Adding this fairly | nwhitehorn | 2008-12-09 | 2 | -5/+29 |
* | Remove now unused label. | sobomax | 2008-12-09 | 1 | -1/+1 |
* | Optimiza assembly in the previous r185779, to save whooping 16 bytes. | sobomax | 2008-12-08 | 1 | -9/+5 |
* | Respect RBX_MUTE flag from boot[012]. | sobomax | 2008-12-08 | 1 | -1/+18 |
* | add RW_SYSINIT_FLAGS macro and rw_sysinit_flags initialization function | kmacy | 2008-12-08 | 2 | -0/+27 |
* | Add strndup(3) prototype to string.h. | kib | 2008-12-08 | 7 | -6/+7 |
* | Fix typo in the comment %is -> %si. | sobomax | 2008-12-08 | 1 | -1/+1 |
* | Move from solely write-locking the global tcbinfo in tcp_input() | rwatson | 2008-12-08 | 1 | -59/+274 |
* | - avoid recursively locking the radix node head lock | kmacy | 2008-12-08 | 1 | -2/+4 |
* | Add a reference count to struct inpcb, which may be explicitly | rwatson | 2008-12-08 | 2 | -12/+85 |
* | - Detect Bochs BIOS variants and use HZ_VM as well. | jkim | 2008-12-08 | 1 | -12/+25 |
* | Obey the TMPDIR, TMP, TEMP, or TEMPDIR environment variables | kientzle | 2008-12-08 | 1 | -1/+14 |
* | White space only: Tabify; white space at EOL removed. | schweikh | 2008-12-08 | 1 | -14/+14 |
* | - Add missing word in comment. | lulf | 2008-12-08 | 1 | -1/+1 |
* | Make two style changes to create new commit and document proper commit | kib | 2008-12-08 | 2 | -3/+2 |
* | Change the linprocfs <pid>/maps and procfs <pid>/map handlers to use | kib | 2008-12-08 | 2 | -16/+51 |
* | Do drop vm map lock earlier in the sysctl_kern_proc_vmmap(), to avoid | kib | 2008-12-08 | 1 | -38/+40 |
* | Document processor errata that affect performance measurement. | jkoshy | 2008-12-08 | 1 | -0/+52 |
* | The dqrele() function syncs the dq, then acquires the dqh lock, and then | kib | 2008-12-08 | 1 | -1/+13 |
* | mutex.h is needed here. It got it by namespace pollution. | yongari | 2008-12-08 | 1 | -0/+2 |
* | Clean up the mac GPIO interface a little. Also remove bogus copyright | nwhitehorn | 2008-12-08 | 2 | -26/+29 |
* | Reduce spin wait time consumed in GMII register access routines. | yongari | 2008-12-08 | 1 | -4/+2 |
* | Accidentally left ADB out of the PowerPC NOTES file during initial import. | nwhitehorn | 2008-12-08 | 1 | -0/+3 |
* | Add facilities to pmu(4) to interrogate battery status on Apple PowerPC | nwhitehorn | 2008-12-08 | 3 | -15/+241 |
* | o Implemented miibus_statchg handler. It detects whether re(4) | yongari | 2008-12-08 | 2 | -28/+52 |
* | Make sure to return the result of meida change request. | yongari | 2008-12-08 | 1 | -2/+3 |
* | Add missing include to sys/lock.h before sys/rwlock.h | imp | 2008-12-08 | 3 | -0/+3 |
* | - According to the corresponding Linux, NetBSD and OpenSolaris | marius | 2008-12-07 | 2 | -36/+47 |
* | Minor tweaks to some of the comments. Also, add a XXX wondering if we | imp | 2008-12-07 | 1 | -17/+18 |
* | Restore opt_inet.h include which was lost in the last commit. | thompsa | 2008-12-07 | 1 | -0/+1 |