summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Hint a kernel builder that vlan needs miibus, which isn't obvious.yar2004-10-041-1/+1
* Change the perfectly precise messagephk2004-10-041-1/+1
* Use tty layer generic code instead of local copy.phk2004-10-042-538/+110
* Another case where we need to guard against a partiallyjulian2004-10-041-0/+2
* Undo revision 1.251. This change was a performance pessimizing work-aroundalc2004-10-032-2/+2
* Always strt out with an initilalised ksegrp structure.julian2004-10-031-3/+3
* Use the correct printf specifier.stefanf2004-10-031-1/+3
* The macro for the function specifier inline is spelled '__inline'.stefanf2004-10-031-3/+3
* Use the correct type for iop_attach().stefanf2004-10-032-4/+6
* Don't bother to turn off other P_STOPPED bits for SIGKILL, doingdavidxu2004-10-031-1/+1
* Add device ID for atuwi USB wlan driver,sanpei2004-10-031-0/+5
* Prevent reentrancy of the IPv6 routing code (leading to crash withgreen2004-10-031-5/+26
* Add support to IPFW for matching by TCP data length.green2004-10-032-0/+24
* Add support to IPFW for classification based on "diverted" statusgreen2004-10-033-16/+42
* Add to IPFW the ability to do ALTQ classification/tagging.green2004-10-032-0/+54
* The physical address stored in the vm_page is page aligned. There is noalc2004-10-034-4/+4
OpenPOWER on IntegriCloud