summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-01-24Sync w/ NETBSD_CURRENT_971122.briggs
1997-01-24Add kernel config for Allen's Q700.briggs
1997-01-24blahTheo de Raadt
1997-01-23updateTheo de Raadt
1997-01-23documentation errors; from max@freebsdTheo de Raadt
1997-01-23correct fs_passno comment; drochner@zelux6.zel.kfa-juelich.deTheo de Raadt
1997-01-23sh-based TEST suite and man page clarifications from FreeBSDTodd C. Miller
1997-01-23Sync with NetBSD 970118, missed...Niklas Hallqvist
1997-01-23Sync with NetBSD 970118Niklas Hallqvist
1997-01-23nice exit code; mikelTheo de Raadt
1997-01-23add NO_DEFLATE condition to be used in /bootMichael Shalayeff
1997-01-23crank version numberTheo de Raadt
1997-01-23allow boot from any [0-9] unit (wd+scsi fits now both)Michael Shalayeff
1997-01-23perl mktemp race; fix mailed to larryTheo de Raadt
1997-01-23changed aicprint() to scsiprint()flipk
1997-01-23Don't mess with /usr/src if it already exists.Todd C. Miller
1997-01-23Use ${INSTALL}. Also make all $(foo) be ${foo}.Niklas Hallqvist
1997-01-23Accept ${NM} as an override for nm(1), useful for cross-dev.Niklas Hallqvist
1997-01-23Pedantic removal of extra spacesNiklas Hallqvist
1997-01-22typo, frueauf@ira.uka.deTheo de Raadt
1997-01-22back out bounce buffer fixes until i get them working 100%Theo de Raadt
1997-01-22pmap enter fixes for I/O mapping.Per Fogelstrom
1997-01-22Fixed some pmap problems when porting XFree86 (mmap of i/o etc).Per Fogelstrom
1997-01-22only go into wide scsi mode if the card supports itTheo de Raadt
1997-01-22xref manual pages via SEE ALSOkstailey
1997-01-22Current status.Dale S. Rahn
1997-01-22example fdisk and disklabel information in the Installation instructions.Dale S. Rahn
1997-01-22add docs about EHOSTUNREACH; from hwr@pilhuhn.deTheo de Raadt
1997-01-22handle SIOCGIFCONF for as many interfaces as providedTheo de Raadt
1997-01-22get the ethernet/fddi issue half right. This needs to be fixed betterTheo de Raadt
1997-01-22Correct networks(5) referencesNiklas Hallqvist
1997-01-22Add rudimentary config files for architectures that still use the old gdbNiklas Hallqvist
1997-01-22GDB 6.1 (excluding .info files)Niklas Hallqvist
1997-01-22GDB 6.3 (excluding .info files)Niklas Hallqvist
1997-01-22Redo the GZIP somewhat. Use NOGZIP= to get no compression at all.Niklas Hallqvist
if NOGZIP is not set, these three vars are overidable: GZIP, GZIPFLAGS & GZIPEXT. Also do some s/install/\${INSTALL}/ edits
1997-01-22unify mips and m68k ports; idea from graichenTheo de Raadt
1997-01-22SIOCGIFCONF nicelyTheo de Raadt
1997-01-22SIOCGIFCONF more carefullyTheo de Raadt
1997-01-22SIOCGIFCONF more carefullyTheo de Raadt
1997-01-22Fix some err(3) usage and usage string.Todd C. Miller
1997-01-22Fix off-by-one differently--add an extra byte to buffer (ick).Todd C. Miller
Don't dump core on empty file.
1997-01-22Off by one error. Fixes a core dump.Todd C. Miller
1997-01-22Don't fault a page in twice (first prefault, then vm_fault); the first wasThorsten Lockert
not neccecary (and actually caused some problems).
1997-01-22sendmail 8.9.1Jason Downs
1997-01-22Sendmail 8.8.5.Jason Downs
1997-01-22call err() correctlyTheo de Raadt
1997-01-21back out 1.4; I should know better than to do this after a big mealkstailey
1997-01-21optimization: kill two calls to strlen() in format()kstailey
1997-01-21Build bsd and binutils for powerpc ala alpha and pmax.Dale S. Rahn
1997-01-21If mounting a CD filesystem as a root image, at least call inittodr.Dale S. Rahn
Most filesystems have a last modified date that is supplied, however since that is not available on iso9660 could image creation time be used instead? Currently it supplies 0, the beginning of time as the parameter to inittodr. This is so that when installing from a CD image, the file or directory timestamps will be sane, not beginning of time.