summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Back out addition of a plus sign.ru2002-06-054-8/+8
* Remove the deprecated 4.2/4.3BSD wait union.mike2002-06-051-56/+3
* Support the 'comm' keyword, which is equivalent to our 'command', butjmallett2002-06-051-0/+2
* A space cannot be a header string seperator it appears given the SUSv3jmallett2002-06-051-1/+1
* To comply with SUSv3, duplicate the variable contents for each given format,jmallett2002-06-051-1/+4
* Returning NULL here if malloc(3) fails is silly, at this point in the codepathjmallett2002-06-051-1/+1
* Remove an XXX comment that seems to be a tiny bit no longer pertinent. Thisjmallett2002-06-051-4/+0
* Use of zero here meant many things, NULL, '\0' (NUL), and 0. Sort it out.jmallett2002-06-051-5/+5
* Fix spelling nit in error message.gordon2002-06-052-2/+2
* Use a const char * where it is meant to be used. There's no reason to tryjmallett2002-06-051-1/+2
* Duplicate the pointer to the string containing the header so it does not getjmallett2002-06-051-1/+1
* o Remove ftp.freebsd.org from the USA servers and add to thejedgar2002-06-052-6/+10
* Add information about setting up media to use the multi-volume supportmurray2002-06-052-0/+120
* Replace thread_runnable() with thread_running() as the latter is morejhb2002-06-042-12/+10
* We want to play osterage and stick our heads in the sand and ignore things.obrien2002-06-041-2/+2
* Optimize the adaptive mutex spin a bit. Use a simple while loop withjhb2002-06-042-2/+8
* Add a private thread_runnable() macro to make the code more readable andjhb2002-06-042-6/+10
* ntpdate(1) is depreciated.obrien2002-06-041-2/+2
* Collapse lib and tar dirs into single top-level directory.sobomax2002-06-044-33/+23
* Remove GNU awk.obrien2002-06-041-1/+1
* Grammar nit.obrien2002-06-041-1/+1
* Install the i386 MMX headers, and IA-64 intrinsics functions.obrien2002-06-042-1/+17
* We don't need this library any more.obrien2002-06-047-29/+9
* Bump TSB_PAGES_SHIFT to 4. Less sucks too much.jake2002-06-041-1/+1
* Document -gstabs+obrien2002-06-041-0/+6
* The brokenness in ix86_expand_clrstr is quite visible when youobrien2002-06-041-3/+3
* Gcc 3.1 (-O) now generates broken inline code for memset in some cases.obrien2002-06-041-0/+7
* Add REPORT LUNS basic infrastructure.mjacob2002-06-042-20/+77
* Move patches into the src/contrib/tar.sobomax2002-06-049-34/+117
* Implement _Qp_sqrt. I've been unable to find a C program that gcc generatesjake2002-06-041-0/+14
* Display job status correctly when a pipeline is suspended.tjr2002-06-041-6/+8
* Don't build perl if NO_PERL is defined.des2002-06-041-1/+4
* Describe finished jobs as "Done", not "Exit" (SUSv3)tjr2002-06-041-1/+5
* Don't output `state' and `current' fields for processes that aren'ttjr2002-06-041-3/+5
* Missing prototypes from previous commit.tjr2002-06-041-0/+3
* Correct minor spacing problem in output of jobs -l for pipelines.tjr2002-06-041-1/+1
* Quote alias values in the output of the alias(1) builtin so they aretjr2002-06-043-5/+44
* Install MD documentations in ${TARGET} directory instead of ${TARGET_ARCH}.nyan2002-06-041-6/+6
* Don't forget to include ../Makefile.inc.sobomax2002-06-041-0/+8
* Add bmake bits for building GNU tar from src/contrib/tar.sobomax2002-06-046-16/+614
* Send our ancienv GNU tar into Attic.sobomax2002-06-0431-16129/+0
* Add importing/upgrading instructions.sobomax2002-06-041-0/+18
* Add razor used for shaving out GNU Tar.sobomax2002-06-041-0/+19
* Wrap lines correctly for the `l' command.tjr2002-06-041-1/+1
* This commit was generated by cvs2svn to compensate for changes in r97805,sobomax2002-06-04118-0/+48818
|\
| * Virgin import (trimmed) of GNU Tar version 1.13.25.sobomax2002-06-04118-0/+48818
* Respect setting of the COLUMNS environment variable (SUSv3)tjr2002-06-042-1/+14
* Ignore empty COLUMNS environment variable. COLUMNS should take precedencetjr2002-06-041-5/+5
* Document the fact that the `l' command uses the COLUMNS environmenttjr2002-06-041-0/+13
* Ignore COLUMNS environment variable if it is empty (SUSv3)tjr2002-06-041-1/+1
OpenPOWER on IntegriCloud