aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* fixes for this driver:Julian Elischer2002-11-261-2/+38
* (hopefully) fix build breakage some people are seeingCameron Grant2002-11-2613-23/+23
* Don't hold acct_mtx over limcopy(), since it's unnecessary andBill Fenner2002-11-261-6/+7
* correct function names in KASSERT's for 2 m_tag routinesSam Leffler2002-11-261-2/+2
* Unhook LOMAC kernel module since the functionality is now provided byRobert Watson2002-11-261-1/+0
* Correct two warnings by staticizing a function and removing an unusedRobert Watson2002-11-261-11/+1
* Hook up the mac_lomac module build.Robert Watson2002-11-262-0/+11
* Hook up kernel options and build information for mac_lomac.Robert Watson2002-11-263-0/+3
* To avoid sleeping with all sorts of resources acquired (the reportedRobert Drehmel2002-11-261-3/+7
* Import an implementation of LOMAC (Low-Watermark Mandatory AccessRobert Watson2002-11-262-0/+2842
* If the file descriptors passed into do_dup() are negative, return EBADFJohn Baldwin2002-11-261-3/+4
* Un-staticize mac_cred_mmapped_drop_perms() so that it may be usedRobert Watson2002-11-2611-9/+11
* Eliminate references to defunct kernel tunables.Yaroslav Tykhiy2002-11-263-24/+0
* Acquire and release the page queues lock around calls to pmap_protect()Alan Cox2002-11-251-0/+4
* - Assume a bus number of zero if evaluating _BBN fails, not if it succeeds.John Baldwin2002-11-251-9/+8
* Fix a couple of bugs in host_pcib_get_busno():John Baldwin2002-11-251-5/+5
* Fix IFF_ALLMULTI handling.Luigi Rizzo2002-11-251-7/+7
* Add polling support to the "em" driver.Luigi Rizzo2002-11-251-4/+59
* Remove unnecessary includes and add sys/{lock,mutex}.hNate Lawson2002-11-251-6/+2
* Fix handling of IFF_ALLMULTI. The same bug in various forms affectsLuigi Rizzo2002-11-252-18/+14
* various fixes to eliminate locking warningsCameron Grant2002-11-259-57/+79
* various fixes to eliminate locking warningsCameron Grant2002-11-251-1/+1
* if the list of supported formats is empty, fail the attach instead ofCameron Grant2002-11-251-4/+8
* Import some relevant changes from Via's if_fet driver:Mike Silbersack2002-11-254-4/+58
* Fix make_dev() to use 0644 instead of 0x644 for default permissionsScott Long2002-11-251-1/+1
* Fix printf format problems that were stopping LINT on alphaScott Long2002-11-252-4/+5
* Assert that the page queues lock is held in pmap_remove_pages().Alan Cox2002-11-252-2/+2
* Acquire and release the page queues lock around pmap_remove_pages() becauseAlan Cox2002-11-252-0/+5
* Add page queues locking to vunmapbuf(); reduce differences with respectAlan Cox2002-11-242-6/+6
* Add page queues locking to vunmapbuf().Alan Cox2002-11-241-0/+2
* MFp4:Marcel Moolenaar2002-11-242-3/+38
* Fix comparison that caused a 1-off bug. This appeared harmless forMarcel Moolenaar2002-11-241-1/+1
* Add ITANIUM2 as a global option.Marcel Moolenaar2002-11-241-0/+1
* MFp4:Marcel Moolenaar2002-11-242-10/+48
* Extend the scope of the page queues/fields locking in vm_freeze_copyopts()Alan Cox2002-11-241-1/+3
* Add `if (!cold)' checkings for functions which is called via SYSINIT.Mitsuru IWASAKI2002-11-243-7/+19
* Whitespace cleanup that was missed by quirks commit 1.114Nate Lawson2002-11-231-4/+4
* Remove a comple of bogus debug printfs that snuck in during someWarner Losh2002-11-232-5/+2
* Allow acd(4) and cd(4) to support old behavior for CDRIOC*SPEED ioctls.Nate Lawson2002-11-232-2/+21
* Update quirks, adding PR references and fixing a capitalization mismatch.Nate Lawson2002-11-231-3/+5
* Hold the page queues/flags lock when calling vm_page_set_validclean().Alan Cox2002-11-233-2/+10
* Assert that the page queues lock rather than Giant is held inAlan Cox2002-11-231-2/+3
* - Assert that the page queues lock is held in pmap_remove_all().Alan Cox2002-11-232-20/+8
* Add page queue and flag locking in vnode_pager_setsize().Alan Cox2002-11-231-0/+2
* Under certain circumstances, we were calling kmem_free() fromMaxime Henrion2002-11-2210-18/+66
* New SCSI target emulator codeNate Lawson2002-11-223-2084/+903
* The new "all sound drivers" driver name is snd_driver. Loader.conf didn'tDaniel C. Sobral2002-11-221-1/+1
* According to the ACPI spec, the bus number of the child PCI bus of a hostJohn Baldwin2002-11-221-7/+52
* Add a function host_pcib_get_bnsno() that attempts to determine the busJohn Baldwin2002-11-222-0/+85
* *sigh*. It seems that in the ACPICA code, Intel defines its own APIC_IOJohn Baldwin2002-11-212-2/+2