Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-07-07 | oops, i did not handle nchrdev correctly | Theo de Raadt | |
1998-07-07 | fix chrtoblk() so that it returne ENODEV for entries beyond the end of the table | Theo de Raadt | |
1998-03-04 | Adapt comments to reality | Niklas Hallqvist | |
1998-03-03 | Add -Wno-main for GCC 2.8 | Niklas Hallqvist | |
1998-03-01 | Merge of MACHINE_NEW_CONTIG (aka MNN) code from Chuck Cranor, | Niklas Hallqvist | |
<chuck@openbsd.org>. This code is as of yet disabled on all platforms, actually not yet supported on more than mvme68k, although other platforms are expected soon, as code is already available. This code makes handling of multiple physical memory regions consistent over all platforms, as well as keeping the performance of maintaining a single continuous memory chunk. It is also a requirement for the upcoming UVM replacement VM system. What I did in this merge: just declared the pmap_map function in a MD include file per port that needs it. It's not an exported pmap interface, says Chuck. It ended up in differnt include files on differnet ports, as I tried to follow the current policy on a per-arch basis. | |||
1997-11-09 | New endian.h design. All architectures now use a common file for the bulk | Niklas Hallqvist | |
part. Some ports can optimize the swap operations. This also means the general API is extended with swap16, swap32, htobe16, htobe32, betoh16, betoh32, htole16, htole32, letoh16 and letoh32. | |||
1997-11-04 | remove prototype for fusword(); now in shared m68k cpu.h | kstailey | |
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 | |