Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-06 | Attempt to kludge around the fact that we can not yet get the correct MAC | briggs | |
address for the SONIC on PB5xx series. This uses the bus_space_bad_addr function that I added earlier. | |||
1997-04-05 | 32bit corrections | Michael Shalayeff | |
1997-04-05 | devboot is no longer in boot.c | Michael Shalayeff | |
missed from last commit | |||
1997-04-05 | correct DEV_BSIZE vs lp->d_secsize confusion; spotted by hte late night icb ↵ | Theo de Raadt | |
gang. Other ports need fixing still | |||
1997-04-05 | new exec stuff | Michael Shalayeff | |
1997-04-05 | do not up wiring count for page tables (especially those actually | flipk | |
owned by the kernel pmap). Chuck Cranor (chuck@maria.wustl.edu) and Theo. | |||
1997-04-05 | removed conditional code | kstailey | |
1997-04-05 | sendsig and sys_sigreturn are in m68k area now | kstailey | |
1997-04-05 | fpu_type -> fputype | kstailey | |
1997-04-05 | fpu_type -> fputype | kstailey | |
1997-04-05 | fpu_type -> fputype | kstailey | |
1997-04-05 | put gdt & idt in the separate file. | Michael Shalayeff | |
print trapno in dump_regs. no more NO_IDTR. | |||
1997-04-05 | Implement a bus_space_bad_addr() function to aid in some device probing with | briggs | |
the bus_space universe. | |||
1997-04-05 | Move the PB140/145 info to it's own case. A couple of the entry points | briggs | |
are different from other cases. | |||
1997-04-05 | MRG-based ADB support for the PowerBook series. Contributed by | briggs | |
hamada@next.etron.kanazawa-it.ac.jp (Takashi Hamada) | |||
1997-04-05 | so strlen.c compiles again... | Todd C. Miller | |
1997-04-04 | Nuke. | Tobias Weingartner | |
1997-04-04 | Replace exec_i386.S with these two files. Startprog.S is a | Tobias Weingartner | |
stopgap measure, to be removed once I get locore.s done. | |||
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 | remove copy.s as it is in M.I. m68k files now | kstailey | |
1997-04-04 | Do not set DCR_SYNC for the C/Q[68]xx systems. | briggs | |
Thanks to Steve Brown <sbrown@best.com> for working with me to find this. | |||
1997-04-04 | dump regs w/ NMI (int 2) | Michael Shalayeff | |
more debugging is on the way | |||
1997-04-04 | Fix NTOHS and HTONS macros. | Todd C. Miller | |
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-03 | PR#141 from David Leonard <d@occult.fnarg.net.au> with some small mods by | briggs | |
me. - Provide option (enabled in GENERIC and GENERICSBC) to disable ADB configuration when serial console is enabled. Old behavior allows booting even if ADB probe hangs (Apple had several ways to access ADB). - Configure ite0 differently--don't assume that it's only extant if it is the console. | |||
1997-04-02 | Better implementation of buf_space_*_raw_multi_* that deals well | Niklas Hallqvist | |
with unaligned buffers | |||
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-02 | Restructured, as well as added a set of host-to-little/big-endian-16/32-bit | Niklas Hallqvist | |
utility macros (and their opposites), named like htole16 etc. | |||
1997-04-02 | use FDPART(), limit drives to 2 to avoid dev_t problems; ↵ | Theo de Raadt | |
grr@shandakor.tharsis.com | |||
1997-04-02 | warn about MAXPARTITIONS != 16, grr@shandakor.tharsis.com | Theo de Raadt | |
1997-04-02 | add SVR4_T_* flags; might be wrong for sparc | Theo de Raadt | |
1997-04-02 | add off-level character recieve. | Dale S. Rahn | |
improve transmission when CTS goes low (like on a modem) | |||
1997-04-02 | clear correct structure, PR#144, grr@shandakor.tharsis.com | Theo de Raadt | |
1997-04-01 | Check in some changes hiding in my tree. | Dale S. Rahn | |
Now that ramdisk is used, booting from floppy does not wait for floppy change. Do not force real mode for booting, this disables caches on certain machines. use the freshly build hack-obj, do not require "." in the current path. | |||
1997-04-01 | fix MAXPARTITIONS problems, PR#138, grr@shandakor.tharsis.com | Theo de Raadt | |
1997-04-01 | svr4 siginfo; I cannot test this | Theo de Raadt | |
1997-04-01 | FPE_INTOVF botch | Theo de Raadt | |
1997-04-01 | Add DrHW for RasterOps CB264--From Scott Reynolds--and link it in to the | briggs | |
proper interrupt routine. grfmv_intr_mystery changed to grfmv_intr_cb264. | |||
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 | shrink; niklas | Theo de Raadt | |
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 | PR#140, Fix from David Leonard <d@occult.fnarg.net.au>. Prevents endless loop | briggs | |
for Egret and Cuda ADB. | |||
1997-03-31 | Jump to loadaddr instead of entry due to libsa change. | Jason Downs | |
1997-03-31 | Move closer to boot/. Add some debug stuff | Tobias Weingartner | |
1997-03-31 | Initial /boot stuff (from Mickey) | Tobias Weingartner | |