ache
df5dcfcf6e
Use new locale names
2001-06-10 15:28:39 +00:00
ru
640330f7ff
Simplify, with the power of new mdoc(7).
2001-06-09 11:20:31 +00:00
dd
0383b1c18b
Add -j to the usage string.
...
PR: 27986
Submitted by: Cyrille Lefevre <clefevre@redirect.to>
2001-06-09 06:14:05 +00:00
dd
aa18b0b032
Correct a typo.
...
Submitted by: Alexey V. Neyman <avn@any.ru>
2001-06-08 04:41:21 +00:00
nectar
cc91420e2c
Add parens to get the cast that was meant in previous commit.
...
While we're at it, this file seems to prefer `unsigned int'
over `u_int', so go with that.
2001-06-05 21:55:57 +00:00
mjacob
023821479e
Wrong. The size of size_t is *not* the same as the size of an integer.
...
MFC after: 2 weeks
2001-06-05 21:16:27 +00:00
dd
1b83a0aef8
Correct a spelling nit (a -> an).
2001-06-04 23:33:02 +00:00
pirzyk
7e25cedba6
Added the -l option to df, so to be compatable with other unicies.
...
PR: bin/27240
Reviewed by: GAWollman
MFC after: 2 weeks
2001-06-04 23:07:15 +00:00
dd
e74fefcf8f
Mention the kern.ps_showallprocs sysctl.
...
PR: 24804
Submitted by: Mike Meyer <mwm@mired.org>
2001-06-02 04:02:36 +00:00
ru
e7a85be33f
Remove vestiges of MFS.
2001-06-01 10:07:28 +00:00
gad
1246730a2a
Fix how /bin/sh handles 'for' and 'case' statements when it is called to do
...
errexit (-e) processing. This solves a problem where 'make clean' would
fail with an unspecified error in certain automake-generated makefiles.
Reviewed by: no objections from -hackers...
MFC after: 2 weeks
2001-06-01 00:07:09 +00:00
ru
8a1fd26292
Fixed the bug from the previous revision.
...
``chown -h owner symlink'' did not set the symlink's owner
if the file the symlink points to already had that owner:
# ls -l alink afile
-rw-r--r-- 1 nobody ru 0 May 31 14:14 afile
lrwxr-xr-x 1 root ru 5 May 31 14:14 alink -> afile
# ./chown -h -v nobody alink
# ls -l alink afile
-rw-r--r-- 1 nobody ru 0 May 31 14:14 afile
lrwxr-xr-x 1 root ru 5 May 31 14:14 alink -> afile
Similarly for chgrp(1) and chmod(1).
2001-05-31 11:47:20 +00:00
pirzyk
c8969dd00c
Fixed two bugs, first not allowing '.' as a valid login name character
...
in okname() in util.c and second, returning != 0 when you do have an
error from okname in two places in rcp.c.
Thanks to Garrett for the POSIX defintion of valid login and group names.
PR: bin/25757
MFC after: 3 weeks
2001-05-30 16:19:13 +00:00
imp
e75a0aa12f
Use PATH_MAX in preference in MAXPATHLEN.
2001-05-30 03:37:28 +00:00
imp
8c99d1db67
Use PATH_MAX instead of MAXPATHLEN.
...
Also use sizeof(path) in preference to PATH_MAX.
2001-05-30 03:33:32 +00:00
imp
1244169d81
PATH_MAX in preference to MAXPATHLEN.
2001-05-30 03:28:29 +00:00
imp
631844f68d
Use PATH_MAX rather than MAXPATHLEN.
2001-05-30 03:27:07 +00:00
imp
0155282ad7
Minor comment fix
2001-05-30 03:25:45 +00:00
imp
567b09a17d
Use PATH_MAX in preference to MAXPATHLEN.
2001-05-29 18:20:36 +00:00
imp
6d5c9e2a15
Use PATH_MAX rather than MAXPATHLEN. Also fix a possible off by one
...
error caused by the -1 being on the wrong side of the comparison.
This would not cause an overflow, as near as I can tell, because we
truncate later anyway. We'd just fail to get a diagnostic for 1024
and 1025 byte file names.
2001-05-29 18:03:14 +00:00
imp
bd38254e2e
Use PATH_MAX in preference to MAXPATHLEN.
...
Also sort declarations per style(9) (big arrays come last) while I'm
in the area.
2001-05-29 17:27:56 +00:00
ru
5e17a4447b
Change noop option -h to do the real work. Now mode of symbolic link
...
is changed if -h option is given.
Requested by: bde
Obtained from: NetBSD (code part)
2001-05-28 15:31:11 +00:00
ru
68d3eccc3a
Follow symbolic links named as command line arguments if run without -R.
...
This is required by symlink(7), ``Commands not traversing a file tree''
subsection, third paragraph:
: It is important to realize that this rule includes commands which may
: optionally traverse file trees, e.g. the command ``chown file'' is
: included in this rule, while the command ``chown -R file'' is not.
For chown(8) and chgrp(1), this is also is compliance with the latest
POSIX 1003.1-200x draft.
MFC after: 1 week
2001-05-28 12:58:10 +00:00
kris
a942467a46
Fix warnings to compile with WARNS=2 on i386 and alpha
...
Reviewed by: bde
2001-05-26 20:45:25 +00:00
ru
0c045c5d54
Make it clear that -P is the default.
...
PR: docs/27629
2001-05-25 07:32:58 +00:00
dd
717e07e494
Spelling police: insure -> ensure
...
PR: 27600
Submitted by: Iain Templeton <iain@ugh.net.au>
2001-05-24 03:52:32 +00:00
kris
3704482b08
Silence WARNS=2 and BDECFLAGS on alpha and i386
...
MFC after: 1 week
2001-05-20 06:21:12 +00:00
kris
3819badcd6
Silence WARNS=2 and BDECFLAGS except for stupid mode_t warnings.
...
MFC after: 1 week
2001-05-20 05:49:20 +00:00
kris
370c50d300
Silence WARNS=2 and BDECFLAGS on alpha and i386
...
MFC after: 1 week
2001-05-20 05:37:46 +00:00
kris
70d80ba289
Silence WARNS=2 and BDECFLAGS on alpha and i386
...
MFC After: 1 week
2001-05-20 05:33:53 +00:00
kris
749bca5ec2
Silence WARNS=2 and BDECFLAGS on alpha and i386
...
MFC after: 1 week
2001-05-20 05:25:37 +00:00
kris
fe984982f4
Silence WARNS=2 and BDECFLAGS on alpha and i386
...
MFC After: 1 week
2001-05-20 05:13:21 +00:00
kris
773b8c647e
Silence WARNS=2 and BDECFLAGS on alpha and i386
...
MFC after: 1 week
2001-05-20 05:10:04 +00:00
kris
fda416048c
Silence WARNS=2 and BDECFLAGS on i386 and alpha.
...
MFC After: 1 week
2001-05-20 05:01:48 +00:00
kris
a9591ec95f
Silence WARNS=2 and BDECFLAGS on alpha and i386, except for mode_t
...
warnings.
MFC after: 1 week
2001-05-20 05:00:16 +00:00
kris
87fe6c7de0
Silence WARNS=2 and BDECFLAGS on i386 and alpha
...
MFC After: 1 week
2001-05-20 04:54:15 +00:00
kris
bc311d5aef
Silence WARNS=2 and BDECFLAGS on the i386 and alpha
...
MFC After: 1 week
2001-05-20 04:52:37 +00:00
kris
3b7c4b5c80
Silence warnings on alpha. Unfortunately we can't add WARNS to this
...
because of that stupid mode_t warning bug.
MFC After: 1 week
2001-05-20 04:47:55 +00:00
kris
64971df121
Make this pass WARNS=2 and BDECFLAGS
2001-05-20 04:37:28 +00:00
kris
c616c02d00
BDECFLAGS cleanup (modulo long long issues). Add WARNS. Tested on alpha.
...
Reviewed by: the great man himself (except alpha cleanups)
2001-05-20 04:12:30 +00:00
kris
c3082fa5da
Make this compile with WARNS=2
2001-05-20 03:24:24 +00:00
ru
52a9144c8b
Removed -I${.CURDIR}/.../sys from CFLAGS.
2001-05-18 13:41:42 +00:00
kris
5dcd334a54
BDECFLAGS cleanup
2001-05-18 11:04:19 +00:00
ru
1ea506c6d5
Fix an off-by-hour bug when crossing Daylight Saving Time boundary.
...
PR: bin/27399
Submitted by: "Crist J. Clark" <crist.clark@globalstar.com>
MFC after: 3 days
2001-05-17 15:20:15 +00:00
imp
d3f66389ff
Migrate from using MAXPATHLEN to MAX_PATH. Use strlcpy to copy the
...
strings.
2001-05-16 19:10:40 +00:00
kris
3421522f53
Fix operation of df on unmounted filesystems, and add the ability to run df
...
on unmounted non-UFS filesystem using '-t'
Submitted by: bde
2001-05-09 08:44:15 +00:00
ru
8476412152
mdoc(7) police: fix markup, rename and reorder some sections.
2001-05-08 08:12:53 +00:00
ru
9b0de0da1c
mdoc(7) police: sort xrefs.
2001-05-08 07:19:19 +00:00
kris
d3d33000fe
GC some dead code relating to running df on unmounted block devices,
...
and remove the setgid operator bit from the installed binary: if you want
to view free disk space on an unmounted device, you should have read
permissions to access it.
Reviewed by: phk
2001-05-08 06:58:25 +00:00
kris
6f2ea93cf4
Sync up with OpenBSD. Too many changes to note, but the major features
...
are:
* Implement cpio compatibility mode when pax is invoked as cpio
* Extend tar compatibility mode to cover many of the GNU tar single-letter
options (bzip2 mode, aka -y/-j is not present in OpenBSD). When
invoked as tar, pax is now full-featured enough for use by the ports
collection to extract distfiles and create packages.
* Many bug fixes to the operation of pax and the tar compatibility modes
* Code fixes for things like correct string buffer termination.
I tried to preserve existing FreeBSD fixes to this utility; please let me
know if I have inadvertently spammed something.
2001-05-08 06:19:06 +00:00
kris
b48e2b1dc2
Add -z flag to pax to allow gzipping of archive output. Add -z and -Z (gzip
...
and compress) to pax when used in tar mode (invoked as 'tar') for
compatibility with GNU tar.
bzip2 functionality for further GNU tar compatibility will be added at a
later date.
Note in the manpage that -z is non-standard.
Obtained from: OpenBSD
Reviewed by: -hackers
MFC after: 2 weeks
2001-05-05 01:10:13 +00:00
markm
6e5753e11d
Depollute headers now that the VM headers DTRT.
2001-05-03 11:49:44 +00:00
jedgar
28ac96c49a
Correct assignment of the resulting ACL allowing the mask entry to
...
be properly set.
Obtained from: TrustedBSD Project
2001-05-03 03:17:44 +00:00
markm
5ee04d58e6
Compensate for header dethreading.
2001-05-01 08:39:23 +00:00
dd
8b675ff060
Document "chdir" builtin.
2001-04-28 02:13:58 +00:00
ru
3da5e6c90c
Fixed a typo.
2001-04-27 08:12:45 +00:00
sobomax
376d2cec8e
Put a note that -h' and
-n' is non-standard and provided only for
...
compatibility purposes.
Prompted by: ru
2001-04-27 08:00:19 +00:00
sobomax
d7706ae588
Bring in -h' compatability option and its alias
-n' to match NetBSD and GNU
...
semantics.
style(9) Reviewed by:
Obtained from: NetBSD
2001-04-26 17:15:57 +00:00
kris
f94a8fb47c
Whitespace cleanup pass; reduce diffs with OpenBSD. No functional changes.
2001-04-26 09:22:28 +00:00
kris
b146fa78f3
Reduce diffs with OpenBSD:
...
#if __STDC__ -> #ifdef __STDC__
pax_warn() -> paxwarn()
sys_warn() -> syswarn()
(foo *)NULL -> NULL
bcopy -> memmove()/memcpy()
bzero -> memset()
Typo fixes
sprintf() -> snprintf()
rindex() -> strrchr()
index() -> strchr()
sys_errlist[] -> strerror()
Obtained from: OpenBSD
2001-04-26 08:37:00 +00:00
kris
b4108a0697
Use mkstemp() for secure tempfile creation instead of tempnam()
...
Obtained from: OpenBSD
Reviewed by: mikeh
2001-04-26 07:32:27 +00:00
jedgar
2da23531d9
o Separate acl_t into internal and external representations as
...
required by POSIX.1e. This maintains the current 'struct acl'
in the kernel while providing the generic external acl_t
interface required to complete the ACL editing library.
o Add the acl_get_entry() function.
o Convert the existing ACL utilities, getfacl and setfacl, to
fully make use of the ACL editing library.
Obtained from: TrustedBSD Project
2001-04-24 22:45:41 +00:00
ru
2d1b95a96f
mdoc(7) police: normalize .Nd.
2001-04-18 15:54:10 +00:00
kris
b6da0fca77
-Wnon-const-format sweep: make format strings const char *'s, add
...
__printflike()/__printf0like() to function prototypes, as appropriate.
Reviewed by: bde, -audit
2001-04-17 07:46:38 +00:00
jedgar
9fca9e8cc8
Convert getfacl to the ACL editing library functions. getfacl should
...
now compile/work on any POSIX.1e-compliant implementation (also tested
against the current Linux patches).
Review by: rwatson
Obtained from: TrustedBSD Project
2001-04-13 19:24:28 +00:00
brian
65b7c17ded
Correct some markup
...
Submitted by: bde
2001-04-12 20:04:54 +00:00
brian
eac81d474b
Introduce -osid and -otsid
...
Submitted by: dd
2001-04-11 22:42:54 +00:00
jedgar
512fd8bc5f
Correct the following defines to match the POSIX.1e spec:
...
ACL_PERM_EXEC -> ACL_EXECUTE
ACL_PERM_READ -> ACL_READ
ACL_PERM_WRITE -> ACL_WRITE
Obtained from: TrustedBSD
2001-04-11 02:19:01 +00:00
brian
758d5927b5
`|'' should be more binding than
`!'' so that this isn't broken:
...
if ! echo bla | wc -c ; then
echo broken
fi
Obtained from: NetBSD
2001-04-09 12:46:19 +00:00
brian
c0d5285dcf
Remove tsess for now.
...
This (and sess) may come back shortly.
2001-04-07 11:22:26 +00:00
brian
06174de8ff
Update documentation in line with what the code does
...
PR: 25435
Submitted by: dd
Forgotten by: mckusick
2001-04-07 11:16:41 +00:00
brian
d656f2b939
The sess column went away last December with v1.26 of keyword.c
...
Remove it from ``jfmt''.
Forgotten by: mckusick
2001-04-07 02:53:35 +00:00
tmm
0bc8c703ad
setfacl and getfacl no longer need to link against libposix1e, since it
...
has been integrated into libc.
Approved by: rwatson
Obtained from: TrustedBSD Project
2001-04-04 18:20:08 +00:00
brian
68e27cd394
A much better (more correct) fix for handling ``!'' characters
...
Obtained from: NetBSD
2001-04-04 10:11:43 +00:00
brian
dac2619941
Handle ``!'' characters when they appear as second and subsequent
...
parts of an && or || expression.
This makes this expression work as expected:
if true && ! false; then echo yes; fi
2001-04-04 09:30:50 +00:00
ru
d042566442
Drop support for -DRELEASE_BUILD_FIXIT and -DCRUNCHED_BINARY in
...
${CFLAGS}. The only supported method thus is -DRELEASE_CRUNCH.
2001-04-03 13:34:35 +00:00
ben
f7317737d2
Remove a comment which seemed to confuse makewhatis:
...
ben@freefall:~$ whatis ed
ed(1), -(1) - ed, red text editor
PR: 25164
Submitted by: Rich Morin <rdm@cfcl.com>
2001-03-29 01:25:06 +00:00
ru
011f71f63c
MAN[1-9] -> MAN.
2001-03-27 10:03:10 +00:00
fenner
50542906d3
Fix error reporting of delayed send errors.
2001-03-26 16:18:01 +00:00
ru
d3cb884455
mdoc(7) police: fix markup and some spelling.
2001-03-23 08:14:27 +00:00
ache
ab6110835d
Silence minor cc warning
2001-03-21 15:14:47 +00:00
ache
0a97601c2d
Use nl_langinfo instead of %Ef
2001-03-21 13:33:09 +00:00
ache
222bae8084
Use nl_langinfo instead of %Ef
2001-03-21 13:21:20 +00:00
jedgar
704765dafb
Remove extra CFLAGS
...
Add DPADD
Submitted by: bde
2001-03-20 02:55:43 +00:00
jedgar
599f08c435
Remove extra CFLAGS and redundant SRCS
...
Add DPADD
Submitted by: bde
2001-03-20 02:54:41 +00:00
jedgar
8b5320d4a5
Remove 'NOSHARED=yes' (../Makefile.inc already sets this)
2001-03-19 21:18:48 +00:00
rwatson
5070a55a81
o Missed in addition of setfacl.h in setfacl(1)
2001-03-19 18:59:36 +00:00
rwatson
d4a597b48f
o Missed in prior commit: getfacl(1) Makefile
2001-03-19 18:58:16 +00:00
rwatson
1d7d2ae4e8
o Enable getfacl(1) and setfacl(1)
...
Obtained from: TrustedBSD Project
2001-03-19 18:09:56 +00:00
rwatson
4978ee9a87
o POSIX.2c Userland tool support for POSIX.1e ACLs -- getfacl retrieves ACLs
...
from files and directories, and setfacl sets ACLs on files and directories.
Submitted by: jedgar
Obtained from: TrustedBSD Project
2001-03-19 18:09:25 +00:00
ache
844ba44ac0
DIS -> ISO
2001-03-17 20:15:21 +00:00
dd
8b00b636d6
Make it clear that the -v option doesn't actually set the date.
...
PR: 24773
Approved by: nik
2001-03-16 02:20:24 +00:00
asmodai
819c742648
Revert this file back to how it was in the STABLE branch, this means:
...
put greek and ja in the correct alphabetical place in the SUBDIR line.
2001-03-05 09:50:43 +00:00
kris
1854a6d141
Switch from using rand() or random() to a stronger, more appropriate PRNG
...
(random() or arc4random())
Reviewed by: bde
2001-03-05 02:15:38 +00:00
assar
c78c138f0f
implement OCRNL, ONOCR, and ONLRET
...
Obtained from: NetBSD
2001-03-04 06:04:50 +00:00
ache
2c96c2d177
Small optimization: set use_ampm only when needed
2001-03-03 01:46:58 +00:00
ache
0d5efacbf5
Use AM/PM time only when available in locale
2001-03-02 23:53:36 +00:00
ru
a79ec4865f
POSIX wrote:
...
: 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
2001-03-02 16:19:49 +00:00
ben
1603ceb27a
The 'X' permission symbol is specified by POSIX.2, so don't say that it
...
isn't.
Obtained from: NetBSD
Confirmed by: ru, wollman
2001-03-01 19:03:01 +00:00
ru
f4325cbb8b
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
2001-02-28 17:38:53 +00:00
obrien
a5bd8bc113
Fix style bug I introduced with rev 1.13 (rcsid after includes).
...
Along with CSRG id lossage in rev 1.11.
Submitted by: bde
2001-02-28 11:06:04 +00:00
obrien
d32592e6a1
Add rcsid.
2001-02-27 10:50:06 +00:00
ru
4798254d00
Move the realpath(1) birth day from FreeBSD 5.0 to FreeBSD 4.3.
...
Submitted by: "Stephen L. Palmer" <slpalmer@mail.com>
Forgotten by: asmodai
2001-02-22 07:29:40 +00:00
jlemon
7947c37b14
Do not coredump if no options are supplied. (ps -o,)
...
Submitted by: rgrimes
Obtained from: NetBSD
2001-02-14 18:54:34 +00:00
ru
b5cd63f616
mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.
2001-02-13 09:56:35 +00:00
jake
0dc4d20fbd
Catch up to new priority interface.
2001-02-12 00:21:38 +00:00
ache
98d8c3737a
Use decimal point from locale
2001-02-11 02:25:56 +00:00
asmodai
47a2266000
Fix typo: seperate -> separate.
...
Seperate does not exist in the english language.
Submitted to look at by: kris
2001-02-06 10:39:38 +00:00
cracauer
ee151afe78
Fix child's SIGSTOP behaviour in scripts.
...
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
2001-02-06 10:29:34 +00:00
mckay
8b80a447a3
In the hope of saving others from hours of tedious recovery work,
...
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.
2001-02-04 02:02:38 +00:00
ru
8a6f8b5fe4
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
jdp
8c6da5a7af
Note that rmdir(2) does not follow symbolic links.
2001-01-24 23:49:59 +00:00
jhb
08685e9e9f
- Catch up to new proc flags.
2001-01-24 12:59:50 +00:00
ben
00a7cb7324
Document the restrictions on changing times in high securelevels.
...
PR: 23502
Submitted by: Robert Boyd <rboyd@pokerspot.com>
2001-01-17 21:27:54 +00:00
ache
64179cca15
Activate Greek message catalog
2001-01-17 16:54:43 +00:00
ru
3d8401c62e
Prepare for mdoc(7)NG.
2001-01-16 09:08:22 +00:00
alfred
1e92669889
Special case the error reporting when errno is ENOTDIR or ENOENT.
...
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>
2001-01-14 12:08:50 +00:00
hoek
64f3e02f58
grammar gnit: "relationships (plural) _are_ complex"
2000-12-28 17:17:49 +00:00
ru
675cb07acb
mdoc(7) police: simplify construct.
2000-12-21 15:31:28 +00:00
obrien
4aa4ceabe8
Display pathname of item being rm'ed.
...
Submitted by: Peter Pentchev <roam@orbitel.bg>
2000-12-20 08:31:26 +00:00
ru
e6cfc0711d
Prepare for mdoc(7)NG.
2000-12-19 16:00:12 +00:00
ru
7d4677ab07
Prepare for mdoc(7)NG.
2000-12-19 15:30:26 +00:00
ru
036612bde9
Prepare for mdoc(7)NG.
2000-12-18 14:48:17 +00:00
mckusick
6cfa91b7f0
Restore the rss (-u) keyword that got deleted in my somewhat over-zealous
...
cleanup effort.
Submitted by: Mark Peek <mark@whistle.com>
2000-12-16 02:01:05 +00:00
ru
d4cb36bcfe
Prepare for mdoc(7)NG.
2000-12-15 17:37:31 +00:00
ru
1a1c44f0b2
mdoc(7) police: removed history info from the .Os call.
2000-12-14 11:40:41 +00:00
mckusick
cba301121b
Change the proc information returned from the kernel so that it
...
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.
2000-12-12 07:25:57 +00:00
obrien
c2ee1dcc02
Add `_PATH_DEVZERO'.
...
Use _PATH_* where where possible.
2000-12-09 09:35:55 +00:00
obrien
10e390cb2e
Change the spelling of .' to
.' from .OBJDIR since `.' really is where
...
generated files land. Also give precedence to generated files.
2000-12-05 22:10:43 +00:00
ache
fe7e532f13
Remove ${DESTDIR} from _PATH_TCSHELL, it is call path, not install path
...
Add gethost to build-tools to help cross-building
2000-12-03 16:28:56 +00:00
obrien
9e6d385614
Fix a "#ifdef" where a comparison operator was used.
...
GCC 2.96 does not like this.
2000-12-01 12:29:00 +00:00
brian
9e880be273
Exit if malloc() returns NULL
...
Submitted by: Chris Faulhaber <jedgar@fxp.org>
2000-12-01 09:59:40 +00:00
ache
9bbc0fad59
Upgrade to 6.10
2000-11-30 21:38:37 +00:00
jhb
9b42eed500
Document the mtxname keyword.
...
Reviewed by: sheldonh
2000-11-30 19:17:56 +00:00
jhb
dcf60473e2
Introduce a 'mtxname' keyword that displays the current mutex that a
...
process is blocked on or '-'.
2000-11-29 21:09:21 +00:00
jkh
644ee6003f
Add support for an "erase2" so that both ^H and DEL can be used
...
for backspacing.
Submitted By: Rui Pedro Mendes Salgueiro <rps@mat.uc.pt>
2000-11-28 19:48:06 +00:00
ru
577f4dff6f
Eliminate groff(1) warnings.
2000-11-27 08:50:56 +00:00
kris
b52dd902d5
Constify
2000-11-27 06:26:48 +00:00
kris
7af08112ad
Don't call err() with user data and without a format string
2000-11-26 08:50:12 +00:00
ru
cc35019429
mdoc(7) police: minor fixes.
2000-11-24 11:39:39 +00:00
phk
aedcd50082
Let the pwd program double as realpath(1).
...
This lets you resolve pathnames to their underlying physical path:
critter# realpath /sys/kern/subr_disk.c
/freebsd/src/sys/kern/subr_disk.c
Update the pwd man-page slightly.
2000-11-24 10:18:52 +00:00
ben
4df6bea57f
kenv(1) first appeared in FreeBSD 4.1.1, not FreeBSD 5.0.
...
PR: 23020
Submitted by: Simon Dick <simond@irrelevant.org>
2000-11-23 11:21:35 +00:00
ru
c3abc432d8
mdoc(7) police: Er macro usage cleanup.
2000-11-22 15:55:01 +00:00
kris
f99b720bd3
Use secure temporary filenames during build.
...
Audited by: markm, cracauer
2000-11-22 11:05:51 +00:00
ru
1a6c69e84a
log
2000-11-22 09:23:54 +00:00
ru
0d1334ca0c
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 19:21:22 +00:00
ru
be1f850a8f
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 11:39:41 +00:00
ru
f96d89a937
mdoc(7) police: now that Nm macro accepts punctuation characters
...
as argument, unbreak this page by escaping the `[' character.
Noticed by: sheldonh
2000-11-18 14:44:30 +00:00
ben
bd94b89a9a
more removal of trailing periods from SEE ALSO.
2000-11-15 16:44:24 +00:00
ru
7d99729431
Use Fx macro wherever possible.
2000-11-14 11:20:58 +00:00