Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-30 | Newer bootloader from netbsd. This should work with non MCG Firmworks | Dale S. Rahn | |
openfirmware. | |||
1997-04-30 | Our gas isn't ready for 64 bit constants used in expressions | Niklas Hallqvist | |
1997-04-30 | guarantee termination for faked disklabels, no endless loops | Niels Provos | |
1997-04-29 | Minor annoyance, synch with what we actually have in our conf directory: | gene | |
including GENERICSBC and TIGER. OpenBSD doesn't have an OCELOT. | |||
1997-04-29 | turn off DMA, it doesn't work | kstailey | |
1997-04-29 | The 2.1 version of dev/pci/ncr.c isn't ready for arc yet | Niklas Hallqvist | |
1997-04-29 | lfs dies | Theo de Raadt | |
1997-04-29 | disable the datacache on Apollo cards for this release it would seem. | michaels | |
1997-04-29 | ok. | Michael Shalayeff | |
1997-04-29 | .mk changes faster then i type.... | Michael Shalayeff | |
1997-04-28 | Add getsecs(). Use biostime & biosdate routines. | Tobias Weingartner | |
Parse and convert to seconds since epoch. Please test, there is a new command "time", which should print the current time (according to the BIOS) on the console. | |||
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-04-27 | What was I thinking? | briggs | |
1997-04-27 | Reality check. | Jason Downs | |
1997-04-26 | samplle boot.conf file | Michael Shalayeff | |
current placement is /etc/boot.conf .... change if you want, but i think that /boot.conf is much worse | |||
1997-04-26 | boot.conf support | Michael Shalayeff | |
ttyname function in cons.c rdonly var 'tty' to view tty settings serial console soon | |||
1997-04-25 | Cool. Drop oversized packets rather than splitting into mbufs. NetBSD log: | gene | |
>From Mycroft: If we fail to allocate a cluster to hold a large packet, >simply drop it rather than using a chain of tiny mbufs. | |||
1997-04-25 | Reorganization fo boot() to make it more logical ala Scott Reynolds. Also, | gene | |
fix some prototyping. | |||
1997-04-25 | A couple of performance improvements from Denny Gentry <denny1@home.com> | briggs | |
1997-04-24 | Inspired by NetBSD changes: ditch AE_DEBUG diagnostics. This kills the ↵ | gene | |
AE_DEBUG option (if for some reason anyone is using it). | |||
1997-04-24 | Followingthe Scott Reynolds gravy train, very minor: | gene | |
>#ifdef DIAGNOSTIC, print the NuBus type fields for unrecognized boards. | |||
1997-04-24 | From Scott Reynolds: | gene | |
>Clean up unused code, KNF bus_probe() | |||
1997-04-23 | Clean up disk reset code | Tobias Weingartner | |
1997-04-23 | On video devices, if we're loading non-default resource values, save the | briggs | |
resource ID. Thanks to Paul Goyette <paul@pgoyette.bdt.com> for spotting this one. | |||
1997-04-23 | implement 'hd' device (i guess nobody will boot from 'rd') | Michael Shalayeff | |
1997-04-23 | Three things: | gene | |
(1) We run OpenBSD (2) make clean deltes genassym and genassym.o, so people with these sitting in their compile directories will get them cleaned out. Release won't ship this way. (3) Maxusers Makefile depends depend on assym.h not genassym.o now. | |||
1997-04-23 | NetBSD -> OpenBSD where relevant and appropriate. | gene | |
1997-04-23 | NetBSD -> OpenBSD in comments. Last references in here. | gene | |
1997-04-22 | Damn. Change _all_ instances of #ifdef __NetBSD__ to #if | gene | |
defined(__NetBSD__) || defined(__OpenBSD__). This compiles again. | |||
1997-04-22 | Pull in John Wittowski's HWDIRECT updates from 04/18. | gene | |
Also, sync up with NetBSD with correct RCSids. Credit goes to Scott Reynolds for the space -> tab KNF in this file. Also, note that although rcsid's are matching, we do not support the opt_mrg_adb.h file as NetBSD does. | |||
1997-04-22 | Add libz and tick version # to reflect change. | gvf | |
1997-04-22 | Reorg to look more like sys/lib/libsa/Makefile | gvf | |
Reduce dependency on libkern. Add libz. Support passing thru CFLAGS from other Makefiles. | |||
1997-04-22 | Reduce dependency on libkern. | gvf | |
1997-04-22 | BSD -> OpenBSD | gvf | |
1997-04-22 | minor clean to -q | gvf | |
1997-04-22 | Some minor cleanup. | briggs | |
1997-04-21 | don't use cc for ld, bad things happens w/ DESTDIR defined; by dm@ | Michael Shalayeff | |
1997-04-21 | usleep testing code | Michael Shalayeff | |
1997-04-21 | rewrite command processing. | Michael Shalayeff | |
two levels of commands from now (set has it's own {device,image,addr,howto}) all the combinations of {device,path,image,options} is now possible on boot. move cmd_state init into .data again, no more memory limits | |||
1997-04-21 | use dev/ic/i8042reg.h, not domestic defines | Michael Shalayeff | |
1997-04-21 | rewrite | Michael Shalayeff | |
1997-04-21 | probe for keyboard/screen by looking into CMOS. | Michael Shalayeff | |
what people say? | |||
1997-04-21 | copyright (; | Michael Shalayeff | |
1997-04-21 | some comments on recent stuff | Michael Shalayeff | |
1997-04-21 | SYS_INST has left the building! | Jason Downs | |
1997-04-21 | Take care when accessing DAFB--some quadra-class machines use other video | briggs | |
controllers. | |||
1997-04-21 | don't forget $(SACFLAGS) | Michael Shalayeff | |
1997-04-20 | Allow kern_clock.c to see interrupt frames on i386 | Thorsten Lockert | |
1997-04-20 | Add new clock related types; from NetBSD | Thorsten Lockert | |
1997-04-20 | indentation | Michael Shalayeff | |