aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Remove a double test for the same ptr != NULL and use the officialHartmut Brandt2004-12-011-7/+6
* Style: remove a lot of unnecessary casts, add some and spell the nullHartmut Brandt2004-12-0117-508/+498
* Stylification: missing spaces, extra space after function names, castsHartmut Brandt2004-11-3034-1401/+1452
* Use ?= with WARNS.Garrett Wollman2004-11-301-1/+1
* Constify the array of predefined shells. It turns out that we need twoHartmut Brandt2004-11-302-45/+63
* Change a couple of the primitve list functions to be macros. This changesHartmut Brandt2004-11-3013-756/+23
* Fix a bug that would truncate the full name of an archive member ifHartmut Brandt2004-11-291-2/+5
* Use typedefs for the types of the functions that are passed as argumentsHartmut Brandt2004-11-2910-17/+22
* Merge the contents of lstInt.h into the public lst.h. This let's us getHartmut Brandt2004-11-2929-355/+227
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-271-1/+1
* Remove a.out support from gcore(1).David Schultz2004-11-272-249/+0
* Remove unused file.Hartmut Brandt2004-11-261-300/+0
* Style: prototypes, un-register and remove some empty lines.Hartmut Brandt2004-11-2625-133/+100
* Include sys/sysctl.h on all architectures not only i386.Hartmut Brandt2004-11-252-2/+1
* Fix a very long-standing error in handling .SHELL targets: this targetHartmut Brandt2004-11-251-46/+125
* Gentle code cleanup for the maximum make(1) level foo. This moves it to aJuli Mallett2004-11-241-18/+28
* Add a `-m month' flag to provide a more convenient interface forGarrett Wollman2004-11-233-28/+45
* Get rid of the shell table sentinel. It isn't needed anymore becauseHartmut Brandt2004-11-221-10/+1
* Print dates the right way round.Greg Lehey2004-11-211-0/+2
* gcore(1) apparently still cares about a.out core dumps, so it stillDavid Schultz2004-11-201-0/+2
* Install the header for libmagic.David E. O'Brien2004-11-191-1/+1
* Fix buffer overflow. This is FreeBSD-SA-04:16.fetch.Colin Percival2004-11-181-1/+2
* Eliminate the define for POSIX and build with Posix behaviour.Hartmut Brandt2004-11-173-62/+12
* 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