summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-06-25regenHenning Brauer
2003-06-25Moxa C104HHenning Brauer
2003-06-25remove silly signal catcher, and just use done. ok deraadt@Ted Unangst
2003-06-25knfTheo de Raadt
2003-06-25backwards args to gzseekTed Unangst
2003-06-25oopsTheo de Raadt
2003-06-25use SEEK_SET with fseek()Theo de Raadt
2003-06-25more knfTheo de Raadt
2003-06-25index -> strrchrTheo de Raadt
2003-06-25"addrs" is not needed any moreJun-ichiro itojun Hagino
2003-06-25knfTheo de Raadt
2003-06-25knfTheo de Raadt
2003-06-25remove unused variableTed Unangst
2003-06-25-Wstrict-prototypesTed Unangst
2003-06-25avoid signed issues; tedu okTheo de Raadt
2003-06-25exit path signal race safeTheo de Raadt
2003-06-25fix lseekTheo de Raadt
2003-06-25snprintfTheo de Raadt
2003-06-25more cast removal, and fix some indent(1) odditiesTed Unangst
2003-06-25cleanup. ansi, headers, correct prototypes, some safer string andTed Unangst
tempfile functions, whitespace, ... no functional improvements yet
2003-06-25-WallTheo de Raadt
2003-06-25Avoid a divide by zero byKenneth R Westerback
1) Ensuring that both sd_scsi.c and sd_atapi.c report a device as offline when its disksize cannot be determined. 2) Ensuring blksize is always non-zero, with a default value of 512. 3) Eliminating a couple of unneeded 'sectors' variables, which makes the code easier for me to read if nothing else. The bug was introduced when sd_atapi.c was changed to allow 'incomplete' implementations to be reported as online. REALLY incomplete implementations (i.e. not even the disksize can be determined) would be reported online with a blksize of zero. Also fix a couple of knf nits in Mickey's last commit, and add another check for an rpm of 0. ok (pre-Mickey diffs) tdeval@ marc@ frantzen@
2003-06-25a MakefileTheo de Raadt
2003-06-25caldera licensesTheo de Raadt
2003-06-25man page from 4.4lite2Theo de Raadt
2003-06-254.3reno diff. This is free because of the Caldera license. Nasty, but aTheo de Raadt
place to start.
2003-06-25fix _set_ functions as found while debugging an@stpMichael Shalayeff
2003-06-24use print, not printf in awk; from ak at freeshellTodd C. Miller
2003-06-24o don't need to include <sys/stat.h>Todd C. Miller
o include <fcntl.h>, not <sys/fcntl.h> o mark usage() __dead o kill '?' in getopt switch o use __progname in usage() o ANSI function declarations Most from Andrey Matveev
2003-06-24.\" .Ox does not have .Xr zbus 4 anymore.Miod Vallat
2003-06-24... and it must compile, too. Doh.Miod Vallat
2003-06-24io_alloc must provide working bus_space tag and handles...Miod Vallat
2003-06-24a.out emulation for dynamic binaries: intercept the right system callsMarc Espie
so that they look in /emul/a.out first. This allows a.out's ld.so to find its own libraries without interfering with ELF at all. Many comments from various people. okay deraadt@
2003-06-24try to devise drive's rpm and default to 3600 should we fail miserably.Michael Shalayeff
derived from pr2815 from Marco Peereboom krw@ deraadt@ ok
2003-06-24Make 'grep -w' work; OK tedu@Todd C. Miller
2003-06-24Use the common Power9000 definitions.Miod Vallat
2003-06-24Add a "where" argument to the sparc64 interrupt code. This lets usHenric Jungheim
associate a name with each interrupt handler. This is not visible outside the kernel (yet). ok jason@
2003-06-24cleanTheo de Raadt
2003-06-24(long)getpid(); andrushock@korovino.netTheo de Raadt
2003-06-24clarify that -u only changes the options specified on the command line;Jason McIntyre
from henning on a mailing list somewhere; ok henning@
2003-06-24Revert the addition of the blanking code - it will corrupt displays after longMiod Vallat
blanking periods...
2003-06-24actually do fgrep. -G -F and -E are now mutally exclusive, and overrideTed Unangst
the program name as expected. ok millert@
2003-06-24tweak boolean test to be clearTed Unangst
2003-06-24don't print "Binary file matches" with -q flag. from Sean FarleyTed Unangst
2003-06-24Pull in change 17805 by hv@hv-crypt.org on 2002/08/29 13:49:04Todd C. Miller
Fix based on: Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx) From: "esm@pobox.com (via RT)" <perlbug@perl.org> Date: 27 Aug 2002 22:10:16 -0000 Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
2003-06-24decruftMichael Shalayeff
2003-06-24no need to reset the BIN* stuff in here; markus@ okMichael Shalayeff
2003-06-24BINDIR is set in the ../Makefile.inc alreadyMichael Shalayeff
2003-06-24For now depend on the gccism __CHAR_UNSIGNED__ to define if we have (un)signedDale Rahn
chars. Fixes other defines if -fsigned-chars is specified. ok deraadt.
2003-06-24in the ipv6 case, allow route-to to route to link-local addressesHenning Brauer
from KOZUKA Masahiro <ma-kun@kozuka.jp> with a minor adjustment from itojun ok itojun@ dhartmei@