summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update a comment.jkoshy2008-09-281-1/+1
* White space nit.imp2008-09-281-1/+0
* Fix comments to relate to FreeBSD's current interrupt blockingimp2008-09-281-3/+2
* Fix comment about needing to call something from splnet, which doesn'timp2008-09-281-1/+1
* Remove stale comment. splhigh -> critical_enter transition happendimp2008-09-281-6/+0
* Add stronger warning that spl is historical. I almost deleted thisimp2008-09-281-0/+12
* Change while (cond)\n\t\t; to while (cond)\n\t\tcontinue; since theimp2008-09-281-3/+3
* Add a driver for `Schizo' Fireplane/Safari to PCI 2.1 and `Tomatillo'marius2008-09-285-0/+1652
* - Build jexec (1) and slstat.antoine2008-09-271-6/+6
* guard against adhoc_pick_channel returning a NULL channel; this cansam2008-09-271-3/+6
* Export the partition name in the conftxt and confxml output.marcel2008-09-271-6/+12
* Hold the root mount while we're tasting. It is possiblemarcel2008-09-271-0/+4
* When an inpcb doesn't have a socket but the inpcb is passed to ipfwrwatson2008-09-271-1/+2
* Disable use of the user credentials until there is code to set the levelsjb2008-09-271-1/+5
* Also use dev2unit() in the pseudo-driver example script.ed2008-09-271-1/+1
* Fix the build.rik2008-09-271-1/+1
* Differentiate between interrupt frames, trap interrupt frames and timerkib2008-09-271-3/+33
* Frames created by the Xcpustop, Xrendezvous, Xipi_intr_bitmap_handlerkib2008-09-271-2/+7
* If the panic thread is preempted after setting panicstr but beforekib2008-09-271-0/+2
* Expand the DBDMA API to allow setting device-dependent control bits. Whilenwhitehorn2008-09-272-6/+56
* Allow 255 sectors/track for the BSD disklabel. The previous limitmarcel2008-09-271-1/+1
* Add DMA support for Apple built-in ATA controllers.nwhitehorn2008-09-275-34/+796
* * add all keyword for table list & flush actions.rik2008-09-271-3/+14
* Add keyword all in addtion to the table number for the 'list' and therik2008-09-271-8/+29
* Move uminor() and umajor() to the same place as userspace minor() and major().ed2008-09-273-22/+11
* Rather than shadowing global variable 'lookup' in check_uidgid(), renamerwatson2008-09-271-8/+8
* Replace all calls to minor() with dev2unit().ed2008-09-2772-194/+194
* Static-ify procedures in init(8).delphij2008-09-271-80/+80
* Move getosreldate(3) prototype from the machine generated <osreldate.h>peter2008-09-262-10/+2
* Move CTASSERT from header file to source file, per implementation note nowemaste2008-09-262-7/+7
* Move CTASSERT from header file to source file, per implementation note nowemaste2008-09-262-4/+4
* The previous commit re-introduced sade on platformsmarcel2008-09-261-0/+2
* Don't forget to initialize `int error' in ttydev_open().ed2008-09-261-1/+1
* Advertise bit 26 as sse2.cognet2008-09-261-1/+1
* Add -D_OSRELDATE_H to CFLAGS to prevent the declaration ofmarcel2008-09-261-1/+1
* Save previous content of the td_fpop before storing the currentkib2008-09-262-12/+33
* Rename the `minor' argument of make_dev(9) to `unit'.ed2008-09-263-18/+18
* Remove unit2minor() use from kernel code.ed2008-09-2620-25/+25
* Add support for the ITE 8213 controller.sos2008-09-262-51/+139
* move ipi_pcpu to evtchn.ckmacy2008-09-263-18/+17
* Re-add getosreldate(3) function prototype in the form that I've been usingpeter2008-09-261-1/+10
* Use some casting to get the right addresses. This is likely unwiseimp2008-09-261-2/+3
* Catch up to latest tty, kdb and SYSINIT changes. Modeled after theimp2008-09-261-115/+51
* Update xen/interface includes to the latest in mercurialkmacy2008-09-2636-725/+1941
* The Ultra2 never had a CFE console or CFE boot loader. Kill obviousimp2008-09-261-1/+1
* Remove reference to machine/tlb.h. It no longer exists, and isn'timp2008-09-261-1/+0
* Support for the siba bus found in many broadcom products.imp2008-09-266-0/+1385
* Support for CFE boot loaders. Initially the support is for MIPS, butimp2008-09-267-0/+1544
* GC empty directory eBones.delphij2008-09-250-0/+0
* Add support for installing 32-bit system calls from kernel modules. Thisjhb2008-09-253-2/+110
OpenPOWER on IntegriCloud