Age | Commit message (Expand) | Author |
1997-01-16 | Sync to NetBSD 970110 | Niklas Hallqvist |
1997-01-16 | Use RB_TIMEBAD in boot() to know not to update the battery backed up clock | kstailey |
1997-01-16 | use RB_TIMEBAD to indicate that the time is wrong and should not be copied | kstailey |
1997-01-16 | machdep.c | kstailey |
1997-01-16 | added RB_TIMEBAD bootflag | kstailey |
1997-01-16 | all modified code can now compile with -Werror -Wall -Wstrict-prototypes | kstailey |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1997-01-15 | sync with NetBSD 970112 -moj | Mats O Jansson |
1997-01-15 | add prototype of reboot2() via machdep.h | kstailey |
1997-01-15 | moved init of ret in randomioctl() to better location | kstailey |
1997-01-15 | Well, actually this seemed to be a bug in generic code, that | Dale S. Rahn |
1997-01-15 | added prototypes, made some functions static, removed unused variables | kstailey |
1997-01-15 | add IPXIP option commented out, explanation. | Michael Shalayeff |
1997-01-15 | extra braces to prevent warning about missing braces | kstailey |
1997-01-15 | sc_link.adapter_buswidth, set to 16 if wide scsi. if 0 it gets converted | Theo de Raadt |
1997-01-15 | more missing prototypes and other warnings fixed | kstailey |
1997-01-15 | Don't need this, /sys/compat/m68k4k works better. | Jason Downs |
1997-01-15 | prevent -Wall warning: | kstailey |
1997-01-15 | prevent warning: | kstailey |
1997-01-15 | prevent warning: | kstailey |
1997-01-15 | fixed warning: | kstailey |
1997-01-15 | 8k | Jason Downs |
1997-01-15 | prevent this warning: | kstailey |
1997-01-15 | added prototypes | kstailey |
1997-01-15 | Add DESTDIR support for crt{begin,end}.o (powerpc only so far) | Niklas Hallqvist |
1997-01-14 | Remove locc. -moj | Mats O Jansson |
1997-01-14 | Debugger() is needed by KGDB not just DDB | kstailey |
1997-01-14 | RAW_PART | Theo de Raadt |
1997-01-13 | preliminary support for the Apollo 060 accelerator | Niklas Hallqvist |
1997-01-13 | Add a commented out option NSIP with explanation | Niklas Hallqvist |
1997-01-13 | reformatted ala KNF | kstailey |
1997-01-13 | fix DIO-II mappings, NetBSD PR#3097. | Jason Downs |
1997-01-13 | Important change to the installation notes. | Dale S. Rahn |
1997-01-13 | Sync to 970110 NetBSD | Niklas Hallqvist |
1997-01-13 | don't build the stand dir for now | Thomas Graichen |
1997-01-13 | use the cpu_exec from the arc | Thomas Graichen |
1997-01-13 | first try of an OpenBSD/pmax GENERIC kernel (config file) | Thomas Graichen |
1997-01-13 | now also the pmax builds with the in-tree ld using an ld.script similar | Thomas Graichen |
1997-01-13 | my pmax (decstation 5000/200) | Thomas Graichen |
1997-01-13 | type change to make it compile on the pmax of now | Thomas Graichen |
1997-01-13 | Import compat_m68k4k from NetBSD | Niklas Hallqvist |
1997-01-13 | small changes to get it compiled on the pmax (does'nt affect anything else) | Thomas Graichen |
1997-01-13 | <pmax/xxx> -> <machine/xxx> | Thomas Graichen |
1997-01-13 | Misc installation notes for installing the powerpc port. | Dale S. Rahn |
1997-01-13 | leds-extern.h -> ledsvar.h | kstailey |
1997-01-13 | back-panel LED control device derived from code by der Mouse | kstailey |
1997-01-12 | Mostly sync to NetBSD-current of 011196. Compiles, links, boots to single | Jason Downs |
1997-01-12 | protect against multiple includes | Jason Downs |
1997-01-12 | add sys_pipe.c | Jason Downs |
1997-01-12 | Be more Posixly correct; from FreeBSD | Thorsten Lockert |