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