Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-14 | back out prev. change | kstailey | |
1997-02-14 | switch from <sys/types.h> to <sys/param.h> | kstailey | |
1997-02-14 | move prototype of spl0() to param.h | kstailey | |
1997-02-14 | add prototype of spl0(), but should it go here? | kstailey | |
1997-02-14 | put back FC_CONTROL | kstailey | |
1997-02-14 | remove stuff that is in <m68k/cpu.h> | kstailey | |
1997-02-14 | remove stuff that is in <m68k/cpu.h> | kstailey | |
1997-02-14 | remove old #define of splx() and update rei funciton in locore.s | kstailey | |
1997-02-14 | change spl0 from macro to assember function in locore.s | kstailey | |
1997-02-14 | change inline version of _spl() to macro | kstailey | |
1997-02-14 | add tag | kstailey | |
1997-02-14 | move spl() stuff from psl.h to param.h | kstailey | |
1997-02-13 | prototypes (strike one) | kstailey | |
1997-02-13 | prototypes | kstailey | |
1997-02-11 | add -m68020 to AFLAGS | kstailey | |
1997-02-11 | prototypes for copypage & zeropage | kstailey | |
1997-02-11 | no more VNODEPAGER #define | kstailey | |
1997-02-10 | Use copypage and zeropage. | Jason Downs | |
1997-02-10 | zeropage -> devzeropage | Jason Downs | |
1997-02-07 | add -Wno-uninitialized | kstailey | |
1997-02-07 | add IPFILTER | kstailey | |
1997-02-07 | add IPFILTER | kstailey | |
1997-02-06 | adjustments to SA_SIGINFO | kstailey | |
1997-02-06 | support for BUFCACHEPERCENT | kstailey | |
1997-02-04 | ipfiltering | kstailey | |
1997-02-04 | NetBSD -> OpenBSD | kstailey | |
1997-02-04 | adjust warning flags | kstailey | |
1997-02-03 | remove DDB hack | kstailey | |
1997-02-03 | add siginfo member to struct sigframe | kstailey | |
1997-02-03 | closer to NetBSD 1.65 | kstailey | |
1997-02-03 | First try at SA_SIGINFO support. | kstailey | |
Some mods in trap.c to bring it closer to NetBSD 1.65. | |||
1997-01-19 | From Gordon W Ross (NetBSD): | Niklas Hallqvist | |
Use db_regs_t instead of struct mc68020_saved_state | |||
1997-01-16 | siprint() -> scsiprint() | kstailey | |
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 | machdep.c | 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-13 | reformatted ala KNF | kstailey | |
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-07 | backed out prev. netbsd merge except for smaller proc table | kstailey | |
1996-12-31 | sync with 17-Dec-1996 | kstailey | |
1996-12-28 | changed __NetBSD__ to __OpenBSD__ | kstailey | |
1996-12-27 | merged into autoconf.h and control.h | kstailey | |
1996-12-27 | merged into if_le.c | kstailey | |
1996-12-24 | sync with NetBSD | kstailey | |
1996-12-24 | new NetBSD file | kstailey | |
1996-12-23 | use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary types | Theo de Raadt | |
1996-12-22 | removed netbsd refs from "clean" target | kstailey | |
1996-12-11 | MCLSHIFT=11, and calc MCLBYTES in such terms. found by pefo | Theo de Raadt | |