Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-16 | R.I.P. old stuff. | chuck | |
1996-05-16 | reorg & cleanup. add in some stuff so we can remove libsa/promcons.c. | chuck | |
1996-05-16 | add netboot stuff and cputyp stuff to bugcrt. also add bugexec(). | chuck | |
1996-05-16 | adjust subdirs for new stuff | chuck | |
1996-05-16 | add two more defines for the way the bug "NBO" command passes in args | chuck | |
add network boot and cputyp to bugargs (for new bootblocks) | |||
1996-05-15 | add all the possible SCSI device types to the GENERIC configs. | Michael Shalayeff | |
1996-05-10 | machine@ | Theo de Raadt | |
1996-05-10 | machine@; use -fomit-frame-pointer otherwise a bugarg in a6 gets trashed | Theo de Raadt | |
1996-05-10 | clean better | Theo de Raadt | |
1996-05-10 | m88k & m68k capable bugcrt by chuck | Theo de Raadt | |
1996-05-10 | Add some code bulletproofing, I have had this around for some time | Dale S. Rahn | |
I actually thought it was checked in. This should stop any extra transmit interupts occuring and a possible crash if another system talks to the tty port before it is completely configured. Also allows debugging when no processes have the port open for writing. If abort is pressed before getty starts. | |||
1996-05-10 | split le driver, if_name/if_unit -> if_xname/if_softc | Theo de Raadt | |
1996-05-10 | fix sync scsi | Theo de Raadt | |
1996-05-10 | add constants so that we can remove "m68k/m88k" directories from bugcrt. | chuck | |
1996-05-10 | add some documentation | chuck | |
add some predefined constants so that the kernel can generate valid bootblocks without help from 'wrtvid' | |||
1996-05-10 | init more fields so that kernel can generate a valid disklabel without | chuck | |
any help from wrtvid. | |||
1996-05-08 | make it compile again (update to machine/disklabel.h) | chuck | |
1996-05-08 | do that another panic fly away. | Michael Shalayeff | |
1996-05-07 | away, away | Theo de Raadt | |
1996-05-07 | idea by chuck to make libbug MI | Theo de Raadt | |
1996-05-07 | delete impossible to reach code, use more defined constants | Theo de Raadt | |
1996-05-07 | This is the tape boot loader, not the disk. Remove the correct files. | Dale S. Rahn | |
The stboot file should be removed from the source space. (how is this done?) | |||
1996-05-07 | remove file generated during build. | Dale S. Rahn | |
1996-05-07 | (maybe it will take this time) | Dale S. Rahn | |
Change the address of the stack from 3ffff8 to 3efff8. A problem existed that the bss and the stack were colliding and the bzero of the bss segement would clear the existing stack. The actuall placement of the stack is just before the beginning of the executable _start-0x10; Be careful if the executable address is ever changed. | |||
1996-05-06 | for 040, copy replacement routines over fpfault zone in trap table | Theo de Raadt | |
1996-05-06 | correct my interrupt bugs | Theo de Raadt | |
1996-05-06 | fix russian typo | Theo de Raadt | |
1996-05-05 | add general ether_ioctl call in net/if_ethersubr.c, | Michael Shalayeff | |
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff. | |||
1996-05-05 | build stand as well | Theo de Raadt | |
1996-05-04 | remove #ifndef LKM, since that stuff already in sys/conf.h, | Michael Shalayeff | |
add lkmenodev prototype. | |||
1996-05-04 | proto nicely | Theo de Raadt | |
1996-05-03 | Use generic m68k sigreturn code from arch/m68k | Niklas Hallqvist | |
1996-04-28 | wdsc driver hacked from amiga driver by Steve Woodford | Theo de Raadt | |
1996-04-28 | rewrite | Theo de Raadt | |
1996-04-28 | device/attach split | Theo de Raadt | |
1996-04-28 | add OpenBSD header | Theo de Raadt | |
1996-04-28 | cfattach/cfdriver split; we hate caddr_t | Theo de Raadt | |
1996-04-28 | cfattach/cfdriver split | Theo de Raadt | |
1996-04-28 | add OpenBSD header | Theo de Raadt | |
1996-04-28 | add OpenBSD header | Theo de Raadt | |
1996-04-28 | cfattach/cfdriver split; config_*() function retval change | Theo de Raadt | |
1996-04-28 | add ccd, change fd->filedesc | Theo de Raadt | |
1996-04-28 | _KERNEL & cannot use unistd.h | Theo de Raadt | |
1996-04-28 | change to assym.h | Theo de Raadt | |
1996-04-28 | change vmapbuf/vunmapbuf decls | Theo de Raadt | |
1996-04-28 | add OpenBSD header | Theo de Raadt | |
1996-04-28 | add _MACHINE & _MACHINE_ARCH | Theo de Raadt | |
1996-04-28 | add OpenBSD header | Theo de Raadt | |
1996-04-28 | Fix compation error in bootst.c (mvme68k/stand) | Dale S. Rahn | |
This was a result of code not being fully removed that was used with a different version of bootloader/kernel. A now useless check has been removed. -dsr | |||
1996-03-26 | From NetBSD: vnode_if.[ch] made machine independent. | Michael Shalayeff | |
very usefull (for <sys/vnode.h> inclusion). from the other side this is really machine independent ... tested w/ i386, but should not cause errors w/ other arch's. pls, test it (don't forget to reconfig kernel ;) |