Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-08-22 | First sweep. Prototype, type fixes, long fixes, mostly compiles with | Jason Downs | |
-Wall. | |||
1997-08-22 | Add more detailed SCSI error printing by Matthew Jacob. Enabled by | Todd 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-22 | Comment out rule to build *.gmo from *.po since the tools to do so are | Todd C. Miller | |
not in the tree and we can't count on timestamps. | |||
1997-08-22 | theo said we don't need 'cd' command | Michael Shalayeff | |
remove c-r, it won't work anyways fix c-u | |||
1997-08-22 | don't echo all the control chars, not only bs&del | Michael Shalayeff | |
1997-08-22 | byte returns | Michael Shalayeff | |
1997-08-21 | \n is handled by cnputc(), don't print \r | Michael Shalayeff | |
1997-08-21 | correct dev:<need cwd>name case in qualify() | Michael Shalayeff | |
1997-08-21 | print ttyname w/o format string | Michael Shalayeff | |
1997-08-21 | boothowto is local to boot | Michael Shalayeff | |
1997-08-21 | print gray on black, not black on black | Michael Shalayeff | |
1997-08-21 | no need for \n | Michael Shalayeff | |
1997-08-21 | BIOS_regs in machdep.c, so they won't get lost w/o biosdev.c | Michael Shalayeff | |
1997-08-21 | clarify -r; rs@bifrost.seastrom.com | Theo de Raadt | |
1997-08-21 | missing ) | Michael Shalayeff | |
1997-08-21 | hp300 sync; brusinsk@ibdr.inf.tu-dresden.de | Theo de Raadt | |
1997-08-21 | kill unused commands, yes we are not an operating system | Michael Shalayeff | |
sutisfied? | |||
1997-08-21 | .noident not .noindent; fc@parkone.ci.oakland.ca.us | Theo de Raadt | |
1997-08-21 | A 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-21 | correct [yy]yy stuff in manpages and usage | Theo de Raadt | |
1997-08-21 | constrain nfiles so that fdavail() never lies; bug report and test program ↵ | Theo de Raadt | |
from abelits@phobos.illtel.denver.co.us | |||
1997-08-20 | this has not been used for a while | Theo de Raadt | |
1997-08-20 | more info | Theo de Raadt | |
1997-08-20 | wrong place | Theo de Raadt | |
1997-08-20 | /dot.* files are not very useful | Theo de Raadt | |
1997-08-20 | add busted cd9660 disklabel spoofing code | Theo de Raadt | |
1997-08-20 | alpha sync | Theo de Raadt | |
1997-08-20 | Comment out wavelan device. | Angelos D. Keromytis | |
1997-08-20 | Wavelan code rolled out. It works, but there are copyleft problems. | Angelos D. Keromytis | |
1997-08-20 | do the unix thing; janjaap@stack.nl | Theo de Raadt | |
1997-08-20 | In m_split(), restore m_pkthdr.len to original length if we | Todd C. Miller | |
get an error. From Koji Imada <koji@math.human.nagoya-u.ac.jp> | |||
1997-08-20 | Add -q (quick), the only X/Open option I can work up enthusiasm to implement. | denny | |
1997-08-20 | Fix pasto. | Todd C. Miller | |
1997-08-20 | Some KNF and use warn/err. | Todd C. Miller | |
1997-08-20 | Print "Filesystem not supported by kernel" not "Operation not supported by | Todd C. Miller | |
device" (EOPNOTSUPP) so the real problem is obvious. Idea from Peter Seebach <seebs@taniemarie.solon.com>. | |||
1997-08-20 | arc sync | Theo de Raadt | |
1997-08-20 | Fix typo. From Matthew Hunt <mph@pobox.com>. | Todd C. Miller | |
1997-08-20 | Update from lite2. | Todd C. Miller | |
1997-08-20 | Update man page and sccs tags from lite2. Minor cleanup by me as well. | Todd C. Miller | |
1997-08-20 | Update man page and sccs tags from lite2. | Todd C. Miller | |
1997-08-20 | Update man page and sccs tags from lite2. | Todd C. Miller | |
1997-08-20 | Move 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-20 | Update from lite2 version and fix grammatical error from | Todd C. Miller | |
Krister Walfridsson <cato@ulysses.df.lth.se>. | |||
1997-08-20 | Fix for some stupid ne2000 clones that get into a weird state and | Todd C. Miller | |
are probed as WD instead. From Martin Husemann <martin@rumolt.teuto.de> | |||
1997-08-20 | Minor numbers for tty00 and tty01 were wrong from scc* | Todd C. Miller | |
From maximum entropy <entropy@tardis.bernstein.com>. | |||
1997-08-20 | Make this compile is FIONREAD is defined. Guess this was | Todd C. Miller | |
never tested. Closed NetBSD PR#4012 from David Holland <dholland@bordeaux.eecs.harvard.edu>. | |||
1997-08-19 | Standard format and general amelioration. | Todd C. Miller | |
1997-08-19 | Some KNF, check a few return values and use err/warn. | Todd C. Miller | |
1997-08-19 | sun3 is back up | kstailey | |
1997-08-19 | Move bad dynamic port parsing into parse_baddynamic(). | Todd C. Miller | |