Age | Commit message (Expand) | Author |
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 |
2003-06-25 | -Wall | Theo de Raadt |
2003-06-25 | Avoid a divide by zero by | Kenneth R Westerback |
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 |
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 |
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 |
2003-06-24 | try to devise drive's rpm and default to 3600 should we fail miserably. | Michael Shalayeff |
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 |
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 |
2003-06-24 | Revert the addition of the blanking code - it will corrupt displays after long | Miod Vallat |
2003-06-24 | actually do fgrep. -G -F and -E are now mutally exclusive, and override | Ted Unangst |
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 |
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 |
2003-06-24 | in the ipv6 case, allow route-to to route to link-local addresses | Henning Brauer |
2003-06-24 | KNF | Henning Brauer |
2003-06-24 | recover code that requires exact match on rtm_change/lock (lost in netbsd 1.16). | Jun-ichiro itojun Hagino |
2003-06-24 | int -> u_int; ok djm@, deraadt@, mouring@ | Markus Friedl |
2003-06-24 | remove unneeded checks of accept_rtadv. from kame | Jun-ichiro itojun Hagino |
2003-06-24 | * kame/sys/netinet6/nd6.c (nd6_rtrequest): changed a condition to | Jun-ichiro itojun Hagino |
2003-06-24 | use time.tv_sec directly, rather than having time_second (freebsd NIH). | Jun-ichiro itojun Hagino |
2003-06-24 | clear ln_hold earlier. from kame | Jun-ichiro itojun Hagino |
2003-06-24 | clarify operation of -f. spotted by jmc@, new text by James Howard | Ted Unangst |
2003-06-23 | strncpy -> memcpy per deraadt suggestion. | Ted Unangst |
2003-06-23 | go back to using strncpy. for long patterns, strlcpy reads too much | Ted Unangst |
2003-06-23 | faster grep for simple patterns. derived from a patch by sean farley. | Ted Unangst |