summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-09-25clean bsd tooTheo de Raadt
1996-09-25RAW_PART = 2Theo de Raadt
1996-09-25need limits.hTheo de Raadt
1996-09-25prefer DOSPTYP_386BSD MBR partition; from tholoTheo de Raadt
1996-09-25shrink an error messageTheo de Raadt
1996-09-25Drop unused variableNiklas Hallqvist
1996-09-25u_int*_t typesTheo de Raadt
1996-09-25Drop unused variableNiklas Hallqvist
1996-09-25permit loading of a special MBR bootblock -- do not encode a fake MBRTheo de Raadt
bootblock inside the program. cleanup printed output. do not assume 'd' partition. Solves a whole bunch of other interaction problems with disklabel. Has been tested a fair bit, but will endure more testing (at the hands of the users! Hahahaha!)
1996-09-25prefer a DOSPTYP_OPENBSD MBR partition, but accept one of DOSPTYP_386BSD.Theo de Raadt
remove garbage that made d/e/f/g/h partitions special (bet you didn't know that this code was trying to treat e/f/g/h as special MBR partitions did you!)
1996-09-25OLD_PIPE for now; till NBPG botch is fixed in freebsd sys_pipe.cTheo de Raadt
1996-09-25warn about root and the jailTheo de Raadt
1996-09-25nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, ↵Theo de Raadt
mike.long@analog.com
1996-09-25crunchgen needs to explictly use -f filename when building objects.etheisen
1996-09-25Better crunchgen support.etheisen
1996-09-25Always try Makefile.bsd-wrapper first. Remove debug.etheisen
1996-09-25Make crunchgen work with Makefile.bsd-wrapper as well.etheisen
1996-09-25OBJS var needed for crunchgen.etheisen
1996-09-25Fixed buffer overflow.bitblt
1996-09-24Ensure that termcap get's initializaed before window size.Jason Downs
1996-09-24Make prettyNiklas Hallqvist
1996-09-24Use wd on config line. Uncomment btl driver. Add second IDE interface.Niklas Hallqvist
Remove Pica stuff as well as VNODE_PAGER.
1996-09-24add majors for wd & acdNiklas Hallqvist
1996-09-24Kernel links now with in tree ld. Needs a ld script though. This script mayPer Fogelstrom
be cleaned up (optimized) but works. And if it's not broken, don't fix it :-)
1996-09-24Support XPG/3-style positional arguments in printf family.michaels
From Mark Diekhans (markd@grizzly.com).
1996-09-24Excess load.Per Fogelstrom
1996-09-24Some problems with Pica systems and noncontigous memory config fixed.Per Fogelstrom
1996-09-24Movement bug fix from mool, via vimdev.Jason Downs
1996-09-24remove lint, reduce executable size.michaels
1996-09-24add DOSPTYP_OPENBSD, like i386 portTheo de Raadt
1996-09-24use DOSPTYP_386BSD only if no DOSPTYP_OPENBSD part on diskTheo de Raadt
1996-09-24DOSPTYP_OPENBSD = 0xa6 (everything i checked says this is available)Theo de Raadt
1996-09-24do not delay excessively on pcmcia; from peterTheo de Raadt
1996-09-24flags: add -n: do nothing, -v: verbose; delete -d flag. on DOSLABEL systems,Theo de Raadt
ensure the OpenBSD disklabel/bootblocks are written inside 165 partition (RAW_PART must start at block 0 of unit) -- this makes the kernel algorithm and userland algorithms the same. unify & pretty the usage message
1996-09-24RAW_PART = 2, ie. sd0c, now -- make sure your c partitions are your whole diskTheo de Raadt
1996-09-24sprintf -> snprintf except where guaranteed safe.Todd C. Miller
1996-09-24Use mkstemp(). Since temp files get re-used we use mkstemp() to makeTodd C. Miller
us a "place holder" (and discard the fd) to protect from DOS attacks and then just re-use that.
1996-09-24no mknod in chrootTheo de Raadt
1996-09-24unescapeable chroot; thanks to nirva and asriel for helpingTheo de Raadt
1996-09-23Minor warning about unterminated constant fixedimp
1996-09-23Build ld.so for MipsPer Fogelstrom
1996-09-23Fixes to avoid using asm to get pointer to start sp in ld.so. It's a littlePer Fogelstrom
hackish but doesn't add any machdep stuff to MI code. Also don't strip when installing ld.so.
1996-09-23adjust number of types, since we've got 16 partitions in disklabel now.Michael Shalayeff
1996-09-23propagte FD{UNIT,PART} definitions.Michael Shalayeff
1996-09-23use printf() from libsa, move remainder to the related drivers.Michael Shalayeff
1996-09-23use <dev/ic/mc6845.h>. add tag.Michael Shalayeff
1996-09-23use <dev/ic/mc6845.h> for CRTC registers definitions.Michael Shalayeff
1996-09-23remove bit definition. only ports left.Michael Shalayeff
1996-09-23separate mc6845 definitions in dev/ic/mc6845.hMichael Shalayeff
1996-09-23add mc6845 CRTC chip registers and definitions.Michael Shalayeff
derived from pcvt_hdr.h file.