summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2010-03-11Since we have st_birthtime in struct stat, it is in default display.enami
2010-03-09Do not call pam_end with an invalid handle if pam_start failed.joerg
From Richard Hansen.
2010-03-08print ioconf WARNING in caps toopooka
2010-03-08Add a highly experimental pseudo-root feature to be used in conjuctionpooka
with the also-experimental ioconf keyword. pseudo-root allows to specify a root at any point in the device tree without having attachments from the actual root. For example, instead of having a config file like this: mainbus0 at root bus_a? at mainbus0 bus_b? at bus_a* device7 at bus_b? You can have one like this: pseudo-root bus_b* device7 at bus_b? This will produce the relevant ioconf.c glue for device number 7 only instead of the whole 9 yards from root. Perhaps needless to say, this can be used to generate snippets of config glue for modules and, let's not deny that my main motivation for doing this, rump components. This is part 2/3 of my modifications to config (the last part is autogenerating source file lists and component Makefiles). No strong objection from cube (after a little pressuring ;), but like he said, the implementation will most likely need some more tweaking and may not work correctly under all pseudo-root uses yet.
2010-03-05Remove no longer used -DNFS.pooka
2010-03-05ftp 20100305: fix http date parsinglukem
2010-03-05Back to using 'RFC xxxx' instead of 'RFCxxxx'lukem
2010-03-04Parse HTTP 'Date' entries in the `C' locale rather than the user's.lukem
Fix from [bin/42917] (with minor changes), from KAMADA Ken'ichi.
2010-03-03reflect previous change in commentpooka
2010-03-03Remove fs_foo.h support from deffs now that nothing uses it.pooka
2010-03-03Add a check for duplicate keys. The check is run once and quadratic injoerg
the hash collision chain length, which is expected to be fairly low.
2010-03-02Log successful and unsuccessful attempts to change passwords, via -lgdt
or pam, to ease IT audit guideline compliance. Patch from Richard Hansen of BBN in private mail. Proposed on tech-kern with positive comments, except a suggestion I didn't implement: A possible future enhancement is refraining from logging if the old password is empty, as some people abort password changing that way. However, it's not clear if this complies with most guidelines that require password change logging, and at first glance that appears to be a fairly difficult change.
2010-03-01Fix a comment.joerg
2010-02-27Sync against new ld.elf_soroy
2010-02-27DEL is 0x7F, not 0xFF. From FreeBSD via OpenBSD.mbalmer
2010-02-26matt wants the ping timeout to be 1secchristos
2010-02-26PR/42207: YAMAMOTO Takashi: If the portmapper (rpcbind) is not running, ejectchristos
takes 2 minutes to timeout. Add a ping the portmapper function that times out after 5 seconds.
2010-02-24Add -h, which makes output of bytes counts "humanized" (e.g. -bih)pooka
(netstat had -h some 15 years ago, but since then it has been just a fancy way of calling usage())
2010-02-23Mark each object as printed as visited and then print.skrll
Fixes PR/42811. As a side effect the libraries are printed in, imo, a better order.
2010-02-22libterminfo can now compile a single terminfo description which allowsroy
$TERMINFO to be a terminfo description as well as a file reference. This enables the user to modify the terminfo description on read-only media.
2010-02-22\\ -> \ejoerg
2010-02-20One more time - do this correctly.pgoyette
Thanks, joerg.
2010-02-20Wrap the include of sys/endian.h in #ifdef HAVE_SYS_ENDIAN_H to avoidpgoyette
build issues on systems that don't have a sys/endian.h Pointed out by joerg@
2010-02-20Since tic is a host tool, we need to include host system header to getpgoyette
definitions of le16dec() and le16enc(). Solves PR bin/42747 from Henning Petersen
2010-02-19Merge the following revisions from OpenBSD to let sed(1) handletnn
arbitrarily long lines (closes our PR bin/42261). openbsd/usr.bin/sed/extern.h 1.5 openbsd/usr.bin/sed/main.c 1.13-1.15 openbsd/usr.bin/sed/misc.c 1.8 openbsd/usr.bin/sed/compile.c 1.25-1.28 openbsd/usr.bin/sed/defs.h 1.4
2010-02-19Report the number of characters, not the number of bytes in thetron
longest line. Problem pointed out by YAMAMOTO Takashi on "tech-userlevel" mailing list.
2010-02-18Only print the "Archive: xxx" header if not in extract-to-stdout mode.joerg
2010-02-18Fix typo (specifed -> specified).wiz
2010-02-18New sentence, new line. Add EXIT STATUS section and use .Ex.wiz
Fix macro argument abuse. Use Aq instead of \*[Lt]\*[Gt].
2010-02-18Add support for "-L" option (longest line) as present in the GNU andtron
FreeBSD version of "wc". No objections on "tech-userlevel" mailing list.
2010-02-13Fix off-by-one (config -x works again) and improve editing artifactspooka
(actually the whole "config -x must be used alone" change was made unnecessary along the way. cest la vie).
2010-02-11Report when using internal database.roy
2010-02-11Oxford serial comma.wiz
2010-02-11Change -S to output C structures to make life easier.roy
2010-02-11Report if using internal database or not.roy
2010-02-11Sort options (standard order is 0-9AaBbCc...).wiz
2010-02-11tic -S now outputs the specified terminal names and compiled descriptionsroy
as C strings so we can embed them into libterminfo.
2010-02-10We need to cap reset_file/init_file.roy
2010-02-10Tidy defs.roy
2010-02-10Constify cat argument and tidy.roy
2010-02-09Fix typo in comment.wiz
2010-02-09Bump date for previous.wiz
2010-02-09remove agitation that od(1) was deprecated -- it is still POSIXdrochner
2010-02-08Some bugfixes and enhancements. Support for case .. of and fix calculationeeh
of branch offsets.
2010-02-06When using -lcurses, you also need -lterminfo.he
This fixes the build for sun2, and also builds with LDSTATIC=-static, since archive libraries don't record inter-library dependencies.
2010-02-06Improve the error message that results when you have a multi-variable .fordholland
and the substitution list doesn't divide evenly.
2010-02-05Don't touch past the end of allocated region. It results segmentationenami
violation.
2010-02-05Fix year.roy
2010-02-05Fix infocmp when both -a and -x are given as arguments.roy
2010-02-05Note that -a no longer sets -x.roy