Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-15 | fix proto for sysarch() | Theo de Raadt | |
2004-09-15 | Better debug printfs: missing \n and show xfer flags in | Alexander Yurchenko | |
wdc_exec_xfer(). | |||
2004-09-15 | Add support for Intel 6300ESB IDE and SATA. | Alexander Yurchenko | |
There's a little botch to be fixed later in our Intel SATA support that's why the first variants of the diff didn't work. Thanks to Markus Foerster <markus@1ster.de> for access to the testing machine. | |||
2004-09-15 | Check for num < 0 in sysctl_sensors(); from Patrick Latifi. | Alexander Yurchenko | |
ok millert@ | |||
2004-09-15 | Typo in #endif comment. | Alexander Yurchenko | |
2004-09-15 | Tweak in comment. | Alexander Yurchenko | |
2004-09-15 | Kill more netiso ghosts. | Alexander Yurchenko | |
ok millert@ | |||
2004-09-15 | Add an install: target. Ok miod@, pefo@ | Matthieu Herrb | |
2004-09-15 | Assume default compiler settings | Per Fogelstrom | |
2004-09-15 | Make trace work better. Don't hope for a good stacktrace without symbols | Per Fogelstrom | |
loaded. GCC 3.x really moves things around. | |||
2004-09-15 | Crude diff to allow user break on zs to enter ddb, for 147/1x2; spotted | Miod Vallat | |
by matthieu@. | |||
2004-09-15 | Win a cycle in FP exception SSBR processing. | Miod Vallat | |
2004-09-15 | map both register spaces | Michael Shalayeff | |
2004-09-15 | regen | Michael Shalayeff | |
2004-09-15 | fix ioa entries | Michael Shalayeff | |
2004-09-15 | kill old dead comment | Michael Shalayeff | |
2004-09-15 | simplify error check in fpu_emulate | Michael Shalayeff | |
2004-09-14 | allow kenter_pa to remap ptes and do proper wired/resident accounting there | Michael Shalayeff | |
2004-09-14 | remove remaining unused traces from src route | Henning Brauer | |
2004-09-14 | remove unused variable; netbsd, ok theo | Peter Valchev | |
2004-09-14 | store fpu version for later use. make sure to proper store/clear fpu state ↵ | Michael Shalayeff | |
in fork/exec/exit/sendsig | |||
2004-09-14 | need an include and dprintf on pmap_init() return | Michael Shalayeff | |
2004-09-14 | eap tested to work; tybollt@solace.mh.se | Theo de Raadt | |
2004-09-14 | print layers in hex | Michael Shalayeff | |
2004-09-14 | poke and clean all exceptions regs and not just one | Michael Shalayeff | |
2004-09-14 | a couple of new bits | Michael Shalayeff | |
2004-09-14 | Call tl_ifmedia_upd() in tl_init() for cards with bitrate devices | Brad Smith | |
From FreeBSD | |||
2004-09-14 | error out from btlb_insert() if there is none | Michael Shalayeff | |
2004-09-14 | always map the io space | Michael Shalayeff | |
2004-09-14 | do not print anything about btlb if there is none | Michael Shalayeff | |
2004-09-14 | allocate ext-cfg memory if was requestd in dd_stimemreq | Michael Shalayeff | |
2004-09-14 | better nkpdes calculation including pdes for io space now; move ↵ | Michael Shalayeff | |
uvm_page_physload() to later where pdes are all mapped already | |||
2004-09-14 | higher max kmem default and mark swap broken | Michael Shalayeff | |
2004-09-14 | a few more funcs | Michael Shalayeff | |
2004-09-14 | two more icensemble codecs. now they are via really... | Michael Shalayeff | |
2004-09-14 | move to 3.6-current | Theo de Raadt | |
2004-09-13 | for pcons tty and kernel console (ie. boot -a) input, replace prom ^H | Theo de Raadt | |
with ^? as that is what we have standardized on for all delete keys. this got missed, meaning boot -a and RAMDISK console tty were gross. ok miod | |||
2004-09-12 | Return the most common data link type instead of the first match for an | Claudio Jeker | |
interface. Where the most common DLT is the one with the smallest id. This fixes tcpdump for atw(4) that attaches multiple bpf hooks. Tested: millert@, Sigfred Haversen, otto@, mcbride@, sturm@, krw@, Steve Shockley OK millert@ deraadt@ | |||
2004-09-11 | backout 1.48, but maintain the fix for the merge error. | David Gwynne | |
fixes hangs/crashes on detach of various devices. found by jolan@, tested by drahn@ and jolan@, ok by deraadt@ | |||
2004-09-10 | Need to sync NLEAF() occurences too. | Miod Vallat | |
2004-09-10 | typo in SAVE_CPU expansion. | Miod Vallat | |
2004-09-10 | Use correct register aliases wrt the __mips_n64 regdef. | Per Fogelstrom | |
2004-09-10 | This is the script used to link the kernel. A flaw in ld makes | Per Fogelstrom | |
setting the load address using 0xffffffff80100000 impossible so a workaround using -0x7.... is used. Hopefully this file will go away and using -N and -Ttext= will work once binutils is fixed. | |||
2004-09-10 | Fix LEAF usage adding new extra arg. spotted by miod. | Per Fogelstrom | |
2004-09-09 | these should have gone in with the other 64 bit changes | Per Fogelstrom | |
2004-09-09 | Kernel moves to 64 bit. A few more tweaks when binutils is updated. | Per Fogelstrom | |
2004-09-09 | Copy out anchors with relative paths and wildcards correctly, | Daniel Hartmeier | |
from jaredy@, ok henning@, mcbride@, deraadt@ | |||
2004-09-09 | Changes for 64 bit kernel. Some functions needis to be rewritten or | Per Fogelstrom | |
optimized to take advantage of full 64 bit width registers. | |||
2004-09-09 | Kill mb_map and related defines, we don't need one. | Miod Vallat | |
2004-09-09 | cpu_setup functions passed wrong first arg; from foleite@yahoo.com.br | Theo de Raadt | |
ok grange markus |