Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-25 | regen | Henning Brauer | |
2003-06-25 | Moxa C104H | Henning Brauer | |
2003-06-25 | remove silly signal catcher, and just use done. ok deraadt@ | Ted Unangst | |
2003-06-25 | knf | Theo de Raadt | |
2003-06-25 | backwards args to gzseek | Ted Unangst | |
2003-06-25 | oops | Theo de Raadt | |
2003-06-25 | use SEEK_SET with fseek() | Theo de Raadt | |
2003-06-25 | more knf | Theo de Raadt | |
2003-06-25 | index -> strrchr | Theo de Raadt | |
2003-06-25 | "addrs" is not needed any more | Jun-ichiro itojun Hagino | |
2003-06-25 | knf | Theo de Raadt | |
2003-06-25 | knf | Theo de Raadt | |
2003-06-25 | remove unused variable | Ted Unangst | |
2003-06-25 | -Wstrict-prototypes | Ted Unangst | |
2003-06-25 | avoid signed issues; tedu ok | Theo de Raadt | |
2003-06-25 | exit path signal race safe | Theo de Raadt | |
2003-06-25 | fix lseek | Theo de Raadt | |
2003-06-25 | snprintf | Theo de Raadt | |
2003-06-25 | more cast removal, and fix some indent(1) oddities | Ted Unangst | |
2003-06-25 | cleanup. ansi, headers, correct prototypes, some safer string and | Ted Unangst | |
tempfile functions, whitespace, ... no functional improvements yet | |||
2003-06-25 | -Wall | Theo de Raadt | |
2003-06-25 | Avoid a divide by zero by | Kenneth 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-25 | a Makefile | Theo de Raadt | |
2003-06-25 | caldera licenses | Theo de Raadt | |
2003-06-25 | man page from 4.4lite2 | Theo de Raadt | |
2003-06-25 | 4.3reno diff. This is free because of the Caldera license. Nasty, but a | Theo de Raadt | |
place to start. | |||
2003-06-25 | fix _set_ functions as found while debugging an@stp | Michael Shalayeff | |
2003-06-24 | use print, not printf in awk; from ak at freeshell | Todd C. Miller | |
2003-06-24 | o 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-24 | io_alloc must provide working bus_space tag and handles... | Miod Vallat | |
2003-06-24 | a.out emulation for dynamic binaries: intercept the right system calls | Marc 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-24 | try 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-24 | Make 'grep -w' work; OK tedu@ | Todd C. Miller | |
2003-06-24 | Use the common Power9000 definitions. | Miod Vallat | |
2003-06-24 | Add a "where" argument to the sparc64 interrupt code. This lets us | Henric Jungheim | |
associate a name with each interrupt handler. This is not visible outside the kernel (yet). ok jason@ | |||
2003-06-24 | clean | Theo de Raadt | |
2003-06-24 | (long)getpid(); andrushock@korovino.net | Theo de Raadt | |
2003-06-24 | clarify that -u only changes the options specified on the command line; | Jason McIntyre | |
from henning on a mailing list somewhere; ok henning@ | |||
2003-06-24 | Revert the addition of the blanking code - it will corrupt displays after long | Miod Vallat | |
blanking periods... | |||
2003-06-24 | actually do fgrep. -G -F and -E are now mutally exclusive, and override | Ted Unangst | |
the program name as expected. ok millert@ | |||
2003-06-24 | tweak boolean test to be clear | Ted Unangst | |
2003-06-24 | don't print "Binary file matches" with -q flag. from Sean Farley | Ted Unangst | |
2003-06-24 | Pull in change 17805 by hv@hv-crypt.org on 2002/08/29 13:49:04 | Todd 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-24 | decruft | Michael Shalayeff | |
2003-06-24 | no need to reset the BIN* stuff in here; markus@ ok | Michael Shalayeff | |
2003-06-24 | BINDIR is set in the ../Makefile.inc already | Michael Shalayeff | |
2003-06-24 | For now depend on the gccism __CHAR_UNSIGNED__ to define if we have (un)signed | Dale Rahn | |
chars. Fixes other defines if -fsigned-chars is specified. ok deraadt. | |||
2003-06-24 | in the ipv6 case, allow route-to to route to link-local addresses | Henning Brauer | |
from KOZUKA Masahiro <ma-kun@kozuka.jp> with a minor adjustment from itojun ok itojun@ dhartmei@ |