summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Force linker error when created shared library contains a relocationkib2011-12-062-2/+8
* Most users of pipe(2) do not call fstat(2) on the returned pipe descriptors.kib2011-12-061-9/+28
* Mention that Cold Presence Detection feature used for hot-plug detectionmav2011-12-061-4/+4
* Correct some bInterval USB template descriptor values.hselasky2011-12-064-10/+10
* Fix compile warning when using clang to compile the code.hselasky2011-12-061-1/+1
* Really protect kern.proc.ps_strings sysctls with p_candebug(). Thistrociny2011-12-061-1/+1
* Catch up with Bryan Venteicher's virtio Hg repo:grehan2011-12-0610-79/+196
* Make et_probe() return BUS_PROBE_DEFAULT such that allow otheryongari2011-12-061-15/+11
* et(4) supports VLAN oversized frame so correctly set header length.yongari2011-12-061-2/+4
* Fix alt(4) support. Also add check for number of available TXyongari2011-12-051-18/+22
* Implement suspend/resume methods. Driver has no issue withyongari2011-12-051-0/+30
* Remove NetBSD license. r199548 removed all bit macros that wereyongari2011-12-051-35/+0
* - In mii_attach(9) just set the driver for a newly added miibus(4) instancemarius2011-12-051-3/+3
* Don't output a warning if kern.proc.auxv sysctl has returned EPERM.trociny2011-12-051-1/+1
* Protect kern.proc.auxv and kern.proc.ps_strings sysctls with p_candebug().trociny2011-12-051-2/+4
* Introduce vm_reserv_alloc_contig() and teach vm_page_alloc_contig() how toalc2011-12-053-71/+269
* Fix off by one error in mbuf access. Previously it caused panic.yongari2011-12-051-6/+13
* - Make heimdal buildable with WITH_OPENLDAP defined, again.ume2011-12-052-4/+4
* Get rid of kludgy per-descriptor state handling in acpi_apm.ed2011-12-051-63/+25
* add netmap support for "em", "lem", "igb" and "re".luigi2011-12-054-0/+347
* revise the implementation of the rings connected to the host stackluigi2011-12-051-27/+46
* Use the correct volume identifier field when parsing MR_EVT_ARG_LD_STRIPjhb2011-12-051-1/+1
* Fix style(9) issues from r228270.jhibbits2011-12-052-3/+3
* 1. Fix the handling of link reset while in netmap more.luigi2011-12-0510-598/+837
* Add a missing curly bracketkevlo2011-12-051-0/+1
* Fix some uninitialized variables in pipe regression tests that result ineadler2011-12-053-3/+5
* Disable KDB/DDB options for XLP N32 compile.jchandra2011-12-051-0/+6
* Fix N32 compilation again for XLP.jchandra2011-12-051-1/+1
* Fix XLP compilation.jchandra2011-12-051-0/+2
* Add a devd notification for closing/opening the lid on PowerBooks and iBooks.jhibbits2011-12-053-0/+25
* libc: Eliminate 13 relative relocations in wctype().jilles2011-12-051-26/+45
* Protect process environment variables with p_candebug().trociny2011-12-041-1/+1
* zfsboot: print boot.config contents before parsing itavg2011-12-041-2/+2
* zfs boot: allow file vdevs to be used in testing (e.g. with zfsboottest)avg2011-12-041-0/+3
* critical_exit: ignore td_owepreempt if kdb_active is setavg2011-12-041-1/+1
* In sysctl_kern_proc_ps_strings() there is no much sense in checkingtrociny2011-12-041-8/+0
* Initialize fifoinfo fi_wgen field on open. The only important is thekib2011-12-041-1/+1
* Use explicit information from the kernel to detect the traps due tokib2011-12-041-3/+13
* This patch adds a sysctl to the NFSv4 server which optionally disables thermacklem2011-12-041-1/+9
* Support domain-search in dhclient(8)dumbbell2011-12-0411-4/+585
* Modify the GPIO i2c bus code to allow for arbitrary data/clockadrian2011-12-041-14/+22
* Allow the i2c node requirements to be slightly relaxed.adrian2011-12-043-4/+12
* Add quirk for Micron RealSSD eUSB failing on unsupported SCSI commandemaste2011-12-032-0/+5
* Simplify libusb_open_device_with_vid_pid(): Only sethselasky2011-12-031-4/+5
* libusb_open() sets the given device handle to NULL if ithselasky2011-12-031-2/+1
* Make sure the description of pause() ishselasky2011-12-031-1/+2
* - Fix typos s/(more|less) then|\1 than/eadler2011-12-031-5/+5
* Fix a compile warning with clang.hselasky2011-12-031-1/+1
* Add myself to the relevant doc files.jhibbits2011-12-031-0/+2
* Revert r225889 a bit. While it's correct that in total store order there'smarius2011-12-031-1/+4
OpenPOWER on IntegriCloud