aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* -Wnon-const-format sweep: make format strings const char *'s, addKris Kennaway2001-04-1711-36/+37
| | | | | | | | | __printflike()/__printf0like() to function prototypes, as appropriate. Reviewed by: bde, -audit Notes: svn path=/head/; revision=75577
* Convert getfacl to the ACL editing library functions. getfacl shouldChris D. Faulhaber2001-04-131-23/+71
| | | | | | | | | | | now compile/work on any POSIX.1e-compliant implementation (also tested against the current Linux patches). Review by: rwatson Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=75491
* Correct some markupBrian Somers2001-04-121-2/+4
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=75449
* Introduce -osid and -otsidBrian Somers2001-04-112-0/+8
| | | | | | | Submitted by: dd Notes: svn path=/head/; revision=75435
* Correct the following defines to match the POSIX.1e spec:Chris D. Faulhaber2001-04-111-9/+9
| | | | | | | | | | | ACL_PERM_EXEC -> ACL_EXECUTE ACL_PERM_READ -> ACL_READ ACL_PERM_WRITE -> ACL_WRITE Obtained from: TrustedBSD Notes: svn path=/head/; revision=75404
* ``|'' should be more binding than ``!'' so that this isn't broken:Brian Somers2001-04-091-2/+13
| | | | | | | | | | | if ! echo bla | wc -c ; then echo broken fi Obtained from: NetBSD Notes: svn path=/head/; revision=75336
* Remove tsess for now.Brian Somers2001-04-071-2/+0
| | | | | | | This (and sess) may come back shortly. Notes: svn path=/head/; revision=75287
* Update documentation in line with what the code doesBrian Somers2001-04-071-9/+1
| | | | | | | | | PR: 25435 Submitted by: dd Forgotten by: mckusick Notes: svn path=/head/; revision=75285
* The sess column went away last December with v1.26 of keyword.cBrian Somers2001-04-071-1/+1
| | | | | | | | | Remove it from ``jfmt''. Forgotten by: mckusick Notes: svn path=/head/; revision=75279
* setfacl and getfacl no longer need to link against libposix1e, since itThomas Moestl2001-04-042-4/+0
| | | | | | | | | | has been integrated into libc. Approved by: rwatson Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=75189
* A much better (more correct) fix for handling ``!'' charactersBrian Somers2001-04-041-23/+40
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=75160
* Handle ``!'' characters when they appear as second and subsequentBrian Somers2001-04-041-0/+3
| | | | | | | | | | | parts of an && or || expression. This makes this expression work as expected: if true && ! false; then echo yes; fi Notes: svn path=/head/; revision=75155
* Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY inRuslan Ermilov2001-04-031-1/+1
| | | | | | | ${CFLAGS}. The only supported method thus is -DRELEASE_CRUNCH. Notes: svn path=/head/; revision=75126
* Remove a comment which seemed to confuse makewhatis:Ben Smithurst2001-03-291-1/+0
| | | | | | | | | | | ben@freefall:~$ whatis ed ed(1), -(1) - ed, red text editor PR: 25164 Submitted by: Rich Morin <rdm@cfcl.com> Notes: svn path=/head/; revision=74975
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-275-6/+4
| | | | Notes: svn path=/head/; revision=74845
* Fix error reporting of delayed send errors.Bill Fenner2001-03-261-1/+1
| | | | Notes: svn path=/head/; revision=74819
* mdoc(7) police: fix markup and some spelling.Ruslan Ermilov2001-03-232-66/+99
| | | | Notes: svn path=/head/; revision=74676
* Silence minor cc warningAndrey A. Chernov2001-03-211-1/+1
| | | | Notes: svn path=/head/; revision=74581
* Use nl_langinfo instead of %EfAndrey A. Chernov2001-03-211-6/+16
| | | | Notes: svn path=/head/; revision=74567
* Use nl_langinfo instead of %EfAndrey A. Chernov2001-03-211-6/+7
| | | | Notes: svn path=/head/; revision=74566
* Remove extra CFLAGSChris D. Faulhaber2001-03-201-2/+1
| | | | | | | | | Add DPADD Submitted by: bde Notes: svn path=/head/; revision=74506
* Remove extra CFLAGS and redundant SRCSChris D. Faulhaber2001-03-201-2/+1
| | | | | | | | | Add DPADD Submitted by: bde Notes: svn path=/head/; revision=74505
* Remove 'NOSHARED=yes' (../Makefile.inc already sets this)Chris D. Faulhaber2001-03-192-3/+0
| | | | Notes: svn path=/head/; revision=74489
* o Missed in addition of setfacl.h in setfacl(1)Robert Watson2001-03-191-0/+76
| | | | Notes: svn path=/head/; revision=74468
* o Missed in prior commit: getfacl(1) MakefileRobert Watson2001-03-191-0/+9
| | | | Notes: svn path=/head/; revision=74467
* o Enable getfacl(1) and setfacl(1)Robert Watson2001-03-191-0/+2
| | | | | | | Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=74466
* o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLsRobert Watson2001-03-1910-0/+1284
| | | | | | | | | | from files and directories, and setfacl sets ACLs on files and directories. Submitted by: jedgar Obtained from: TrustedBSD Project Notes: svn path=/head/; revision=74465
* DIS -> ISOAndrey A. Chernov2001-03-175-7/+7
| | | | Notes: svn path=/head/; revision=74397
* Make it clear that the -v option doesn't actually set the date.Dima Dorfman2001-03-161-2/+3
| | | | | | | | PR: 24773 Approved by: nik Notes: svn path=/head/; revision=74320
* Revert this file back to how it was in the STABLE branch, this means:Jeroen Ruigrok van der Werven2001-03-051-1/+1
| | | | | | | put greek and ja in the correct alphabetical place in the SUBDIR line. Notes: svn path=/head/; revision=73640
* Switch from using rand() or random() to a stronger, more appropriate PRNGKris Kennaway2001-03-051-8/+1
| | | | | | | | | (random() or arc4random()) Reviewed by: bde Notes: svn path=/head/; revision=73563
* implement OCRNL, ONOCR, and ONLRETAssar Westerlund2001-03-043-0/+19
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=73421
* Small optimization: set use_ampm only when neededAndrey A. Chernov2001-03-033-4/+6
| | | | Notes: svn path=/head/; revision=73369
* Use AM/PM time only when available in localeAndrey A. Chernov2001-03-023-4/+9
| | | | Notes: svn path=/head/; revision=73367
* POSIX wrote:Ruslan Ermilov2001-03-023-30/+11
| | | | | | | | | | | | | | | | : LC_TIME This variable shall determine the format and : contents of date and time strings when the -v : option is specified. Developers took this wrong. LC_TIME specifies the locale name, not the ``format'' argument of strftime(). Oops: pax -w -f /tmp/foo /dev/null LC_TIME=de_DE.ISO_8859-1 pax -v -f /tmp/foo Notes: svn path=/head/; revision=73345
* The 'X' permission symbol is specified by POSIX.2, so don't say that itBen Smithurst2001-03-011-4/+2
| | | | | | | | | | isn't. Obtained from: NetBSD Confirmed by: ru, wollman Notes: svn path=/head/; revision=73281
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.Ruslan Ermilov2001-02-282-2/+2
| | | | Notes: svn path=/head/; revision=73233
* Fix style bug I introduced with rev 1.13 (rcsid after includes).David E. O'Brien2001-02-281-5/+7
| | | | | | | | | Along with CSRG id lossage in rev 1.11. Submitted by: bde Notes: svn path=/head/; revision=73219
* Add rcsid.David E. O'Brien2001-02-271-0/+6
| | | | Notes: svn path=/head/; revision=73143
* Move the realpath(1) birth day from FreeBSD 5.0 to FreeBSD 4.3.Ruslan Ermilov2001-02-222-2/+2
| | | | | | | | Submitted by: "Stephen L. Palmer" <slpalmer@mail.com> Forgotten by: asmodai Notes: svn path=/head/; revision=72853
* Do not coredump if no options are supplied. (ps -o,)Jonathan Lemon2001-02-141-1/+1
| | | | | | | | Submitted by: rgrimes Obtained from: NetBSD Notes: svn path=/head/; revision=72489
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-135-6/+6
| | | | Notes: svn path=/head/; revision=72432
* Catch up to new priority interface.Jake Burkholder2001-02-123-17/+18
| | | | Notes: svn path=/head/; revision=72377
* Use decimal point from localeAndrey A. Chernov2001-02-111-1/+5
| | | | Notes: svn path=/head/; revision=72343
* Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-061-1/+1
| | | | | | | | | Seperate does not exist in the english language. Submitted to look at by: kris Notes: svn path=/head/; revision=72089
* Fix child's SIGSTOP behaviour in scripts.Martin Cracauer2001-02-061-1/+2
| | | | | | | | | | | | | | | | | | | | | When a child is receiving SIGSTOP, eval continues with the next command. While that is correct for the interactive case (Control-Z and you get the prompt back), it is wrong for a shellscript, which just continues with the next command, never again waiting for the stopped child. Noted when childs from cronjobs were stopped, just to make more processes (by wosch). The fix is not to return from a job wait when the wait returned for a stopped child while in non-interactive mode. This bahaviour seems to be what bash2 and ksh implement. I tested for correct behaviour for finnaly killing the child with and without forgrounding it first. When not foregrouding before killing, the shell continues with the script, which is what the other shells do as well. Reviewed by: Silence on -current Notes: svn path=/head/; revision=72086
* In the hope of saving others from hours of tedious recovery work,Stephen McKay2001-02-041-0/+10
| | | | | | | | document that cp still isn't very useful for recursive copies even with the -R flag. This is because hard links are broken by cp. Notes: svn path=/head/; revision=71977
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-018-22/+31
| | | | Notes: svn path=/head/; revision=71895
* Note that rmdir(2) does not follow symbolic links.John Polstra2001-01-241-1/+6
| | | | Notes: svn path=/head/; revision=71606
* - Catch up to new proc flags.John Baldwin2001-01-242-7/+8
| | | | Notes: svn path=/head/; revision=71578