Commit Graph

99456 Commits

Author SHA1 Message Date
tjr
7c98ad2f78 Remove unnecessary newlines from errx() arguments. 2004-02-17 02:02:18 +00:00
ache
f881fdf923 Remove getopt*.c, we already have compatible getopt_long() in libc 2004-02-17 01:59:37 +00:00
ache
4100a85286 Remove unneded files 2004-02-17 01:51:07 +00:00
ache
b400ca1403 Remove getopt*.c, we already have compatible getopt_long() in libc 2004-02-17 01:49:20 +00:00
ache
f1dff360d2 Remove unneded files 2004-02-17 01:41:49 +00:00
ache
cd3de8623c Remove getopt*.c, we already have compatible getopt_long() in libc 2004-02-17 01:40:25 +00:00
ache
ca8a960bb0 Remove getopt*.c, we already have compatible getopt_long() in libc 2004-02-17 01:34:53 +00:00
ache
82ea3d0837 Remove files no longer needed 2004-02-17 01:20:41 +00:00
ache
3538183545 Remove files no longer needed 2004-02-17 01:10:29 +00:00
ache
f519923efa Remove getopt*.c, we already have compatible getopt_long() in libc 2004-02-17 01:08:34 +00:00
ache
4d5607eb45 Remove files no longer needed 2004-02-17 01:04:18 +00:00
ache
0007524e39 Remove getopt*.c, we already have getopt_long() in libc 2004-02-17 00:56:16 +00:00
ache
a58f24fbd9 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
95ad51e15b 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
ache
b062e467c5 Remove old explicit -I${DESTDIR}/usr/include/readline
it is no longer needed
2004-02-17 00:06:33 +00:00
obrien
9046427d99 Fix the AMD64 build: this file shouldn't exist. 2004-02-16 23:47:02 +00:00
ache
3997d767f4 Switch back to regex.h 2004-02-16 23:46:39 +00:00
ache
b6069c29a3 Formally switch back to regex.h (not sure it ever needed here - libgnuregex
is not used)
2004-02-16 23:38:37 +00:00
ache
42deac0114 Switch back to regex.h and fix error when mismatched regex.h used with
system libgnuregex
2004-02-16 23:25:49 +00:00
le
ba83c8fce6 Remove some more 'makedev' related macros.
Approved by:     grog (mentor)
2004-02-16 23:14:13 +00:00
le
752577e98c Also remove "makedev" from the online help. 2004-02-16 23:04:52 +00:00
ache
a707e1673f Remove files no longer needed
Switch back to regex.h
2004-02-16 22:56:36 +00:00
ache
aacb98c465 1) Remove files no longer needed.
2) Switch back to regex.h
2004-02-16 22:43:05 +00:00
ache
56a75883aa Install regex.h under include/gnu 2004-02-16 22:32:13 +00:00
ache
bae88bd282 Add "gnu" to the list of subdirs 2004-02-16 22:23:34 +00:00
bms
9339967983 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
des
50e84becb8 Back out previous commit due to objections. 2004-02-16 21:36:59 +00:00
des
6f09565d5d Back out previous commit; it doesn't seem to do what I thought it does. 2004-02-16 21:31:14 +00:00
obrien
6345b54166 Increase the size of MSGBUF_SIZE if booted with -v. 2004-02-16 20:42:11 +00:00
gad
2dc7304c8e 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
des
92dbb68d61 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
des
b1fcdefacb Document the change in M_WAITOK semantics. 2004-02-16 18:46:16 +00:00
des
5f5ca2f85e 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
des
3594fcd2b3 Don't bother storing a result when all you need are the side effects. 2004-02-16 18:38:46 +00:00
des
fd14c8b34a Avoid code duplication on platforms where int and long are the same size. 2004-02-16 18:37:00 +00:00
des
f6bc4da86b Random style fixes and a comment update. No functional changes. 2004-02-16 18:19:15 +00:00
ume
49973dd6ef correct function name in comment.
Submitted by:	"Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net>
2004-02-16 18:07:53 +00:00
mjacob
b6f49b1521 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
4cf435e5b0 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
ume
4c1570ce23 don't update outgoing ifp, if ipsec tunnel mode encapsulation
was not made.

Obtained from:	KAME
2004-02-16 17:05:06 +00:00
ume
66c8f3c917 nuke unused functions.
Submitted by:	"Bjoern A. Zeeb" <bzeeb+freebsd@zabbadoz.net>
2004-02-16 17:02:44 +00:00
ume
bc6c53469c 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
bms
ec6b6dbdf2 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
das
2b6841d337 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
das
0d430f11eb 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
das
d23fcab17b Fix a typo in the !__GNUC__ case and remove an obsolete comment. 2004-02-16 10:02:51 +00:00
das
e119526a51 Fix some aliasing problems. 2004-02-16 10:02:40 +00:00
le
60739cd600 Since DEVFS is mandatory, remove all instances to make_dev*. Keep the
"makedev" command for backwards compatibility, but just print out an
informational message (this was the current behaviour, anyway) and remove
it from the documentation.

Approved by:     grog (mentor)
2004-02-16 09:23:59 +00:00
simokawa
016584105c - Clean up global data.
- Force dcons to be the high-level console after dcons_crom
	has been attached.
- Add a tunable to be the high-level console.
2004-02-16 07:25:46 +00:00
alc
0b9f711c82 Correct a long-standing race condition in vm_contig_launder() that could
result in a panic "vm_page_cache: caching a dirty page, ...": Access to the
page must be restricted or removed before calling vm_page_cache().  This
race condition is identical in nature to that which was addressed by
vm_pageout.c's revision 1.251 and vm_page.c's revision 1.275.

MFC after:	7 days
2004-02-16 03:43:57 +00:00