summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
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
2003-06-24try to devise drive's rpm and default to 3600 should we fail miserably.Michael Shalayeff
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
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
2003-06-24Revert the addition of the blanking code - it will corrupt displays after longMiod Vallat
2003-06-24actually do fgrep. -G -F and -E are now mutally exclusive, and overrideTed Unangst
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
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
2003-06-24in the ipv6 case, allow route-to to route to link-local addressesHenning Brauer
2003-06-24KNFHenning Brauer
2003-06-24recover code that requires exact match on rtm_change/lock (lost in netbsd 1.16).Jun-ichiro itojun Hagino
2003-06-24int -> u_int; ok djm@, deraadt@, mouring@Markus Friedl
2003-06-24remove unneeded checks of accept_rtadv. from kameJun-ichiro itojun Hagino
2003-06-24* kame/sys/netinet6/nd6.c (nd6_rtrequest): changed a condition toJun-ichiro itojun Hagino
2003-06-24use time.tv_sec directly, rather than having time_second (freebsd NIH).Jun-ichiro itojun Hagino
2003-06-24clear ln_hold earlier. from kameJun-ichiro itojun Hagino
2003-06-24clarify operation of -f. spotted by jmc@, new text by James HowardTed Unangst
2003-06-23strncpy -> memcpy per deraadt suggestion.Ted Unangst
2003-06-23go back to using strncpy. for long patterns, strlcpy reads too muchTed Unangst
2003-06-23faster grep for simple patterns. derived from a patch by sean farley.Ted Unangst
2003-06-23bus_space_*_raw*_1() do not exist; drahn@ okMichael Shalayeff
2003-06-23time is a built-in to most shells, not just csh(1);Jason McIntyre
2003-06-23better wording of FIONBIO behaviour;Jason McIntyre
2003-06-23- remove unnecessary .PpJason McIntyre
2003-06-23Remove strcat() and strcpy() prototypes since we no longer have thoseTodd C. Miller
2003-06-23some cleanupsTheo de Raadt
2003-06-23- further document differences between compress and gzipJason McIntyre
2003-06-23sort .Xr's in SEE ALSO;Jason McIntyre
2003-06-23*_raw_*_1() functions do not existMichael Shalayeff
2003-06-23syncTheo de Raadt
2003-06-23no need to check nintr late in the code... it's verified pretty earlyJason Wright