summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* pass pcb rather than so. it is expected that per socket policyume2004-02-0315-154/+84
* Remove a bogus assertion.jhb2004-02-031-1/+0
* Add prototype for sem_timedwait().deischen2004-02-032-0/+2
* Use device alias "mpic" to locate the macio OpenPIC. This worksgrehan2004-02-031-6/+5
* Implement support for single packet sends. The Intel Centrino driverwpaul2004-02-033-7/+65
* Removed bogus checks that (PCPU_GET(curpcb) != NULL). Rev.1.586 ofbde2004-02-031-3/+1
* Regen.deischen2004-02-034-5/+7
* Sync with kern/syscalls.master.deischen2004-02-031-0/+1
* Regen after adding ksem_timedwait().deischen2004-02-035-7/+16
* Add ksem_timedwait() to complement ksem_wait().deischen2004-02-034-6/+64
* Don't dec/inc the amountpipes counter every time we resize a pipe --rwatson2004-02-031-2/+3
* Notify the user (at kern.emerg) that the system will be shutting down ifnjl2004-02-031-5/+13
* Catch instances of (pipe == NULL) that were obsoleted with recentrwatson2004-02-031-6/+6
* Drop the reference count on the old vmspace after fully switching thejhb2004-02-021-2/+2
* Set PCPU_GET(curpcb) for the BSP to thread0's pcb. Otherwise, the boot CPUjhb2004-02-021-0/+1
* Add sysctl net.inet.icmp.reply_src to specify the interface nameandre2004-02-021-0/+19
* More verbose description of the source ip address selection for ICMP replies.andre2004-02-021-5/+16
* - Assert that witness_cold is not true in enroll().jhb2004-02-021-1/+2
* More macro cleanup. Use the system roundup2() macro instead of makingbrooks2004-02-021-3/+1
* Reserve 187 (twa) for the new 3ware ATA RAID controller.ps2004-02-021-0/+1
* Allow a GEOM class to unload if it has no geoms or a method function tophk2004-02-021-1/+6
* Fix many issues related to mount/unmount:pjd2004-02-021-8/+33
* Added flag MNT_USER to MNT_UPDATEMASK, it will be used for detectingpjd2004-02-021-1/+1
* If the temperature is at _HOT or _CRT for 3 sequential readings, shutdownnjl2004-02-021-14/+21
* - Use proper names in KASSERTs.pjd2004-02-021-6/+6
* Add CRD_F_KEY_EXPLICIT which allows the key to be changed perphk2004-02-023-0/+13
* Move the enabling of interrupt back to where it was some time ago.sos2004-02-021-4/+3
* MFNetBSD: URL updates(rev.1.108)sanpei2004-02-021-4/+4
* Fix support for the Promise TX4 on amd64.sos2004-02-022-1/+2
* Check error return from g_clone_bio(). (netchild@)phk2004-02-021-6/+8
* Check error return from g_clone_bio(). (netchild@)phk2004-02-021-0/+11
* GC old unused dev_t mangling stuff.phk2004-02-021-21/+0
* Don't mingle malloc/g_event flags.phk2004-02-021-5/+8
* - Make sure the apic is idle before sending an IPI. This is required onjeff2004-02-021-4/+2
* Remove debugging code that slipped into the previous commit.silby2004-02-021-3/+0
* - style fixes to the critical_exit() KASSERT().jeff2004-02-021-1/+2
* - Use a seperate startup function for the zeroidle kthread. Use this tojeff2004-02-021-10/+23
* Add new Apple GEM PCI id.grehan2004-02-021-0/+1
* Remove a device that will compile fine, isn't 64-bit clean.obrien2004-02-021-1/+0
* Commit file missed in last pass: MAC api uses 'struct pipepair', notrwatson2004-02-011-8/+8
* Use the OID_802_11_CONFIGURATION OID when deciding if the underlying driverwpaul2004-02-011-2/+4
* Eliminate all TLB shootdowns by pmap_pte_quick(): By temporarily pinningalc2004-02-011-13/+52
* - Allow interactive tasks to use the maximum time-slice. This is not asjeff2004-02-011-1/+1
* Rewrite sendfile's header support so that headers are now sent in the firstsilby2004-02-014-12/+144
* - Disable ithread binding in all cases for now. This doesn't make as muchjeff2004-02-011-13/+5
* - Fix a problem where we did not drain the cache of buckets in the zonejeff2004-02-011-8/+21
* Coalesce pipe allocations and frees. Previously, the pipe coderwatson2004-02-0114-214/+287
* - Revert rev 1.240 we no longer need a kthread for loadav().jeff2004-02-011-31/+12
* - Use sched_load() rather than grabbing the sx lock and traversing the procjeff2004-02-011-20/+2
* - Add a new member to struct kseq called ksq_sysload. This is intended tojeff2004-02-011-3/+27
OpenPOWER on IntegriCloud