summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFp4:marcel2002-11-242-3/+38
* Fix comparison that caused a 1-off bug. This appeared harmless formarcel2002-11-241-1/+1
* Add ITANIUM2 as a global option.marcel2002-11-241-0/+1
* MFp4:marcel2002-11-242-10/+48
* Extend the scope of the page queues/fields locking in vm_freeze_copyopts()alc2002-11-241-1/+3
* Add `if (!cold)' checkings for functions which is called via SYSINIT.iwasaki2002-11-243-7/+19
* Whitespace cleanup that was missed by quirks commit 1.114njl2002-11-231-4/+4
* Remove a comple of bogus debug printfs that snuck in during someimp2002-11-232-5/+2
* Allow acd(4) and cd(4) to support old behavior for CDRIOC*SPEED ioctls.njl2002-11-232-2/+21
* Update quirks, adding PR references and fixing a capitalization mismatch.njl2002-11-231-3/+5
* Hold the page queues/flags lock when calling vm_page_set_validclean().alc2002-11-233-2/+10
* Assert that the page queues lock rather than Giant is held inalc2002-11-231-2/+3
* - Assert that the page queues lock is held in pmap_remove_all().alc2002-11-232-20/+8
* Add page queue and flag locking in vnode_pager_setsize().alc2002-11-231-0/+2
* Under certain circumstances, we were calling kmem_free() frommux2002-11-2210-18/+66
* New SCSI target emulator codenjl2002-11-223-2104/+923
* The new "all sound drivers" driver name is snd_driver. Loader.conf didn'tdcs2002-11-221-1/+1
* According to the ACPI spec, the bus number of the child PCI bus of a hostjhb2002-11-221-7/+52
* Add a function host_pcib_get_bnsno() that attempts to determine the busjhb2002-11-222-0/+85
* *sigh*. It seems that in the ACPICA code, Intel defines its own APIC_IOjhb2002-11-212-2/+2
* Added support for DELL Perc4/DI.emoore2002-11-211-1/+4
* Hook the RAIDFrame module up to the buildscottl2002-11-211-0/+1
* - Add the new sched_pctcpu() function to the sched_* api.jeff2002-11-213-1/+12
* - Add an event that is triggered when the system is low on memory. This isjeff2002-11-212-1/+13
* - Move scheduler specific macros and defines out of proc.hjeff2002-11-212-12/+10
* - Move FSCALE back to kern_sync. This is not scheduler specific.jeff2002-11-212-5/+15
* Fix make buildkernel.imp2002-11-217-12/+12
* - Implement a mechanism for allowing schedulers to place scheduler dependantjeff2002-11-217-47/+118
* Make the bluetooth modulesjulian2002-11-211-0/+5
* The second try a committing the bluetooth codejulian2002-11-2058-0/+26264
* Remember to update the providers idea of its size when we reconfigurephk2002-11-201-0/+1
* Move fw_one_pass from ip_fw2.c to ip_input.c so that neitherluigi2002-11-203-2/+2
* Back out some style changes. They are not urgent,luigi2002-11-205-97/+130
* Back out the ip_fragment() code -- it is not urgent to have it in now,luigi2002-11-202-170/+143
* Do not call the dumpconf method unless there is one.phk2002-11-201-4/+5
* Introduce p_label, extensible security label storage for the MAC frameworkrwatson2002-11-2016-9/+245
* reapply 1.26 through 1.28.alfred2002-11-201-18/+6
* Fix compile in the case of SMP defined but DDB not defined.jhb2002-11-201-1/+7
* forgot about 5.x freeze, backout 1.26 through 1.28 pending re@ appoval.alfred2002-11-201-6/+18
* remove useless casts, unused macros and cleanup a line wrap.alfred2002-11-201-9/+3
* comment and untwist error return logicalfred2002-11-201-4/+3
* Remove an outdated comment complaining about exporting struct ucredalfred2002-11-201-5/+0
* The target for the maximum number of dependencies has been cutmckusick2002-11-201-1/+1
* If an error occurs while writing a buffer, then the data willmckusick2002-11-201-0/+6
* Merge kld access control checks from the MAC tree: these access controlrwatson2002-11-1916-0/+488
* Add a sysctl to control the generation of source quench packets,silby2002-11-191-2/+20
* correct function declarations of stubs used for building w/o device bpfsam2002-11-191-4/+4
* We leaked a process lock reference in the event an RFTHREAD processrwatson2002-11-181-1/+2
* Make sure only update wall clock at upcall time, slightly reformatdavidxu2002-11-182-26/+26
* - Wakeup the correct address when a zone is no longer full.jeff2002-11-181-1/+1
OpenPOWER on IntegriCloud