Age | Commit message (Expand) | Author |
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 |
1996-09-23 | forgot the tag. | Michael Shalayeff |
1996-09-23 | use symbolic constatnt names. | Michael Shalayeff |
1996-09-23 | add OpenBSD tag. | Michael Shalayeff |
1996-09-23 | add <ctype.h> style macros. | Michael Shalayeff |
1996-09-23 | rfc1323 variable | Theo de Raadt |
1996-09-23 | trash other internal udp spoofable serviecs by default | Theo de Raadt |
1996-09-23 | use ffs's docluster{read,write}. | Michael Shalayeff |
1996-09-23 | undo last; mkstemp is *hard* to do in here | Theo de Raadt |
1996-09-23 | for errors, tell which line # | Theo de Raadt |
1996-09-23 | correct field name | Theo de Raadt |
1996-09-23 | make tmp right mode | Theo de Raadt |
1996-09-23 | avoid oflows | Theo de Raadt |
1996-09-23 | pw_abort() after yp change, does unlock | Theo de Raadt |
1996-09-23 | fix tuba after synbomb fixes | Theo de Raadt |
1996-09-23 | int32_t where possible; from netbsd | Theo de Raadt |
1996-09-23 | virc is sourced by vim when invoked as vi. | Jason Downs |
1996-09-23 | disable udp echo/chargen by default; avoid DOS attacks | Theo de Raadt |
1996-09-22 | ld is broken when handling weak symbols in shared libararies. This is | etheisen |
1996-09-22 | pcmcia major wrong; from peter | Theo de Raadt |
1996-09-22 | Fix OpenBSD tags | Todd C. Miller |
1996-09-22 | Remove gzip from many install floppies; not needed with zlib part of pax/tar | Thorsten Lockert |
1996-09-22 | Pedanitic indentation: spaces -> tabs | imp |
1996-09-22 | Use maximum compression when building source distribution | Thorsten Lockert |
1996-09-22 | Use zopen for compress-style compressed archives | Thorsten Lockert |
1996-09-22 | Add zdopen(); open a file descriptor | Thorsten Lockert |
1996-09-22 | Revert to my version of buildfname(). Allman's didn't work, ya know? | Jason Downs |