Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1997-03-31 | Prepare for /boot stuff... | Tobias Weingartner | |
1997-03-31 | Modernize OpenBSD/mvme68k to match various changes in m68k and hp300 code. | Jason Downs | |
Compiles, but untested for lack of hardware. | |||
1997-03-30 | Minor cleanup. | briggs | |
1997-03-30 | jDTInstall is 0xD9C, not 0x9DC... | briggs | |
1997-03-30 | An implementation of pieces of the Deferred Task Manager--required by | briggs | |
some video cards. Provided by Paul Goyette <paul@pgoyette.bdt.com>. This introduces another simulated software interrupt. | |||
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 | Do not register an interrupt handler unless we know that we can clear | briggs | |
interrupts properly. Take a stab at clearing interrupts correctly for stupid Samsung video card that masquerades as a Toby Frame Buffer card. Break out interrupt routines by card type, including the cards that just need a byte cleared to clear the interrupt. | |||
1997-03-29 | Update from Denton Gentry with minor bug fixes by me. | briggs | |
Denny says: if_sn.c: - allocate sc->space using malloc (Scott wanted this). - make csr accesses use NIC_PUT/GET, remove sc->sc_csr. - add multicast and IFF_PROMISC support. multicast isn't well tested, but I made sure the unicast case still works. - finish the new arp interface, remove sc->sc_enaddr if_snreg.h: - remove struct sonic_reg if_snvar.h: - add NIC_PUT and NIC_GET macros a la if_ae - remove sc_txhead, it isn't used. if_sn_nubus.c: - clean up support for my SE/30 card. - Move add_nubus_intr from if_sn.c (to keep if_sn.c MI) if_sn_obio.c: - make Q610, C610, Q650, C650, Q800 use EXBUS. - PB500 had a "return" where "break" was intended. PB500 probably wasn't working. - move add_nubus_intr from if_sn.c. - add an "explanation" why Apple's ethernet addr is encoded in token ring format in the PROM. | |||
1997-03-29 | DrSW for a Dayna ethernet card. Fake DrHW for dumb nubus card. | briggs | |
1997-03-29 | __NetBSD__ -> __NetBSD__ || __OpenBSD__ (conditionals for compiling in MacOS). | briggs | |
1997-03-29 | Use genassym.sh | Thorsten Lockert | |
1997-03-29 | Switch to genassym.cf. | Jason Downs | |
1997-03-29 | A bit more DAFB initialization. | briggs | |
1997-03-29 | Fix bug that would have prevented PB5xx series from detecting the SONIC. | briggs | |
Bug noticed by Denny Gentry. | |||
1997-03-28 | Use more from m68k/m68k. | briggs | |
1997-03-27 | Oops, used #ifdef, instead of ifdef, by habit. | Niklas Hallqvist | |
1997-03-27 | DOH! Of course genassym.sh should be fed CC not HOSTCC, | Niklas Hallqvist | |
that was the entire meaning of it... shoot me! | |||
1997-03-27 | Be more careful about enabling nubus interrupts. | briggs | |
1997-03-27 | Use P_MD_REGS instead of P_MD + MD_REGS (consistent with hp300) | Niklas Hallqvist | |
1997-03-27 | Use genassym.sh | Niklas Hallqvist | |
1997-03-26 | Add OpenBSD tag. Remove redundant test. | Niklas Hallqvist | |
1997-03-26 | Use MKDEP instead of mkdep. Split STRIP into STRIP & STRIPFLAGS. | Niklas Hallqvist | |
Use HOSTCC for genassym. |