aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The existing locking in the esp driver appears to be fairly adequate, soScott Long2005-03-022-3/+1
* Clean up the botching of the previous repo-copy. Reference the includedScott Long2005-03-026-12/+12
* Tweak the lapic timer code to get the performance closer to the pre-lapicJohn Baldwin2005-03-021-15/+5
* In kern_sigtimedwait, remove waitset bits for td_sigmask beforeDavid Xu2005-03-021-28/+10
* - Allocate the interrupt resource as RF_SHAREABLE allowing uart(4) to workMarius Strobl2005-03-021-2/+8
* - Allow multiple INTR_FAST handlers for the same source. The motivationMarius Strobl2005-03-021-48/+68
* Assorted style fixes and minor changes:Marius Strobl2005-03-021-17/+16
* Fix SCM ID's.David E. O'Brien2005-03-0210-17/+28
* Fix typo. Unbreak build. Take pointy hat.Gleb Smirnoff2005-03-021-1/+1
* Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistakenScott Long2005-03-0227-6528/+31
* ignores ICMPv6 code field in case of ICMPv6 Packet-Too-Big (as specified in R...SUZUKI Shinsuke2005-03-021-2/+0
* Protect acpivar.h with _KERNEL. No user parts inside currently.Nate Lawson2005-03-021-0/+3
* When resubmitting a timed out request, reset donecount.Matthew N. Dodd2005-03-021-0/+1
* Handle PIO timeouts in ata_end_transaction() by immediately returning.Matthew N. Dodd2005-03-021-0/+3
* In ata_generic_reset() while waiting for both master & slave to becomeMatthew N. Dodd2005-03-021-1/+4
* - Fix braino introduced in rev. 1.17, unlike the X1032A (HME-ISP1040-combo)Marius Strobl2005-03-021-8/+8
* Reduce the maximum supported save state size to 4k, as the 8k limitIan Dowse2005-03-011-3/+1
* Attempt to doff the pointy hat: implement 'hw.realmem' on remainingWes Peters2005-03-015-0/+14
* In cpu_throw(), correctly calculate td->td_md.md_tp.Olivier Houchard2005-03-011-2/+2
* Introduce realmem.Olivier Houchard2005-03-011-0/+3
* Pull up to ETHER_HDR_LEN before passing an mbuf to ether_input().Ruslan Ermilov2005-03-011-0/+6
* Remove linux_emul_find() and the CHECKALT*() macros as they are no longerJohn Baldwin2005-03-012-46/+0
* Use kern_kevent instead of the stackgap for 32bit syscall wrapping.Paul Saab2005-03-013-69/+107
* regenPaul Saab2005-03-016-6/+10
* Change the prototype of kevent to remove the const from the changelist.Paul Saab2005-03-011-1/+1
* In windrv_load(), I was allocating the driver object usingBill Paul2005-03-011-17/+17
* Ooops. I will compile test before committing. The stackgap versionPaul Saab2005-03-011-2/+2
* Add more locking when reading/writing to carp softc. When carp softc isGleb Smirnoff2005-03-011-31/+140
* - Add carp_mtx. Use it to protect list of all carp interfaces.Gleb Smirnoff2005-03-011-18/+20
* Avoid a couple of mutex operations in the process exit path for thePoul-Henning Kamp2005-03-011-0/+2
* Use NET_CALLOUT_MPSAFE macro.Gleb Smirnoff2005-03-018-27/+19
* Add macro NET_CALLOUT_MPSAFE, which should be used when initializingGleb Smirnoff2005-03-011-0/+1
* Replace NG_PARSE_APPEND() macro with ng_parse_append() function. CheckGleb Smirnoff2005-03-011-27/+70
* Revert change to struct ifnet. Use ifnet pointer in softc. EmbeddingGleb Smirnoff2005-03-012-7/+2
* Remove debugging printf.Gleb Smirnoff2005-03-011-1/+0
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-0129-74/+80
* When mac_check_system_acct() fails, make sure to unlock as well as closeRobert Watson2005-03-011-0/+1
* Merge from NetBSD.Maxim Sobolev2005-03-015-56/+150
* Catch up with "physical memory" sysctl change.Peter Grehan2005-03-012-0/+4
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnWarner Losh2005-03-0114-28/+26
* - Fix anoter dyslexic moment; an atomic_set_int should've become ACTIVESET,Jeff Roberson2005-03-011-1/+1
* Sync with 1.9 from NetBSD, this includes:Maxim Sobolev2005-03-011-8/+26
* Correct the freebsd32_kevent prototype.Paul Saab2005-03-012-6/+6
* Use the kernel pmap's lock to guarantee that only one thread at a time isAlan Cox2005-03-011-0/+10
* Catch up with the "physical memory" sysctl change.David E. O'Brien2005-03-011-0/+2
* MFi386: Sync whitespace and an abbreviationPeter Wemm2005-02-281-4/+4
* MFi386: Update alc's copyright noticePeter Wemm2005-02-281-1/+1
* MFi386: Bring over John's local apic timer codePeter Wemm2005-02-288-89/+219
* Add a sysctl that records the amount of physical memory in the machine.Wes Peters2005-02-284-1/+15
* Save and restore the VGA state across a suspend-resume cycle. ThisIan Dowse2005-02-282-0/+56