Chad David
d99146a1f3
Fix wording and spelling in the trapsignal() description.
2002-06-10 17:08:42 +00:00
David E. O'Brien
85441ab5f2
cvs -j -j gave me two copies of TARGET_VERSION and I didn't notice
...
it before committing.
2002-06-10 15:48:23 +00:00
Tim J. Robbins
3ebf2779b3
Remove -j from synopsis. The form given in the synopsis was incorrect,
...
and it should not have been there at all since it is a deprecated option.
2002-06-10 10:39:33 +00:00
Tim J. Robbins
2a84afe106
When stat(2) fails, put the name of the component it failed on in the
...
warning message as well as the path argument.
2002-06-10 10:03:46 +00:00
Tim J. Robbins
43d088bea2
Sort sections, use Ex macro in Diagnostics section, point out that the first
...
example only works with csh(1).
2002-06-10 09:33:15 +00:00
Tim J. Robbins
91c0081804
Add History section. sleep appeared in v4.
2002-06-10 09:07:22 +00:00
Juli Mallett
851623f449
Add another example for using paste(1) since tjr seemed to want more examples
...
on IRC. This one is to create a colon seperated list of directories from
find(1), suitable for use in the shell's PATH.
2002-06-10 09:03:49 +00:00
Tim J. Robbins
76d70052fb
Add an EXAMPLES section with three examples. Document the problem with
...
multibyte characters and the -d option in a BUGS section.
2002-06-10 08:50:56 +00:00
Tim J. Robbins
e7cc3a2191
Refer to environ(7) for description of COLUMNS instead of describing it
...
in-line. Document effects of locale environment variables in the same way.
2002-06-10 07:55:13 +00:00
Tim J. Robbins
1fa600e8fe
The 10 occurrence limit for the `s' command documented here has not existed
...
for a very long time (or never did exist).
2002-06-10 07:44:04 +00:00
Tim J. Robbins
2ef53777fd
Newlines are not escaped anymore.
2002-06-10 07:27:32 +00:00
Tim J. Robbins
e307a7a172
Don't write escape newlines with `l' command (SUSv3)
2002-06-10 07:25:35 +00:00
Doug Barton
30d6b8e113
Go back to taking the user's umask into account. Thanks to Alfred for
...
hatching the idea of using dc, and Giorgos (keramida) for incubating it.
This also reverses most of the previous commit which took out or
modified the text about umask stuff.
2002-06-10 07:16:42 +00:00
Alan Cox
2b4a2c272d
o In vm_map_entry_create(), call uma_zalloc() with M_NOWAIT on system maps.
...
Submitted by: tegge
o Eliminate the "!mapentzone" check from vm_map_entry_create() and
vm_map_entry_dispose(). Reviewed by: tegge
o Fix white-space usage in vm_map_entry_create().
2002-06-10 06:11:45 +00:00
Tim J. Robbins
03fef72fe9
Correctly handle global substitutions where the pattern is only "$", the
...
EOL anchor, when the last input line does not end in a newline character.
Picked up by the GNU sed test suite.
2002-06-10 06:06:20 +00:00
Chad David
e2eca5fe3e
Document the cred_update_thread() function, and fix the RETURN VALUES.
2002-06-10 05:18:00 +00:00
Juli Mallett
a13d4e42c2
Note early appearence of some commands. These actually appeared in PWB, but
...
it seems we don't have a macro for that yet, so list them in the first UNIX
release since then that we have a .At for: v7.
2002-06-10 05:03:20 +00:00
David E. O'Brien
8777223029
Change our default XF86Config location from /etc/ to /etc/X11/,
...
following the lead of The XFree86 Project's default.
Approved by: Murray
2002-06-10 04:47:26 +00:00
Chad David
f7fcafe17a
The moduledata_t argument is not a pointer, and sysstem_sub_id should
...
be sysinit_sub_id.
PR: docs/34583
Approved by: murray
2002-06-10 04:37:11 +00:00
Ian Dowse
f97d6ce396
Correct the logic for determining whether the per-CPU locks need
...
to be destroyed. This fixes a problem where destroying a UMA zone
would fail to destroy all zone mutexes.
Reviewed by: jeff
2002-06-10 03:25:23 +00:00
Chad David
920a6f7e8f
Add signal.9 and friends.
2002-06-10 03:01:36 +00:00
Chad David
cbebeaa5be
New man page that documents many of the kernel related signal functions.
...
Requested by: alfred
2002-06-10 03:00:24 +00:00
Brian Somers
e5f8196af6
Check the run dependencies, not the build dependencies
...
Spotted by: steve
Pointy hat: brian
2002-06-10 00:46:29 +00:00
Alan Cox
12d7cc840f
o Add vm_map_wire() for wiring contiguous regions of either kernel
...
or user vm_maps. This implementation has two key benefits when compared
to vm_map_{user_,}pageable(): (1) it avoids a race condition through
the use of "in-transition" vm_map entries and (2) it eliminates lock
recursion on the vm_map.
Note: there is still an error case that requires clean up.
Reviewed by: tegge
2002-06-09 20:25:18 +00:00
Mike Barcroft
feb34d4874
o Remove include of <sys/types.h>, it adds too much pollution;
...
instead, add typedefs of only gid_t, time_t, and uid_t.
o Remove an unneeded conditional that hid macros that are in the
implementation namespace and therefore don't need to be hidden when
_POSIX_SOURCE is defined.
o Adjust some conditionals for compatibility with X/Open and POSIX.
o Note missing functions getpwnam_r() and getpwuid_r().
2002-06-09 19:39:18 +00:00
Mike Barcroft
6a85a2d149
Don't depend on <pwd.h> to bogusly include <sys/types.h>.
2002-06-09 19:29:55 +00:00
Hellmuth Michaelis
30d12b5c86
Fix driver to re-enable sound output on AD1816 based cards caused by an
...
obviously bogous return value of ad1816chan_setformat().
PR: 37932
Submitted by: Martin Kaeske <Martin.Kaeske@Stud.TU-Ilmenau.DE>
Reviewed by: hm
MFC after: 10 days
2002-06-09 14:20:17 +00:00
Poul-Henning Kamp
7aca952dca
Catch up with kernel.
2002-06-09 10:59:04 +00:00
Poul-Henning Kamp
503abe4540
Improve some on the naming.
...
Submitted by: iedowse
2002-06-09 10:57:34 +00:00
Poul-Henning Kamp
56cf50ad48
Stamp out Danglish: Spelling, grammer and other nitpicking.
...
Submitted by: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
2002-06-09 10:25:51 +00:00
Doug Barton
b075c273da
Per previous discussion, and with Mark's blessing, update the value
...
of this knob to reflect (-)current reality.
2002-06-09 09:28:02 +00:00
Julian Elischer
ed2836692f
if you have taken the mbuf out of the message object, then if you pass
...
the object to someone else, you need to put the mbuf back into it first..
2002-06-09 07:28:35 +00:00
Giorgos Keramidas
e02ef09616
Use socklen_t for the length of a socket structure instead of `int'.
...
Reviewed by: mike
2002-06-09 04:18:45 +00:00
Giorgos Keramidas
a7c1ac2f62
Replace <strings.h> with <string.h>. No functions from the former are
...
used in this file, and strlen() needs to be prototyped by the latter,
for this to compile without warnings.
Reviewed by: mike
2002-06-09 04:15:40 +00:00
Jeffrey Hsu
33c7d9aaba
Fix bug which has been there since rev 1.1 where && was used instead of &.
2002-06-09 03:57:34 +00:00
Bruce Evans
cc966ea4bc
Renamed the idempotency identifier to match the file name. Cleaned up
...
indentation and comments.
2002-06-09 02:52:40 +00:00
Giorgos Keramidas
40e6916847
ANSIfy a few prototypes, thus fixing a few warnings.
...
Reviewed by: grog
2002-06-09 02:20:58 +00:00
Mike Barcroft
f3a09c6c9b
Check the return value of getcwd() to avoid printf()ing a NULL. Mark
...
usage() as __dead2 to avoid a GCC warning.
Spotted by: keramida
2002-06-09 00:46:24 +00:00
David E. O'Brien
60f9b09d26
Allow one to profile FORTRAN77 programs.
2002-06-09 00:03:56 +00:00
Søren Schmidt
0b2577457c
Fix a '<<' that should have been a '>>' in the 48bit case.
...
Fortunately we only have had 32bit block counts until recently,
and no 2TB disks :)
2002-06-08 21:33:42 +00:00
David E. O'Brien
9291f1b122
Restore revision 1.15 (use profiled C++ libs) which wasn't on the WIP_GCC31
...
branch and thus was lost in the shuffle on the move to Gcc 3.1.
2002-06-08 19:58:31 +00:00
Hajimu UMEMOTO
56c5d32d37
Don't have -prefixlen 128 on host routes.
...
Obtained from: KAME
2002-06-08 19:49:22 +00:00
Alan Cox
b2f3846aef
o Simplify vm_map_unwire() by merging the second and third passes
...
over the caller-specified region.
2002-06-08 19:00:40 +00:00
David E. O'Brien
a32192cc4f
Fix compiling FORTRAN77 programs.
2002-06-08 18:48:40 +00:00
Juli Mallett
2dda9fe910
Allow whitespace to act as a delimiter in the keywords list given to the -o,
...
again, but also allow it in the user-specified header, too. This is far more
backwards compatible and SUSv3-happy than allowing only comma to seperate the
keywords list.
Submitted by: tjr
2002-06-08 18:11:52 +00:00
Tim J. Robbins
e8d0276426
Use the Tn macro for COBOL, FORTRAN, PL/1, SNOBOL.
2002-06-08 11:40:12 +00:00
Tim J. Robbins
cbffce5928
Support the "--" end-of-options marker.
2002-06-08 11:33:22 +00:00
Andrey A. Chernov
733657c588
Activate new GNU sort from contrib
2002-06-08 10:34:12 +00:00
Tim J. Robbins
21e502a74c
nroff and pr no longer try to disallow messages.
2002-06-08 10:19:07 +00:00
Tim J. Robbins
500b4b738d
Add an examples section. Avoid beginning a sentence with a lowercase letter.
2002-06-08 08:37:27 +00:00