Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-03-02 | add -fno-defer-pop to CFLAGS | kstailey | |
1997-02-22 | ramdisk now has raw version, disklabels | kstailey | |
1997-02-22 | add tag; NetBSD -> OpenBSD | kstailey | |
1997-02-22 | ufsboot uses strncpy() now | kstailey | |
1997-02-21 | do not pass up un-init vftype | Theo de Raadt | |
1997-02-20 | gratituous compatibility with NetBSD | kstailey | |
1997-02-20 | more of same | kstailey | |
1997-02-19 | merge in some NetBSD pmap code | kstailey | |
1997-02-18 | VM_MIN_KERNEL_ADDRESS -> virtual_avail | kstailey | |
1997-02-14 | back out changes to rei function | kstailey | |
1997-02-14 | back out Jason's copypage/zeropage() change | kstailey | |
1997-02-14 | add SPL#, back out Makefile.sun3 change | kstailey | |
1997-02-14 | make things get out-of-date if genassym.c is touched | kstailey | |
1997-02-14 | add PSL_IPL7 | kstailey | |
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 |