Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-05-12 | typo | Todd C. Miller | |
1998-05-11 | s/ffs_mountroot/dk_mountroot/, name RD disks "hd" to not conflict | Niklas Hallqvist | |
with the MI ramdisk device | |||
1998-05-11 | Do not allow mapping of immutable/append-only in a way that allows writing. | Niklas Hallqvist | |
Information about the problem gathered from NetBSD, but solved in a different albeit similar way. | |||
1998-05-11 | extra const | Theo de Raadt | |
1998-05-11 | use ${SIZE} instead of size, for cross | Niklas Hallqvist | |
1998-05-11 | Revert to 1.8, the corruption prob I had was local, and cvs did | Niklas Hallqvist | |
not notice it, thus I thought it was in the repos | |||
1998-05-11 | Type correctness for GCC 2.8.1 | Niklas Hallqvist | |
1998-05-11 | Added som new defines needed | Niklas Hallqvist | |
1998-05-11 | Hmm another corrupt file, updated lost tail from NetBSD | Niklas Hallqvist | |
1998-05-11 | We are OpenBSD | Niklas Hallqvist | |
1998-05-11 | $OpenBSD$ | Niklas Hallqvist | |
1998-05-11 | Formerly reuse of unit numbers of detached devices was impossible, with | Niklas Hallqvist | |
this change starred devices will search from the first allowed unit for such devices and up for free units when attaching. This means you have to rerun config(8) before yopu compile current kernels. FYI, this is a necessity when doing PCMCIA flashcard reading, otherwise you soon run out of unit numbers. I have also added a way to detach all children of a certain device, used in a new PCMCIA framework to come, so you detach all functions on a single PCMCIA card when pulling it out. A few bugs wrt starred devices fixed in the autoconfig_verbose code too. Last and least, fixed some panic messages. | |||
1998-05-11 | make iov_base void * | Theo de Raadt | |
1998-05-11 | Lots of changes to make obj dirs and cross-compilation work | Niklas Hallqvist | |
1998-05-11 | We need a string.h with a NULL define to please libsa, weird | Niklas Hallqvist | |
1998-05-11 | strn?cmp defined in libsa, disable these here temporarily. We might want | Niklas Hallqvist | |
them later as they are probably faster, being hand-assembled. | |||
1998-05-11 | Do not use userland headers | Niklas Hallqvist | |
1998-05-11 | stand.h defines min, no need for it here | Niklas Hallqvist | |
1998-05-11 | Hmm this file was empty, got recent NetBSD version | Niklas Hallqvist | |
1998-05-11 | u_short -> unsigned short; const msgsnd msgp arg | Theo de Raadt | |
1998-05-11 | u_short -> unsigned short; kleink | Theo de Raadt | |
1998-05-11 | Move the SHM_{LOCK,UNLOCK} shmctl() commands inside _KERNEL protection; const | Theo de Raadt | |
shmaddr pointer arguments to shmat() and shmdt(); kleink | |||
1998-05-11 | sync | Theo de Raadt | |
1998-05-11 | const a few more calls | Theo de Raadt | |
1998-05-11 | spelling; kleink | Theo de Raadt | |
1998-05-11 | do not convert write faults into vm system read+write faults | Theo de Raadt | |
1998-05-11 | compile if iov_base is void * | Theo de Raadt | |
1998-05-11 | Don't print 'unknown media code' for tapes as we know what they are, they ↵ | Todd C. Miller | |
are just not disks!; from NetBSD (simonb) | |||
1998-05-10 | Nicer fix to the problems on different sun4m machines. | Artur Grabowski | |
from NetBSD-current 980505 | |||
1998-05-10 | Make ATM_LLC_SETTYPE do the rigth thing: swap byte on LE machines, don't | Theo de Raadt | |
swap on BE machines. The previous revision required a ntohs() in atm_output(), to work on LE machines. This was broken for BE machines; bouyer | |||
1998-05-10 | merge in newer netbsd changes | Theo de Raadt | |
1998-05-10 | 80386 specific fix for copyoutstr crossing a page boundary; ↵ | Theo de Raadt | |
drochner@zelux6.zel.kfa-juelich.de | |||
1998-05-10 | oops, bounds_check_with_label is already proto'd in sys/disklabel.h | Todd C. Miller | |
1998-05-10 | Add support for 425e. | Jason Downs | |
1998-05-10 | * Remove stupid, non-working ROM printf()s from apci.c | Jason Downs | |
* Add 425e autodetection. * Increment version number. | |||
1998-05-10 | prototype bounds_check_with_label | Todd C. Miller | |
1998-05-10 | 1) It's a 'lun' not a 'slave' | Todd C. Miller | |
2) 16 partitions | |||
1998-05-09 | #include <pmax/foo.h> -> #include <machine/foo.h> | Todd C. Miller | |
1998-05-09 | updates from NetBSD. Now probes for geometry and makes decent fictious labels | Todd C. Miller | |
1998-05-09 | drop MAXPARTITIONS back to 8 until we have 16 partition support | Todd C. Miller | |
1998-05-08 | Add the new mc driver. | gene | |
1998-05-08 | Add psc.c and the new MACE driver. | gene | |
1998-05-08 | With the new psc framework, incorporate the driver for the AMD MACE ethernet | gene | |
found on Quadra/Centris AV models. Much of this done by Allen Briggs with porting to OpenBSD by me. | |||
1998-05-08 | New and much smarter handling of the PSC chip. | gene | |
Based on briggs' work with some by me. | |||
1998-05-08 | gotta sync pnpdevs | Theo de Raadt | |
1998-05-08 | remove cpu_exec_ecoff_hook and cpu_exec_ecoff_setregs as mips/cpu_ecoff.c ↵ | Todd C. Miller | |
has those | |||
1998-05-08 | can't use common mips cpu.h yet | Todd C. Miller | |
1998-05-08 | add missing cast | Todd C. Miller | |
1998-05-08 | remove conflicting decl of switch_exit | Todd C. Miller | |
1998-05-08 | Added ym driver as one of the options | Constantine Sapuntzakis | |