summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Oooops, get the end of the memory right.cognet2007-10-251-1/+1
* More style nit.takawata2007-10-251-6/+3
* Change a tab back to a space between #define and __FreeBSD_version.erwin2007-10-251-1/+1
* Don't attach to the "IBM0057" ID. This ID is used by IBM machines forjhb2007-10-251-1/+1
* Fix variable name to be clear what it means.takawata2007-10-251-3/+3
* Break out of the I/O retry loop as soon as an I/O operation succeeds ratherjhb2007-10-251-0/+2
* Turn EC into poll mode before device_resume invoked .takawata2007-10-251-3/+34
* Normalize TCP syncache-related MAC Framework entry points to match mostrwatson2007-10-258-50/+50
* MFi386: part of 1.52nyan2007-10-251-32/+33
* Align.obrien2007-10-257-77/+77
* MFi386: part of revision 1.51nyan2007-10-251-161/+83
* Rename mac_associate_nfsd_label() to mac_proc_associate_nfsd(), and moverwatson2007-10-258-51/+51
* Consistently name functions for mac_<policy> as <policy>_whatever ratherrwatson2007-10-2511-2761/+2722
* Remove some debugging code that, while useful, doesn't belong in the committedtrhodes2007-10-252-16/+6
* Further MAC Framework cleanup: normalize some local variable names andrwatson2007-10-256-48/+49
* Load the bytes into the EMAC's MAC address register in the properimp2007-10-251-2/+2
* KERNBASE should really be KERNVIRTADDR there too.cognet2007-10-241-2/+2
* In ate_get_mac(), try to get the mac address in the right order, at leastcognet2007-10-241-6/+6
* Handle the case where PHYSADDR != KERNPHYSADDR (ie we do not load the kernelcognet2007-10-241-7/+11
* Correct a comment, this was not true anymore.cognet2007-10-241-2/+2
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapjhb2007-10-2413-174/+852
* Update copyright attribution.jhb2007-10-242-2/+4
* Properly drop the pf mutex around all copyout (consistency still protectedmlaier2007-10-242-1/+9
* Add ABI backwards compatibility to the FreeBSD 4/5/6 versions ofmarius2007-10-243-53/+297
* silence complaint about not loading the wlan_scan_monitor module;sam2007-10-241-1/+2
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-24103-3518/+3601
* Rework the read/write support in the bios disk driver some to cut downjhb2007-10-241-196/+112
OpenPOWER on IntegriCloud