Age | Commit message (Expand) | Author |
1996-09-25 | clean bsd too | Theo de Raadt |
1996-09-25 | RAW_PART = 2 | Theo de Raadt |
1996-09-25 | need limits.h | Theo de Raadt |
1996-09-25 | prefer DOSPTYP_386BSD MBR partition; from tholo | Theo de Raadt |
1996-09-25 | shrink an error message | Theo de Raadt |
1996-09-25 | Drop unused variable | Niklas Hallqvist |
1996-09-25 | u_int*_t types | Theo de Raadt |
1996-09-25 | Drop unused variable | Niklas Hallqvist |
1996-09-25 | permit loading of a special MBR bootblock -- do not encode a fake MBR | Theo de Raadt |
1996-09-25 | prefer a DOSPTYP_OPENBSD MBR partition, but accept one of DOSPTYP_386BSD. | Theo de Raadt |
1996-09-25 | OLD_PIPE for now; till NBPG botch is fixed in freebsd sys_pipe.c | Theo de Raadt |
1996-09-25 | warn about root and the jail | Theo de Raadt |
1996-09-25 | nls buffers are NL_TEXTMAX long -- not a security hole; netbsd pr#2780, mike.... | Theo de Raadt |
1996-09-25 | crunchgen needs to explictly use -f filename when building objects. | etheisen |
1996-09-25 | Better crunchgen support. | etheisen |
1996-09-25 | Always try Makefile.bsd-wrapper first. Remove debug. | etheisen |
1996-09-25 | Make crunchgen work with Makefile.bsd-wrapper as well. | etheisen |
1996-09-25 | OBJS var needed for crunchgen. | etheisen |
1996-09-25 | Fixed buffer overflow. | bitblt |
1996-09-24 | Ensure that termcap get's initializaed before window size. | Jason Downs |
1996-09-24 | Make pretty | Niklas Hallqvist |
1996-09-24 | Use wd on config line. Uncomment btl driver. Add second IDE interface. | Niklas Hallqvist |
1996-09-24 | add majors for wd & acd | Niklas Hallqvist |
1996-09-24 | Kernel links now with in tree ld. Needs a ld script though. This script may | Per Fogelstrom |
1996-09-24 | Support XPG/3-style positional arguments in printf family. | michaels |
1996-09-24 | Excess load. | Per Fogelstrom |
1996-09-24 | Some problems with Pica systems and noncontigous memory config fixed. | Per Fogelstrom |
1996-09-24 | Movement bug fix from mool, via vimdev. | Jason Downs |
1996-09-24 | remove lint, reduce executable size. | michaels |
1996-09-24 | add DOSPTYP_OPENBSD, like i386 port | Theo de Raadt |
1996-09-24 | use DOSPTYP_386BSD only if no DOSPTYP_OPENBSD part on disk | Theo de Raadt |
1996-09-24 | DOSPTYP_OPENBSD = 0xa6 (everything i checked says this is available) | Theo de Raadt |
1996-09-24 | do not delay excessively on pcmcia; from peter | Theo de Raadt |
1996-09-24 | flags: add -n: do nothing, -v: verbose; delete -d flag. on DOSLABEL systems, | Theo de Raadt |
1996-09-24 | RAW_PART = 2, ie. sd0c, now -- make sure your c partitions are your whole disk | Theo de Raadt |
1996-09-24 | sprintf -> snprintf except where guaranteed safe. | Todd C. Miller |
1996-09-24 | Use mkstemp(). Since temp files get re-used we use mkstemp() to make | Todd C. Miller |
1996-09-24 | no mknod in chroot | Theo de Raadt |
1996-09-24 | unescapeable chroot; thanks to nirva and asriel for helping | Theo de Raadt |
1996-09-23 | Minor warning about unterminated constant fixed | imp |
1996-09-23 | Build ld.so for Mips | Per Fogelstrom |
1996-09-23 | Fixes to avoid using asm to get pointer to start sp in ld.so. It's a little | Per Fogelstrom |
1996-09-23 | adjust number of types, since we've got 16 partitions in disklabel now. | Michael Shalayeff |
1996-09-23 | propagte FD{UNIT,PART} definitions. | Michael Shalayeff |
1996-09-23 | use printf() from libsa, move remainder to the related drivers. | Michael Shalayeff |
1996-09-23 | use <dev/ic/mc6845.h>. add tag. | Michael Shalayeff |
1996-09-23 | use <dev/ic/mc6845.h> for CRTC registers definitions. | Michael Shalayeff |
1996-09-23 | remove bit definition. only ports left. | Michael Shalayeff |
1996-09-23 | separate mc6845 definitions in dev/ic/mc6845.h | Michael Shalayeff |
1996-09-23 | add mc6845 CRTC chip registers and definitions. | Michael Shalayeff |