summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Add myself to the calendar.remko2005-04-101-0/+1
* Remove unused variables.stefanf2005-04-097-11/+6
* Commodore Perry was not 4 years old when he sailed to Japan. Correctmurray2005-04-081-1/+1
* Add myself (and decrease the average age).joel2005-04-081-0/+1
* Move the code for parsing .for and .if statements to the place where theharti2005-04-081-56/+42
* When Parse_Error is called after the top-level Makefile is closed weharti2005-04-071-3/+7
* Handle popping of the input stack in ParseReadLine() instead ofharti2005-04-071-341/+329
* Mostly stylistic changes: remove the noPLen field from the Shellharti2005-04-071-64/+67
* There is not much sense in having an else after Punt() and _exit() whichharti2005-04-051-48/+56
* Put parantheses into 'if (foo && bar & flag)'. While they are not strictlyharti2005-04-051-2/+2
* Remove lots if irritating parantheses and fix two comments.harti2005-04-051-28/+28
* Remove the definition for STATIC and just use static.harti2005-04-051-10/+8
* Remove unneccessary local prototypes.harti2005-04-051-7/+0
* The static tfile is used only in one single function so move it into thatharti2005-04-051-6/+1
* The tfile field of struct Job isn't used anymore since revision 1.22 soharti2005-04-051-3/+0
* Include <string.h> and <strings.h> for various functions.stefanf2005-04-041-0/+2
* If they ever tell my story,pjd2005-04-031-0/+2
* Don't refer to devices that don't exist.imp2005-04-031-4/+0
* Commemorate the bicentenary of Hans Christian Andersen's birth bytanimura2005-04-021-0/+1
* Use rpmatch() instead of checking for responses that begin with 'y'tjr2005-04-022-18/+24
* Use a type-safe intrusive list to put jobs on the jobs or stoppedJobs listharti2005-04-011-40/+36
* Remove a forward declaration that isn't needed anymore.harti2005-04-011-1/+0
* Both struct Job and struct Shell are only used inside job.c so there isharti2005-04-012-171/+172
* Style: fix indentation.harti2005-04-011-357/+349
* Style: fix indentation.harti2005-04-011-63/+51
* Style: indentation.harti2005-04-011-475/+473
* Style: Indentation.harti2005-04-011-133/+133
* Style: fix indentation.harti2005-04-011-886/+875
* Style: fix indentation.harti2005-04-011-202/+179
* Style: fix indentation.harti2005-04-011-307/+268
* Style: fix indentation.harti2005-04-011-1882/+1818
* Note the passing of Cameron Grant <cg@FreeBSD.org>.cperciva2005-03-311-0/+1
* Document the new -A flag for ignoring archive errors.harti2005-03-311-2/+5
* Almost complete rewrite of the archive code (except for the Makefile parsingharti2005-03-313-431/+500
* Move the MAX macro to a util.h so it becomes usable in other modules.harti2005-03-312-4/+4
* Make the structure for handling the input stack local to the parseharti2005-03-305-165/+127
* Fix a bug introduced in a previous commit: ParseModifier() consumesharti2005-03-301-15/+30
* Add directory hierarchy copying example.obrien2005-03-281-0/+7
* Note when 'stat' appeared in FreeBSD.obrien2005-03-281-1/+3
* When doing the initial open of the proc via procfs, complain if we arealfred2005-03-273-8/+14
* I've been working on this somewhat so I'm moving thealfred2005-03-272-313/+329
* Style: de-lispify by removing extra parantheses in conditional expressions.harti2005-03-231-19/+18
* Style: make indentation 8 characters.harti2005-03-231-1600/+1679
* Make paths an explicite datatype instead of using the generic Lst.harti2005-03-2310-293/+273
* Style: <space><tab> -> <tab>harti2005-03-221-34/+33
* Rename struct Path to struct Dir and move it into the C-file. Itharti2005-03-222-28/+29
* Remove debugging code that crept in in the last commit.harti2005-03-221-7/+0
* Remove Lst_Find() and Lst_FindFrom() now that they aren't needed anymore.harti2005-03-222-48/+8
* Remove the last two instances of Lst_Find() calls.harti2005-03-222-55/+35
* Use VarParse() inside var.c instead of Var_Parse().harti2005-03-221-20/+33
OpenPOWER on IntegriCloud