Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdoc(7) police: fix markup and some spelling. | ru | 2001-03-23 | 2 | -66/+99 |
| | |||||
* | Silence minor cc warning | ache | 2001-03-21 | 1 | -1/+1 |
| | |||||
* | Use nl_langinfo instead of %Ef | ache | 2001-03-21 | 1 | -6/+16 |
| | |||||
* | Use nl_langinfo instead of %Ef | ache | 2001-03-21 | 1 | -6/+7 |
| | |||||
* | Remove extra CFLAGS | jedgar | 2001-03-20 | 1 | -2/+1 |
| | | | | | | Add DPADD Submitted by: bde | ||||
* | Remove extra CFLAGS and redundant SRCS | jedgar | 2001-03-20 | 1 | -2/+1 |
| | | | | | | Add DPADD Submitted by: bde | ||||
* | Remove 'NOSHARED=yes' (../Makefile.inc already sets this) | jedgar | 2001-03-19 | 2 | -3/+0 |
| | |||||
* | o Missed in addition of setfacl.h in setfacl(1) | rwatson | 2001-03-19 | 1 | -0/+76 |
| | |||||
* | o Missed in prior commit: getfacl(1) Makefile | rwatson | 2001-03-19 | 1 | -0/+9 |
| | |||||
* | o Enable getfacl(1) and setfacl(1) | rwatson | 2001-03-19 | 1 | -0/+2 |
| | | | | Obtained from: TrustedBSD Project | ||||
* | o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLs | rwatson | 2001-03-19 | 10 | -0/+1284 |
| | | | | | | | from files and directories, and setfacl sets ACLs on files and directories. Submitted by: jedgar Obtained from: TrustedBSD Project | ||||
* | DIS -> ISO | ache | 2001-03-17 | 5 | -7/+7 |
| | |||||
* | Make it clear that the -v option doesn't actually set the date. | dd | 2001-03-16 | 1 | -2/+3 |
| | | | | | PR: 24773 Approved by: nik | ||||
* | Revert this file back to how it was in the STABLE branch, this means: | asmodai | 2001-03-05 | 1 | -1/+1 |
| | | | | put greek and ja in the correct alphabetical place in the SUBDIR line. | ||||
* | Switch from using rand() or random() to a stronger, more appropriate PRNG | kris | 2001-03-05 | 1 | -8/+1 |
| | | | | | | (random() or arc4random()) Reviewed by: bde | ||||
* | implement OCRNL, ONOCR, and ONLRET | assar | 2001-03-04 | 3 | -0/+19 |
| | | | | Obtained from: NetBSD | ||||
* | Small optimization: set use_ampm only when needed | ache | 2001-03-03 | 3 | -4/+6 |
| | |||||
* | Use AM/PM time only when available in locale | ache | 2001-03-02 | 3 | -4/+9 |
| | |||||
* | POSIX wrote: | ru | 2001-03-02 | 3 | -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 | ||||
* | The 'X' permission symbol is specified by POSIX.2, so don't say that it | ben | 2001-03-01 | 1 | -4/+2 |
| | | | | | | | isn't. Obtained from: NetBSD Confirmed by: ru, wollman | ||||
* | Eliminate mdocNG warnings caused by misplaced or extraneous macro calls. | ru | 2001-02-28 | 2 | -2/+2 |
| | |||||
* | Fix style bug I introduced with rev 1.13 (rcsid after includes). | obrien | 2001-02-28 | 1 | -5/+7 |
| | | | | | | Along with CSRG id lossage in rev 1.11. Submitted by: bde | ||||
* | Add rcsid. | obrien | 2001-02-27 | 1 | -0/+6 |
| | |||||
* | Move the realpath(1) birth day from FreeBSD 5.0 to FreeBSD 4.3. | ru | 2001-02-22 | 2 | -2/+2 |
| | | | | | Submitted by: "Stephen L. Palmer" <slpalmer@mail.com> Forgotten by: asmodai | ||||
* | Do not coredump if no options are supplied. (ps -o,) | jlemon | 2001-02-14 | 1 | -1/+1 |
| | | | | | Submitted by: rgrimes Obtained from: NetBSD | ||||
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | ru | 2001-02-13 | 5 | -6/+6 |
| | |||||
* | Catch up to new priority interface. | jake | 2001-02-12 | 3 | -17/+18 |
| | |||||
* | Use decimal point from locale | ache | 2001-02-11 | 1 | -1/+5 |
| | |||||
* | Fix typo: seperate -> separate. | asmodai | 2001-02-06 | 1 | -1/+1 |
| | | | | | | Seperate does not exist in the english language. Submitted to look at by: kris | ||||
* | Fix child's SIGSTOP behaviour in scripts. | cracauer | 2001-02-06 | 1 | -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 | ||||
* | In the hope of saving others from hours of tedious recovery work, | mckay | 2001-02-04 | 1 | -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. | ||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 8 | -22/+31 |
| | |||||
* | Note that rmdir(2) does not follow symbolic links. | jdp | 2001-01-24 | 1 | -1/+6 |
| | |||||
* | - Catch up to new proc flags. | jhb | 2001-01-24 | 2 | -7/+8 |
| | |||||
* | Document the restrictions on changing times in high securelevels. | ben | 2001-01-17 | 1 | -1/+5 |
| | | | | | PR: 23502 Submitted by: Robert Boyd <rboyd@pokerspot.com> | ||||
* | Activate Greek message catalog | ache | 2001-01-17 | 1 | -4/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 2 | -2/+2 |
| | |||||
* | Special case the error reporting when errno is ENOTDIR or ENOENT. | alfred | 2001-01-14 | 1 | -1/+5 |
| | | | | | | | | This makes "mkdir /nonexistant/foo" complain that /nonexistant doesn't exist rather than /nonexistant/foo which doesn't make much sense. Submitted (in a different form) by: W.H.Scholten <whs@xs4all.nl> | ||||
* | grammar gnit: "relationships (plural) _are_ complex" | hoek | 2000-12-28 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: simplify construct. | ru | 2000-12-21 | 1 | -4/+1 |
| | |||||
* | Display pathname of item being rm'ed. | obrien | 2000-12-20 | 1 | -3/+3 |
| | | | | Submitted by: Peter Pentchev <roam@orbitel.bg> | ||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -18/+31 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -1/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-18 | 3 | -36/+36 |
| | |||||
* | Restore the rss (-u) keyword that got deleted in my somewhat over-zealous | mckusick | 2000-12-16 | 1 | -0/+1 |
| | | | | | | cleanup effort. Submitted by: Mark Peek <mark@whistle.com> | ||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-15 | 11 | -59/+71 |
| | |||||
* | mdoc(7) police: removed history info from the .Os call. | ru | 2000-12-14 | 1 | -1/+1 |
| | |||||
* | Change the proc information returned from the kernel so that it | mckusick | 2000-12-12 | 5 | -169/+103 |
| | | | | | | | | | | | | no longer contains kernel specific data structures, but rather only scalar values and structures that are already part of the kernel/user interface, specifically rusage and rtprio. It no longer contains proc, session, pcred, ucred, procsig, vmspace, pstats, mtx, sigiolst, klist, callout, pasleep, or mdproc. If any of these changed in size, ps, w, fstat, gcore, systat, and top would all stop working. The new structure has over 200 bytes of unassigned space for future values to be added, yet is nearly 100 bytes smaller per entry than the structure that it replaced. | ||||
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -6/+7 |
| | | | | Use _PATH_* where where possible. | ||||
* | Change the spelling of `.' to `.' from .OBJDIR since `.' really is where | obrien | 2000-12-05 | 1 | -1/+1 |
| | | | | generated files land. Also give precedence to generated files. |