Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-11-04 | GLOBAL_AUTCONF_CACHE | kstailey | |
1997-11-04 | remove prototype for fusword(); now in shared m68k cpu.h | kstailey | |
1997-11-04 | simple SIGWINCH handler; deals only with window size changes >= 80x24 | kstailey | |
1997-11-04 | fix autodma and high dma, also copy data only when using bounce | Niels Provos | |
buffers. semantics for isadma_acquire and isadma_release from freebsd. | |||
1997-11-04 | kill spaces at ends of lines; m4 | Theo de Raadt | |
1997-11-04 | support for blowfish and cast. add -authkey to seperate key material | Niels Provos | |
for encryption and authentication which is needed for variable key length ciphers. | |||
1997-11-04 | make it easier to add additional transforms. add blowfish and cast | Niels Provos | |
encryption. some more info for kernfs/ipsec. | |||
1997-11-04 | use sys_signame to print the signal info; cgd | Theo de Raadt | |
1997-11-04 | use LOG_NDELAY so that syslog works inside chroot; jim@komodo.reptiles.org | Theo de Raadt | |
1997-11-04 | things come from rc.conf not netstart nowadays | Theo de Raadt | |
1997-11-04 | decl type | Theo de Raadt | |
1997-11-04 | cleanup | Theo de Raadt | |
1997-11-04 | unbalanced parenthesis around command abbreviation in mail.1; ↵ | Theo de Raadt | |
h-nokubi@nmit.tmg.nec.co.jp | |||
1997-11-04 | clarify | Theo de Raadt | |
1997-11-04 | fix for paths with spaces; nimenees@uaccess.net | Theo de Raadt | |
1997-11-04 | buffer overrun; shigio@wafu.netgate.net | Theo de Raadt | |
1997-11-04 | add more emulations; problem noted by khym@bga.com | Theo de Raadt | |
1997-11-04 | remove double include | Niklas Hallqvist | |
1997-11-04 | KNF | Niklas Hallqvist | |
1997-11-04 | Add SVR4 jioctl stuff | Niklas Hallqvist | |
1997-11-04 | ensure we got a reserved port | Theo de Raadt | |
1997-11-01 | don't try function #21 for floppies | Michael Shalayeff | |
1997-10-31 | install bootblocks too | Theo de Raadt | |
1997-10-31 | Final pass through the ramdisk installer. Seems to work correctly. | Jason Downs | |
1997-10-30 | From Jim Rees <rees@umich.edu>: remember media type | Niklas Hallqvist | |
1997-10-30 | From Jim Rees <rees@umich.edu>: remember media type | Niklas Hallqvist | |
1997-10-30 | add less link | Niklas Hallqvist | |
1997-10-30 | recognize ep* interfaces, fix greeting. | Niklas Hallqvist | |
1997-10-30 | nice mount point chooser | Todd C. Miller | |
1997-10-30 | merge in disklabel -E stuff from i386 version | Todd C. Miller | |
1997-10-30 | user may need to delete existing a partion on virgin disks | Todd C. Miller | |
1997-10-29 | Limit checksumming correctly at MAXBSIZE. | Niklas Hallqvist | |
Don't involve floppies or bad block disks ever in uniqueness tests | |||
1997-10-29 | Do not accept bad checksum lengths, bail out | Niklas Hallqvist | |
1997-10-29 | clarify | Theo de Raadt | |
1997-10-29 | clarify a prompt | Theo de Raadt | |
1997-10-29 | kernel on cdrom w/ ramdisk in it is bsd.rd, not bsd. | Todd C. Miller | |
1997-10-28 | do not replace unit number in bootdev. please talk to me about this. | Theo de Raadt | |
this makes it so that when booting sd0 on a wd0/sd0/sd1 system the kernel doesn't get told we are booting from sd1 (ie. scsi, but it is hd1..). | |||
1997-10-28 | attempt to number the bsd_dev units of each drive uniquely for scsi and ide. | Theo de Raadt | |
hence ide 0, 1, 2, 3... scsi 0, 1, 2, 3... this makes the initial bsd_dev values closer to the correct value they will have inside the kernel after dkcsum has corrected them. XXX if a drive has no label, it becomes known as an IDE drive, and scsi drives after it get renumbered incorretcly. sorry. | |||
1997-10-28 | dkcsum is *really* mandatory. XXX will be done differently later. | Niklas Hallqvist | |
1997-10-28 | stand missing | Per Fogelstrom | |
1997-10-28 | Do not checksum CD devices | Niklas Hallqvist | |
1997-10-28 | use RAW_PART, not 0 | Theo de Raadt | |
1997-10-28 | DOH s/btoc/i386_round_page/ | Niklas Hallqvist | |
1997-10-28 | Mention the builtin disklabel editor with '?' and 'M' commands. | Todd C. Miller | |
1997-10-28 | Replace a set of "'s with `` '' so that manual.c will build. | Todd C. Miller | |
1997-10-28 | Document -E bugs | Todd C. Miller | |
1997-10-28 | Fix a few typos. | Todd C. Miller | |
1997-10-28 | First cut at -E docs. Perhaps this should go at the end? | Todd C. Miller | |
1997-10-28 | Add a missing .El | Todd C. Miller | |
1997-10-28 | Fix info on cd booting and use fmt to nicely format paragraphs. | Todd C. Miller | |