summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2004-01-12- add a new flags field to the emulation vector, with one user so farmrg
EMUL_FLAG_NETBSD32. set EMUL_FLAG_NETBSD32 in any 32 bit on 64 bit kernel emulation layers. - if EMUL_FLAG_NETBSD32 is set, calculate the proper argument count. (XXX: this should use register32_t, but that's not visible to all builders of kdump...) now netbsd32_ioctl(2) actually reports sane values, and other arguments are mostly correctly printed (there are still some signed extension issues with 32 bit numbers being displayed as "0xffffffff8xxxxxxx".)
2004-01-11g/c SDEAD handlingjdolecek
2004-01-11Reindent search loop in SuffFindCmds using 'continue' and 'break' insteaddsl
of netsted ifs. No logic change.
2004-01-11Change DEBUG(DIR) traces to indent subsequent filenames instead ofdsl
generating very long lines (basically changes "..." into " ...\n ").
2004-01-09Add unit test for ternary modifiersjg
2004-01-08Fix :?: modifier so that it works again.sjg
2004-01-06Find the buf_map symbol, so that the submap can be labeled properly.atatat
2004-01-06typo fix. do not go suicide by mistake. from millert@openbsditojun
2004-01-06Handle more complex conditional expressions.sjg
CondCvtArg now returns NULL if it consumed all input, or a pointer to any left overs.
2004-01-05Let the usage message fit in 80 columns to avoid wrapping.jmmv
2004-01-05Homogenize usage messages: make the 'usage' word all lowercase, as this seemsjmmv
to be the most common practice in our tree.
2004-01-05KNF, from kevlo@openbsditojun
2004-01-05Generate the copyright string from sys/conf/copyright rather thanlukem
replicating it here. Idea from Simon Burge.
2004-01-04Bump Dd for previous.wiz
2004-01-04Point people to re_format(7) instead of regex(3) forwiz
RE description; from Greg A. Woods.
2004-01-03Fix typo about which mixer device is used.augustss
2004-01-03Consistently check ${TOOLCHAIN_MISSING} against "no".lukem
2004-01-03prepend_gzip: avoid searching beyond this stringmrg
2004-01-03Remove superfluous max() macro.wiz
Noted by Jeff Ito in PR 23932.
2004-01-02Import of our changes to grep developed in othersrc. A verycjep
brief summary: * Add NetBSD RCS Ids. Change to use a date based version number. * Remove unused variables and functions. * Move towards NetBSD code style. * Add missing GNU options (except for --include, --exclude and --line-buffered) * Bug fixes * Bug fixes and changes from OpenBSD's src/usr.bin/grep A full list of changes can be viewed in the NetBSD CVS repository at othersrc/usr.bin/grep. A ChangeLog is also available at: ftp://ftp.NetBSD.org/pub/NetBSD/misc/cjep/grep-ChangeLog.txt If you want to help out, please let me (cjep@) know so that we can organise our efforts efficiently.
2004-01-02Import of our changes to grep developed in othersrc. A verycjep
brief summary: * Add NetBSD RCS Ids. Change to use a date based version number. * Remove unused variables and functions. * Move towards NetBSD code style. * Add missing GNU options (except for --include, --exclude and --line-buffered) * Bug fixes * Bug fixes and changes from OpenBSD's src/usr.bin/grep A full list of changes can be viewed in the NetBSD CVS repository at othersrc/usr.bin/grep. A ChangeLog is also available at: ftp://ftp.NetBSD.org/pub/NetBSD/misc/cjep/grep-ChangeLog.txt If you want to help out, please let me (cjep@) know so that we can organise our efforts efficiently.
2004-01-02Import of BSD-licensed grep by James Howard and Dag-Erling Coïdancjep
Smørgrav. This import is of version 0.16.
2004-01-02use snprintf, dudeitojun
2004-01-02Fix off-by-one error in the malloc of the new argv in prepend_gzip().simonb
2004-01-02Fix typo in comment.wiz
2004-01-02Sort sections. New sentence, new line. Bump date.wiz
2004-01-02implement $GZIP handling.mrg
2004-01-02note that $GZIP support is missing stillmrg
2004-01-02allow HAVE_ZLIB_GZOPENFULL to be overriden externallymrg
2004-01-01Fix incorrect date: 1.4 and 1.4.2 release.yyamano
2004-01-01don't dump core in the face of unknown long options. from cjep@mrg
2004-01-01.P -> .Pp (typo fix).wiz
2004-01-01add some simple -DSMALL support. reduces the size of gzip(1) itself a bymrg
nearly 2.5KB text.
2004-01-01port simonb's bzip2 support.mrg
misc cleanups.
2004-01-01Welcome to 2004!mycroft
2003-12-30Adapt to kernel buffer cache memort allocation changes.pk
Since the buffer headers do no longer exist as an array in the kernel anymore, use the new CTL_KERN.KERN_BUF mib to fetch them from kernel space. Also look at a vnode's specinfo field to properly associate an opened block device special file with a mounted filesystem.
2003-12-29Make "copy the file" (the -c option) the default behaviour. The -c optionsimonb
is kept for backwards compatibility but now has no effect. Patch from Bruce Nourish in PR bin/23874, with some minor changes by me.
2003-12-28Add RCS Id.wiz
2003-12-28Add a BSD licensed zgrep written by me.wiz
Much nicer than the old one, if I may say so. Thanks go to atatat for testing and suggestions.
2003-12-28GNU gzip compatibility: don't let "gzip -dc" (zcat) operate on non-gzipmrg
files by default. -f must be used.
2003-12-28fix an error in the previousmrg
2003-12-28zdiff is also zcmp (from wiz)mrg
2003-12-28No argument necessary after .Nm; add missing comma to enumeration.wiz
2003-12-28Use more macros.wiz
2003-12-28Uppercase CRT.wiz
2003-12-28Add RCS Id.wiz
2003-12-28install gzexe, zdiff, zforce, zmore and znew scripts and manual pages.mrg
XXX: now only missing zgrep.
2003-12-28import openbsd z* scripts and manuals.mrg
2003-12-28Fix PR#4980 and support common symbols correctly in crunched programs.jmc
Exclude them from renaming and expect the linker to do the right thing in resolving them all to the library copy (i.e. optarg) or locally as the case may be. Testing multiple programs crunched which reference optarg shows correct behavior now.
2003-12-27Support crunch configs which specify relative srcdir's but don't use -D. Forjmc
these cases, prepend getwd() onto the front of them so a full correct path is passed to the reach over make command (as it's running from at least a subdir of the current directory for each object)