Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-09-08 | s/sun3_btop/m68k_btop/ | kstailey | |
1997-09-07 | switch from private Mach derived conversion macros to m68k ones | kstailey | |
1997-08-08 | Change the bounds_check_with_label API to also take a cpu_disklabel | Niklas Hallqvist | |
reference for making transferral of meta-information possible from readdisklabel to bounds_check_with_label. The first (and maybe only) thing that will use this is the multi-disklabel-format code on the alpha where the labelsector is passed via cpu_disklabel so the label write-protection can work correctly no matter what label was found. Also use a new macro DKBAD to get at the dkbad field of the cpu_disklabel implementations that contain it. This too is for multi-disklabel architectures where the "bad" field can be inside a union. Use this macro as a means for a driver to check if an architecture supports dkbad constructs. Remove proto of bounds_check_with_label from all MD disklabel.h as it is in sys/disklabel.h. I have not been able to test the changes everywhere, if I break anything I apologize, and promise to fix it as soon as I become aware of it. | |||
1997-07-25 | s/NetBSD/OpenBSD/ | kstailey | |
1997-07-23 | Add AppleTalk netisr. Only tested (indeed, only compiled) on mac68k port. | denny | |
Add options NETATALK to your config to try it out. | |||
1997-04-08 | SunOS uses trap 2 to clear cpu caches. From NetBSD via scottr and gwr. | briggs | |
1997-04-07 | cd9660 & partition/block number confusion correction | Theo de Raadt | |
1997-04-05 | removed conditional code | kstailey | |
1997-04-05 | sendsig and sys_sigreturn are in m68k area now | kstailey | |
1997-04-05 | fpu_type -> fputype | kstailey | |
1997-04-05 | fpu_type -> fputype | kstailey | |
1997-04-05 | fpu_type -> fputype | kstailey | |
1997-02-22 | ramdisk now has raw version, disklabels | 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 | 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 | 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-11 | prototypes for copypage & zeropage | kstailey | |
1997-02-10 | Use copypage and zeropage. | Jason Downs | |
1997-02-10 | zeropage -> devzeropage | Jason Downs | |
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-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 | 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-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-24 | sync with NetBSD | kstailey | |
1996-12-24 | new NetBSD file | kstailey | |
1996-11-24 | sync w/NetBSD modulo two-arg boot(); adds dump | kstailey | |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |