| Commit message (Expand) | Author | Age | Files | Lines |
* | if_ti has been operating with locks for a while, so remove the GIANT markers. | scottl | 2005-12-10 | 1 | -20/+29 |
* | The if_ti Tigon I/II driver has moved to /sys/dev/ti | scottl | 2005-12-10 | 7 | -14455/+5 |
* | - Better use of the busdma API. | cognet | 2005-12-09 | 2 | -47/+69 |
* | Fix a harmless bug in the way we allocate the early PTEs. | cognet | 2005-12-09 | 1 | -3/+2 |
* | The IQ80321 clock is 200MHz, but the IQ80321 is 198MHz, so add a kernel option | cognet | 2005-12-09 | 3 | -0/+7 |
* | A #define is not enough, we need to cast from u_long * to uint32_t *. | cognet | 2005-12-09 | 1 | -1/+8 |
* | Define atomic_whatever_long | cognet | 2005-12-09 | 1 | -0/+4 |
* | In copyout(), quad-align the source buffer, and use ldrd if possible. | cognet | 2005-12-09 | 1 | -54/+33 |
* | Unbreak hotplug support on the ICH6 and ICH7 chipsets. | sos | 2005-12-09 | 1 | -3/+4 |
* | Sync with i386, fix compiling for non-SMP. | davidxu | 2005-12-09 | 1 | -0/+2 |
* | Fix compiling warning on 64 bits system. | davidxu | 2005-12-09 | 1 | -1/+1 |
* | Fix build breakage by fixing typo. | pjd | 2005-12-09 | 1 | -1/+1 |
* | Add a sysctl to force a process to sigexit if a trap signal is | davidxu | 2005-12-09 | 1 | -0/+17 |
* | Remove itimers_event_hook, now it is a private function in kern_time.c. | davidxu | 2005-12-09 | 1 | -1/+0 |
* | Fix memory leak. | ru | 2005-12-09 | 1 | -0/+1 |
* | Register itimers_event_hook as a kernel event handler, so I don't | davidxu | 2005-12-09 | 3 | -9/+9 |
* | fixed a kernel crash at the initialization time of PIM-SM register interface | suz | 2005-12-09 | 1 | -13/+30 |
* | Comment out mqfs_create_link. Inline some small functions. | davidxu | 2005-12-09 | 1 | -4/+4 |
* | Now SIGCHLD is always queued. | davidxu | 2005-12-09 | 1 | -14/+4 |
* | Cleanup sigqueue sysctl. | davidxu | 2005-12-09 | 1 | -6/+2 |
* | - Allow to specify the byte which will be used for filling read buffer. | pjd | 2005-12-08 | 1 | -4/+7 |
* | Teach NOP GEOM class how to gather the following statistics: | pjd | 2005-12-08 | 2 | -3/+74 |
* | Careful measurement of the ST Labs card shows that the pulse width of | imp | 2005-12-08 | 1 | -1/+1 |
* | Regen for futimes. | ambrisko | 2005-12-08 | 4 | -3/+8 |
* | Add 32bit version of futimes so untar doesn't result in bad dates | ambrisko | 2005-12-08 | 2 | -1/+24 |
* | Add support for 7320 and 915 PCIe chipsets. | rodrigc | 2005-12-08 | 1 | -7/+11 |
* | Whitespace: reduce diffs with amd64. | jhb | 2005-12-08 | 1 | -2/+1 |
* | MFi386: | jhb | 2005-12-08 | 13 | -186/+101 |
* | A big rewrite of receive Jumbo frame handling. Remove the local Jumbo | glebius | 2005-12-08 | 2 | -248/+75 |
* | Suppress logging about unimplemented syscalls to one time per process. This | glebius | 2005-12-08 | 1 | -9/+7 |
* | 1) fix tiny bug in bge_start_locked() | oleg | 2005-12-08 | 2 | -106/+116 |
* | Add an API for jumbo mbuf cluster allocation and also provide | andre | 2005-12-08 | 4 | -6/+113 |
* | Switch MACHINE to "pc98" on FreeBSD/pc98. | nyan | 2005-12-08 | 1 | -2/+27 |
* | o Remove SI_KERNEL until I really implemented it. | davidxu | 2005-12-08 | 1 | -1/+1 |
* | the response NS to a DAD NS was not sent correctly due to the | ume | 2005-12-08 | 1 | -5/+5 |
* | In devfs_first(), set mp->mnt_opt to a valid empty list of mount options | rodrigc | 2005-12-08 | 1 | -0/+5 |
* | Add "errmsg" to list of global mount options. | rodrigc | 2005-12-08 | 1 | -0/+1 |
* | Reorder the calling of the completion callback and the transfer | iedowse | 2005-12-08 | 1 | -10/+14 |
* | Do not accept an empty bpf program. | jkim | 2005-12-08 | 1 | -0/+3 |
* | Fix build without BPF_JITTER option. | jkim | 2005-12-07 | 1 | -1/+3 |
* | Add BPF Just-In-Time compiler support for ng_bpf(4). | jkim | 2005-12-07 | 9 | -13/+41 |
* | Add support for the nVidia nForce MCP12 & MCP13 Networking Adapters. | obrien | 2005-12-07 | 2 | -0/+6 |
* | Catch up to the nvenetlib 1.0-0310 import. | obrien | 2005-12-07 | 2 | -4/+6 |
* | This commit was generated by cvs2svn to compensate for changes in r153200, | obrien | 2005-12-07 | 4 | -630/+671 |
|\ |
|
| * | Update the nForce MCP NIC bits. This is version 1.0-0310 23-Nov-2005. | obrien | 2005-12-07 | 4 | -630/+671 |
* | | Use __DEVOLATILE to cast conspeed. | imp | 2005-12-07 | 1 | -1/+1 |
* | | style(9) nits | obrien | 2005-12-07 | 1 | -52/+52 |
* | | Add Sparc TLS relocation definitions. | obrien | 2005-12-07 | 1 | -0/+24 |
* | | Changes imported from XFS for FreeBSD project: | rodrigc | 2005-12-07 | 3 | -33/+155 |
* | | Catch up to the system siginfo changes. Use a union for the ia32 layout | peter | 2005-12-06 | 2 | -3/+22 |