John Baldwin
bf3e55aa2c
Many style and whitespace fixes.
...
Submitted by: bde (mostly)
2002-10-16 15:45:37 +00:00
Yoshihiro Takahashi
f0e3a2db93
MFi386: revision 1.130.
2002-10-16 15:44:41 +00:00
Mitsuru IWASAKI
93569b6b3a
Fix a possible bug about freeing non-malloc'ed pointer.
...
Suggested by: jhb (in -current ML)
2002-10-16 15:42:27 +00:00
Philippe Charnier
1878217deb
The .Nm utility
2002-10-16 15:38:28 +00:00
Philippe Charnier
f4cda4bb8f
Introduce enumerate of options using the standard way.
...
Remove .Pp between items.
2002-10-16 15:32:16 +00:00
Philippe Charnier
bcbf58952c
Introduce enumerate of options using the standard way:
2002-10-16 15:28:20 +00:00
Yoshihiro Takahashi
6c41dd0705
MFi386: revision 1.181.
2002-10-16 15:18:58 +00:00
Philippe Charnier
e72bbdf42e
Do not reuse flag name in its definition. Remove inadequate sentence.
2002-10-16 15:17:38 +00:00
John Baldwin
18d9bd8f65
Sort includes a bit.
...
Submitted by: bde
2002-10-16 15:14:31 +00:00
Yoshihiro Takahashi
32a8cd6cdd
Remove usbd and usbdevs.
2002-10-16 14:50:46 +00:00
Mark Murray
f544a52873
Module-ize the 'core' crypto stuff. This may still need to be compiled
...
into the kernel by default (if required), but other modules can now
depend() on this.
Fix inter-module dependancy.
Earlier version OK'ed by: sam
2002-10-16 14:31:34 +00:00
Robert Drehmel
6c84d0b1a5
- Remove the lsearch() and lfind() functions and their manpage from
...
the compatibility library libcompat.
- Add new implementations of lsearch() and lfind() which conform to
IEEE Std 1003.1-2001 to libc. Add a new manual page for them and
add them to the makefile.
- Add function prototypes for lsearch() and lfind() to the search.h
header.
2002-10-16 14:29:23 +00:00
Mike Barcroft
31cfc49a4e
Remove the posix4(9) manual. It no longer contains relevant
...
information.
2002-10-16 14:24:41 +00:00
Maxim Konovalov
a9a25f59fa
Fix getopt(3) optstring: remove a flag we does not handle.
...
PR: bin/44066
Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
MFC after: 1 week
2002-10-16 14:20:20 +00:00
Tim J. Robbins
35739e072b
Count field width correctly for suppressed multibyte fields (%*lc,
...
%*ls, %*l[).
2002-10-16 14:07:08 +00:00
Robert Drehmel
e2830bc9e0
Remove unneeded $FreeBSD$ tags.
2002-10-16 14:05:29 +00:00
Robert Drehmel
e768c1be41
- Remove the old insque() and remque() functions and their manual
...
page from the compatibility library.
- Add new implementations of insque() and remque() which conform to
IEEE Std 1003.1-2001 to libc. Add a new manual page for them and
connect them to the build.
- Add the prototypes of insque() and remque() to the search.h
header.
2002-10-16 14:00:46 +00:00
Philippe Charnier
dc51023cb3
Spelling
2002-10-16 13:58:39 +00:00
Philippe Charnier
97fa9b7739
Remove done() which was just exit() so use of warn()/err() can be made. Abort
...
on allocation failure instead of displaying a warning and deferencing NULL
pointer after. Spelling. Add prototypes. Add list of option in synopsis section
of man page, -d is not referenced because available as a compile option. It
should be made a runtime option btw.
2002-10-16 13:50:09 +00:00
Poul-Henning Kamp
b0a07322f5
Unbreak the PC98/wd(4) driver which I accidentally broke with a previous
...
commit. I can fully understand why the PC98 crew desire ata(4) support.
Tested by: nyan
2002-10-16 13:41:12 +00:00
Max Khon
2cc6cfc63f
write caching is enabled by default -- reflect this in manpage
...
Approved by: sos
MFC after: 0 days
2002-10-16 13:37:33 +00:00
Alexey Zelkin
84cb77d4aa
Add locale(1). I have used it for while as useful debugging tool
...
for locale related things. So, I think it could be useful for
others. It's not yet implement (or implement in different manner)
all POSIX things, but I think it's good enough for start.
POSIX conformance related updates and manpage to follow relatively soon.
2002-10-16 13:17:18 +00:00
Philippe Charnier
b94f6635c3
Normalize FILES section by using .Bl/.El enumerate.
2002-10-16 13:00:42 +00:00
Philippe Charnier
8a9d51c4f8
Test getopt() against -1 instead of EOF.
2002-10-16 12:56:22 +00:00
Philippe Charnier
6dc4364cd6
Spelling.
2002-10-16 12:42:15 +00:00
Philippe Charnier
5dd6a31588
Do not repeat option name in its definition. Use .Nm. In the sequence ``~.'',
...
``.'' is not a sentence termination, it must be escaped to be put inside
quotes.
Abort if execv() fails by adding err(). Do not dot terminate error messages.
2002-10-16 12:33:14 +00:00
Tim J. Robbins
6180233fd8
Set the error bit on the stream if an encoding error occurs. Improve
...
handling of multibyte sequences representing null wide characters.
2002-10-16 12:09:43 +00:00
Tim J. Robbins
9acd2d9b3c
Avoid truncating invalid wide characters that are outside the range of
...
'unsigned char'; signal an error instead.
2002-10-16 11:37:38 +00:00
Robert Drehmel
4bcea0f89c
Cast the first argument to bzero() to `void *' after casting it to
...
`uintptr_t' to pass it as the type bzero() expects.
2002-10-16 11:15:35 +00:00
Udo Erdelhoff
d43a66251d
Catch up with US version
...
layout.sgml 1.4 -> 1.5
trouble.sgml 1.5 -> 1.6
2002-10-16 10:55:45 +00:00
Poul-Henning Kamp
af045176d1
Properly put macro args in ().
...
Spotted by: FlexeLint.
2002-10-16 10:52:15 +00:00
Poul-Henning Kamp
08b29601a0
Be consistent about functions being static.
...
Spotted by: FlexeLint
2002-10-16 10:45:53 +00:00
Poul-Henning Kamp
c3053131ca
Be consistent about funtions being static.
...
Spotted by: FlexeLint
2002-10-16 10:42:13 +00:00
Poul-Henning Kamp
8b7f9bdcdf
Put an XXX: comment here to point out a couple of free() issues on
...
pnp_read_bytes().
Spotted by: FlexeLint
2002-10-16 10:40:43 +00:00
Poul-Henning Kamp
633eb1fc9e
No need to declare M_ISADEV here.
...
Spotted by: FlexeLint.
2002-10-16 10:38:48 +00:00
Poul-Henning Kamp
3412120f03
Be consistent about funtions being static.
...
Spotte by: FlexeLint.
2002-10-16 10:16:17 +00:00
Poul-Henning Kamp
3899c8a38f
Be consistent about functions being static.
...
Fix misindentation.
Spotted by: DARPA & NAI Labs.
2002-10-16 10:14:34 +00:00
Poul-Henning Kamp
c7e1894e95
Be consistent about functions being static.
...
Spotted by: FlexeLint.
2002-10-16 09:19:17 +00:00
Poul-Henning Kamp
88647b6de5
Be consistent about functions being static.
...
Properly put macro args in ().
Spotted by: FlexeLint.
2002-10-16 09:14:59 +00:00
Poul-Henning Kamp
6dbb527e47
Properly put macro args in ().
...
Spotted by: FlexeLint.
2002-10-16 09:07:30 +00:00
Poul-Henning Kamp
2c876e15c8
Be consistent about functions being static.
...
Spotted by: FlexeLint.
2002-10-16 09:04:52 +00:00
Guido van Rooij
2f591ab8fe
Get rid of checking for ip sec history. It is true that packets are not
...
supposed to be checked by the firewall rules twice. However, because the
various ipsec handlers never call ip_input(), this never happens anyway.
This fixes the situation where a gif tunnel is encrypted with IPsec. In
such a case, after IPsec processing, the unencrypted contents from the
GIF tunnel are fed back to the ipintrq and subsequently handeld by
ip_input(). Yet, since there still is IPSec history attached, the
packets coming out from the gif device are never fed into the filtering
code.
This fix was sent to Itojun, and he pointed towartds
http://www.netbsd.org/Documentation/network/ipsec/#ipf-interaction .
This patch actually implements what is stated there (specifically:
Packet came from tunnel devices (gif(4) and ipip(4)) will still
go through ipf(4). You may need to identify these packets by
using interface name directive in ipf.conf(5).
Reviewed by: rwatson
MFC after: 3 weeks
2002-10-16 09:01:48 +00:00
Poul-Henning Kamp
c694310048
FIx misindentation.
...
Spotted by: FlexeLint.
2002-10-16 09:00:53 +00:00
Poul-Henning Kamp
1eaae5cbe8
Be consistent about functions being static.
...
Spotted by: FlexeLint.
2002-10-16 08:57:14 +00:00
Poul-Henning Kamp
031fd299d7
Be consistent about functions being static.
...
Spotted by: FlexeLint.
2002-10-16 08:48:39 +00:00
Poul-Henning Kamp
4d8d520f17
Fix misindentation.
...
Spotted by: FlexeLint
2002-10-16 08:45:34 +00:00
Poul-Henning Kamp
a917a136ff
Rename struct softc to struct mn_softc.
2002-10-16 08:41:38 +00:00
Poul-Henning Kamp
bc9d8a9a37
Fix comments and one resulting code confusion about the type of the
...
"command" argument to VOP_IOCTL.
Spotted by: FlexeLint.
2002-10-16 08:04:11 +00:00
Poul-Henning Kamp
fcf549422d
Be consistent about functions being static.
...
Spotted by: FlexeLint
2002-10-16 08:00:32 +00:00
Poul-Henning Kamp
4cfe209335
A better solution to avoiding variable sized structs in DEVFS.
2002-10-16 07:51:18 +00:00