Andrey A. Chernov
518818386c
Remove unneeded files
2004-02-17 03:22:35 +00:00
Andrey A. Chernov
275e64c344
Remove getopt*.c, we already have compatible getopt_long() in libc
...
(cc toolchain use it rarely, so no surprizes should occurse)
2004-02-17 03:18:24 +00:00
Andrey A. Chernov
43e192cb49
Remove unneded files
2004-02-17 02:09:53 +00:00
Andrey A. Chernov
b3529dcd32
Remove getopt*.c, we already have compatible getopt_long() in libc
2004-02-17 02:08:03 +00:00
Tim J. Robbins
6abefb4fcd
Remove unnecessary newlines from errx() arguments.
2004-02-17 02:02:18 +00:00
Andrey A. Chernov
3cf745d8c9
Remove getopt*.c, we already have compatible getopt_long() in libc
2004-02-17 01:59:37 +00:00
Andrey A. Chernov
5df7f7ae11
Remove unneded files
2004-02-17 01:51:07 +00:00
Andrey A. Chernov
4611c83a7f
Remove getopt*.c, we already have compatible getopt_long() in libc
2004-02-17 01:49:20 +00:00
Andrey A. Chernov
9b727a71d1
Remove unneded files
2004-02-17 01:41:49 +00:00
Andrey A. Chernov
353d3e550f
Remove getopt*.c, we already have compatible getopt_long() in libc
2004-02-17 01:40:25 +00:00
Andrey A. Chernov
e27b3bf5e2
Remove getopt*.c, we already have compatible getopt_long() in libc
2004-02-17 01:34:53 +00:00
Andrey A. Chernov
56bab387f1
Remove files no longer needed
2004-02-17 01:20:41 +00:00
Andrey A. Chernov
1f444ae1bb
Remove files no longer needed
2004-02-17 01:10:29 +00:00
Andrey A. Chernov
c715cc9e20
Remove getopt*.c, we already have compatible getopt_long() in libc
2004-02-17 01:08:34 +00:00
Andrey A. Chernov
e7c820ec07
Remove files no longer needed
2004-02-17 01:04:18 +00:00
Andrey A. Chernov
123b24e355
Remove getopt*.c, we already have getopt_long() in libc
2004-02-17 00:56:16 +00:00
Andrey A. Chernov
0bd7aa5188
getopt_long() returned 0 (i.e. long options) case not handled, add it
...
(symptom: "bc --quiet" not works while "bc -q" works)
2004-02-17 00:53:50 +00:00
Alfred Perlstein
aba638209b
The callrpc call to unmonitor hosts was passing the wrong xdr
...
decode/encode functions for the arguments to the statd unmonitor
call. Fix it.
2004-02-17 00:13:59 +00:00
Andrey A. Chernov
d43efc232b
Remove old explicit -I${DESTDIR}/usr/include/readline
...
it is no longer needed
2004-02-17 00:06:33 +00:00
David E. O'Brien
c3e6ec868f
Fix the AMD64 build: this file shouldn't exist.
2004-02-16 23:47:02 +00:00
Andrey A. Chernov
850f4391cd
Switch back to regex.h
2004-02-16 23:46:39 +00:00
Andrey A. Chernov
8e142fb9dc
Formally switch back to regex.h (not sure it ever needed here - libgnuregex
...
is not used)
2004-02-16 23:38:37 +00:00
Andrey A. Chernov
5f9bc92ce8
Switch back to regex.h and fix error when mismatched regex.h used with
...
system libgnuregex
2004-02-16 23:25:49 +00:00
Lukas Ertl
ce7565b430
Remove some more 'makedev' related macros.
...
Approved by: grog (mentor)
2004-02-16 23:14:13 +00:00
Lukas Ertl
cfb6a27c5d
Also remove "makedev" from the online help.
2004-02-16 23:04:52 +00:00
Andrey A. Chernov
af210d1ee6
Remove files no longer needed
...
Switch back to regex.h
2004-02-16 22:56:36 +00:00
Andrey A. Chernov
90fc35042b
1) Remove files no longer needed.
...
2) Switch back to regex.h
2004-02-16 22:43:05 +00:00
Andrey A. Chernov
0ba1614224
Install regex.h under include/gnu
2004-02-16 22:32:13 +00:00
Andrey A. Chernov
26ff94ca43
Add "gnu" to the list of subdirs
2004-02-16 22:23:34 +00:00
Bruce M Simpson
88f6b0435e
Shorten the name of the socket option used to enable TCP-MD5 packet
...
treatment.
Submitted by: Vincent Jardin
2004-02-16 22:21:16 +00:00
Dag-Erling Smørgrav
497ddd5807
Back out previous commit due to objections.
2004-02-16 21:36:59 +00:00
Dag-Erling Smørgrav
3e704d0bb7
Back out previous commit; it doesn't seem to do what I thought it does.
2004-02-16 21:31:14 +00:00
David E. O'Brien
143a25c2a8
Increase the size of MSGBUF_SIZE if booted with -v.
2004-02-16 20:42:11 +00:00
Garance A Drosehn
2047c5d32e
Add a 'realclean' target, which simply and quickly removes everything
...
that was built in previous 'make buildworld' and 'make buildkernel'. The
target knows enough to run a 'chflags -R 0' and a second 'rm' if the first
'rm' ran into any errors while removing files.
Suggested by: email with Richard Coleman Re: upcoming 64b-time_t changes.
Reviewed by: imp, marcel, and others on -hackers
MFC after: 1 week
2004-02-16 20:18:25 +00:00
Dag-Erling Smørgrav
5193980ced
Remove -Wbad-function-cast. Its main purpose is to catch bugs that we
...
already catch with -Wstrict-prototypes, and it causes spurious warnings
for some perfectly legitimate constructs.
2004-02-16 20:07:06 +00:00
Dag-Erling Smørgrav
6f29aba23f
Document the change in M_WAITOK semantics.
2004-02-16 18:46:16 +00:00
Dag-Erling Smørgrav
cbea5fb98f
Don't panic if we fail to satisfy an M_WAITOK request; return 0 instead.
...
The calling code will either handle that gracefully or cause a page fault.
2004-02-16 18:41:58 +00:00
Dag-Erling Smørgrav
44f4b94b38
Don't bother storing a result when all you need are the side effects.
2004-02-16 18:38:46 +00:00
Dag-Erling Smørgrav
b14160b848
Avoid code duplication on platforms where int and long are the same size.
2004-02-16 18:37:00 +00:00
Dag-Erling Smørgrav
9e6108885c
Random style fixes and a comment update. No functional changes.
2004-02-16 18:19:15 +00:00
Hajimu UMEMOTO
ce9f8a4f5a
correct function name in comment.
...
Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net>
2004-02-16 18:07:53 +00:00
Matt Jacob
9b81514d7d
We aren't D_TAPE. We aren't anything. The reasons why this was ever set
...
at all is lost in the mists of time.
2004-02-16 17:43:57 +00:00
Guido van Rooij
517dbe6673
Fix type in a sysctl. It used to be: net.key.prefered_oldsa
...
and is corrected to net.key.preferred_oldsa
This makes it consistent with the KAME IPsec implementation.
Approved by: sam
2004-02-16 17:09:53 +00:00
Hajimu UMEMOTO
70dbc6cbfc
don't update outgoing ifp, if ipsec tunnel mode encapsulation
...
was not made.
Obtained from: KAME
2004-02-16 17:05:06 +00:00
Hajimu UMEMOTO
06a72d12d1
nuke unused functions.
...
Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net>
2004-02-16 17:02:44 +00:00
Hajimu UMEMOTO
c589019989
we don't need to include ipsec.h.
...
Submitted by: "Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net>
2004-02-16 16:58:48 +00:00
Bruce M Simpson
91179f796d
Spell types consistently throughout this file. Do not use the __packed attribute, as we are often #include'd from userland without <sys/cdefs.h> in front of us, and it is not strictly necessary.
...
Noticed by: Sascha Blank
2004-02-16 14:40:56 +00:00
David Schultz
4f70638ec2
Don't pass a pointer to a 'long' to a function that expects an 'int *'.
...
Submitted by: Roop Nanuwa <roop@hqst.com>
PR: 62615
2004-02-16 10:03:44 +00:00
David Schultz
a94707138b
Remove the code and an associated comment for gcc 1.x compatibility
...
and fix a typo in the !__GNUC__ case.
2004-02-16 10:03:02 +00:00
David Schultz
0f6da645e5
Fix a typo in the !__GNUC__ case and remove an obsolete comment.
2004-02-16 10:02:51 +00:00