summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Re-apply changes to make this compile with -Wundef:ru2006-04-131-1/+1
* Include opt_pmap.h for PMAP_SHPGPERPROC.alc2006-04-131-0/+1
* Common register definition for AT91RM9200imp2006-04-121-0/+2747
* Recovery boot loader for the AT91 family of processors. Download itimp2006-04-1211-0/+769
* Fix the PHY support for the 5780. I mis-merged this from my sources.ps2006-04-121-0/+1
* Pass BIO_GETATTR requests down.pjd2006-04-121-5/+14
* Remove unused prototypes.pjd2006-04-121-2/+0
* On padlock initialization, allocate memory with M_WAITOK.pjd2006-04-121-5/+1
* Correct an obvious typo.pjd2006-04-121-1/+1
* Use ANSI C function protypes and declarations for if_arcsubr.rwatson2006-04-122-34/+14
* Retire pmap_track_modified(). We no longer need it because we do notalc2006-04-124-144/+42
* 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
* 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
* 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
* - Add support for the Acer Acerscan 640BT.flz2006-04-112-0/+2
* 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
* Hook bce up to the buildps2006-04-105-0/+8
* Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)ps2006-04-106-26/+15301
* 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
* 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
* 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
* Fix some small bugs.scottl2006-04-101-2/+7
* Use proc lock to prevent a thread from exiting, Giant was no longer used todavidxu2006-04-104-54/+20
* MFp4:marcel2006-04-101-20/+169
* Add g_wither_provider() to abstract the details of destroying amarcel2006-04-104-3/+15
* MFp4: Use CPU_CONTROL_ROUNDROBIN for arm9, it seems to give marginallycognet2006-04-091-1/+2
* Update to DRM CVS as of 2006-04-09. The most notable new feature is the updatedanholt2006-04-0921-769/+1265
* Not only disable/enable interrupts, do it for FIQs as well, when needed.cognet2006-04-093-11/+24
* MFp4: Don't write-back the PTEs if they are mapped write-through, this wascognet2006-04-091-5/+0
* Introduce two new sysctls:pjd2006-04-094-2/+54
* Be consistent with the rest of the code.pjd2006-04-091-1/+1
OpenPOWER on IntegriCloud