aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Move CTASSERT from header file to source file, per implementation note nowEd Maste2008-09-262-7/+7
* Move CTASSERT from header file to source file, per implementation note nowEd Maste2008-09-262-4/+4
* Don't forget to initialize `int error' in ttydev_open().Ed Schouten2008-09-261-1/+1
* Advertise bit 26 as sse2.Olivier Houchard2008-09-261-1/+1
* Save previous content of the td_fpop before storing the currentKonstantin Belousov2008-09-262-12/+33
* Rename the `minor' argument of make_dev(9) to `unit'.Ed Schouten2008-09-262-12/+12
* Remove unit2minor() use from kernel code.Ed Schouten2008-09-2620-25/+25
* Add support for the ITE 8213 controller.Søren Schmidt2008-09-262-51/+139
* move ipi_pcpu to evtchn.cKip Macy2008-09-263-18/+17
* Use some casting to get the right addresses. This is likely unwiseWarner Losh2008-09-261-2/+3
* Catch up to latest tty, kdb and SYSINIT changes. Modeled after theWarner Losh2008-09-261-115/+51
* Update xen/interface includes to the latest in mercurialKip Macy2008-09-2636-725/+1941
* The Ultra2 never had a CFE console or CFE boot loader. Kill obviousWarner Losh2008-09-261-1/+1
* Remove reference to machine/tlb.h. It no longer exists, and isn'tWarner Losh2008-09-261-1/+0
* Support for the siba bus found in many broadcom products.Warner Losh2008-09-266-0/+1385
* Support for CFE boot loaders. Initially the support is for MIPS, butWarner Losh2008-09-267-0/+1544
* Add support for installing 32-bit system calls from kernel modules. ThisJohn Baldwin2008-09-253-2/+110
* must do a deep copy of mcast packets as they can be modified after dispatchSam Leffler2008-09-251-1/+1
* Sort includes and add multiple include guards.John Baldwin2008-09-251-5/+9
* Regen.John Baldwin2008-09-2510-45/+33
* Tidy up a few things with syscall generation:John Baldwin2008-09-254-39/+35
* Initialize the DDB command list when initializing DDB so that the basicJohn Baldwin2008-09-253-3/+4
* As a follow-on to r183323, correct another case where ip_output() wasRobert Watson2008-09-251-1/+17
* Use db_printsym to lookup and print the function pointers.Andrew Thompson2008-09-251-40/+46
* - Don't do a WITNESS_SAVE() on the interlock if it is Giant in the conditionJohn Baldwin2008-09-252-4/+14
* Some people's 6to4 routers seem to have been blowing up because ofDavid Malone2008-09-251-6/+30
* Tell umass to leave Huawei radio devices alone so ubsa(4) willPoul-Henning Kamp2008-09-251-0/+7
* Make the ubsa(4) work with Huawei Exxx (tested with E169) 3G radio devices:Poul-Henning Kamp2008-09-251-2/+61
* Add another hardware bug workaround for Yukon II controllers thatPyun YongHyeon2008-09-252-7/+62
* add initial ipi definitionsKip Macy2008-09-251-6/+32
* add ipi mappingKip Macy2008-09-251-1/+3
* add NPGPTD_SHIFT for the nkpt calculationKip Macy2008-09-251-0/+2
* Make nkpt dependent on the size of the initial memory allocationKip Macy2008-09-252-10/+9
* reflect header change in netfrontKip Macy2008-09-251-1/+1
* partial update to interface headers to 3.2Kip Macy2008-09-2513-60/+411
* fix insta-panic:Kip Macy2008-09-252-0/+9
* - Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9) etcMarius Strobl2008-09-245-173/+140
* Add another TTY locking migration macro: tty_getlock().Ed Schouten2008-09-241-0/+1
* Enable shared lookups on UFS. There are some remaining issues with forcedJohn Baldwin2008-09-241-1/+1
* Part 1 of making shared lookups more resilient with respect to forcedJohn Baldwin2008-09-242-9/+22
* Update description of witness_watch.John Baldwin2008-09-241-3/+5
* Add multiple include guards.John Baldwin2008-09-241-0/+4
* Fix a crash when calling tty_rel_free() while draining during closure.Ed Schouten2008-09-241-2/+2
* When dropping a packet and issuing a reset during TCP segment handling,Robert Watson2008-09-241-5/+12
* Change the static struct sysentvec and struct Elf_Brandinfo initializersKonstantin Belousov2008-09-2414-589/+605
* - Remove default NIC dependency on ulp headersKip Macy2008-09-2412-8/+36
* Allow the cacheline size on PowerPC to be set at runtime. This is essential forNathan Whitehorn2008-09-244-46/+20
* Improve rev 183168, so that if /chosen/stdout is connected to the serialMaxim Sobolev2008-09-231-6/+5
* Track state to determine if the associated TTY device node has been used.Ed Schouten2008-09-231-4/+19
* The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmpDavid E. O'Brien2008-09-2310-14/+61