summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Kill the LAZYPMAP ifdefs. While they worked, they didn't do anythingpeter2004-05-166-127/+1
* Converge some more with i386.peter2004-05-161-10/+21
* Remove "register_t eflags; eflags = read_eflags();" because 1) it wasn'tpeter2004-05-161-4/+0
* Another candidate that didn't use copyin/copyout for user<->kerneljoerg2004-05-161-3/+23
* You wouldn't believe a driver could survive doing userland IO withoutjoerg2004-05-162-12/+49
* After successfully attaching an iicbus instance, instead of using ajoerg2004-05-161-1/+3
* MFi386: add rue and twapeter2004-05-161-0/+3
* MFi386: avoid partial register references, for what its worth.peter2004-05-161-5/+5
* For consistency with i386, have pmap_kenter_temporary() take a vm_paddr_tpeter2004-05-162-2/+2
* MFi386: numerous interrupt and acpi updatespeter2004-05-1619-192/+506
* Enable first part of kld's on amd64. This is known to not work rightpeter2004-05-162-0/+10
* Make a small revision to the api between the elf linker core and thepeter2004-05-169-84/+113
* Allow ng_ether "lower" and "orphans" hooks to be connected at the same time.archie2004-05-161-42/+20
* - Initialize uart_bus_space_io and uart_bus_space_mem.nyan2004-05-161-7/+7
* Fixed the disordering from rev. 1.371.ru2004-05-161-1/+1
* Don't use the node id as an index into the topology map. This breaksdfr2004-05-161-2/+21
* Try harder not to compile anything in sys/boot for arm.cognet2004-05-162-2/+2
* Remove dead code. (This loop counted the number of rules, but the countcperciva2004-05-151-7/+0
* Remove twa_intrhook prototype.scottl2004-05-151-1/+0
* Set the cpi.hba_inquiry field to something useful.scottl2004-05-151-1/+1
* Remove the config_intrhook as it is not needed.scottl2004-05-152-39/+1
* Remove some debugging printf()s and a pointless device_set_desc() call.des2004-05-151-12/+7
* Remove libkern/mem*cognet2004-05-141-2/+0
* Implement bcopy, memcpy and memcmp in support.S.cognet2004-05-141-0/+2059
* Remove libkern/bzero.S and libkern/memset.S.cognet2004-05-141-2/+0
* Implement bzero et memset in support.Scognet2004-05-141-0/+161
* Change ffs_realloccg() to set the valid bits for the extended part of thekensmith2004-05-141-2/+10
* Fixed some common printf format errors. Don't assume that "struct foo *"bde2004-05-142-33/+27
* Back out last revision that unnecessarily changed valid assemblerru2004-05-146-1606/+1601
* Partly back out last revision that unnecessarily changed validru2004-05-141-236/+236
* MFNetBSD (umodem.c 1.46):sanpei2004-05-141-2/+2
* This is FreeBSD/arm, not FreeBSD/i386cognet2004-05-141-1/+1
* Define uart_sa1110_ops and uart_sa1110_classe in .c files instead of spammingcognet2004-05-142-0/+5
* Define INLINE_LIMIT for arm.cognet2004-05-141-0/+3
* Do not attempt to build anything in sys/boot for arm.cognet2004-05-141-0/+2
* 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
OpenPOWER on IntegriCloud