summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Backed out my -n change to imply -l by request of sheldonh.chris1999-08-231-2/+0
* Make -n flag compliant to the Single Unix Specification.chris1999-08-231-1/+3
* Make a comment I added a bit nicer.green1999-08-221-2/+3
* Finally: fix test -x as completely as possible.green1999-08-201-7/+17
* Take integer rounding into account in the buffer size approximationsheldonh1999-08-191-2/+2
* Style issues in previous commit:sheldonh1999-08-191-4/+14
* The new test(1) did not use access() correctly. I don't know why, sincegreen1999-08-181-2/+7
* Describe proper signals behavior rather than just removing it.ru1999-08-161-2/+8
* Replace our test(1) with NetBSD's pdksh-derived version. The code issheldonh1999-08-165-785/+465
* Bad reference of mount(1) changed to mount(8).chris1999-08-141-3/+3
* Minor style fix - change 'if(!*v)' to 'if (!*v)'chris1999-08-141-2/+2
* There is no special handling for SIGALRM asru1999-08-091-11/+3
* Document -f flag:chris1999-08-082-4/+10
* Add -n option to print numeric user and group IDs instead of namessheldonh1999-08-023-9/+31
* Correct some style issues in my previous commit.kris1999-07-222-4/+4
* Fix handling of the cd command inside evaluations. It was changing PWD,sheldonh1999-07-191-1/+2
* Implement seekability for disk devices (not just regular files).green1999-07-133-11/+13
* Add -W and fix the warning due to missing struct initializerkris1999-07-102-4/+4
* Improved error handling in rev.1.18: don't ignore failure of execve().bde1999-07-041-5/+4
* Correct reference to the obsolete vadvise() to madvise() (with appropriatekris1999-06-301-5/+5
* Don't continue if parsing failed when -f is in use. Exit with nonzero value.cracauer1999-06-251-3/+2
* Undo some of the reversions from previous revisions, and attempt tokris1999-06-211-52/+83
* This is the second round of dd(1) changes. Some changes made/reversed bygreen1999-06-207-83/+108
* Miscellaneous dd(1) changes: mainly fixing variable types (size_t, ssize_t,green1999-06-197-105/+104
* Changes from OpenBSD:kris1999-06-073-16/+27
* Use .Dq instead of ``'' in manpagekris1999-05-282-8/+23
* getopt(3) returns -1 not EOF.imp1999-05-231-2/+2
* Chflags was clearing all flags supplied on the command line after ajmz1999-05-211-2/+2
* the month and three days are up for -hackers and the 24hrs for -committers.jmg1999-05-142-20/+34
* Grammatical fixes.kris1999-05-121-5/+5
* Various spelling/formatting changes.kris1999-05-0857-163/+169
* This Implements the mumbled about "Jail" feature.phk1999-04-282-2/+9
* .Xr chflags 1 ,hoek1999-04-271-1/+2
* First set of fixes to keep egcs happy. These include {} around singleimp1999-04-2511-26/+34
* Reverted some more of rev.1.9 (emphasize that -H != -h).bde1999-04-251-1/+6
* Quick fix to allow transfer files >2GB.dt1999-04-251-3/+3
* Revert part of the previous commit. Keep the example that shows how thenik1999-04-241-0/+18
* Next approach to make loops in interactive interruptable.cracauer1999-04-214-13/+17
* Typo fix.max1999-04-191-3/+3
* Change description of file(1) following symlinks to the truth (namely,nik1999-04-141-28/+16
* Remove my temporary detection for PR 7059, Tor Egge fixed this bug.cracauer1999-04-131-5/+1
* During variable expansion, the internal representation of the expressiontegge1999-04-131-5/+5
* Fix typo in source-explaining comment.cracauer1999-04-121-2/+2
* Add a guarded abort() for the problem in PR bin/7059 (no fix so far,cracauer1999-04-121-17/+33
* When a variable expansion is enclosed in double quotes, the internaltegge1999-04-092-16/+56
* Update p_flags doc.peter1999-04-061-3/+1
* Look at p_lock instead of P_NOSWAP etc as an indicator of unswappability.peter1999-04-061-2/+4
* In interactive shells, break loops to the topmost level when a childcracauer1999-04-031-1/+6
* Implement -a flag. A test shell script can be found atcracauer1999-04-032-4/+5
* -T was missing in the synopsis line.cracauer1999-04-021-2/+2
OpenPOWER on IntegriCloud