summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add comments to places where we treat errors as ciritical, but it is possiblepjd2011-01-281-0/+3
* Add function to close all unneeded descriptors after fork(2).pjd2011-01-282-1/+29
* Initialize all global variables on pjdlog_init().pjd2011-01-281-2/+3
* Keep track of the real last RTT on each net.rrs2011-01-282-1/+8
* Fix logic error. Due to the bug, it incorrectly checked TXQ statusyongari2011-01-281-1/+1
* Fix a bug in the way ECN-Echo chunkrrs2011-01-282-3/+19
* Style(9) fixes.dchagin2011-01-281-28/+28
* Implement a variation of the linux_common_wait() which shoulddchagin2011-01-284-63/+109
* To avoid excessive code duplication move struct rusage translationdchagin2011-01-281-18/+23
* If more than one thread allocated sf buffers for sendfile(2), andkib2011-01-281-5/+12
* Remove SuperH architecture from a comment as we do not support it.pluknet2011-01-281-1/+1
* Do not trip a KASSERT if /dev/null cannot be opened for a setuid program.jilles2011-01-281-1/+1
* Document the "bios-boot" partition type.ae2011-01-281-1/+6
* Add new user-friendly aliases for partition types for the MBR andae2011-01-287-31/+78
* (Mostly) teach ath_rate_sample about MCS rates.adrian2011-01-282-94/+246
* Make space for the extended 802.11n MCS rate tables.adrian2011-01-281-1/+1
* Bring in some 802.11n packet duration calculation functions from a mix of Sam...adrian2011-01-282-1/+86
* - Remove double semicolon.hselasky2011-01-281-6/+5
* CDDL fixes for MIPS n32.jchandra2011-01-282-3/+5
* Style(9) fix.dchagin2011-01-281-1/+1
* sh: Add test for EXIT trap in command substitution.jilles2011-01-271-0/+3
* linux_sigreturn() loads the struct trapframe from l_sigcontextkib2011-01-271-22/+22
* ixgb(4) does not support altq(4) yet.yongari2011-01-271-1/+0
* Backout r216577. ixgb(4) does not support altq(4) yet.yongari2011-01-271-2/+1
* Remember created control connection so on fork(2) we can close it in child.pjd2011-01-272-0/+4
* Close the control socket before exiting, so it will be unlinked.pjd2011-01-271-0/+1
* Extend pjdlog_verify() to support the following additional macros:pjd2011-01-272-9/+44
* Add functions to initialize/finalize pjdlog. This allows to open/close logpjd2011-01-274-1/+72
* Use my copyright for 2011 work.pjd2011-01-271-1/+2
* Add LOG_NDELAY flag to openlog(3) - we want descriptor to be immediately openpjd2011-01-271-1/+1
* - Remove obvious NOTREACHED comment after abort() call.pjd2011-01-271-3/+1
* Remove __dead2 from pjdlog_verify() prototype, it does return sometimes.pjd2011-01-271-1/+1
* Add support for BIO_DELETE on swap-backed md(4). In the case of BIO_DELETEkib2011-01-271-6/+10
* Implement sf_buf using direct map (XKPHYS) in MIPS n64.jchandra2011-01-273-3/+40
* Fix n32 compile.jchandra2011-01-275-5/+7
* Initialise the chainmask from the EEPROM rather than the hard-coded defaults.adrian2011-01-271-0/+30
* Add missing getCapability call for AR5416.adrian2011-01-271-4/+4
* While inspecting the disklabel check that start offset of partition isae2011-01-271-0/+3
* Make a note to re-check whether that particular check is needed.adrian2011-01-271-0/+2
* Quick fix to a comment.gnn2011-01-271-2/+2
* Writing to the analog registers on the AR9220 (Merlin PCI) seems to require a...adrian2011-01-271-0/+9
* Explicitly wire the user buffer rather than doing it implicitly inmdf2011-01-2710-10/+46
* Remove the CTLFLAG_NOLOCK as it seems to be both unused andmdf2011-01-263-11/+8
* Document newly added tunables.yongari2011-01-261-1/+25
* * Use 300 ms as the default for RTO_MIN.tuexen2011-01-261-4/+3
* Add support for RTL8105E PCIe Fast Ethernet controller. It seemsyongari2011-01-262-1/+8
* Add Realtek RTL8201E 10/100 PHY found in RTL8105E controller. Theyongari2011-01-262-0/+2
* Do not use interrupt taskqueue on controllers with MSI/MSI-Xyongari2011-01-262-32/+185
* Add macro to test the sv_flags of any process. Change some places to testdchagin2011-01-2613-25/+27
* Make SCTP_MAX_BURST compliant with the latest version oftuexen2011-01-261-13/+22
OpenPOWER on IntegriCloud