summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move towards more explicit support for various network protocol stacksrwatson2007-10-2817-87/+421
* Perform explicit label type checks for externalize entry points, rather thanrwatson2007-10-281-10/+70
* Make sure we are incrementing the read count for each audit pipe read.csjp2007-10-271-0/+1
* Don't return an error from resume() if execution of _DIS fails for somejhb2007-10-271-3/+4
* Change the roundrobin implementation in the 4BSD scheduler to trigger ajhb2007-10-271-29/+8
* Make the examine command honor db_pager_quit so you can use 'q' or 'x'jhb2007-10-271-1/+1
* Add a comment explaining why disc(4) bears the IFF_LOOPBACK flag.yar2007-10-271-0/+10
* if_loop doesn't need to keep the list of lo(4) interfaces. Todayyar2007-10-271-12/+0
* Add the following mount options to the nfs_opts array:rodrigc2007-10-271-1/+4
* Remove duplicate "union" from ext2_opts.rodrigc2007-10-271-1/+1
* In nmount(), if MNT_ROOT is in the mount flags, filter itrodrigc2007-10-271-4/+13
* fix buildsam2007-10-271-0/+1
* Don't destroy an ACPI device_t for a PCI device and reassign the ACPIjhb2007-10-271-2/+13
* Don't test the APIC flag in the cpuid features for amd64 to see if ajhb2007-10-271-4/+0
* Don't always re-route IRQs on resume. If this link hasn't been used, thenjhb2007-10-271-1/+16
* Give each posixsem MAC Framework entry point its own counter and test caserwatson2007-10-271-9/+74
* Add support for the pre-exisiting module shutdoen handshake.julian2007-10-271-7/+6
* rename the process to 'idle' and 'intr' as per jhb.julian2007-10-272-4/+4
* Initialise the initial process pointer to NULL so that we know we don'tjulian2007-10-271-1/+1
* Change vm_page_cache_transfer() such that it does not transfer pagesalc2007-10-271-10/+20
* If kthread_exit() is called on the last kthread in a kproc, thenjulian2007-10-261-0/+6
* if one changes a function's arguments, one must also change the callers.julian2007-10-261-2/+2
* Update comment following MAC Framework entry point renaming andrwatson2007-10-261-1/+6
* Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE isjhb2007-10-264-4/+5
* Remap and virtualize mixer controls for HP nx6110 withariff2007-10-261-2/+26
* Enable headphone jack-sense for HP nx6100 with AD1981B AC'97 codec,ariff2007-10-261-0/+1
* oops, over optimised and broke non-SMP buildsjulian2007-10-261-1/+3
* kthread_exit needs no stinkin argument.julian2007-10-262-3/+6
* style(9)obrien2007-10-261-11/+13
* Add . to the include path so that we follow the 'machine' symlink we createjhb2007-10-261-1/+1
* The arm boot code uses this function as well. Redefining cgbase()imp2007-10-261-1/+1
* Disable the coretemp and nvram on pc98.nyan2007-10-261-2/+2
* MFi386: revision 1.476nyan2007-10-261-0/+13
* Reduce diffs against i386.nyan2007-10-261-29/+29
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-2615-40/+40
* Fix the signature matching code on AHCI controllers.sos2007-10-261-29/+60
* Update the way we get the mode pages on probe.sos2007-10-262-25/+23
* Fix treating some modern chips (mem mapped) as legacy devices.sos2007-10-261-1/+2
* Add GEOM VIRSTOR module to the build.pjd2007-10-261-0/+1
* Introduce a way to make pure kernal threads.julian2007-10-2610-50/+291
* Save stack only when KTR_GEOM is both compiled into the kernel and enabledpjd2007-10-261-5/+5
* Simplify the old compat #ifdefs.imp2007-10-261-22/+12
* Split /dev/nvram driver out of isa/clock.c for i386 and amd64. I have notpeter2007-10-2612-292/+182
* Ooops. Put back Invariants and witnessimp2007-10-261-4/+4
* Add usb serial devices by default. I'm tired of telling people how toimp2007-10-262-4/+28
* Implement AUE_CORE, which adds process core dump support into the kernel.csjp2007-10-264-6/+84
* Add an option to be able to override the value of the AT91 master clockcognet2007-10-252-0/+3
* Move some KB920x-specific options into the KB920x file.cognet2007-10-252-4/+4
* Fix signedness to make gcc happy.cognet2007-10-253-4/+4
* Sort entry points in mac_framework.h and mac_policy.h alphabetically byrwatson2007-10-252-629/+574
OpenPOWER on IntegriCloud