summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFi386: revisions 1.1186 and 1187nyan2005-02-281-5/+10
* Catch the case where the idle loop is entered with interrupts disabled,grehan2005-02-282-2/+18
* Typo.pjd2005-02-281-1/+1
* - switch pcpu to a struct declaration ala amd64. It may be more efficient togrehan2005-02-282-6/+4
* Correctly set kernelname for kern.bootfile sysctlgrehan2005-02-282-0/+20
* Protect against multiple includes and use _KERNEL to protect the PCI fns.njl2005-02-283-1/+14
* Bump FreeBSD version for change to install acpica includes in /usr/include.njl2005-02-281-1/+1
* Add missing va_end() in fdc_cmd.yongari2005-02-281-2/+5
* There were two calls to cardbus_do_cis when cardbus_do_cis changed,imp2005-02-281-7/+5
* Expose pci_cfg_safe/restore for subclasses of pci to use.imp2005-02-282-4/+4
* Spell "options" correctly as "options ".obrien2005-02-282-19/+19
* Connect "options MP_WATCHDOG" to the LINT builds.obrien2005-02-282-0/+10
* Add FreeBSD ID.obrien2005-02-282-0/+4
OpenPOWER on IntegriCloud