Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-01-17 | hp300 bootblocks, sync'd with NetBSD 011697, with changes and a new build | Jason Downs | |
method. | |||
1997-01-17 | sys/stat.h gets included here, and STAYS included here, thank you | Jason Downs | |
very much. | |||
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1997-01-17 | don't update battery backed up clock if system time is wrong from begin | kstailey | |
in ddb. | |||
1997-01-17 | ncr_print() -> scsiprint() | kstailey | |
1997-01-16 | prevent scsiconf.c:110: warning: unused variable `l' | kstailey | |
also, #ifdef 0 -> #ifndef __OpenBSD__ | |||
1997-01-16 | do not call resettodr() if RB_TIMEBAD is set due to being in ddb with clock ↵ | kstailey | |
updates suspended | |||
1997-01-16 | do not call resettodr() if RB_TIMEBAD is set due to being in ddb with clock ↵ | kstailey | |
updates suspended | |||
1997-01-16 | ahaprint() & btprint() -> scsiprint() | kstailey | |
1997-01-16 | siprint() -> scsiprint() | kstailey | |
1997-01-16 | Don't define MAXBSIZE here. -moj | Mats O Jansson | |
1997-01-16 | Added scsiprint from NetBSD, needed by new driver for VAX. -moj | Mats O Jansson | |
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 | |
via resettodr(). Make Sun3-only command "machine reboot" only print a warning that the command is obsolete and that you should use the "boot" command instead. | |||
1997-01-16 | use RB_TIMEBAD to indicate that the time is wrong and should not be copied | kstailey | |
to the battery backed up clock via resettodr() in boot(). | |||
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 | |
CAVEAT: turning off -O2 produces warnings about "defined but not used" functions from libkern.h removed internal copy of gets() replaced with call to getsn() fixed #ifdef ... #endif mismatch in swapgeneric.c fixed printf() in if_ie.c that was missing an argument fixed si.c so that it compiles added tags to all edited files | |||
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 | |
was being exercised. running with a 8k fs blk size and 4 k page size was a problem. Now running with fs blk size == page size works much better. The fix checked in a week or to back probably would fix this too. | |||
1997-01-15 | added prototypes, made some functions static, removed unused variables | kstailey | |
now compiles with -Werror -Wall -Wstrict-prototypes | |||
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 | |
to 8 internally so that drivers do not need to init it for regular scsi :-) | |||
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 | |
OpenBSD/hp300 is now 8k! | |||
1997-01-15 | prevent -Wall warning: | kstailey | |
nfs_vfsops.c:456: warning: `adjsock' might be used uninitialized in this function | |||
1997-01-15 | prevent warning: | kstailey | |
in_pcb.c:182: warning: `old' might be used uninitialized in this function | |||
1997-01-15 | prevent warning: | kstailey | |
ppp_tty.c:790: warning: `s' might be used uninitialized in this function | |||
1997-01-15 | fixed warning: | kstailey | |
kernfs_vnops.c:305: warning: long unsigned int format, u_int arg (arg 3) | |||
1997-01-15 | 8k | Jason Downs | |
1997-01-15 | prevent this warning: | kstailey | |
rnd.c:823: warning: `ret' might be used uninitialized in this function when compiling with -Wall | |||
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 | |
Thanks a lot, Michael van Elst <mlelstv@serpens.swb.de> | |||
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 | |
pax must be used with the "-pe" option to keep file ownership, group and permissions (eg suid) on the extracted file. | |||
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 | |
to the arc |