Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-19 | struct opcode is now in db_machdep.h. Add some other includes needed after | Niklas Hallqvist | |
the db_machdep.h rewrite. | |||
1997-07-19 | Lots! Single-stepping support is probably the most important change. | Niklas Hallqvist | |
1997-07-19 | Rewritten | Niklas Hallqvist | |
1997-07-19 | Protect against overlapping copies | Niklas Hallqvist | |
1997-07-19 | some KNF I had lying around | Niklas Hallqvist | |
1997-07-19 | initialization overwrites program name parsing | Michael Shalayeff | |
1997-07-19 | minor cleanup. | Niels Provos | |
1997-07-19 | Wall cleanup; people running lpd should test! | Theo de Raadt | |
1997-07-18 | include new dirs. remove bogus trailer. | Niels Provos | |
1997-07-18 | sample config files for photurisd | Niels Provos | |
1997-07-18 | make photurisd start an exchange | Niels Provos | |
1997-07-18 | initial import of the photuris keymanagement daemon | Niels Provos | |
1997-07-18 | Be extra careful when unlinking data file to only remove a file is | Todd C. Miller | |
it is in the current dir and df*. From imp@openbsd.org. | |||
1997-07-18 | fix; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-07-18 | Change jmp_buf to sigjmp_buf that I missed in the last sweep. | Todd C. Miller | |
1997-07-18 | enablespi/disablespi in encap + print spi's in hostorder | Niels Provos | |
1997-07-18 | sync | Theo de Raadt | |
1997-07-18 | oops | Michael Shalayeff | |
1997-07-18 | err() -> error() so we don't conflict with err(3). | Todd C. Miller | |
1997-07-18 | Add rmd160 support. Sheesh, you'd think this was tripwire. | Todd C. Miller | |
1997-07-18 | use isa's definition for IOM_* | Michael Shalayeff | |
Id | |||
1997-07-18 | Converting u_char[] -> u_int[] is easy on little endian machines :-) | Todd C. Miller | |
1997-07-18 | notes about pmmm changes, apm | Michael Shalayeff | |
1997-07-18 | kernel entry proto | Michael Shalayeff | |
1997-07-18 | no user includes in standalone | Michael Shalayeff | |
1997-07-18 | cumulative CFLAGS | Michael Shalayeff | |
1997-07-18 | disable apm for the moment | Michael Shalayeff | |
1997-07-18 | most of the stuff is no in libsa, very tiny srt0 | Michael Shalayeff | |
boot calls machdep() move to .bss again (; | |||
1997-07-18 | pass apm info to the kernel | Michael Shalayeff | |
1997-07-18 | this is now in machine/biosvar.h | Michael Shalayeff | |
1997-07-18 | save %fs %gs | Michael Shalayeff | |
save some 2-3k | |||
1997-07-18 | proper variable handling | Michael Shalayeff | |
i386,machine links | |||
1997-07-18 | yet another small step towards MI boot | Michael Shalayeff | |
1997-07-18 | save %fs %gs | Michael Shalayeff | |
1997-07-18 | proper includes | Michael Shalayeff | |
const allocate sapace to pass bios regs to/from call | |||
1997-07-18 | proper includes | Michael Shalayeff | |
s/BIOSINT/DOINT/g pass %es in bios regs save area | |||
1997-07-17 | prper variable handling | Michael Shalayeff | |
-nostdinc do not feed data into text | |||
1997-07-17 | includes | Michael Shalayeff | |
1997-07-17 | i love that const | Michael Shalayeff | |
1997-07-17 | oops, who needs that ugly kernel hack? | Michael Shalayeff | |
1997-07-17 | proper variable handling | Michael Shalayeff | |
add apm_init.S | |||
1997-07-17 | proper includes | Michael Shalayeff | |
apm prototypes/declarations some prototypes | |||
1997-07-17 | add BIOS definitios/etc | Michael Shalayeff | |
1997-07-17 | proper includes | Michael Shalayeff | |
add const for consw declarations | |||
1997-07-17 | use const where appropriate (; | Michael Shalayeff | |
1997-07-17 | who needs this? | Michael Shalayeff | |
1997-07-17 | don't count on luser includes | Michael Shalayeff | |
1997-07-17 | proper includes | Michael Shalayeff | |
1997-07-17 | proper const | Michael Shalayeff | |
1997-07-17 | add smart com probe approach | Michael Shalayeff | |
limit to 9600 for now (will be better soon) |