summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix some becuase -> because typos.jhb2003-12-174-4/+4
* Switch TCP over to using the inpcb label when responding in timedrwatson2003-12-1712-8/+78
* Regen.sanpei2003-12-172-2/+9
* Add support HP hn210e usb ethernetsanpei2003-12-172-0/+2
* Regen.sanpei2003-12-172-2/+25
* Add supportsanpei2003-12-172-0/+13
* Use the (now standard) Ethernet address parse type.ru2003-12-172-39/+5
* Made the Ethernet address parse type standard.ru2003-12-175-67/+69
* Replaced two bzero() calls with the M_ZERO flag to malloc().ru2003-12-171-3/+2
* Move the locking of the softc up to before the allocation of theharti2003-12-171-4/+6
* fixed an IPv6 path MTU discovery failure owing to a lack of initializationsuz2003-12-171-1/+1
* Hey, how about we NOT make modules crash 486s?green2003-12-171-1/+1
* ahc_eisa.c:gibbs2003-12-1722-2165/+2267
* When outputing a code listing, properly displaygibbs2003-12-171-7/+16
* Modify assembler to ignore carriage returns in input.gibbs2003-12-162-4/+15
* Fix compilation on 64bit archs.sos2003-12-161-1/+1
* Implement NdisGetBufferPhysicalArraySize(), which apparently is awpaul2003-12-161-0/+11
* o IN_MULTICAST wants an address in host byte order.maxim2003-12-161-1/+1
* Add device IDs for the Bluetake BW002, yet another Atmel AT76C503Abms2003-12-163-0/+8
* - In vget() if LK_NOWAIT is specified we should return EBUSY and not ENOENT.jeff2003-12-161-3/+4
* - When doing a forced unmount, VFS attempts to keep VCHR vnodes valid byjeff2003-12-161-1/+28
* style(9) pass and type fixups.bms2003-12-163-16/+10
* Disable the per-vm_page PTE cache. This was not being invalidatedgrehan2003-12-163-0/+6
* Avoid sign extension when casting signed characters to unsigned widetjr2003-12-161-2/+2
* Purge crmbuf.c as the routines are now in uipc_mbuf.c.bms2003-12-151-119/+0
* Push m_apply() and m_getptr() up into the colleciton of standard mbufbms2003-12-157-15/+72
* Print the LBA on failing R/W commands.sos2003-12-151-5/+7
* MFS: Make struct arpcom the first entry in softc. (There are at leastru2003-12-151-1/+1
* amd64 doesn't define __LP64__ in the compiler, but it definately needspeter2003-12-151-1/+1
* - The last change conflicted with disks on a live system, as opposed togrehan2003-12-151-3/+9
* Pass MTX_DEF instead of 0 as the last argument to mtx_init().truckman2003-12-151-1/+2
* initsd: For striped and RAID-[45] plexes, don't restrict the I/Ogrog2003-12-151-5/+1
* free_plex, free_volume: Don't try to destroy the underlying device ifgrog2003-12-151-2/+4
* vinumclose: Fix day-one bug. Subdisks and plexes were not beinggrog2003-12-151-2/+11
* Silence irritating watchdog timeout messages: if we callwpaul2003-12-141-4/+10
* Whups... remove some debug code that accidentally crept in.wpaul2003-12-141-4/+1
* Rework mbuf<->ndis_packet/ndis_packet<->mbuf translation a little towpaul2003-12-144-51/+65
* - Assign the ke_cpu field in kseq_notify() so that all of our callers do notjeff2003-12-141-4/+2
* In set_mcontext(), take into account that kse_switchin(2) willmarcel2003-12-141-5/+10
* Implement a few new NDIS routines: NdisInitAnsiString(),wpaul2003-12-141-5/+192
* Fix a locking problem with MD_ROOT_SIZE.phk2003-12-132-7/+3
* Fix panic.simokawa2003-12-131-6/+2
* Correct the implementation of NDIS_BUFFER_TO_SPAN_PAGES().wpaul2003-12-132-1/+10
* White space cleanupps2003-12-131-70/+66
* subr_ndis.c:wpaul2003-12-133-33/+103
* Implement some more NDIS and ntoskrnl API calls:wpaul2003-12-122-0/+79
* Although sometimes to the uninitiated, it may seem like goup, KSEGOUPrwatson2003-12-121-1/+1
* Spell btkr as bktr.rwatson2003-12-121-2/+2
* Fix throttling to use the proper mask. The bug resulted in only twonjl2003-12-121-2/+2
* DUH!phk2003-12-121-10/+16
OpenPOWER on IntegriCloud