summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* must do a deep copy of mcast packets as they can be modified after dispatchsam2008-09-251-1/+1
* Sort includes and add multiple include guards.jhb2008-09-251-5/+9
* Regen.jhb2008-09-2510-45/+33
* Tidy up a few things with syscall generation:jhb2008-09-254-39/+35
* Initialize the DDB command list when initializing DDB so that the basicjhb2008-09-253-3/+4
* Use existing GDB routines for parsing the section table of klds injhb2008-09-251-36/+23
* As a follow-on to r183323, correct another case where ip_output() wasrwatson2008-09-251-1/+17
* Use db_printsym to lookup and print the function pointers.thompsa2008-09-251-40/+46
* - Don't do a WITNESS_SAVE() on the interlock if it is Giant in the conditionjhb2008-09-252-4/+14
* Some people's 6to4 routers seem to have been blowing up because ofdwmalone2008-09-251-6/+30
* - Add libbsdxml and libsbuf required by bsdlabel.nyan2008-09-253-8/+3
* Tell umass to leave Huawei radio devices alone so ubsa(4) willphk2008-09-251-0/+7
* Make the ubsa(4) work with Huawei Exxx (tested with E169) 3G radio devices:phk2008-09-251-2/+61
* Add a flag, -T, that tells syslogd to always replace the timestamp ondwmalone2008-09-252-7/+24
* Add another hardware bug workaround for Yukon II controllers thatyongari2008-09-252-7/+62
* add initial ipi definitionskmacy2008-09-251-6/+32
* add ipi mappingkmacy2008-09-251-1/+3
* add NPGPTD_SHIFT for the nkpt calculationkmacy2008-09-251-0/+2
* Make nkpt dependent on the size of the initial memory allocationkmacy2008-09-252-10/+9
* reflect header change in netfrontkmacy2008-09-251-1/+1
* partial update to interface headers to 3.2kmacy2008-09-2513-60/+411
* fix insta-panic:kmacy2008-09-252-0/+9
* - Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9) etcmarius2008-09-245-173/+140
* MFV "xmalloc: zero size" fix.des2008-09-241-1/+2
* Undocument dead option.des2008-09-241-10/+0
* Add back ar(1) which was accidentally decoupled in r183242.marius2008-09-241-0/+1
OpenPOWER on IntegriCloud