Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-10-01 | make rawpart FS_UNUSED | Theo de Raadt | |
1997-09-26 | fix PORTAL comment in all sun3 config files | kstailey | |
1997-09-21 | $OpenBSD$ | Niklas Hallqvist | |
1997-09-15 | kill Locore.c | Theo de Raadt | |
1997-09-11 | activate sun3 SCSI DVMA | kstailey | |
1997-09-08 | remove more stuff redundant to m68k/param.h | kstailey | |
1997-09-08 | include <m68k/param.h> | kstailey | |
remove some redundant (and conflicting) #defines. There may be more redundant #defines that I will clean up later. | |||
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-19 | sun3 is back up | kstailey | |
1997-08-19 | temporary work around | 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-08-08 | Initialize hwreset. | Jason Downs | |
1997-07-25 | s/NetBSD/OpenBSD/ | kstailey | |
1997-07-25 | add SysV shared mem for X | kstailey | |
1997-07-24 | multiple inclusion protection; brenner@umr.edu | Theo de Raadt | |
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-07-07 | two dirs. that are built when compiling kernels | kstailey | |
1997-06-23 | add "option IPFILTER_LOG" to conf files that already had IPFILTER | kstailey | |
1997-06-23 | In zs_abort, wrap a #ifdef DDB around a Debugger() invocation. | kstailey | |
Chris Jones via Gene Skonicki. | |||
1997-06-20 | add my builds | kstailey | |
1997-06-09 | Ceci n'est pas une pipe | kstailey | |
1997-06-09 | s/options/option/ | kstailey | |
1997-05-04 | now with SCSI and local disk | kstailey | |
1997-04-29 | turn off DMA, it doesn't work | kstailey | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
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-04-04 | remove copy.s as it is in M.I. m68k files now | kstailey | |
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 | |