summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add an execve command for kse_thr_interrupt to allow libpthread todavidxu2004-10-074-3/+32
* Add SHARP to the pool of drives that doesn not need byteswapping ofsos2004-10-071-5/+7
* Use generic ttycode instead of local copy.phk2004-10-071-183/+32
* Regen to unbreak world.davidxu2004-10-073-3/+3
* Back out rev 1.240; it is unnecessary. In particular,das2004-10-061-8/+3
* Don't set the BIO_ONQUEUE debugging flag until we actually put the biophk2004-10-061-1/+1
* Use generic tty code instead of local copies.phk2004-10-062-571/+199
* Back out v1.49. Recent findings suggest sparc64 may not be ready forkensmith2004-10-061-1/+1
* Fix the PC98 lockups on boot.sos2004-10-069-70/+135
* Geoms without softc are geoms which are initialized, so wait for them.pjd2004-10-061-2/+4
* Add missing 'static'imp2004-10-061-2/+1
* Close a race between a thread exiting and the freeing of it's stack.mtm2004-10-067-8/+12
* Look out for geoms without softc.pjd2004-10-061-0/+2
* For older systems with ACPI which don't have a pci <-> pci bridge,imp2004-10-061-3/+3
* For legacy PCI bridges, limit memory allocation to the top 32MB ofimp2004-10-061-4/+24
* Don't recurse the BPF descriptor lock during the BIOCSDLT operationgreen2004-10-061-1/+1
* fixed too delayed routing cache expiry. (tvtohz() converts a time interval t...suz2004-10-061-4/+4
* Add the Madison II, which is the second generation Madison. The Madison IImarcel2004-10-061-0/+3
* Close a race between thr_create and sysctl -w, the thr_scope_sys coulddavidxu2004-10-061-7/+10
* vtryrecycle: Don't rely on type VBAD alone to mean that we don't needgrog2004-10-061-1/+1
* getnewvnode: Weaken the panic "cleaned vnode isn't" to a warning.grog2004-10-061-1/+3
* Restore some code removed in revision 1.193 and 1.194, julian saiddavidxu2004-10-061-4/+23
* In original kern_execve() code, at the start of the function, it forcesdavidxu2004-10-063-38/+111
* Fix whitespace botch that only showed up in the commit message diff :-/julian2004-10-051-1/+1
* Bump __FreeBSD_version for addition of newsyslog -d.brooks2004-10-051-1/+1
* Slight cleanup in the single threading code.julian2004-10-051-6/+5
* When preempting a thread, put it back on the HEAD of its run queue.julian2004-10-055-39/+53
* Oops. left out part of the diff.julian2004-10-051-0/+2
* Use some macros to trach available scheduler slots to allowjulian2004-10-053-23/+64
* light rearrangement of some code to get some lockingjulian2004-10-051-15/+27
* When the user overrides the DSDT, replace any SSDTs with a simple no-opnjl2004-10-051-10/+40
* Break out to a separate function, the code to revert a multithreadedjulian2004-10-053-16/+28
* Add 802.11-specific events that are dispatched through the routing socket.sam2004-10-052-13/+68
* add ETHERTYPE_PAE for EAPOL/802.1xsam2004-10-051-0/+1
* Rework how we store process times in the kernel such that we always storejhb2004-10-0519-259/+275
* - Estimate the amount of data in flight in sack recovery and use itps2004-10-057-59/+83
* Add a critical section in turnstile_unpend() from before dropping thejhb2004-10-051-0/+2
* Minor Bug fix. Some file was not translated.takawata2004-10-051-2/+2
* Back out changes which were introduced to delay mounting root file system.pjd2004-10-054-90/+70
* Before root file system is mounted, wait for mirrors in degraded state.pjd2004-10-051-0/+41
* Use scheduler api to adjust thread priority.davidxu2004-10-051-2/+3
* Use generic tty code instead of local copy.phk2004-10-051-862/+269
* Yet another case of resources:imp2004-10-051-4/+4
* Fix unionfs problems when a directory is mounted on other directorytakawata2004-10-053-1/+11
* Remove SWI_CAMNET since it's no longer used. Re-sort SWI priorities in itsscottl2004-10-051-5/+4
* Add PCI ID for VIA K8T800Pro chipset. Tested with agptest and X with DRIanholt2004-10-052-0/+4
* Remove the camnet swi and CAM_PERIPH_NET. It has never been used, and givenscottl2004-10-052-14/+4
* Add taskqueue_drain. This waits for the specified task to finish, ifimp2004-10-053-0/+19
* Use a taskqueue rather than an swi to handle deferred notifications.scottl2004-10-051-10/+9
* Add a more verbose description for `device vlan'yar2004-10-041-0/+2
OpenPOWER on IntegriCloud