summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix handling of IFF_ALLMULTI. The same bug in various forms affectsluigi2002-11-252-18/+14
* | various fixes to eliminate locking warningscg2002-11-259-57/+79
* | various fixes to eliminate locking warningscg2002-11-251-1/+1
* | if the list of supported formats is empty, fail the attach instead ofcg2002-11-251-4/+8
* | Import some relevant changes from Via's if_fet driver:silby2002-11-254-4/+58
* | Fix make_dev() to use 0644 instead of 0x644 for default permissionsscottl2002-11-251-1/+1
* | Fix printf format problems that were stopping LINT on alphascottl2002-11-252-4/+5
* | Assert that the page queues lock is held in pmap_remove_pages().alc2002-11-252-2/+2
* | Acquire and release the page queues lock around pmap_remove_pages() becausealc2002-11-252-0/+5
* | Add page queues locking to vunmapbuf(); reduce differences with respectalc2002-11-242-6/+6
* | Add page queues locking to vunmapbuf().alc2002-11-241-0/+2
* | 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
OpenPOWER on IntegriCloud