| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up return handling for a number of SPX-related routines that | rwatson | 2005-01-09 | 1 | -22/+29 |
* | Protect ipx_pexseq with the IPX PCB list mutex. | rwatson | 2005-01-09 | 2 | -3/+12 |
* | Acquire or assert the IPX PCB list lock or IPX PCB lock during various | rwatson | 2005-01-09 | 1 | -33/+72 |
* | Assert or acquire the IPX PCB list lock or IPX PCB locks throughout | rwatson | 2005-01-09 | 1 | -1/+21 |
* | Hold the IPX PCB mutex around calls to ipx_input() in the IPX input | rwatson | 2005-01-09 | 1 | -1/+8 |
* | Hold the global IPX PCB list mutex in the IPX input path when walking | rwatson | 2005-01-09 | 1 | -0/+7 |
* | Introduce a global mutex, ipxpcb_list_mtx, to protect the global | rwatson | 2005-01-09 | 3 | -1/+24 |
* | In ipx_setsockaddr(), use M_WAITOK instead of M_NOWAIT so that the | rwatson | 2005-01-09 | 1 | -2/+2 |
* | Eliminate jump to 'bad' label in order to clean up the ipx_input() | rwatson | 2005-01-09 | 1 | -13/+14 |
* | Move the acquisition and release of the page queues lock outside of a loop | alc | 2005-01-08 | 1 | -2/+3 |
* | Remove support for FreeBSD < 4.recent from this driver. | imp | 2005-01-08 | 7 | -35/+1 |
* | Remove vnode.h and adjust includes to compensate for pollution. | imp | 2005-01-08 | 5 | -6/+13 |
* | LINE30 is always defined now, so unifdef -DLINE30 for clarity. | imp | 2005-01-08 | 2 | -42/+0 |
* | Merge module.h into 30line.h and remove it. It lacked a | imp | 2005-01-08 | 3 | -69/+10 |
* | This change adds reliability for Ethernet trunks built with ng_one2many: | glebius | 2005-01-08 | 2 | -0/+37 |
* | In total violation of at least 4 sections in the ACPI spec, some systems | njl | 2005-01-08 | 1 | -19/+26 |
* | Break out of loop earlier if it is not timeout. | davidxu | 2005-01-08 | 1 | -1/+1 |
* | Annotate that pfs_exit() always acquires and releases two mutexes for | rwatson | 2005-01-08 | 1 | -0/+4 |
* | In acct_process(), do a lockless read of acctvp to see if it's NULL | rwatson | 2005-01-08 | 1 | -1/+12 |
* | Elminate 1 LOR (actually a recursive mutex grab) involving ipfilter where | darrenr | 2005-01-08 | 1 | -25/+2 |
* | In kern_wait(), let the compiler copy the rusage structure rather than | rwatson | 2005-01-08 | 1 | -1/+1 |
* | Revert local experiment which leaked into commit. | phk | 2005-01-07 | 1 | -1/+1 |
* | Fix compilation of DEVICE_POLLING code. | phk | 2005-01-07 | 2 | -6/+6 |
* | Comment typo. | keramida | 2005-01-07 | 1 | -1/+1 |
* | Fix support for machines with default MP Table configurations: | jhb | 2005-01-07 | 1 | -18/+71 |
* | Introduce bus_dmamap_load_mbuf_sg(). Instead of taking a callback arg, this | scottl | 2005-01-07 | 5 | -26/+111 |
* | Fix typo from previous commit. | scottl | 2005-01-07 | 1 | -0/+1 |
* | Add a default driver to attach to the "hidden" scsi channels of the Dell | scottl | 2005-01-07 | 1 | -0/+62 |
* | Transfer responsibility for freeing the page taken from the cache | alc | 2005-01-07 | 1 | -19/+17 |
* | Fix typos from previous commit. | scottl | 2005-01-07 | 2 | -0/+2 |
* | Adjust two of my comments to the new world order: Indent protection in | cperciva | 2005-01-07 | 1 | -2/+2 |
* | /* -> /*- for license, minor formatting changes, insert COPYRIGHT into files | imp | 2005-01-07 | 18 | -24/+202 |
* | /* -> /*- for license, minor formatting changes, separate for KAME | imp | 2005-01-07 | 68 | -91/+91 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 426 | -453/+480 |
* | Add FreeBSD tag | imp | 2005-01-07 | 1 | -1/+3 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 519 | -571/+785 |
* | Return correct value in the lock routine. | grehan | 2005-01-07 | 1 | -2/+2 |
* | These are no longer relevant. They are scripts for extracting hints | imp | 2005-01-07 | 4 | -456/+0 |
* | This is no longer supported, so remove it from the tree. | imp | 2005-01-07 | 1 | -17/+0 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-07 | 33 | -33/+43 |
* | We no longer recurse the mutex. | phk | 2005-01-07 | 1 | -1/+1 |
* | If we get an interrupt and the interface is down, return before we | phk | 2005-01-07 | 2 | -9/+5 |
* | Don't tweak DSP on the ..16 chips. | phk | 2005-01-06 | 1 | -1/+1 |
* | Fix for an issue with excessive collisions in half duplex mode. | phk | 2005-01-06 | 1 | -0/+8 |
* | Nail the short cable problem the exact way National says it should be. | phk | 2005-01-06 | 1 | -19/+14 |
* | Simplify and fix bugs in rx/tx ring cleanup. | phk | 2005-01-06 | 1 | -24/+21 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 89 | -93/+97 |
* | Expand COPYRIGHT inline, per Matthew Dillon's earlier approval. | imp | 2005-01-06 | 1 | -4/+24 |
* | Rewrite the rx/tx ring initialization to use pointers instead of arrays. | phk | 2005-01-06 | 1 | -45/+34 |
* | Eliminate a bunch of unnecessary prototypes. | phk | 2005-01-06 | 1 | -54/+12 |