summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
1996-09-23forgot the tag.Michael Shalayeff
1996-09-23use symbolic constatnt names.Michael Shalayeff
1996-09-23add OpenBSD tag.Michael Shalayeff
1996-09-23add <ctype.h> style macros.Michael Shalayeff
1996-09-23rfc1323 variableTheo de Raadt
1996-09-23trash other internal udp spoofable serviecs by defaultTheo de Raadt
1996-09-23use ffs's docluster{read,write}.Michael Shalayeff
1996-09-23undo last; mkstemp is *hard* to do in hereTheo de Raadt
1996-09-23for errors, tell which line #Theo de Raadt
1996-09-23correct field nameTheo de Raadt
1996-09-23make tmp right modeTheo de Raadt
1996-09-23avoid oflowsTheo de Raadt