aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* getopt(3) prints an "unrecognized option" warning for me, so ITim Kientzle2004-10-171-1/+0
* Cosmetic goof: Use two spaces in "Jan 03 2004" but only one in "Jan 03 12:32"Tim Kientzle2004-10-171-1/+1
* Remove the obsolete <rune.h> interface.Tim J. Robbins2004-10-171-2/+0
* Use <runetype.h> instead of <rune.h> since the latter is going away.Tim J. Robbins2004-10-171-2/+2
* Remove explicit support for generating LC_CTYPE data files that specifyTim J. Robbins2004-10-172-8/+1
* Bump document dateChristian Brueffer2004-10-161-1/+1
* We use /etc/pam.d/login nowadaysChristian Brueffer2004-10-151-6/+3
* Make sure to return 0 from kernel_getnfile() since if there were anBrian Feldman2004-10-051-0/+1
* Re-enable descending into the "atm" subdir.Ruslan Ermilov2004-10-051-1/+1
* Bump document date for last commit.Simon L. B. Nielsen2004-10-041-1/+1
* PAM configuration is now in /etc/pam.d/su.Simon L. B. Nielsen2004-10-031-7/+4
* Use a proper prototype for hertz().Stefan Farfeleder2004-10-032-1/+3
* Pass an array of gid_t rather than an array of int to getgroups().Stefan Farfeleder2004-10-021-1/+2
* Make -t <tty> optional. If not specified use stdin/stdout.Maksim Yevmenkin2004-09-302-14/+35
* 1. Add much finer granularity to the NO_BIND knobs with the addition of:Doug Barton2004-09-271-1/+1
* Don't use an uninitialised variable when reading from a ktr alq file.Julian Elischer2004-09-271-1/+1
* Per style.Makefile(5), don't define MAN if the only page installedDoug Barton2004-09-263-6/+0
* Fix up the man file installation for the new BIND 9 sources:Doug Barton2004-09-261-0/+2
* Fix build in the !NOATM case by using the begemot library in place ofTom Rhodes2004-09-241-3/+3
* Allow %' to be used as a format flag by printf(1). This makes itGiorgos Keramidas2004-09-241-1/+1
* Don't expose BIND libraries and their headers to the public by default,Ruslan Ermilov2004-09-244-4/+8
* De-orbit more remnants of BIND 8.Dag-Erling Smørgrav2004-09-232-22/+0
* Clean up and comment config.mk. Centralize more stuff. Bitch ifDag-Erling Smørgrav2004-09-224-8/+8
* Switch from BIND 8 to BIND 9.Dag-Erling Smørgrav2004-09-215-17/+77
* Update copyright years.Dag-Erling Smørgrav2004-09-212-2/+2
* Fix a buffer overflow by using strncpy() instead of strcpy().David Schultz2004-09-191-4/+4
* Place a function prototype correctly.Ruslan Ermilov2004-09-191-1/+1
* Add my birth date to our calendar.Xin LI2004-09-171-0/+1
* Park my birthday truck in this free space.Koop Mast2004-09-151-0/+1
* Remove a bogus check that caused empty lines not to be counted when theTim J. Robbins2004-09-141-1/+1
* Fix build: s/mkunzip.8/mkuzip.8/Marcel Moolenaar2004-09-121-1/+1
* Normalize the manpage.Ruslan Ermilov2004-09-111-20/+23
* Normalize the makefile.Ruslan Ermilov2004-09-111-2/+2
* o Print more info in the verbose mode;Maxim Sobolev2004-09-101-31/+32
* Clarify/extend in several places and make sure that everything matches reality.Maxim Sobolev2004-09-101-16/+32
* Bump WARNS level to 6.Tom Rhodes2004-09-101-0/+1
* Add mkuzip(8), non-GPL utility to compress filesystem images for use withMaxim Sobolev2004-09-104-0/+356
* Improve markup and language.Dima Dorfman2004-09-071-1/+3
* remove XXX comment now that the kernel is fixed, there isn't any obviousJohn-Mark Gurney2004-09-061-1/+1
* Fix Quad handling on 64-bit architectures. On 64-bit machines, a QuadMarcel Moolenaar2004-09-051-22/+17
* Update doc dates.Alfred Perlstein2004-09-031-1/+1
* xref and give a hint as to what procctl can be used for.Alfred Perlstein2004-09-031-1/+7
* Make -C and -T work correctly together.Tim Kientzle2004-08-281-4/+5
* Document the -O option's new behavior in the presence of -t.Tim Kientzle2004-08-271-2/+4
* Support -t -O as in gtar. Perversely enough, -O means "send to stderr"Tim Kientzle2004-08-272-11/+16
* The check for r_flag was accidentally removed in the previous commit.Dag-Erling Smørgrav2004-08-261-1/+1
* Permit -P to be combined with -t. (It's a no-op then, just as in gtar.)Tim Kientzle2004-08-261-2/+0
* Backout recent -j changes, the flags is deprecated.Maxim Konovalov2004-08-262-6/+4
* Tell getopt to accept the (already-implemented) -I option.Tim Kientzle2004-08-261-1/+1
* Do not display bogus entries for sockets in the TIME_WAIT or similarPeter Pentchev2004-08-252-1/+18