summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Catch up with the kernel and set any global variables we are using, innjl2005-01-031-0/+6
* Constify arguments.marcel2005-01-036-17/+17
* Next round of work on ISO9660 support:kientzle2005-01-031-79/+151
* Regen.marcel2005-01-035-6/+6
* uuidgen(2) is MP safe.marcel2005-01-031-1/+1
* If MALLOC() fails in at_pcballoc(), return ENOBUFS rather thanrwatson2005-01-031-1/+3
* Replace a mention of the ia64_unaligned directory with one of themarcel2005-01-021-1/+1
* Regression test for unaligned loads and stores for short, int, long,marcel2005-01-022-0/+144
* evise use of queue(9) macros for netipx when used from userspace:rwatson2005-01-021-11/+5
* Remove trailing spaces.krion2005-01-026-7/+7
* Remove trailing spaces.krion2005-01-027-10/+10
* Acquire the socket buffer receive lock in spx_rcvoob() to permitrwatson2005-01-021-0/+3
* Increase the coverage scope of the receive socket buffer lock inrwatson2005-01-021-10/+9
* Explicitly lock the send socket buffer in spx_reass() to cover the droprwatson2005-01-021-2/+3
* Restructure ipx_input() return code to match similar code in netinet,rwatson2005-01-021-8/+6
* Eliminate XXX comments regarding allocation failures when retrievingrwatson2005-01-022-5/+5
* Use KASSERT() in preference to if()panic().rwatson2005-01-022-6/+2
* Extern declaration of old 'ipxpcb' list head no longer required.rwatson2005-01-021-2/+0
* Trim trailing whitespace.rwatson2005-01-029-37/+37
* Document copyright updates in netipx README as other prior updates haverwatson2005-01-021-0/+1
* Mark 'struct spx' and 'struct spxhdr' as __packed to prevent possiblerwatson2005-01-021-2/+2
* Improve handling of SPX session timeout, specifically, make sure torwatson2005-01-021-5/+8
* Compare and assign pointers with NULL in preference to 0.rwatson2005-01-021-2/+2
* Don't cast NULL on return or when passing to another function.rwatson2005-01-021-14/+22
* Correct .Ddbrueffer2005-01-021-1/+1
* Remove cross reference to uustat(1), which is no longer in the baserwatson2005-01-021-1/+0
* - list the PixelView PlayTV PAK as supportedbrueffer2005-01-021-1/+3
* MFi386: revision 1.421.nyan2005-01-021-2/+2
* Enable ISO9660 support in "read_support_format_all".kientzle2005-01-021-0/+1
* First cut support for extracting from ISO9660 disk images.kientzle2005-01-023-1/+524
* Add support for the Pixelview PlayTVjulian2005-01-022-1/+14
* Mark 'struct ipx', the IPX packet header, as __packed. Otherwise,rwatson2005-01-021-1/+1
* Use 'NULL' in preference to '0' for pointer comparisons.rwatson2005-01-021-3/+3
* Port randomization leads to extremely fast port reuse at highsilby2005-01-024-4/+69
* Use RTFREE() to free route references rather than rtfree(), as rtfree()rwatson2005-01-022-2/+2
* Prefer rtalloc_ign() API to rtalloc() API.rwatson2005-01-024-5/+5
* In re_detach(), remove an extra call to ether_ifdetach().cognet2005-01-021-1/+0
* Further enhance the handling of misaligned loads and stores:marcel2005-01-023-23/+59
* o Remove duplicate includes.maxim2005-01-011-2/+0
* Move the definition of ipxpcb_lport_cache from ipx_input.c to ipx_pcb.c,rwatson2005-01-012-1/+1
* Increase the message buffer size on AMD64. Such machines can have a lotobrien2005-01-011-0/+4
* Corrected a workaround that should only be applied to one adapter. Workaroundtackerman2005-01-011-2/+14
* Added device id support for Intel 82541ER and 82546GB dual port PCIE adapter.tackerman2005-01-011-0/+2
* Further update to the Promise code.sos2005-01-011-39/+70
* Attempt to fix Symbios driver on amd64. The private memory allocationse2005-01-011-0/+10
* Add a newline at the end of the file to silence warnings.ceri2005-01-011-1/+1
* Correct scan candidate selection logic for dual-band devices: prefersam2005-01-011-15/+15
* Eliminate some of the egregious bypass of the 802.11 statesam2005-01-011-18/+20
* - make machine model list more comprehensive, the whole Alpha family treewilko2005-01-012-51/+66
* Complete 2005 transition.sobomax2005-01-011-1/+1
OpenPOWER on IntegriCloud