summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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 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
* Add another TTY locking migration macro: tty_getlock().ed2008-09-241-0/+1
* Enable shared lookups on UFS. There are some remaining issues with forcedjhb2008-09-241-1/+1
* Part 1 of making shared lookups more resilient with respect to forcedjhb2008-09-242-9/+22
* Update description of witness_watch.jhb2008-09-241-3/+5
* Add multiple include guards.jhb2008-09-241-0/+4
* Fix a crash when calling tty_rel_free() while draining during closure.ed2008-09-241-2/+2
* When dropping a packet and issuing a reset during TCP segment handling,rwatson2008-09-241-5/+12
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-2414-589/+605
* - Remove default NIC dependency on ulp headerskmacy2008-09-2412-8/+36
* Allow the cacheline size on PowerPC to be set at runtime. This is essential fornwhitehorn2008-09-244-46/+20
* Improve rev 183168, so that if /chosen/stdout is connected to the serialsobomax2008-09-231-6/+5
* Track state to determine if the associated TTY device node has been used.ed2008-09-231-4/+19
* The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmpobrien2008-09-2310-14/+61
* style(9)obrien2008-09-231-1/+1
* Reverse if() logic to improve readability.obrien2008-09-231-4/+3
* Update cxgb include paths to not require prefixing with dev/cxgbkmacy2008-09-2351-376/+149
* Update to xen specific files for SMPkmacy2008-09-231-3/+5
* In preparation for PowerPC G5 support, allow PVO objects to contain pagenwhitehorn2008-09-233-54/+62
* Allow cxgb to be unified across versions by making newer features conditionalkmacy2008-09-238-6/+70
* Change the DBDMA API to allow DBDMA registers in a subregion of a resource. T...nwhitehorn2008-09-234-11/+14
* - Fix flag checkkmacy2008-09-231-3/+7
* - Track number of times that the transmit queue overflowedkmacy2008-09-231-4/+3
* Use Giant for kbdmux(4) locking. This is to workaround the problememax2008-09-221-4/+4
* - Don't read the identifier string from the VPD if there's no chipmarius2008-09-221-3/+4
* Close a race between concurrent calls to ufsdirhash_recycle() andjhb2008-09-221-5/+10
* Add ng_rmnode_flags() so the caller can pass NG_QUEUE and have the nodethompsa2008-09-222-2/+9
* Introduce a hooks layer for the MPSAFE TTY layer.ed2008-09-226-48/+338
* Fix usage of mac_vnode_check_open() in linuxulator - last argumenttrasz2008-09-221-1/+1
* Fix style(9) issue in TTY header files: document function argument names.ed2008-09-225-70/+76
* Add freebsd32 compat shims for ioctl(2)obrien2008-09-222-0/+78
* Regenerate for r183270.obrien2008-09-224-7/+14
* Add freebsd32 compat shims for ioctl(2)obrien2008-09-225-2/+218
* Support sparsely numbered CPUs.jkoshy2008-09-226-81/+173
* When invoking the udp_send() from udp6_send() due to use of a v6-mappedrwatson2008-09-221-3/+13
* Add workaround for occasional packet loss issue of JMC250 A2yongari2008-09-222-3/+20
* Unbreak G3 support. G3 processors don't have an L3 cache, so we shouldn't try...nwhitehorn2008-09-221-3/+8
* cleanup bss node setup; syncs w/ p4 state that's been in use for monthssam2008-09-221-8/+10
* cleanup after mergesam2008-09-221-1/+0
* Fix handling of shortgi: use the local configuration (and implicitlysam2008-09-223-2/+25
OpenPOWER on IntegriCloud