markus
bf4f608288
Fix a typo introduced in the last commit: WWW Refresh is 0x227, not 0227
...
Approved by: emax (mentor)
MFC after: 1 day
2006-10-09 22:27:23 +00:00
trhodes
0fdaf2aeff
Better mdoc(7). Bump doc date.
...
Kicked by: ru
2006-10-09 19:01:02 +00:00
trhodes
3d3e3d31c4
Note the naming convention of files in share/skel and explain the "dot"
...
prefix is removed.
PR: 103828
2006-10-09 17:57:40 +00:00
rink
048d5cc4aa
Prevent mountd(8) from resetting mount options when exporting a filesystem.
...
Approved by: imp (mentor)
Sponsored by: Quality Service Provider BV
MFC after: 3 days
2006-10-09 17:38:18 +00:00
ceri
931196e140
When using sysinstall on a running system and editing a disk label
...
fails, suggest setting kern.geom.debugflags to 16.
PR: bin/94409
Submitted by: Markus Oestreicher <m punkt oe at x dash trader dot de>
MFC after: 10 days
2006-10-08 21:16:00 +00:00
ru
71bf8b980d
Sort SUBDIR.
2006-10-05 12:18:15 +00:00
ru
a8ad84893b
Added rudimentary support for the "include" directive (inside "files").
...
This will be used to split sys/conf/files into multiple files similar
to how this is done in NetBSD.
2006-10-01 17:17:29 +00:00
ru
99849399c0
Revise markup.
2006-09-30 19:07:03 +00:00
ru
16cdb2382c
Fix usage().
2006-09-30 18:11:59 +00:00
ru
a929436732
Create section 8 man subdirectories for PowerPC.
2006-09-30 09:02:38 +00:00
maxim
9e9ac4a6cb
o Check we have a non-NULL pointer to a super block before dereference it.
...
PR: misc/103822
Submitted by: Dmitry Stefankov
MFC after: 2 weeks
2006-09-30 07:34:20 +00:00
ru
081fcce9b9
Markup fixes.
2006-09-29 17:57:04 +00:00
ru
006fe97736
Sync usage() with manpage's SYNOPSIS.
2006-09-29 17:36:38 +00:00
ru
822ecb389f
Line up usage output.
2006-09-29 17:28:01 +00:00
ru
0fa5faccea
Fix usage().
2006-09-29 17:23:14 +00:00
ru
bc7640c8cc
Sync usage() with manpage's SYNOPSIS.
2006-09-29 17:17:53 +00:00
ru
bdc32e68d2
Sync usage() with manpage's SYNOPSIS.
2006-09-29 17:04:03 +00:00
ru
e899d7f995
Language tweak.
2006-09-29 16:51:29 +00:00
ru
977b68391c
Sync usage() and SYNOPSIS.
2006-09-29 16:46:01 +00:00
ru
4fbd81436e
Whitespace nit.
2006-09-29 16:10:28 +00:00
ru
21f20d2ad5
Sync utility's usage() with manpage's SYNOPSIS.
2006-09-29 16:07:44 +00:00
bms
686e54733a
Push removal of mrouted down to the rest of the tree.
2006-09-29 15:45:11 +00:00
bms
8405ff182f
Remove mrouted from -CURRENT.
...
Discussed with: fenner, net@
2006-09-29 10:40:53 +00:00
bms
24cf9e1f8f
Remove mrouted and its utilities from the base system.
...
They may now be obtained from ports.
Discussed with: fenner, net@
2006-09-29 10:39:23 +00:00
ru
91aa6d24db
Remove bogus casts of valid integer ioctl() arguments.
2006-09-26 21:46:12 +00:00
brian
5a857cb91f
Behave as documented when reading fields saying "X/Y" where X != *
...
rather than mis-parsing them as "X".
MFC after: 1 day
2006-09-26 18:06:09 +00:00
kensmith
7f7fe3d972
Oops. Catch up on the last couple of releases and prepare for the next
...
one.
2006-09-26 14:51:33 +00:00
obrien
d7fe3e7365
Catch up with share/mk/bsd.sys.mk rev. 1.38.
2006-09-26 02:18:35 +00:00
rwatson
00ae999bcd
auditreduce now requires OpenBSM's config/config.h, so add that to the
...
build include path.
MFC after: 3 days
Obtained from: TrustedBSD Project
2006-09-25 11:56:20 +00:00
bms
289b19d981
De-orbit burn tcpslice.
...
Reviewed by: sam, bmah
2006-09-24 09:18:36 +00:00
bms
ca71dca5f5
Disconnect tcpslice from build.
...
Reviewed by: sam, bmah
2006-09-24 09:16:27 +00:00
bms
34aba10f3e
Fix our ancient tcpslice for >2GB limits.
...
PR: bin/13691
MFC after: 1 week
Submitted by: Bruce A. Mah
2006-09-23 21:12:23 +00:00
kan
905b41f24e
Do not bypass WARNS machinery by hadcoding -Werror into CFLAGS.
2006-09-21 18:16:22 +00:00
emax
e942f54609
Pacify new GCC4 warnings.
...
Submitted by: kan
MFC after: 1 week
2006-09-21 17:16:37 +00:00
emax
52329dc10d
Get rid of extra const to pacify new GCC4 warnings.
...
Submitted by: kan
MFC after: 1 week
2006-09-21 02:41:04 +00:00
emax
aed4a149cb
Use socklen_t instead of int32_t where appropriate to pacify new GCC4
...
warnings.
Submitted by: kan
MFC after: 1 week
2006-09-21 02:32:28 +00:00
kan
06378b342e
Do not use int where socklen_t is expected.
2006-09-21 02:01:46 +00:00
kan
8c74632d44
Silence GCC4 signed/unsigned pointer mismatch warning.
2006-09-21 01:48:47 +00:00
kan
429d5f787f
Do not use int where socklen_t is expected.
2006-09-21 01:41:03 +00:00
maxim
4af3cb5278
o Fix groupadd getopt line and make 'pw groupadd -o' work.
...
PR: bin/100684
Submitted by: Devon H. O'Dell
MFC after: 3 weeks
2006-09-18 14:00:39 +00:00
ume
0f4b1054e7
Listen to a control socket on an IPv4 as well through
...
an IPv4-mapped IPv6 address.
Reported by: Julian H. Stacey <jhs__at__flat.berklix.net>
Test by: Julian H. Stacey <jhs__at__flat.berklix.net>
MFC after: 1 week
2006-09-18 03:50:30 +00:00
emax
01d5e88001
Make op parameter to mux_keyboard() u_int instead of int.
...
This should fix sparc64 messages like
Sep 15 11:17:39 peahi kernel: WARNING pid 5477 (kbdcontrol): ioctl sign-extension ioctl ffffffff80244b45
PR: sparc64/96798
MFC after: 1 week
2006-09-15 18:41:12 +00:00
ru
c58b7af845
Removed T/TCP bits.
2006-09-14 08:36:53 +00:00
charnier
5543d83186
initialize unitialized variables (WARNS=6)
2006-09-14 04:45:44 +00:00
charnier
5b67866b9a
compile under WARNS=6
2006-09-13 05:01:25 +00:00
emax
776a1a4288
Temporarily put ugly workaround in place to make sparc64 build happy.
...
panther is down at the moment, so better fix will follow later.
2006-09-08 15:05:38 +00:00
emax
0a0c0e69a8
Update bthidd(8) code and hook it up to the build.
...
bthidd(8) now was integrated with vkbd(4) and supports
multiple keyboards via vkbd(4)/kbdmux(4).
The code was tested with Apple Bluetooth keyboard and
SE k700i cell phone (remote control feature).
MFC after: 1 month
2006-09-07 21:47:49 +00:00
brian
3e9b75279e
Remove leading zeros
...
Suggested by: mdoc police (ru)
2006-09-06 15:58:59 +00:00
brian
1b7ae73acb
Remove __DATE__ so that compiling the same source produces the same binary
...
(for non-static binaries at least).
2006-09-06 06:33:39 +00:00
brian
66eb15d8c9
If the peer REJects our MRU request and that request is for a value
...
less than the current MTU, set our mtu to the value requested.
2006-09-06 06:23:55 +00:00