summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move all of the hptmv files to /sys/dev/hptmv so that they won't be mistakenscottl2005-03-0227-6528/+31
* ignores ICMPv6 code field in case of ICMPv6 Packet-Too-Big (as specified in R...suz2005-03-021-2/+0
* Protect acpivar.h with _KERNEL. No user parts inside currently.njl2005-03-021-0/+3
* When resubmitting a timed out request, reset donecount.mdodd2005-03-021-0/+1
* Handle PIO timeouts in ata_end_transaction() by immediately returning.mdodd2005-03-021-0/+3
* In ata_generic_reset() while waiting for both master & slave to becomemdodd2005-03-021-1/+4
* - Fix braino introduced in rev. 1.17, unlike the X1032A (HME-ISP1040-combo)marius2005-03-021-8/+8
* Reduce the maximum supported save state size to 4k, as the 8k limitiedowse2005-03-011-3/+1
* Attempt to doff the pointy hat: implement 'hw.realmem' on remainingwes2005-03-015-0/+14
* In cpu_throw(), correctly calculate td->td_md.md_tp.cognet2005-03-011-2/+2
* Introduce realmem.cognet2005-03-011-0/+3
* Pull up to ETHER_HDR_LEN before passing an mbuf to ether_input().ru2005-03-011-0/+6
* Remove linux_emul_find() and the CHECKALT*() macros as they are no longerjhb2005-03-012-46/+0
* Use kern_kevent instead of the stackgap for 32bit syscall wrapping.ps2005-03-013-69/+107
* regenps2005-03-016-6/+10
* Change the prototype of kevent to remove the const from the changelist.ps2005-03-011-1/+1
* In windrv_load(), I was allocating the driver object usingwpaul2005-03-011-17/+17
* Ooops. I will compile test before committing. The stackgap versionps2005-03-011-2/+2
* Add more locking when reading/writing to carp softc. When carp softc isglebius2005-03-011-31/+140
* - Add carp_mtx. Use it to protect list of all carp interfaces.glebius2005-03-011-18/+20
* Avoid a couple of mutex operations in the process exit path for thephk2005-03-011-0/+2
* Use NET_CALLOUT_MPSAFE macro.glebius2005-03-018-27/+19
* Add macro NET_CALLOUT_MPSAFE, which should be used when initializingglebius2005-03-011-0/+1
* Replace NG_PARSE_APPEND() macro with ng_parse_append() function. Checkglebius2005-03-011-27/+70
* Revert change to struct ifnet. Use ifnet pointer in softc. Embeddingglebius2005-03-012-7/+2
* Remove debugging printf.glebius2005-03-011-1/+0
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-0129-74/+80
* When mac_check_system_acct() fails, make sure to unlock as well as closerwatson2005-03-011-0/+1
* Merge from NetBSD.sobomax2005-03-015-56/+150
* Catch up with "physical memory" sysctl change.grehan2005-03-012-0/+4
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnimp2005-03-0114-28/+26
* - Fix anoter dyslexic moment; an atomic_set_int should've become ACTIVESET,jeff2005-03-011-1/+1
* Sync with 1.9 from NetBSD, this includes:sobomax2005-03-011-8/+26
* Correct the freebsd32_kevent prototype.ps2005-03-012-6/+6
* Use the kernel pmap's lock to guarantee that only one thread at a time isalc2005-03-011-0/+10
* Catch up with the "physical memory" sysctl change.obrien2005-03-011-0/+2
* MFi386: Sync whitespace and an abbreviationpeter2005-02-281-4/+4
* MFi386: Update alc's copyright noticepeter2005-02-281-1/+1
* MFi386: Bring over John's local apic timer codepeter2005-02-288-89/+219
* Add a sysctl that records the amount of physical memory in the machine.wes2005-02-284-1/+15
* Save and restore the VGA state across a suspend-resume cycle. Thisiedowse2005-02-282-0/+56
* Add a missing bcopy() to make saving the VESA state actually work.iedowse2005-02-281-3/+13
* Define the _mtx_assert() function prototype as well as the MA_* constantsjhb2005-02-281-3/+3
* Use 0 instead if NULL for vm_offset_t argument to windrv_lookup() towpaul2005-02-284-10/+10
* Support running carp(4) over a vlan(4) parent interface.yar2005-02-281-1/+2
* In bpf_setf(), protect against races between multiple user threadsrwatson2005-02-281-1/+2
* Add missing ()phk2005-02-281-3/+3
* Update a comment describing bpf_iflist to indicate that the BPF interfacerwatson2005-02-281-1/+4
* Remove unused field from carp softc.glebius2005-02-281-3/+0
* Fix tcpdump(8) on carp(4) interface:glebius2005-02-281-16/+5
OpenPOWER on IntegriCloud