| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-03-11 | Since we have st_birthtime in struct stat, it is in default display. | enami | |
| 2010-03-09 | Do not call pam_end with an invalid handle if pam_start failed. | joerg | |
| From Richard Hansen. | |||
| 2010-03-08 | print ioconf WARNING in caps too | pooka | |
| 2010-03-08 | Add a highly experimental pseudo-root feature to be used in conjuction | pooka | |
| 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-05 | Remove no longer used -DNFS. | pooka | |
| 2010-03-05 | ftp 20100305: fix http date parsing | lukem | |
| 2010-03-05 | Back to using 'RFC xxxx' instead of 'RFCxxxx' | lukem | |
| 2010-03-04 | Parse 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-03 | reflect previous change in comment | pooka | |
| 2010-03-03 | Remove fs_foo.h support from deffs now that nothing uses it. | pooka | |
| 2010-03-03 | Add a check for duplicate keys. The check is run once and quadratic in | joerg | |
| the hash collision chain length, which is expected to be fairly low. | |||
| 2010-03-02 | Log successful and unsuccessful attempts to change passwords, via -l | gdt | |
| 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-01 | Fix a comment. | joerg | |
| 2010-02-27 | Sync against new ld.elf_so | roy | |
| 2010-02-27 | DEL is 0x7F, not 0xFF. From FreeBSD via OpenBSD. | mbalmer | |
| 2010-02-26 | matt wants the ping timeout to be 1sec | christos | |
| 2010-02-26 | PR/42207: YAMAMOTO Takashi: If the portmapper (rpcbind) is not running, eject | christos | |
| takes 2 minutes to timeout. Add a ping the portmapper function that times out after 5 seconds. | |||
| 2010-02-24 | Add -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-23 | Mark 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-22 | libterminfo can now compile a single terminfo description which allows | roy | |
| $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 | \\ -> \e | joerg | |
| 2010-02-20 | One more time - do this correctly. | pgoyette | |
| Thanks, joerg. | |||
| 2010-02-20 | Wrap the include of sys/endian.h in #ifdef HAVE_SYS_ENDIAN_H to avoid | pgoyette | |
| build issues on systems that don't have a sys/endian.h Pointed out by joerg@ | |||
| 2010-02-20 | Since tic is a host tool, we need to include host system header to get | pgoyette | |
| definitions of le16dec() and le16enc(). Solves PR bin/42747 from Henning Petersen | |||
| 2010-02-19 | Merge the following revisions from OpenBSD to let sed(1) handle | tnn | |
| 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-19 | Report the number of characters, not the number of bytes in the | tron | |
| longest line. Problem pointed out by YAMAMOTO Takashi on "tech-userlevel" mailing list. | |||
| 2010-02-18 | Only print the "Archive: xxx" header if not in extract-to-stdout mode. | joerg | |
| 2010-02-18 | Fix typo (specifed -> specified). | wiz | |
| 2010-02-18 | New sentence, new line. Add EXIT STATUS section and use .Ex. | wiz | |
| Fix macro argument abuse. Use Aq instead of \*[Lt]\*[Gt]. | |||
| 2010-02-18 | Add support for "-L" option (longest line) as present in the GNU and | tron | |
| FreeBSD version of "wc". No objections on "tech-userlevel" mailing list. | |||
| 2010-02-13 | Fix off-by-one (config -x works again) and improve editing artifacts | pooka | |
| (actually the whole "config -x must be used alone" change was made unnecessary along the way. cest la vie). | |||
| 2010-02-11 | Report when using internal database. | roy | |
| 2010-02-11 | Oxford serial comma. | wiz | |
| 2010-02-11 | Change -S to output C structures to make life easier. | roy | |
| 2010-02-11 | Report if using internal database or not. | roy | |
| 2010-02-11 | Sort options (standard order is 0-9AaBbCc...). | wiz | |
| 2010-02-11 | tic -S now outputs the specified terminal names and compiled descriptions | roy | |
| as C strings so we can embed them into libterminfo. | |||
| 2010-02-10 | We need to cap reset_file/init_file. | roy | |
| 2010-02-10 | Tidy defs. | roy | |
| 2010-02-10 | Constify cat argument and tidy. | roy | |
| 2010-02-09 | Fix typo in comment. | wiz | |
| 2010-02-09 | Bump date for previous. | wiz | |
| 2010-02-09 | remove agitation that od(1) was deprecated -- it is still POSIX | drochner | |
| 2010-02-08 | Some bugfixes and enhancements. Support for case .. of and fix calculation | eeh | |
| of branch offsets. | |||
| 2010-02-06 | When 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-06 | Improve the error message that results when you have a multi-variable .for | dholland | |
| and the substitution list doesn't divide evenly. | |||
| 2010-02-05 | Don't touch past the end of allocated region. It results segmentation | enami | |
| violation. | |||
| 2010-02-05 | Fix year. | roy | |
| 2010-02-05 | Fix infocmp when both -a and -x are given as arguments. | roy | |
| 2010-02-05 | Note that -a no longer sets -x. | roy | |
