summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update du(1):gjb2011-12-092-45/+53
* As of r226865, daily_scrub_zfs_default_threshold is 35 days; documentgjb2011-12-081-2/+2
* Add myself as new committer: add PGP key and announce..pfg2011-12-081-0/+1
* Some mdoc(7) style and typo fixes to zfs(8).mm2011-12-081-36/+39
* Pull up vendor changes to mdoc(7).ru2011-12-085-45/+171
* Make berase() work on platforms whose kernel lacks DIOCGDELETE ioctl.rmh2011-12-081-5/+48
* - Add support for Support SEAGATE DAT Scopion 130eadler2011-12-081-0/+4
* - Fix ktrace leakage if error is seteadler2011-12-081-1/+1
* - set progname for use in usage()eadler2011-12-081-0/+1
* Disable all clocks and put PHY into COMA before entering intoyongari2011-12-072-2/+21
* Consistently use a tab character instead of using either a space oryongari2011-12-072-372/+372
* Protect SIOCSIFMTU ioctl handler with driver lock.yongari2011-12-071-3/+7
* Implement hardware MAC statistics counter. Counters could beyongari2011-12-073-4/+283
* Rework link state tracking and TX/RX MAC configuration.yongari2011-12-072-106/+124
* As per das@'s suggestion, s/__noreturn/_Noreturn/, since the latter is antheraven2011-12-072-8/+8
* Some fixes to the man pages for [at_]quick_exit(3)theraven2011-12-072-12/+17
* Make it possible to use the debug versions of std::map and std::multimapdim2011-12-072-4/+0
* Remove et_enable_intrs(), et_disable_intrs() functions andyongari2011-12-071-24/+11
* Controller does not require TX start command for every frame. Soyongari2011-12-072-10/+30
* Overhaul bus_dma(9) usage in et(4) and clean up TX/RX path. Thisyongari2011-12-072-615/+579
* Eliminate stale numbers from a comment.alc2011-12-071-5/+2
* style(9) cleanups.theraven2011-12-071-10/+7
* Implement quick_exit() / at_quick_exit() from C++11 / C1x. Also add atheraven2011-12-079-6/+226
* Fix double free.glebius2011-12-071-1/+0
* - Match GNU behavior of exit codegabor2011-12-073-6/+5
* The NOTE_COPY should have been named NOTE_FFCOPY from the veryru2011-12-071-2/+2
* Eliminate the possibility of 32-bit arithmetic overflow in the calculationalc2011-12-071-4/+4
* Fix a very special case when SIOCAIFADDR supplies mask of 0.0.0.0,glebius2011-12-061-5/+6
* MK_CTF is not defined when kmod.mk is used with old bsd.own.mk.fjoe2011-12-061-1/+1
* Don't support OpenLDAP during lib32 build.ume2011-12-061-1/+1
* 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
OpenPOWER on IntegriCloud