Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-16 | Add disabled piixpm and gscpm. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-09-16 | typo | Miod Vallat | |
2004-09-16 | Use preempt() instead of rolling our own version. | Miod Vallat | |
2004-09-16 | spacing | Theo de Raadt | |
2004-09-16 | Don't adjust month from tod clock. clock.c does | Per Fogelstrom | |
2004-09-16 | Day of week count 1-7 | Per Fogelstrom | |
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated ↵ | Michael Shalayeff | |
architecture is still fluffy (; | |||
2004-09-16 | When copyout() of the signal frame fails, sigexit() the process instead of | Miod Vallat | |
doing this by an hand-delivered SIGILL. | |||
2004-09-16 | Typo in comment. | Miod Vallat | |
2004-09-16 | ``viritual'' is a virtual word and this is a real tree. | Miod Vallat | |
2004-09-16 | Dead meat. | Miod Vallat | |
2004-09-16 | Superseded by MI <link.h> | Miod Vallat | |
2004-09-16 | stupid propagated typo | Michael Shalayeff | |
2004-09-15 | add pcxu tlb handlers and cpu probing | Michael Shalayeff | |
add u2/uturn ioa driver in dumb mode now enable pcxu/pcxw support | |||
2004-09-15 | allocate resources for cardbus on demand; better version parsing | Michael Shalayeff | |
2004-09-15 | force ordering in splraise | Michael Shalayeff | |
2004-09-15 | gscpm(4) -- National Semiconductor Geode SC1100 SMI/ACPI module driver. | Alexander Yurchenko | |
Provides a timecounter for kern_tc. There's also code for cpu throttling tho it's not tested due to the hardware errata. ok deraadt@ | |||
2004-09-15 | regen | Michael Shalayeff | |
2004-09-15 | fix j2240 name | Michael Shalayeff | |
2004-09-15 | scan cpu bus manually for some machines do not support that in prom | Michael Shalayeff | |
2004-09-15 | fix proto for sysarch() | Theo de Raadt | |
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 | 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 | 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 | 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-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-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. |