summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyobrien2001-12-0433-37/+12
* Move the code merging ACL_USER and ACL_GROUP objects from underjedgar2001-12-031-22/+33
* Add defines for access and default ACLs (ACCESS_ACL/DEFAULT_ACL)jedgar2001-12-034-27/+31
* style(9) cleanups mostly consisting of:jedgar2001-12-036-87/+85
* Correct example to remove *all* extended ACL entries andjedgar2001-12-031-3/+4
* Slight makefile style.markm2001-12-022-7/+7
* o Expand the explaination of the -b option WRT the resultingjedgar2001-12-021-3/+13
* o Correct error message forgotten in the last commit (malloc() -> calloc())jedgar2001-12-021-3/+2
* Use calloc(3) instead of rolling our own.jedgar2001-12-021-2/+1
* Note that stty is a utility and not... err... a program....green2001-11-291-1/+1
* Stty is a program, not a function.green2001-11-291-1/+1
* Add LOMAC options (the "Z" flag in both cases) to display extra informationgreen2001-11-2616-17/+429
* Remove the printf builtin command from sh(1), which command is notknu2001-11-203-10/+5
* Fix style bugs I found, and add a comment.knu2001-11-191-10/+11
* Oops sorry, forgot to add a #include.knu2001-11-191-0/+1
* - Do not reference argv[1] if no argument is given.knu2001-11-191-7/+34
* Make test(1) a builtin command of our sh(1) for efficiency. Theknu2001-11-175-5/+24
* o Update licenses, comments.rwatson2001-11-162-1/+8
* Deuglify the usage message by putting the program name after thedd2001-11-151-1/+2
* Don't call setvar() with the VTEXTFIXED flag. A copy is created bytegge2001-11-071-4/+4
* Use a quad int conversion routine for time_t instead of ulong, capable ofdillon2001-10-281-2/+4
* Various string fields for certain cpio types are 11 rather then 8dillon2001-10-281-6/+15
* Remove unnecessary casts in timeval.tv_sec load from st_*timedillon2001-10-281-4/+4
* Remove assumption that time_t is an intdillon2001-10-281-1/+3
* mdoc(7) police: join OS version with the corresponding macro.ru2001-10-191-2/+2
* Repair normally unused is_digit() macro.tegge2001-10-141-1/+1
* *** empty log message ***obrien2001-10-012-29/+34
* WARNSify.ru2001-09-262-4/+4
* The "cat - -" feature was broken by the last commit.ru2001-09-261-5/+15
* mdoc(7) police: fixed markup.ru2001-09-251-5/+12
* mdoc(7) police: markup nits.ru2001-09-211-6/+10
* Don't check uninitialized memory for having the shell control charactertegge2001-09-191-4/+4
* BASESYNTAX, DQSYNTAX, SQSYNTAX and ARISYNTAX handles negative indexes.tegge2001-09-192-6/+6
* Adjust some type checks to include CTLQUOTEMARK in the range oftegge2001-09-191-3/+3
* Give /bin/cat the ability to connect to and read unix-domain socketsdillon2001-09-152-56/+108
* KSE Milestone 2julian2001-09-121-2/+3
* UPAGES as a constant is gone in KSE. We are going to have to trustpeter2001-09-101-3/+1
* Enable BSD style color ls support.mp2001-09-052-0/+2
* Update to the tcsh-6.11 version.mp2001-09-051-4/+12
* Add new tcsh-6.11 NLS sets for Estonian and Russian.mp2001-09-053-1/+33
* File positions are off_t nowdays, not long, so:ache2001-09-011-3/+3
* The file_descriptor argument to -t isn't optional, so don't mark it up so.dd2001-08-311-1/+1
* On today's kernels masking with ~KERNBASE is turning out to be lesspeter2001-08-242-4/+4
* Handle kvm_getprocs() returning nothing. Dont pass -1 to a sizepeter2001-08-241-1/+1
* Implement `stty ek` as documented.dd2001-08-231-0/+12
* Only capitalise the last `t' in ps's first argument when it'sbrian2001-08-161-1/+5
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-1514-42/+14
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-144-6/+17
* Initialize infp at main()peter2001-08-131-1/+2
* Initialize listf at main()peter2001-08-131-1/+2
OpenPOWER on IntegriCloud