| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix 'rebuild' command (we ignore retaste event now, so don't relay on it). | pjd | 2005-01-03 | 3 | -11/+23 |
* | Add PCI and device ID's to if_xl to support: | rwatson | 2005-01-03 | 2 | -1/+6 |
* | Use byteorder(9) functions to implement the [g,s]et[d,w][b,l]e macros so | marius | 2005-01-03 | 1 | -36/+14 |
* | When allocating bio's in the swap_pager use M_WAITOK since the | phk | 2005-01-03 | 1 | -6/+7 |
* | Reduce diffs to work in progress before checking in serious changes. | philip | 2005-01-03 | 2 | -38/+40 |
* | Garbage collect unused ipx_abort(). | rwatson | 2005-01-03 | 2 | -13/+2 |
* | Remove unused #include. | pjd | 2005-01-03 | 1 | -1/+0 |
* | Exempt the superuser from mac_seeotheruids checks. | rwatson | 2005-01-03 | 1 | -0/+3 |
* | Remove comment that doesn't seem to be true and add comments describing | julian | 2005-01-03 | 1 | -17/+16 |
* | A much simpler way to work out if the required transfer can be done in 2 | julian | 2005-01-03 | 1 | -3/+2 |
* | Back out previous commits. Installing new share/mk fixes this. | njl | 2005-01-03 | 1 | -1/+0 |
* | Add a sysctl (net.inet.tcp.insecure_rst) which allows one to specify | silby | 2005-01-03 | 2 | -2/+14 |
* | NO_MAN is now NOMAN. | njl | 2005-01-03 | 1 | -1/+1 |
* | Fix kernel modules build. For some reason, this module now bails out with | njl | 2005-01-03 | 1 | -0/+1 |
* | Regen. | marcel | 2005-01-03 | 5 | -6/+6 |
* | uuidgen(2) is MP safe. | marcel | 2005-01-03 | 1 | -1/+1 |
* | If MALLOC() fails in at_pcballoc(), return ENOBUFS rather than | rwatson | 2005-01-03 | 1 | -1/+3 |
* | Acquire the socket buffer receive lock in spx_rcvoob() to permit | rwatson | 2005-01-02 | 1 | -0/+3 |
* | Increase the coverage scope of the receive socket buffer lock in | rwatson | 2005-01-02 | 1 | -10/+9 |
* | Explicitly lock the send socket buffer in spx_reass() to cover the drop | rwatson | 2005-01-02 | 1 | -2/+3 |
* | Restructure ipx_input() return code to match similar code in netinet, | rwatson | 2005-01-02 | 1 | -8/+6 |
* | Eliminate XXX comments regarding allocation failures when retrieving | rwatson | 2005-01-02 | 2 | -5/+5 |
* | Use KASSERT() in preference to if()panic(). | rwatson | 2005-01-02 | 2 | -6/+2 |
* | Extern declaration of old 'ipxpcb' list head no longer required. | rwatson | 2005-01-02 | 1 | -2/+0 |
* | Trim trailing whitespace. | rwatson | 2005-01-02 | 9 | -37/+37 |
* | Document copyright updates in netipx README as other prior updates have | rwatson | 2005-01-02 | 1 | -0/+1 |
* | Mark 'struct spx' and 'struct spxhdr' as __packed to prevent possible | rwatson | 2005-01-02 | 1 | -2/+2 |
* | Improve handling of SPX session timeout, specifically, make sure to | rwatson | 2005-01-02 | 1 | -5/+8 |
* | Compare and assign pointers with NULL in preference to 0. | rwatson | 2005-01-02 | 1 | -2/+2 |
* | Don't cast NULL on return or when passing to another function. | rwatson | 2005-01-02 | 1 | -14/+22 |
* | MFi386: revision 1.421. | nyan | 2005-01-02 | 1 | -2/+2 |
* | Add support for the Pixelview PlayTV | julian | 2005-01-02 | 2 | -1/+14 |
* | Mark 'struct ipx', the IPX packet header, as __packed. Otherwise, | rwatson | 2005-01-02 | 1 | -1/+1 |
* | Use 'NULL' in preference to '0' for pointer comparisons. | rwatson | 2005-01-02 | 1 | -3/+3 |
* | Port randomization leads to extremely fast port reuse at high | silby | 2005-01-02 | 4 | -4/+69 |
* | Use RTFREE() to free route references rather than rtfree(), as rtfree() | rwatson | 2005-01-02 | 2 | -2/+2 |
* | Prefer rtalloc_ign() API to rtalloc() API. | rwatson | 2005-01-02 | 4 | -5/+5 |
* | In re_detach(), remove an extra call to ether_ifdetach(). | cognet | 2005-01-02 | 1 | -1/+0 |
* | Further enhance the handling of misaligned loads and stores: | marcel | 2005-01-02 | 3 | -23/+59 |
* | Move the definition of ipxpcb_lport_cache from ipx_input.c to ipx_pcb.c, | rwatson | 2005-01-01 | 2 | -1/+1 |
* | Increase the message buffer size on AMD64. Such machines can have a lot | obrien | 2005-01-01 | 1 | -0/+4 |
* | Corrected a workaround that should only be applied to one adapter. Workaround | tackerman | 2005-01-01 | 1 | -2/+14 |
* | Added device id support for Intel 82541ER and 82546GB dual port PCIE adapter. | tackerman | 2005-01-01 | 1 | -0/+2 |
* | Further update to the Promise code. | sos | 2005-01-01 | 1 | -39/+70 |
* | Attempt to fix Symbios driver on amd64. The private memory allocation | se | 2005-01-01 | 1 | -0/+10 |
* | Correct scan candidate selection logic for dual-band devices: prefer | sam | 2005-01-01 | 1 | -15/+15 |
* | Eliminate some of the egregious bypass of the 802.11 state | sam | 2005-01-01 | 1 | -18/+20 |
* | - make machine model list more comprehensive, the whole Alpha family tree | wilko | 2005-01-01 | 2 | -51/+66 |
* | Fix last second typos that crept in :-(. | imp | 2004-12-31 | 1 | -2/+2 |
* | remove netbsd rcsid lines; they are way out of date and we appear to be | sam | 2004-12-31 | 2 | -2/+0 |