Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-24 | correct device arg description | Michael Shalayeff | |
1997-09-24 | we have no bus here | Michael Shalayeff | |
1997-09-24 | make this compile.. bad Per.. | Theo de Raadt | |
1997-09-24 | Cosmetic changes. | Angelos D. Keromytis | |
1997-09-23 | AH changes, after interoperating at the ANX bakeoff. | Angelos D. Keromytis | |
1997-09-23 | Make disksubr byte order independent. This code is now so generic that it | Per Fogelstrom | |
should be able to use it for i386, arc, powerpc, sgi, and more.... | |||
1997-09-23 | Some NetBSD changes, up to NETBSD_CURRENT_970921. | Jason Downs | |
1997-09-22 | Use vm_page_alloc_memory API. Some cleanup. | Niklas Hallqvist | |
1997-09-22 | From NetBSD: vm_page_alloc_memory giving continuous memory | Niklas Hallqvist | |
1997-09-22 | correct a comment | chuck | |
1997-09-22 | A/C -> AC | Theo de Raadt | |
1997-09-22 | indent | Theo de Raadt | |
1997-09-22 | indent | Theo de Raadt | |
1997-09-22 | indent | Theo de Raadt | |
1997-09-21 | machdep.bios | Michael Shalayeff | |
1997-09-21 | branch the bios tree inside the machdep | Michael Shalayeff | |
1997-09-21 | Stray %u, poof | Tobias Weingartner | |
1997-09-21 | /boot engine is in sys/stand/boot/ now (; | Michael Shalayeff | |
use it, reuse it, i can't imagine any brokenness ... | |||
1997-09-21 | bios0 | Niklas Hallqvist | |
1997-09-21 | bootapiver is unsigned | Michael Shalayeff | |
don'tprint entry point, which is valid at the moment don't support new CPU* sysctls being boot w/ old boots | |||
1997-09-21 | Remove cruft | Niklas Hallqvist | |
1997-09-21 | no this ugly hack, no more! | Michael Shalayeff | |
1997-09-21 | support new boots | Michael Shalayeff | |
add to your config: bios0 at mainbus0 apm0 at mainbus0 # (if you are using APM) | |||
1997-09-21 | $OpenBSD$ | Niklas Hallqvist | |
1997-09-21 | Do not report RTM_MISS up on IP encapsulation implicit lookups. This should | Niklas Hallqvist | |
fix RARP as well as improving performance. Chances are that it will fix an error having to do with renumbering net interfaces too. Thanks to Angelos and Theo for help with the fix, and Martin and Phil for reassuring it was a general bug. | |||
1997-09-21 | Add missing #ifdef DEBUG statements so we can build a kernel with | Todd C. Miller | |
DIAGNOSTIC but without DEBUG. | |||
1997-09-20 | - add 'stty [baudrate]' command to /boot, for serial consoles | flipk | |
- switch baud rates using i/o instead of bios, since bios commands have only a limited bitwidth for baudrate, and max out at 9600 - when switching console devices, print msg to both old device and new - fix timeout bug in com_getc() (dev | 0x80 was reading gobbledygook) - document 'stty' command in boot(8) - wording and cleanup in man pages | |||
1997-09-20 | fix PORTAL comment. The "create sockets with open(2)" one was my fault. | kstailey | |
1997-09-20 | The only CVAX to reach this module is a VAXstation 3100 model 10-48. | Mats O Jansson | |
Let cpu_model be correct. -moj | |||
1997-09-20 | Rename rd to hd. OpenBSD uses rd for ramdisk. -moj | Mats O Jansson | |
1997-09-20 | Rename rd to hd. OpenBSD uses rd for ramdisk. -moj | Mats O Jansson | |
1997-09-20 | only eject root floppies | Theo de Raadt | |
1997-09-20 | create sa_handler and sa_sigaction stubs in struct sigaction, via a | Theo de Raadt | |
union and cpp. This permits use of either the old or new POSIX names, and gives proper typing for the argument handler. (Sorry for the name space whacking; I'd love to see a better way to do this). | |||
1997-09-19 | Generic register dump from NetBSD | Niklas Hallqvist | |
1997-09-19 | Make newer gcc happy | Niklas Hallqvist | |
1997-09-19 | Kill FPCOPROC (and some forgotten {SWAP,DEV}PAGER) | Niklas Hallqvist | |
1997-09-19 | disable VM86/USER_LDT by default, until checked again for h0l3z | Theo de Raadt | |
1997-09-18 | halt in debug mode only | Michael Shalayeff | |
1997-09-18 | set t_dev before tty_attach(), so that pstat -s doesn't see a dev_t of 0 | Theo de Raadt | |
when the device has not been opened yet. | |||
1997-09-18 | Merge of NetBSD changes upto last week or so, with the exception of stand/ | Niklas Hallqvist | |
1997-09-18 | it is definately wrong to initialize the pgid at open() time because the | Theo de Raadt | |
uid/euid used for checking in csignal() is controlled by whoever used TIOCSPGRP previously. | |||
1997-09-17 | depend: dependancies | Tobias Weingartner | |
1997-09-17 | regs command is MD | Michael Shalayeff | |
1997-09-17 | It is indeed tricky to get all bus accesses right when factoring out | Niklas Hallqvist | |
the canonical form for all the three bus access interfaces amiga ave now | |||
1997-09-17 | add LUCIFIER | Michael Shalayeff | |
1997-09-17 | pass cnvmem,extmem the old way they were.... | Michael Shalayeff | |
don't put 'em in biosvars | |||
1997-09-17 | unsigneds | Michael Shalayeff | |
1997-09-17 | Double default NMBCLUSTERS settings. | Jason Downs | |
1997-09-17 | Double default NMBCLUSTERS settings. | Jason Downs | |
1997-09-17 | Double default NMBCLUSTERS, they're too small for modern networks. | Jason Downs | |