Matthew N. Dodd
b327025f16
Build a 'hea_pci' driver module.
2002-06-03 09:13:53 +00:00
Matthew N. Dodd
3a6cbf0164
- Add 'hea'.
...
- Compile 'hfa' only on i386 (for now).
2002-06-03 09:13:22 +00:00
Robert Watson
6d362db996
Remove comment about NO_WERROR, since it no longer applies.
...
Pointed out by: silby
2002-06-03 00:21:13 +00:00
Alan Cox
c5aaa06ded
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
Dag-Erling Smørgrav
ce7be04eae
Connect perl to the build.
2002-06-02 22:43:17 +00:00
Dag-Erling Smørgrav
f16a5176ad
ANSIfy the one remaining K&R function.
2002-06-02 21:57:28 +00:00
Dag-Erling Smørgrav
e89efc02e0
Whitespace nits.
2002-06-02 21:55:58 +00:00
Dag-Erling Smørgrav
3b1f7e7de0
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
Jens Schweikhardt
21dc7d4f57
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
Alan Cox
0d78c0dce2
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 Moolenaar
acc6623066
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
David E. O'Brien
228433f751
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
Bruce A. Mah
f11bd7f0f3
Two markup fixes in sendmail section, add a missing word.
2002-06-02 16:24:23 +00:00
Bruce A. Mah
e5dd7b67c5
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
Andrey A. Chernov
c9e2508f62
Add NCURSES_OSPEED replace command to MANFILTER
2002-06-02 16:11:57 +00:00
Brian Somers
aadbb4eab1
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
Tim J. Robbins
5e25d888a8
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
Jens Schweikhardt
148aadf8bc
Fix spelling errors: minumum, overriden, inheritted
...
MFC after: 3 weeks
2002-06-02 10:41:43 +00:00
Jens Schweikhardt
27cf01ec47
Correct a bunch of typos. Translators can ignore this commit.
...
MFC after: 3 weeks
2002-06-02 10:27:41 +00:00
Jens Schweikhardt
81c4f30f7f
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
Tim J. Robbins
dcafd7c96a
Don't exit immediately if an error occurs, continue but exit non-zero.
2002-06-02 09:32:39 +00:00
Tim J. Robbins
ee6712f2f9
Fix typo causing ``fc -e'' to not work correctly. getopt() sets optarg,
...
not shoptarg.
2002-06-02 08:34:09 +00:00
Tim J. Robbins
32c077867c
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
Alan Cox
72353893d4
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 Perlstein
6e330f3e36
bde noticed that SOMAXCONN breaks pretty badly as an option for LINT.
...
so back it out.
2002-06-02 04:32:52 +00:00
Alan Cox
61c075b67f
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
Bruce Evans
8d0203782e
Finish removing the share/man/tools/directory.
2002-06-01 21:38:39 +00:00
Mike Barcroft
8ad4a5a605
Be more strict about namespaces.
...
Submitted by: wollman (mostly)
2002-06-01 21:07:10 +00:00
Alfred Perlstein
ba5a4d6c02
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 Perlstein
37e1dd483d
Silence warnings, remove some empty 'default' switch cases.
2002-06-01 20:40:42 +00:00
Alfred Perlstein
f3bfd2edaf
Declare a variable sized array within a structure using [] rather than [0]
...
to silence warnings.
2002-06-01 20:40:05 +00:00
Alfred Perlstein
50225e2f48
Silence preprocessor warning, No need to use CONCAT with "," and "word".
2002-06-01 20:22:33 +00:00
Alfred Perlstein
7e743e3a41
Unbreak LINT by compensating for the
...
ng_parse_struct_info -> ng_parse_struct_field change.
2002-06-01 19:54:21 +00:00
Hajimu UMEMOTO
c7aec5cc57
Skip duplicated prefixes in get_prefix().
...
Obtained from: KAME
2002-06-01 19:16:13 +00:00
Mike Barcroft
0658e085a7
Fix some, but not all style bugs.
2002-06-01 18:58:02 +00:00
Alfred Perlstein
47f654d3a0
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 Perlstein
5e8176f9cb
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
Mike Barcroft
9c85a5ca25
Add mdoc bits for the new waitpid() WCONTINUED option, and
...
WIFCONTINUED macro.
2002-06-01 18:38:58 +00:00
Mike Barcroft
6ee093fb8f
Add POSIX.1-2001 WCONTINUED option for waitpid(2). A proc flag
...
(P_CONTINUED) is set when a stopped process receives a SIGCONT and
cleared after it has notified a parent process that has requested
notification via waitpid(2) with WCONTINUED specified in its options
operand. The status value can be checked with the new WIFCONTINUED()
macro.
Reviewed by: jake
2002-06-01 18:37:46 +00:00
Bruce Evans
136956ed12
Fixed the return value of fpsetmask(). The API requires inversion of the
...
mask on both input and output to fpsetmask(), but this was only done for
input, so fpsetmask() returned the complement of the old mask (ANDed with
the mask bitfield).
PR: 38170
MFC after: 4 weeks
2002-06-01 17:39:46 +00:00
Hajimu UMEMOTO
99a92b2c8a
KNF
...
Obtained from: KAME
2002-06-01 17:28:12 +00:00
Bruce Evans
511dab6218
Fixed style bugs in rev.1.9.
2002-06-01 17:27:16 +00:00
Alan Cox
794316a866
o Revert a part of revision 1.66, contrary to what that commit message says,
...
deinlining vm_map_entry_behavior() and vm_map_entry_set_behavior()
actually increases the kernel's size.
o Make vm_map_entry_set_behavior() static and add a comment describing
its purpose.
o Remove an unnecessary initialization statement from vm_map_entry_splay().
2002-06-01 16:59:30 +00:00
Hajimu UMEMOTO
bc89a11710
sprintf -> snprintf
...
Obtained from: KAME
2002-06-01 16:50:21 +00:00
Alfred Perlstein
e27f378e33
Fix a couple of places where preprocessor concatination was misused and
...
something wound up grafted to a comma.
2002-06-01 16:21:26 +00:00
Alfred Perlstein
78b226dc81
Silence warning.
...
When casting a "const void *" to a "struct foo **" you want to actually
cast it to "struct foo * const *" not simply "const struct foo **".
2002-06-01 16:20:27 +00:00
Makoto Matsushita
29233a2d8a
Brush up descriptions of sendmail menu last added.
...
Submitted by: gshapiro
2002-06-01 15:47:49 +00:00
Makoto Matsushita
b1e41adda4
Add 'Sendmail' menu to set sendmail_enable variable.
...
Reviewed by: bmah (description only)
2002-06-01 14:50:14 +00:00
Brian Feldman
f020c7fa88
Fix a bug in sed(1)'s "s" command wherein if an escape ("\" character)
...
was initiated at the last character of the line buffer, the Wrong
Thing was done and sed barfed by interpreting the following NUL byte
as a digit. Instead, pull up the next buffer and record that the "\"
was last seen.
2002-06-01 13:25:47 +00:00
Semen Ustimenko
c83fca1f1f
Make devfs to give honour to PDIRUNLOCK flag.
...
Reviewed by: jeff
MFC after: 1 week
2002-06-01 09:17:43 +00:00