| Commit message (Expand) | Author | Age | Files | Lines |
* | Re-apply changes to make this compile with -Wundef: | ru | 2006-04-13 | 1 | -1/+1 |
* | Include opt_pmap.h for PMAP_SHPGPERPROC. | alc | 2006-04-13 | 1 | -0/+1 |
* | Common register definition for AT91RM9200 | imp | 2006-04-12 | 1 | -0/+2747 |
* | Recovery boot loader for the AT91 family of processors. Download it | imp | 2006-04-12 | 11 | -0/+769 |
* | Fix the PHY support for the 5780. I mis-merged this from my sources. | ps | 2006-04-12 | 1 | -0/+1 |
* | Pass BIO_GETATTR requests down. | pjd | 2006-04-12 | 1 | -5/+14 |
* | Remove unused prototypes. | pjd | 2006-04-12 | 1 | -2/+0 |
* | On padlock initialization, allocate memory with M_WAITOK. | pjd | 2006-04-12 | 1 | -5/+1 |
* | Correct an obvious typo. | pjd | 2006-04-12 | 1 | -1/+1 |
* | Use ANSI C function protypes and declarations for if_arcsubr. | rwatson | 2006-04-12 | 2 | -34/+14 |
* | Retire pmap_track_modified(). We no longer need it because we do not | alc | 2006-04-12 | 4 | -144/+42 |
* | 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 |
* | 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 |
* | 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 |
* | - Add support for the Acer Acerscan 640BT. | flz | 2006-04-11 | 2 | -0/+2 |
* | 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 |
* | Hook bce up to the build | ps | 2006-04-10 | 5 | -0/+8 |
* | Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708) | ps | 2006-04-10 | 6 | -26/+15301 |
* | 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 |
* | 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 |
* | 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 |
* | Fix some small bugs. | scottl | 2006-04-10 | 1 | -2/+7 |
* | Use proc lock to prevent a thread from exiting, Giant was no longer used to | davidxu | 2006-04-10 | 4 | -54/+20 |
* | MFp4: | marcel | 2006-04-10 | 1 | -20/+169 |
* | Add g_wither_provider() to abstract the details of destroying a | marcel | 2006-04-10 | 4 | -3/+15 |
* | MFp4: Use CPU_CONTROL_ROUNDROBIN for arm9, it seems to give marginally | cognet | 2006-04-09 | 1 | -1/+2 |
* | Update to DRM CVS as of 2006-04-09. The most notable new feature is the updated | anholt | 2006-04-09 | 21 | -769/+1265 |
* | Not only disable/enable interrupts, do it for FIQs as well, when needed. | cognet | 2006-04-09 | 3 | -11/+24 |
* | MFp4: Don't write-back the PTEs if they are mapped write-through, this was | cognet | 2006-04-09 | 1 | -5/+0 |
* | Introduce two new sysctls: | pjd | 2006-04-09 | 4 | -2/+54 |
* | Be consistent with the rest of the code. | pjd | 2006-04-09 | 1 | -1/+1 |