tjr
25b36dd1e7
Correct history (again): V3 had a kill command, only it was in section 8,
...
not 1.
2002-06-03 14:59:49 +00:00
tjr
a935329b0a
Correct History: nice(1) appeared in V4.
2002-06-03 14:56:57 +00:00
tjr
b7d1507d7b
Correct History: time(1) appeared at least as early as V3.
2002-06-03 14:54:04 +00:00
ru
f24282207a
Reimplement FILES support using bsd.files.mk with the
...
same set of features as in recently added bsd.incs.mk
(FILESGROUPS, accessibility from both bsd.prog.mk and
bsd.lib.mk, de-pessimized typical installation path,
etc.) New standard targets: buildfiles, installfiles,
and files (buildfiles + installfiles).
2002-06-03 14:49:34 +00:00
tjr
22070ef719
Correct History: sync(8) appeared in V4.
2002-06-03 14:48:33 +00:00
tjr
910511d3ed
Correct History section: kill(1) appeared in V4, not V6.
2002-06-03 14:45:20 +00:00
tjr
287490dff8
Sort sections.
2002-06-03 14:42:28 +00:00
tjr
1a15fcee23
Correct HISTORY section - split(1) appeared at least as early as V3.
2002-06-03 14:41:32 +00:00
iedowse
19859b2689
Call getmntinfo with MNT_NOWAIT to avoid hanging if any NFS servers
...
are down. Avoid trying to send RPCs to the pidXXX@machine names
used in the special amd(8) mounts.
PR: bin/6183
Submitted by: Petr Lampa <lampa@fee.vutbr.cz>
2002-06-03 12:06:49 +00:00
ache
c76b7b05b9
Skip %pN comes from ncurses
...
PR: 15418
2002-06-03 10:44:39 +00:00
nyan
69cfbbb22e
Add pc98 subdirectory.
2002-06-03 09:58:44 +00:00
mdodd
6791283485
Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.)
...
Module loads and unloads properly.
Thanks to Richard Hodges <rh@matriplex.com> for donating the hardware
to allow me to work on this driver.
2002-06-03 09:16:52 +00:00
mdodd
50437cfa68
Add new 'hea' driver files.
2002-06-03 09:14:12 +00:00
mdodd
cf74b6b577
Build a 'hea_pci' driver module.
2002-06-03 09:13:53 +00:00
mdodd
ff7e1ba7e5
- Add 'hea'.
...
- Compile 'hfa' only on i386 (for now).
2002-06-03 09:13:22 +00:00
rwatson
db454a65d4
Remove comment about NO_WERROR, since it no longer applies.
...
Pointed out by: silby
2002-06-03 00:21:13 +00:00
alc
d75c291207
o Migrate vm_map_split() from vm_map.c to vm_object.c, renaming it
...
to vm_object_split(). Its interface should still be changed
to resemble vm_object_shadow().
2002-06-02 23:54:09 +00:00
des
70bffa5c27
Connect perl to the build.
2002-06-02 22:43:17 +00:00
des
7464466a40
ANSIfy the one remaining K&R function.
2002-06-02 21:57:28 +00:00
des
f58932ded5
Whitespace nits.
2002-06-02 21:55:58 +00:00
des
a79d7499e2
Add support for 'j' flag. Simplify the size modifier code and reduce code
...
duplication. Also add support for 'n' specifier.
Reviewed by: bde
2002-06-02 21:54:55 +00:00
schweikh
28bcbfe85d
Fix typo in the BSD copyright: s/withough/without/
...
Spotted and suggested by: des
MFC after: 3 weeks
2002-06-02 20:05:59 +00:00
alc
02c58f2a49
o Style fixes to vm_map_split(), including the elimination of one variable
...
declaration that shadows another.
Note: This function should really be vm_object_split(), not vm_map_split().
Reviewed by: md5
2002-06-02 19:32:05 +00:00
marcel
4ecb10ebe3
Fix breakage caused by allocating the I/O buffer. There was a
...
sizeof(buf) lurking around that I missed.
PR: 38811
Submitted by: Adrian Colley <aecolley@spamcop.net>
2002-06-02 19:20:37 +00:00
obrien
4769e37d2a
Turn on the math function stub stubs.
...
Submitted by: Martin Blapp <mb@imp.ch>
I believe OK with: peter
2002-06-02 17:49:08 +00:00
bmah
800521956d
Two markup fixes in sendmail section, add a missing word.
2002-06-02 16:24:23 +00:00
bmah
28eb702bc6
Fix error in ls -h relnote.
...
Submitted by: Kurashina Hideyuki <ac14806t@st.nagaoka-ct.ac.jp>,
Ross Lippert <ripper@eskimo.com>
2002-06-02 16:20:36 +00:00
ache
530d8e1567
Add NCURSES_OSPEED replace command to MANFILTER
2002-06-02 16:11:57 +00:00
brian
f1bf75d03d
Don't send a RAD_NAS_IP_ADDRESS attribute as RAD_NAS_IDENTIFIER is
...
sufficient.
In fact, using both breaks the radiator RADIUS daemon when used with
a db as it maps both attributes to the same field value and then
fails the insert.
I decided to remove RAD_NAS_IP_ADDRESS on the basis that rfc2138 says:
An Access-Request MUST contain a User-Name attribute. It SHOULD
contain either a NAS-IP-Address attribute or NAS-Identifier
attribute (or both, although that is not recommended). It MUST
despite the fact that this not recommended bit was removed from the
updated rfc.
2002-06-02 14:27:02 +00:00
tjr
b93a81cb4e
Support the SysV-style -exec utility args.. {} + function, required by
...
SUSv3. This is similar to find foo -print0 | xargs -0 utility args.
2002-06-02 12:57:41 +00:00
schweikh
b4166dc3bd
Fix spelling errors: minumum, overriden, inheritted
...
MFC after: 3 weeks
2002-06-02 10:41:43 +00:00
schweikh
f406339f37
Correct a bunch of typos. Translators can ignore this commit.
...
MFC after: 3 weeks
2002-06-02 10:27:41 +00:00
schweikh
4f32a2cb23
Remove a URL from the middle of the BSD copyright (a clicko? a pasto?).
...
Fix typos:
s/evironment/environment
s/cont/const
s/_lonjmp/_longjmp
MFC after: 3 weeks
2002-06-02 10:05:55 +00:00
tjr
58f7295568
Don't exit immediately if an error occurs, continue but exit non-zero.
2002-06-02 09:32:39 +00:00
tjr
0930ee47eb
Fix typo causing ``fc -e'' to not work correctly. getopt() sets optarg,
...
not shoptarg.
2002-06-02 08:34:09 +00:00
tjr
0a9f255d03
Adding an entry to the history with H_ENTER moves libedit's internal
...
history cursor. Reset the cursor after adding the entry to the history
when doing ``fc -s'' so the output is correct.
2002-06-02 08:27:04 +00:00
alc
6c9e59ad00
o Condition vm_object_pmap_copy_1()'s compilation on the kernel
...
option ENABLE_VFS_IOOPT. Unless this option is in effect,
vm_object_pmap_copy_1() is not used.
2002-06-02 06:31:41 +00:00
alfred
3ff28a5819
bde noticed that SOMAXCONN breaks pretty badly as an option for LINT.
...
so back it out.
2002-06-02 04:32:52 +00:00
alc
2abbbe7b8a
o Remove GIANT_REQUIRED from vm_map_zfini(), vm_map_zinit(),
...
vm_map_create(), and vm_map_submap().
o Make further use of a local variable in vm_map_entry_splay()
that caches a reference to one of a vm_map_entry's children.
(This reduces code size somewhat.)
o Revert a part of revision 1.66, deinlining vmspace_pmap().
(This function is MPSAFE.)
2002-06-01 22:41:43 +00:00
bde
f70773e964
Finish removing the share/man/tools/directory.
2002-06-01 21:38:39 +00:00
mike
fad7fa316a
Be more strict about namespaces.
...
Submitted by: wollman (mostly)
2002-06-01 21:07:10 +00:00
alfred
28ce0e9ae5
Backout/modify previous revision:
...
"empty default cases shouldn't be removed, they should have a break;
statement added to them."
Requested by: billf
2002-06-01 20:54:21 +00:00
alfred
04d357d9e8
Silence warnings, remove some empty 'default' switch cases.
2002-06-01 20:40:42 +00:00
alfred
d7abc0aeaa
Declare a variable sized array within a structure using [] rather than [0]
...
to silence warnings.
2002-06-01 20:40:05 +00:00
alfred
0ac0431441
Silence preprocessor warning, No need to use CONCAT with "," and "word".
2002-06-01 20:22:33 +00:00
alfred
3e1c335bb9
Unbreak LINT by compensating for the
...
ng_parse_struct_info -> ng_parse_struct_field change.
2002-06-01 19:54:21 +00:00
ume
887cd7c01d
Skip duplicated prefixes in get_prefix().
...
Obtained from: KAME
2002-06-01 19:16:13 +00:00
mike
12e7fe56ee
Fix some, but not all style bugs.
2002-06-01 18:58:02 +00:00
alfred
db0dbae1d8
Fix warnings.
...
There's no need to use concatination when you have 'something.macro_arg'.
Comment out comment following #endif.
2002-06-01 18:50:35 +00:00
alfred
15e61a8561
Get rid of warnings, there's no need to do preprocessor concatination of
...
things with commas and equal signs.
2002-06-01 18:45:33 +00:00