summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement enough of an uart driver to get serial console working.cognet2004-05-145-3/+539
* Import libkern arm specific bits.cognet2004-05-143-0/+713
* Add config magic for arm.cognet2004-05-144-0/+261
* Import FreeBSD/arm kernel bits.cognet2004-05-14124-69/+30630
* Add support for GPE being a package of { reference, gpe bit }.njl2004-05-141-40/+86
* Fix a bug which I discovered recently while doing IPv6 testing atwpaul2004-05-141-0/+12
* Fix a potential stack buffer overflow on systems whose ACPI OEMIDjdp2004-05-141-2/+2
* Different VIA host bridges use different offsets to their AGP configjhb2004-05-134-18/+82
* Split sleepq_wakeup_thread() into two functions. sleepq_remove_thread()jhb2004-05-131-13/+50
* Unbreak the build.des2004-05-131-1/+1
* Enable INTR_ENTROPY if the interrupt is not set to INTR_FAST. Remove thescottl2004-05-131-5/+2
* Remove extraneous spaces.truckman2004-05-131-1/+1
* Implement sbc_lockassert() and sb_lockassert() functions to allowtruckman2004-05-133-3/+19
* MFi386: revision 1.489nyan2004-05-131-6/+6
* Move the ichwd to i386 only.nyan2004-05-131-1/+1
* Add support for retrieving _GLK in the ECDT probe. Now we no longer alwaysnjl2004-05-131-35/+20
* Expose USBVERBOSE as a first-class option. It will be needed soon asimp2004-05-131-0/+1
* Sync to pccarddevs 1.84imp2004-05-131-1/+4
* Add Intel EtherExpress PRO/100 LAN Modem. This will eventually beimp2004-05-131-0/+1
* Restore source code compatibility with 5.2-RELEASE.wpaul2004-05-121-0/+4
* Convert the #if 0 magic to #if SCAN_IICBUS, and make it actually compilejoerg2004-05-121-3/+10
* Restructure vm_page_select_cache() so that adding assertions is easy.alc2004-05-121-10/+15
* 1. Fixed potential problem that would cause out-of-order requests in twe_star...vkashyap2004-05-123-11/+7
* Cache queue pages are not mapped. Thus, the pmap_remove_all() byalc2004-05-121-1/+0
* aic79xx.c:gibbs2004-05-116-75/+153
* o When restarting the sequencer, clear any pendinggibbs2004-05-111-26/+88
* Add aic_scb_timer_start() which will be used in the aic7xxx driver togibbs2004-05-111-2/+17
* - Move some macros from icu.h into atpic.c as that is the only place theyjhb2004-05-112-61/+19
* Trim unused includes.jhb2004-05-114-9/+0
* - Remove a spurious blank line.jhb2004-05-111-2/+1
* Fixup a few bogons in a comment.jhb2004-05-111-3/+3
* Remove unused WL_IRQS macro.jhb2004-05-111-2/+0
* o Calculate a number of bytes to copy (cnt) correctly:maxim2004-05-111-1/+1
* Add a driver for the watchdog timer function present on the LPC interfacedes2004-05-115-0/+516
* Dont try to finish devstat's if the disk pointer is NULL, this can happensos2004-05-111-2/+2
* Eliminate a memory leak in kern_symlink() that could occur iftjr2004-05-112-2/+2
* To handle orphaned character device vnodes properly in mmap(), check thattjr2004-05-111-1/+1
* Fix Sii3114 support.sos2004-05-102-36/+35
* Rework the APIC mixed mode support a bit:jhb2004-05-105-19/+42
* Improve consistency of include file guards in src/sys/sys by terminatingrwatson2004-05-107-21/+21
* - Simplify the sizeof expression in the CTASSERT() for NUM_ISA_IRQS.jhb2004-05-101-3/+3
* - Change madt_map_table() to verify the checksum of any table it is askedjhb2004-05-101-2/+30
* If an ACPI PCI-PCI bridge doesn't have a _PRT object, fall back to usingjhb2004-05-101-1/+9
* Zero the un-used portions of the struct sockaddr data before sendingcsjp2004-05-101-0/+1
* We don't support USB devices in PAE mode, so catch up with GENERIC rev 1.402.obrien2004-05-101-0/+1
* - Remove the __FBSDID and put the $FreeBSD$ tag in the comment above,mux2004-05-101-6/+5
* Prefer explicit ints to implicit ints in the prototype as well as inmux2004-05-101-1/+1
* - Fix a typo in a printf(). [1]mux2004-05-101-5/+4
* Resyncemax2004-05-101-1/+4
* Mode few Bluetooth defines into system include filesemax2004-05-106-22/+6
OpenPOWER on IntegriCloud