summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* arm is in DEFAULTS; remove dupsam2008-12-271-1/+0
* Removed duplicatebz2008-12-271-1/+0
* Hide detect_virtual() along with the accompanying stringbz2008-12-271-7/+9
* Minor style(9) compliance change.kan2008-12-271-1/+2
* Add support for the Oxford OX16PCI958-based card.rik2008-12-271-0/+6
* - Fix an issue with access permissions to underlying disks used by a gvinumlulf2008-12-271-0/+10
* unbreak the build. Decoupled the USB2's NDIS build from the defaultweongyo2008-12-271-1/+1
* Remove an unused variable to make the SENTRY5 mips kernel compilebz2008-12-271-1/+0
* Add some found NVidia MCP7x HDA controller IDs.mav2008-12-271-0/+20
* Prevent overflow of uio_resid.pho2008-12-271-0/+2
* fix a bug to handling the argument that it passed `device_t' but it'sweongyo2008-12-271-1/+3
* Make ipsec_getpolicybysock() static and no longer export it. It has notbz2008-12-272-8/+2
* Integrate the NDIS USB support code to CURRENT.weongyo2008-12-2714-59/+1680
* Add some special handling for AD1986A codec:mav2008-12-261-1/+27
* When the geometry does not match the label, print out the values.obrien2008-12-261-3/+4
* This checkin addresses a couple of issues:qingli2008-12-264-9/+24
* The "tun?" dev need not be opened at all. One is allowed to performqingli2008-12-251-4/+2
* Following the recent security advisory, add a comment describing ourrwatson2008-12-251-0/+22
* Rejoin ng_tty module to the build.mav2008-12-251-0/+1
* shave about 7% off the overhead of ng_ether by using per-hookjulian2008-12-251-17/+23
* Hook up the ether_echo node and fix the man pagejulian2008-12-253-0/+3
* fix a silly bug that I missed a for-loop to initialize AL2230S PHY.weongyo2008-12-251-2/+4
* - Close a race during which the open flag could be cleared but the tun_softc ...kmacy2008-12-251-2/+6
* Add a trivial node to reflect ethernet frames to whence they came.julian2008-12-253-0/+203
* Add macro RB_FOREACH_SAFE(), which accepts an additional argumentbms2008-12-241-0/+5
* must pack structures for architectures like armsam2008-12-241-2/+2
* Fix missed unlock and reference drop of llekmacy2008-12-241-6/+6
* avoid lock recursion by deferring the link check until after LLE lock is droppedkmacy2008-12-241-1/+5
* Change message severity level from WARN to INFO. This should reduceemax2008-12-241-1/+1
* Only set registers if irqs are enabledrnoland2008-12-231-2/+4
* Add support for the FPA floating-point format on ARM. Themarcel2008-12-231-0/+11
* Do not KASSERT when vp->v_dd is NULL. Only directories which have had ".."marcus2008-12-231-1/+1
* Keep the hold on the vnode during VOP_VPTOCNP() call, allowing the vopkib2008-12-231-1/+1
* Remove CALLOUT_RETURNUNLOCKED from the callouts, there is no reason for them tothompsa2008-12-2319-126/+36
* move IXP4XX EHCI bus shim to the usb directory and renamesam2008-12-232-1/+1
* Name the bus mutex by the controller name, this allows each bus to bethompsa2008-12-239-1/+9
* Remove long unused netinet/ipprotosw.h (basically since r82884).bz2008-12-232-100/+0
* Check for ipprotosw.h more precisely.bz2008-12-231-1/+3
* Add missing newlines to flags tags of CPU topology, for prettierivoras2008-12-231-2/+2
* Fix up handling of Intel G4X chips some more.rnoland2008-12-231-5/+12
* Clear busy state on the pages which are after the one that failed the bindkib2008-12-231-3/+5
* Organize Conexant codecs.mav2008-12-231-18/+11
* Add support for the HP 4470C scanner.remko2008-12-232-0/+2
* Add support for the MaxSream USB test carrier.remko2008-12-232-1/+4
* Add support for 2 EVDO devices.remko2008-12-231-0/+5
* Add quirk for the Storcase InfoStation 12bayremko2008-12-231-0/+8
* NPE cleanups needed for ancillary drivers (e.g. crypto acceleration):sam2008-12-233-66/+109
* kill NPE_PORTS_MAX, it's not used and likely will not besam2008-12-231-1/+0
* Fill in feature control support:sam2008-12-233-6/+39
* add IXP465 and generic IXP425 definitionsam2008-12-231-0/+2
OpenPOWER on IntegriCloud