summaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* tr(1) attempts to convert \n[n][n] sequences into octal digits, but doesn'tJordan K. Hubbard2004-11-141-1/+1
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-134-7/+24
* Removed bitrot.Ruslan Ermilov2004-11-132-16/+1
* If -B is specified to get compat mode (as opposed to just not givingPoul-Henning Kamp2004-11-121-0/+1
* third of several commits to allow kernel System V IPC data structuresRobert Watson2004-11-121-66/+66
* Use a relative symlinking so that "tar" also works in /stand.Ruslan Ermilov2004-11-121-1/+1
* Wrap a comment properly.Ceri Davies2004-11-121-1/+2
* Add code to enforce the paralleism count (-j N) for the entire treePoul-Henning Kamp2004-11-124-31/+119
* Fix a (very) long standing bug in make (this has been there probablyHartmut Brandt2004-11-122-29/+102
* Get rid of more local/remote leftoversPoul-Henning Kamp2004-11-113-24/+13
* Get rid of now unused maxLocal variables.Poul-Henning Kamp2004-11-112-18/+4
* This code builds cleanly at WARNS level 6.Dag-Erling Smørgrav2004-11-081-0/+1
* filedesc0 is an internal detail of the kernel, don't look at it.Poul-Henning Kamp2004-11-071-13/+9
* FreeBSD does have uintmax_t, so it can correctlyTim Kientzle2004-11-061-0/+1
* Now with the remote job support removed there can be no remote jobs andHartmut Brandt2004-11-053-111/+32
* When the last line of a file is missing a newline in -f mode, pass aTim J. Robbins2004-11-051-3/+5
* Check that ee's standard input and output is a terminal.Max Khon2004-11-051-4/+5
* Correct error handling on failed writesTim Kientzle2004-11-052-5/+3
* Add support for following more than one file i.e.Paul Richards2004-11-043-96/+200
* Remove the remote stuff from make. This actually never worked in our makeHartmut Brandt2004-11-043-460/+50
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-037-7/+7
* Revert a WIP change that shouldn't have been in last commit.Paul Richards2004-11-031-4/+2
* Convert to ANSI style function definitions.Paul Richards2004-11-035-31/+12
* Add myself to the calendarMichael Johnson2004-10-301-0/+1
* Only check if ENABLE_SUID_NEWGRP is defined, for consistency withRuslan Ermilov2004-10-241-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-2411-11/+12
* Add a missing full-stop to match the rest of the items in a list.Giorgos Keramidas2004-10-241-1/+1
* "unset verbose" is 13 characters, not 10.Ruslan Ermilov2004-10-231-1/+1
* Expand the scope of the .SHELL specification to also coverRuslan Ermilov2004-10-234-30/+46
* Add punctuation which appears to have been accidentally removed inColin Percival2004-10-221-1/+1
* Add -D_KVM_VNODE to indicate that despite being a userland program,Poul-Henning Kamp2004-10-211-0/+2
* -c flag (cache stats) was killed in rev. 1.68. Fix getopt(3) andMaxim Konovalov2004-10-201-2/+2
* Replaced afterinstall: with equivalent FILES and SYMLINKS.Ruslan Ermilov2004-10-181-34/+33
* Modify behaviour of `xargs -I` in order to:Colin Percival2004-10-181-2/+2
* 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