summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Comment out most of pthread_setschedparam. Pthread priorities didn'tmtm2003-12-151-1/+4
* Add a bunch of Russian holidays.maxim2003-12-154-13/+101
* MFS: Make struct arpcom the first entry in softc. (There are at leastru2003-12-151-1/+1
* Consistently define __LP64__ on all our 64-bit platforms.obrien2003-12-153-1/+18
* 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
* When creating a pthread in the suspended state their were twomtm2003-12-151-2/+4
* 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
* Document the effect of sysctl tunables controlling p_candebug(9) onjkoshy2003-12-141-1/+7
* Backout ataraid rcng script. I must have missed ar0 in my scan of /devseanc2003-12-144-127/+2
* Add a script that allows software RAID sets to be created before fileseanc2003-12-144-2/+127
* - 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
* Comment on initgroups.c:1.8: it can prevent users from logging in ifrwatson2003-12-141-0/+8
* Fix a locking problem with MD_ROOT_SIZE.phk2003-12-132-7/+3
* Provide a way to deal with rc.conf which may already be populated in certaintrhodes2003-12-132-0/+4
* Fix panic.simokawa2003-12-131-6/+2
* Install a SIGCHLD handler so select(2) will be interrupted when a childdes2003-12-131-0/+20
* Correct the implementation of NDIS_BUFFER_TO_SPAN_PAGES().wpaul2003-12-132-1/+10
* Support yet another variant of WinXP .INF files.wpaul2003-12-131-5/+11
* 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
* New release notes: boot0sio, ndis(4), resolver(5) supports timeout:bmah2003-12-122-6/+38
* Although sometimes to the uninitiated, it may seem like goup, KSEGOUPrwatson2003-12-121-1/+1
* Fix typo, I forgot daily_ in front of the status_ata_raid_enablejesper2003-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
* Add a -b flag to /sbin/ipfw to print only action and comment for eachluigi2003-12-122-2/+24
* DUH!phk2003-12-121-10/+16
* Revert the last two commits. It seems that compat mode is actually fasterdes2003-12-121-4/+7
* Fix a couple of typos: hexidecimal -> hexadecimal.roam2003-12-121-5/+5
* 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
* Doh! Lock the thread passed in by the caller, not the current thread.mtm2003-12-121-2/+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
* Attempt to handle WinXP .INF files. Also, in dump_regvals(), handlewpaul2003-12-121-9/+36
* Fix dynamic linking a bit more.. enough that mozilla-firebird works if youpeter2003-12-121-3/+3
* Fix handling of .INF files with more than one PCI ID defined.wpaul2003-12-111-2/+3
* Fix getopt() string so -o works.wpaul2003-12-111-1/+1
OpenPOWER on IntegriCloud