summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Assert the inpcb lock in udp6_output(), as we dereference variousrwatson2006-04-121-0/+2
* Add comment to udp6_input() that locking is missing from multicastrwatson2006-04-121-1/+8
* Add udbinfo locking in udp6_input() to protect lookups of the inpcbrwatson2006-04-121-2/+8
* Don't use spl around call to in_pcballoc() in IPv6 raw socket support;rwatson2006-04-121-3/+1
* Remove one remaining use of spl in the IPv6 fragmentation code, asrwatson2006-04-121-3/+0
* Add missing locking to udp6_getcred(), remove spl use.rwatson2006-04-121-24/+21
* Remove spl use from IPv6 inpcb code.rwatson2006-04-121-25/+13
* Make this compile without INVARIANTS.cognet2006-04-111-0/+2
* use pwrite to always write at the begining of the file.. If multiple callsjmg2006-04-111-1/+1
* If we end up with a CTIO completing with CAM_REQUEUE_REQ,mjacob2006-04-111-2/+16
* Merge in timeout into A20-enable routine from cdboot/boot1.sobomax2006-04-111-3/+10
* Drop the gateA20() function in the loader as it is unused. All the otherjhb2006-04-115-100/+2
* Minor whitespace tweak.jhb2006-04-111-2/+1
* - Move _Qp_* and __dtoul from FBSDprivate to the list of FBSD_1.0 symbolsmarius2006-04-111-35/+18
* Be sure to wakeup the crypto thread when new request was queued.pjd2006-04-111-6/+8
* Tweak comment.jhb2006-04-111-4/+4
* Use the proper condition to determine that we matched an filename.jhb2006-04-111-1/+1
* A large set of changes:mjacob2006-04-115-623/+966
* Fix typo.brueffer2006-04-111-1/+1
* Dump keeps a bitmap of the state of various inodes, which is sizeddwmalone2006-04-111-8/+20
* - Add support for the Acer Acerscan 640BT.flz2006-04-113-1/+5
* Add autologin entries (al.NNN) for higher console speeds.des2006-04-111-0/+10
* - If no pidfile has been created at startup, only stop processesflz2006-04-111-4/+7
* - Oops, add a missing "then".flz2006-04-111-1/+1
* - Fix rc.d/sshd test on kern.random.sys.seeded.flz2006-04-111-1/+1
* - Fix amd startup when amd is installed from ports.flz2006-04-112-1/+2
* - Set a two read-only variables (${prefix} and ${etcdir}). This isflz2006-04-112-30/+60
* When enabling A20 put upper limit on amount of time we wait for the keyboardsobomax2006-04-111-3/+10
* Fix a cut-n-paste bug that crept in.jkoshy2006-04-111-2/+2
* Add bce(4).brueffer2006-04-101-1/+4
* bce(4) added and a typo fixed.brueffer2006-04-102-2/+10
* Autogenerate hardware notes for bce(4).brueffer2006-04-103-0/+5
* - Correct some typosbrueffer2006-04-101-8/+12
* Hook bce up to the buildps2006-04-106-0/+9
* Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)ps2006-04-107-26/+15594
* safe(4) doesn't support explicitly provided keys. Return an error insteadpjd2006-04-101-0/+7
* ubsec(4) doesn't support explicitly provided keys. Return an error insteadpjd2006-04-101-0/+7
* - Simplify the code by using arc4rand(9) instead of arc4random(9) in a loop.pjd2006-04-101-22/+3
* Remove redundant 'from'.pjd2006-04-101-1/+1
* Document CRD_F_KEY_EXPLICIT flag. While here more flags description morepjd2006-04-101-2/+8
* Hide net.inet.ipsec.test_{replay,integrity} sysctls under #ifdef REGRESSION.pjd2006-04-104-0/+12
* ip6_mrouter_done(): use if_allmulti(0) for disabling the multicast promiscuou...suz2006-04-101-7/+1
* Kill the last Giant acquisition in the exit(2) code. This Giant acquisitioncsjp2006-04-101-2/+0
* - Mention the Epson Stylus Photo RX425 scanner in uscanner(4), missed in myflz2006-04-101-1/+3
* Introduce and use delayed-destruction functionality from a pre-sync hook,pjd2006-04-106-111/+174
* - Add support for the Epson RX425 scanner.flz2006-04-102-0/+2
* On shutdown try to turn off all swap devices. This way GEOM providers arepjd2006-04-103-19/+70
* Pass -DCRUNCH down to standard targets in individual makefiles.ru2006-04-101-4/+4
* Clean the product of patch(1).ru2006-04-101-0/+2
* Clean generated headers.ru2006-04-101-0/+2
OpenPOWER on IntegriCloud