summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation. Also move ogetkerninfo() to kern_xxx.c.ed2008-12-292-212/+208
* When the insmntque() in the pfs_vncache_alloc() fails, vop_reclaim callskib2008-12-291-1/+2
* Push down Giant inside sysctl. Also add some more assertions to the code.ed2008-12-295-76/+47
* vm_map_lock_read() does not increment map->timestamp, so we shouldkib2008-12-293-4/+4
* Use curproc->p_sysent->sv_flags bit SV_ILP32 for detection of the 32 bitkib2008-12-291-11/+5
* Drop the pseudofs vnode lock around call to pfs_read handler. The handlerkib2008-12-291-15/+18
* After the pfs_vncache_mutex is dropped, another thread may attempt tokib2008-12-291-13/+26
* merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-2932-1417/+1328
* For consistency use LLE_IS_VALID() in this 4th place that is actuallybz2008-12-281-1/+1
* drop rnh lock before destroying itkmacy2008-12-281-0/+1
* Remove unused variable.ganbold2008-12-281-3/+0
* Include std.ixp425 for "cpu" and comment out duplicate memory mapbz2008-12-281-7/+10
* Like in the rest of the file and the network stack use inp asbz2008-12-271-30/+30
* Non-functional (style) changes:bz2008-12-271-206/+208
* Convert function definitions to constantly use ANSI-stylebz2008-12-271-98/+34
* - Fix incorrect array declaration that was causing the stack overflowstas2008-12-271-1/+1
* Rewrite ipsec6_setspidx_inpcb() to match the logic in thebz2008-12-271-21/+11
* For consistency with ipsec4_setspidx_inpcb() rename file local functionbz2008-12-271-3/+3
* Change the in6p variable names to inp to be able to diffbz2008-12-271-16/+16
* In additions to the configs from r185478, which also enabled thebz2008-12-273-0/+3
* 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
OpenPOWER on IntegriCloud