summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - Keep a variable 'sched_tdcnt' that is used for the local implementationjeff2004-02-011-2/+19
* - Add a sched API entry point that returns the system load. This load shouldjeff2004-02-011-0/+7
* Move KASSERT regarding td_critnest to after the value of td is set torwatson2004-02-011-2/+1
* - Assert that td_critnest > 0 in critical_exit() to catch cases ofjeff2004-02-011-0/+2
* Fix an error in a KASSERT string: it's pipe_free_kmem(), notrwatson2004-01-311-1/+1
* Compiled longrun.c when defined options CPU_ENABLE_LONGRUN,shiba2004-01-312-1/+2
* Add the Canon N1240U to the mix. It appears to be similar to theimp2004-01-311-0/+1
* Introduce the SO_BINTIME option which takes a high-resolution timestampphk2004-01-314-9/+24
* Bump the NFCv3/TCP defaults for rsize and wsize from 8K to 32K to matchobrien2004-01-311-5/+21
* Remove unnecessary vm object reference and deallocate calls from ffs_read()alc2004-01-311-30/+0
* Be more robust in the probe. We dont want to get into a loop withsos2004-01-302-24/+38
* Mechanical whitespace cleanup.des2004-01-301-41/+41
* Use the official ng_timeout function to trigger sending. This means,harti2004-01-301-22/+14
* Add NEC uPD72873.simokawa2004-01-302-0/+5
* Use device_identify and bus_add_child methods to add a firewiresimokawa2004-01-303-30/+57
* Bump __FreeBSD_version to note the change of default thread librarydeischen2004-01-301-1/+1
* MFi386: revision 1.397 (cosmetic changes)nyan2004-01-301-48/+48
* MFi386: revision 1.1122 (typos and cosmetic changes)nyan2004-01-301-18/+18
* Remove NetBSD'isms (add FreeBSD'isms?), which makes gre(4) working again.sobomax2004-01-302-4/+3
* Take the plunge and make this driver be INTR_FAST. This re-arranges thescottl2004-01-303-61/+55
* GRR. MFi386: white space spampeter2004-01-301-49/+49
* Merge some more changes from i386.peter2004-01-304-10/+46
* Consistently capitalize acronyms like POSIX and NIC. Style.schweikh2004-01-291-52/+52
OpenPOWER on IntegriCloud