Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-29 | add S3 ViRGE detect | Michael Shalayeff | |
1997-05-29 | -Wall w/ PCVT_EMU_MOUSE | Michael Shalayeff | |
1997-05-29 | small style nits | Niklas Hallqvist | |
1997-05-29 | Slight KNF | Niklas Hallqvist | |
1997-05-29 | We are OpenBSD | Niklas Hallqvist | |
1997-05-29 | Correct comment | Niklas Hallqvist | |
1997-05-29 | Add -Wmissing-prototypes too | Niklas Hallqvist | |
1997-05-29 | VM86 | Niklas Hallqvist | |
1997-05-29 | Add ipsec | Niklas Hallqvist | |
1997-05-29 | Add some device we need and ext2fs. Reality update. | Niklas Hallqvist | |
1997-05-29 | Improve cross-compilation support somewhat | Niklas Hallqvist | |
1997-05-29 | RCS tagging | Niklas Hallqvist | |
1997-05-28 | We do not have sc_link.channel | Niklas Hallqvist | |
1997-05-28 | use exec_setup_stack instead | Niklas Hallqvist | |
1997-05-28 | First stab att siginfo handling, needs more work. KNF. | Niklas Hallqvist | |
1997-05-28 | First stab att siginfo handling, needs more work. Proto fixes. | Niklas Hallqvist | |
1997-05-28 | remove some statics | Niklas Hallqvist | |
1997-05-28 | Add kernel_text sym | Niklas Hallqvist | |
1997-05-28 | We use select, not poll. Correct ipl entry. Add blktochr func. | Niklas Hallqvist | |
Comment out the cfl device for the time being, we miss some file for it. | |||
1997-05-28 | Correct proto | Niklas Hallqvist | |
1997-05-28 | remove bitmask_snprintf | Niklas Hallqvist | |
1997-05-28 | s/options/option/ | Niklas Hallqvist | |
1997-05-28 | remove cfl.c ref for the time being, we miss it. | Niklas Hallqvist | |
1997-05-28 | KNF | Niklas Hallqvist | |
1997-05-28 | move vm_cache_max into param.c | Michael Shalayeff | |
make it maxusers adaptive note, that NTEXT approximation is probably not the best idea | |||
1997-05-28 | cd9660 spoof elsewhere | Theo de Raadt | |
1997-05-28 | inval other parts, in case | Theo de Raadt | |
1997-05-25 | commit the compressed bootblock Makefile for later investigation | grr | |
1997-05-25 | commit updated ramdisk stuff, even if it's not going into release | grr | |
1997-05-25 | make a ramdisk optimally sized to fit below 0x340000 and still have a few ↵ | grr | |
free blocks, .../sparc/stand/boot/Makefile still needs to be un-reverted to make the corresponding bootblocks though | |||
1997-05-25 | Reverted boot block Makefiles to previous state due to instability. | johns | |
We can't mess with this any more. We will go with the previously working boot blocks and install methods for release. | |||
1997-05-24 | Close shave.. lpr -> lpt | Per Fogelstrom | |
1997-05-24 | removing net.c (renamed to bootnet.c) per George's instructions.. | johns | |
1997-05-24 | Renaming net.c to bootnet.c to avoid name collision with libsa | johns | |
(per George's instructions) | |||
1997-05-24 | Committing George's compressed boot block changes... | johns | |
1997-05-24 | Committing George's compressed boot support changes.. | johns | |
1997-05-24 | mvme88k will not make release, but just as well make the source as close as | Dale S. Rahn | |
possible. | |||
1997-05-23 | enable wdc1 | Theo de Raadt | |
1997-05-22 | dont used ipkdb, doesn't configure currently. | Dale S. Rahn | |
need MAXUSES defined. (ok this probably is not the best place to put this. | |||
1997-05-22 | sync with sys/param.h changes | Todd C. Miller | |
1997-05-22 | this should hopefully fix problems with scsi based hangs on 2100 and | Thomas Graichen | |
3100 machines (thanks to michael hitch from NetBSD) | |||
1997-05-22 | Move kernel start back to 0x80100000 | Per Fogelstrom | |
1997-05-22 | 1.18 was wrong; vm_swap miniroot recovery fixed | Theo de Raadt | |
1997-05-22 | use SWAPSKIPBYTES for miniroot preservation, too | Theo de Raadt | |
1997-05-22 | OpenBSD2_1 | Theo de Raadt | |
1997-05-22 | missing cr | Theo de Raadt | |
1997-05-22 | -a support for rd; from mickey | Theo de Raadt | |
1997-05-21 | build ofwboot, this is the "new" boot program, boot.ppc probably will | Dale S. Rahn | |
go away soon. | |||
1997-05-21 | Missing devs... | Per Fogelstrom | |
1997-05-21 | Use vrele() if the vnode was not locked, not vput() | Thorsten Lockert | |