summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-09-15fix proto for sysarch()Theo de Raadt
2004-09-15Better debug printfs: missing \n and show xfer flags inAlexander Yurchenko
2004-09-15Add support for Intel 6300ESB IDE and SATA.Alexander Yurchenko
2004-09-15Check for num < 0 in sysctl_sensors(); from Patrick Latifi.Alexander Yurchenko
2004-09-15Typo in #endif comment.Alexander Yurchenko
2004-09-15Tweak in comment.Alexander Yurchenko
2004-09-15Kill more netiso ghosts.Alexander Yurchenko
2004-09-15Add an install: target. Ok miod@, pefo@Matthieu Herrb
2004-09-15Assume default compiler settingsPer Fogelstrom
2004-09-15Make trace work better. Don't hope for a good stacktrace without symbolsPer Fogelstrom
2004-09-15Crude diff to allow user break on zs to enter ddb, for 147/1x2; spottedMiod Vallat
2004-09-15Win a cycle in FP exception SSBR processing.Miod Vallat
2004-09-15map both register spacesMichael Shalayeff
2004-09-15regenMichael Shalayeff
2004-09-15fix ioa entriesMichael Shalayeff
2004-09-15kill old dead commentMichael Shalayeff
2004-09-15simplify error check in fpu_emulateMichael Shalayeff
2004-09-14allow kenter_pa to remap ptes and do proper wired/resident accounting thereMichael Shalayeff
2004-09-14remove remaining unused traces from src routeHenning Brauer
2004-09-14remove unused variable; netbsd, ok theoPeter Valchev
2004-09-14store fpu version for later use. make sure to proper store/clear fpu state in...Michael Shalayeff
2004-09-14need an include and dprintf on pmap_init() returnMichael Shalayeff
2004-09-14eap tested to work; tybollt@solace.mh.seTheo de Raadt
2004-09-14print layers in hexMichael Shalayeff
2004-09-14poke and clean all exceptions regs and not just oneMichael Shalayeff
2004-09-14a couple of new bitsMichael Shalayeff
2004-09-14Call tl_ifmedia_upd() in tl_init() for cards with bitrate devicesBrad Smith
2004-09-14error out from btlb_insert() if there is noneMichael Shalayeff
2004-09-14always map the io spaceMichael Shalayeff
2004-09-14do not print anything about btlb if there is noneMichael Shalayeff
2004-09-14allocate ext-cfg memory if was requestd in dd_stimemreqMichael Shalayeff
2004-09-14better nkpdes calculation including pdes for io space now; move uvm_page_phys...Michael Shalayeff
2004-09-14higher max kmem default and mark swap brokenMichael Shalayeff
2004-09-14a few more funcsMichael Shalayeff
2004-09-14two more icensemble codecs. now they are via really...Michael Shalayeff
2004-09-14move to 3.6-currentTheo de Raadt
2004-09-13for pcons tty and kernel console (ie. boot -a) input, replace prom ^HTheo de Raadt
2004-09-12Return the most common data link type instead of the first match for anClaudio Jeker
2004-09-11backout 1.48, but maintain the fix for the merge error.David Gwynne
2004-09-10Need to sync NLEAF() occurences too.Miod Vallat
2004-09-10typo in SAVE_CPU expansion.Miod Vallat
2004-09-10Use correct register aliases wrt the __mips_n64 regdef.Per Fogelstrom
2004-09-10This is the script used to link the kernel. A flaw in ld makesPer Fogelstrom
2004-09-10Fix LEAF usage adding new extra arg. spotted by miod.Per Fogelstrom
2004-09-09these should have gone in with the other 64 bit changesPer Fogelstrom
2004-09-09Kernel moves to 64 bit. A few more tweaks when binutils is updated.Per Fogelstrom
2004-09-09Copy out anchors with relative paths and wildcards correctly,Daniel Hartmeier
2004-09-09Changes for 64 bit kernel. Some functions needis to be rewritten orPer Fogelstrom
2004-09-09Kill mb_map and related defines, we don't need one.Miod Vallat
2004-09-09cpu_setup functions passed wrong first arg; from foleite@yahoo.com.brTheo de Raadt