summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Attempt to get the short cable fix to work better on the if_sis:phk2003-12-121-17/+26
* - accept device_type of "block", which is how psim/gdb6.0 definesgrehan2003-12-121-7/+2
* Correct the behavior of ndis_adjust_buflen(): the NDIS spec sayswpaul2003-12-122-4/+11
* - Now that we have kseq groups, balance them seperately.jeff2003-12-121-47/+130
* In NDIS 5.1 miniport drivers, the shutdown handler function pointerwpaul2003-12-121-1/+4
* Turn off build of if_ndis.ko by default, since it depends on anwpaul2003-12-121-1/+0
* Grrr. Put the right .PATH statements in the right Makefiles.wpaul2003-12-112-2/+2
* Ack! Only build if_ndis.ko and ndis.ko if arch == i386.wpaul2003-12-111-2/+2
* - Change the lookup() function to report success or failure using the carryjhb2003-12-111-9/+33
* Commit the first cut of Project Evil, also known as the NDISulator.wpaul2003-12-1117-0/+7128
* Properly fix a typo that the previous revision made even worse.jhb2003-12-111-1/+1
* This patch fixes two little portability (to !GCC compilers) problems:alfred2003-12-111-3/+3
* Significantly reduce the "jitter" that is typical for PS/2 micealfred2003-12-112-220/+512
* - Don't let the pctcpu rate limiter throttle us if we have recorded overjeff2003-12-111-1/+2
* - In sched_switch(), if a thread has been assigned, don't touch the runqueuesjeff2003-12-111-15/+21
* - Add support for CPU groups to ule. All SMT cores on the same physicaljeff2003-12-111-116/+263
* - Call mp_topology() after all CPUs have been probed.jeff2003-12-111-0/+4
* - Add the mp_topology() function to mp_machdep.c. This function builds upjeff2003-12-112-3/+44
* MFp4:simokawa2003-12-112-129/+310
* MFi386: remove APIC_IRQ* defines that are no longer used.peter2003-12-111-32/+0
* MFi386: (jhb): Deal with MAXCPU etc correctlypeter2003-12-112-4/+4
* regenpeter2003-12-114-5/+5
* Mark freebsd32_gettimeofday() as mpsafepeter2003-12-111-1/+1
OpenPOWER on IntegriCloud