Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-04 | add 'machine check' trap for Pentium and PPro cpus. | Michael Shalayeff | |
no special handler for it. i guess there will be rare cases when you receive it, and then you should repair your cpu, since it happens on internal cpu error. | |||
1997-04-04 | dump regs w/ NMI (int 2) | Michael Shalayeff | |
more debugging is on the way | |||
1997-04-04 | Define in_addr_t and in_port_t everywhere but use u_intXX_t for | Todd C. Miller | |
htonl and friends. | |||
1997-04-03 | pretty | Theo de Raadt | |
1997-04-02 | Fix end boundary of mapping for regions ending at offset 1 in a page. | Niklas Hallqvist | |
From NetBSD PR#3441, Matthias Drochner <drochner@zelz26.zel.kfa-juelich.de> | |||
1997-04-01 | FPE_INTOVF botch | Theo de Raadt | |
1997-04-01 | debugger started. | Michael Shalayeff | |
only one entry for now: chek_regs (use DUMP_REGS macro instead) dumps registers. must be called by lcall or so (to push %cs) | |||
1997-04-01 | ^U hotkey in readline | Michael Shalayeff | |
sample regs command to show the registers | |||
1997-03-31 | missed additions to the last commit | Michael Shalayeff | |
and.... it compiles and runs ok on my machine. *** TEST IT !!! *** some pieces into MI libsa coming in a minute (if line won't drop ;) | |||
1997-03-31 | commit all my mods to the last imported libsa stuff.... | Michael Shalayeff | |
including: - disklabel support; - better boot cmd line - smaller size (using some compilation switches ;) - no more relocations in /boot, it's loaded in the place; - better disk performance (maybe were already in there) - installboot -n does not require write perms for device - more debugs - missing parts in libsa (such as cd9660 and so) - i don't like 2 files for exec_i386 (sorry, toby, let's discuss maybe?) tricks and tails: - joined .text and .data (saves you a page) - prot mode switching still in biosboot (it's freezed for awhile) - biosdisk internals changed - biosdev is not passed propery to the kernel (i'll fix it soon) - sure i missed smth here to note (use the source, Luke!) | |||
1997-03-31 | do not let PSL_NT be set in VM86 mode; netbsd | Theo de Raadt | |
1997-03-31 | New job; another PC lands on my desk. | kstailey | |
1997-03-31 | Move closer to boot/. Add some debug stuff | Tobias Weingartner | |
1997-03-31 | Initial /boot stuff (from Mickey) | Tobias Weingartner | |
1997-03-31 | Prepare for /boot stuff... | Tobias Weingartner | |
1997-03-30 | Previous commit was in error, definition of MANDIR was correct | Todd C. Miller | |
but there's no need to redefine MANDIR at all since we are installing man pages in the system man page dir. Therefore, we just pull in MANDIR from bsd.own.mk. | |||
1997-03-30 | /usr/share/man/cat -> /usr/share/man | Todd C. Miller | |
NetBSD PR #3401 | |||
1997-03-29 | Use genassym.sh | Thorsten Lockert | |
1997-03-21 | Yet more DDB type correctness | Niklas Hallqvist | |
1997-03-21 | New FIXUP_PC_AFTER_BREAK convention from NetBSD | Niklas Hallqvist | |
1997-03-03 | Add a little ioctl at 4am to set the screen blanking. | Jason Downs | |
1997-03-03 | sync with reality | Jason Downs | |
1997-03-02 | Enable IPSEC | Thorsten Lockert | |
1997-03-02 | This is a P5 with PCI and not a 486 with EISA now. Also enable IPSEC. | Thorsten Lockert | |
1997-02-27 | Add scanner and (commented out) IPsec | Thorsten Lockert | |
1997-02-24 | Kill the annoying printf (which I think I added). | Jason Downs | |
1997-02-24 | sync with hp300: -nostdinc, HOSTCC, etc. | Jason Downs | |
1997-02-17 | need printf prototype | Michael Shalayeff | |
1997-02-13 | Provide ccd's major number | Niklas Hallqvist | |
1997-02-13 | Applitron's 128 MB PentiumPro with 64MB buffer cache | Niklas Hallqvist | |
1997-02-09 | Use the instruction pointer from the trapframe many places CR2 does not | Thorsten Lockert | |
hold valid data. | |||
1997-02-08 | Provide more information on FP exceptions | Thorsten Lockert | |
1997-02-08 | Give correct signal information on integer overflow | Thorsten Lockert | |
1997-02-08 | BIOS does not report >64M memory | Thorsten Lockert | |
1997-02-08 | Add definitions for the exception bits in the status word | Thorsten Lockert | |
1997-02-08 | cvs.openbsd.org now has 17GB of disk... | Theo de Raadt | |
1997-02-07 | define kernel_text, just like other ports. | Michael Shalayeff | |
1997-02-07 | Set up intrframe correctly for FPU exceptions again | Thorsten Lockert | |
1997-02-06 | cdev for rd | Theo de Raadt | |
1997-02-05 | map native sig/code to svr4 code in a different fashion; must be checked later | Theo de Raadt | |
1997-02-05 | Don't push _cpl before calling _npxintr, it is never used (or popped off | Thorsten Lockert | |
the stack!) | |||
1997-02-04 | VM_PROT_* for si_trapno in SIGBUS/SIGSEGV | Theo de Raadt | |
1997-02-04 | T_DIVIDE -> FPE_INTDIV | Theo de Raadt | |
1997-02-03 | for SIGxxx always use xxx_* types as error code | Theo de Raadt | |
1997-02-03 | More siginfo implementations (alpha and mips might even work) | Theo de Raadt | |
move "siginfo_t *" to 2nd arg of signal handler as 1003.1b requires. I really wish I had 1003.1b documentation. | |||
1997-02-03 | repair confusion over kv/uv addr for siginfo_t storage | Theo de Raadt | |
1997-02-01 | add type & union sigval args to sendsig/trapsignal | Theo de Raadt | |
1997-02-01 | grammar error | Theo de Raadt | |
1997-02-01 | Allow bufpages/nbuf larger than 1 (still max out at all buffers | Niklas Hallqvist | |
be MAXBSIZE). Remove faulty limit test of buffer pages allocation. The check is now done at the bufpages+nbuf calculations. | |||
1997-01-29 | #include "../../../dev/isa/comreg.h" -> #include "../../../dev/ic/comreg.h" | Thomas Graichen | |