summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-08-22First sweep. Prototype, type fixes, long fixes, mostly compiles withJason Downs
-Wall.
1997-08-22Add more detailed SCSI error printing by Matthew Jacob. Enabled byTodd C. Miller
default. Use "option SCSIVERBOSE=0" to turn off (only added 8Kb to my kernel). From the NetBSD commit message: Add in more detailed SCSI error printing, based off of final SCSI-2 spec. This will also print out things like progress indicator errors, and will also dump out additional sense bytes that haven't been decoded.
1997-08-22Comment out rule to build *.gmo from *.po since the tools to do so areTodd C. Miller
not in the tree and we can't count on timestamps.
1997-08-22theo said we don't need 'cd' commandMichael Shalayeff
remove c-r, it won't work anyways fix c-u
1997-08-22don't echo all the control chars, not only bs&delMichael Shalayeff
1997-08-22byte returnsMichael Shalayeff
1997-08-21\n is handled by cnputc(), don't print \rMichael Shalayeff
1997-08-21correct dev:<need cwd>name case in qualify()Michael Shalayeff
1997-08-21print ttyname w/o format stringMichael Shalayeff
1997-08-21boothowto is local to bootMichael Shalayeff
1997-08-21print gray on black, not black on blackMichael Shalayeff
1997-08-21no need for \nMichael Shalayeff
1997-08-21BIOS_regs in machdep.c, so they won't get lost w/o biosdev.cMichael Shalayeff
1997-08-21clarify -r; rs@bifrost.seastrom.comTheo de Raadt
1997-08-21missing )Michael Shalayeff
1997-08-21hp300 sync; brusinsk@ibdr.inf.tu-dresden.deTheo de Raadt
1997-08-21kill unused commands, yes we are not an operating systemMichael Shalayeff
sutisfied?
1997-08-21.noident not .noindent; fc@parkone.ci.oakland.ca.usTheo de Raadt
1997-08-21A return status of YPPUSH_AGE isn't a failure so keep quiet as SunOS. But ↵Mats O Jansson
show it (and YPPUSH_SUCC) if verbose output is requested. -moj
1997-08-21correct [yy]yy stuff in manpages and usageTheo de Raadt
1997-08-21constrain nfiles so that fdavail() never lies; bug report and test program ↵Theo de Raadt
from abelits@phobos.illtel.denver.co.us
1997-08-20this has not been used for a whileTheo de Raadt
1997-08-20more infoTheo de Raadt
1997-08-20wrong placeTheo de Raadt
1997-08-20/dot.* files are not very usefulTheo de Raadt
1997-08-20add busted cd9660 disklabel spoofing codeTheo de Raadt
1997-08-20alpha syncTheo de Raadt
1997-08-20Comment out wavelan device.Angelos D. Keromytis
1997-08-20Wavelan code rolled out. It works, but there are copyleft problems.Angelos D. Keromytis
1997-08-20do the unix thing; janjaap@stack.nlTheo de Raadt
1997-08-20In m_split(), restore m_pkthdr.len to original length if weTodd C. Miller
get an error. From Koji Imada <koji@math.human.nagoya-u.ac.jp>
1997-08-20Add -q (quick), the only X/Open option I can work up enthusiasm to implement.denny
1997-08-20Fix pasto.Todd C. Miller
1997-08-20Some KNF and use warn/err.Todd C. Miller
1997-08-20Print "Filesystem not supported by kernel" not "Operation not supported byTodd C. Miller
device" (EOPNOTSUPP) so the real problem is obvious. Idea from Peter Seebach <seebs@taniemarie.solon.com>.
1997-08-20arc syncTheo de Raadt
1997-08-20Fix typo. From Matthew Hunt <mph@pobox.com>.Todd C. Miller
1997-08-20Update from lite2.Todd C. Miller
1997-08-20Update man page and sccs tags from lite2. Minor cleanup by me as well.Todd C. Miller
1997-08-20Update man page and sccs tags from lite2.Todd C. Miller
1997-08-20Update man page and sccs tags from lite2.Todd C. Miller
1997-08-20Move getsubopt(3) to stdlib like lite2 and XPG4.2 say...Todd C. Miller
Update man page from lite2 while I'm at it.
1997-08-20Update from lite2 version and fix grammatical error fromTodd C. Miller
Krister Walfridsson <cato@ulysses.df.lth.se>.
1997-08-20Fix for some stupid ne2000 clones that get into a weird state andTodd C. Miller
are probed as WD instead. From Martin Husemann <martin@rumolt.teuto.de>
1997-08-20Minor numbers for tty00 and tty01 were wrong from scc*Todd C. Miller
From maximum entropy <entropy@tardis.bernstein.com>.
1997-08-20Make this compile is FIONREAD is defined. Guess this wasTodd C. Miller
never tested. Closed NetBSD PR#4012 from David Holland <dholland@bordeaux.eecs.harvard.edu>.
1997-08-19Standard format and general amelioration.Todd C. Miller
1997-08-19Some KNF, check a few return values and use err/warn.Todd C. Miller
1997-08-19sun3 is back upkstailey
1997-08-19Move bad dynamic port parsing into parse_baddynamic().Todd C. Miller