Tom Rhodes
57e72b9534
Remove ndisapi.9 Xref.
...
PR: 97375
2006-10-10 07:19:30 +00:00
Markus Brueffer
13d38e1a13
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
Tom Rhodes
fd59f59ae3
Better mdoc(7). Bump doc date.
...
Kicked by: ru
2006-10-09 19:01:02 +00:00
Tom Rhodes
31e224dd37
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 Springer
6a5a80bd0f
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 Davies
297a4b8352
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
Ruslan Ermilov
c0f20e2720
Sort SUBDIR.
2006-10-05 12:18:15 +00:00
Ruslan Ermilov
d9fb65c84d
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
Ruslan Ermilov
66f6e0e5df
Revise markup.
2006-09-30 19:07:03 +00:00
Ruslan Ermilov
0708945a3c
Fix usage().
2006-09-30 18:11:59 +00:00
Ruslan Ermilov
ebfbcb8bec
Create section 8 man subdirectories for PowerPC.
2006-09-30 09:02:38 +00:00
Maxim Konovalov
c433b438f2
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
Ruslan Ermilov
bc84aa4ba3
Markup fixes.
2006-09-29 17:57:04 +00:00
Ruslan Ermilov
b3e2f7a6d8
Sync usage() with manpage's SYNOPSIS.
2006-09-29 17:36:38 +00:00
Ruslan Ermilov
24bffe0613
Line up usage output.
2006-09-29 17:28:01 +00:00
Ruslan Ermilov
7bd89ff038
Fix usage().
2006-09-29 17:23:14 +00:00
Ruslan Ermilov
37085ccacf
Sync usage() with manpage's SYNOPSIS.
2006-09-29 17:17:53 +00:00
Ruslan Ermilov
36610ce416
Sync usage() with manpage's SYNOPSIS.
2006-09-29 17:04:03 +00:00
Ruslan Ermilov
ae67ba29a4
Language tweak.
2006-09-29 16:51:29 +00:00
Ruslan Ermilov
d20241a618
Sync usage() and SYNOPSIS.
2006-09-29 16:46:01 +00:00
Ruslan Ermilov
34cd417b64
Whitespace nit.
2006-09-29 16:10:28 +00:00
Ruslan Ermilov
f6385e481e
Sync utility's usage() with manpage's SYNOPSIS.
2006-09-29 16:07:44 +00:00
Bruce M Simpson
2d20d32344
Push removal of mrouted down to the rest of the tree.
2006-09-29 15:45:11 +00:00
Bruce M Simpson
aa805a5eb7
Remove mrouted from -CURRENT.
...
Discussed with: fenner, net@
2006-09-29 10:40:53 +00:00
Bruce M Simpson
13b3ebf134
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
Ruslan Ermilov
eb0fa6f5d7
Remove bogus casts of valid integer ioctl() arguments.
2006-09-26 21:46:12 +00:00
Brian Somers
cf2603700e
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
Ken Smith
3aaadbcce2
Oops. Catch up on the last couple of releases and prepare for the next
...
one.
2006-09-26 14:51:33 +00:00
David E. O'Brien
b14f05094a
Catch up with share/mk/bsd.sys.mk rev. 1.38.
2006-09-26 02:18:35 +00:00
Robert Watson
be3ca90685
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
Bruce M Simpson
790ca1147e
De-orbit burn tcpslice.
...
Reviewed by: sam, bmah
2006-09-24 09:18:36 +00:00
Bruce M Simpson
81fbc3d1f3
Disconnect tcpslice from build.
...
Reviewed by: sam, bmah
2006-09-24 09:16:27 +00:00
Bruce M Simpson
2c2da9973b
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
Alexander Kabaev
24c2567f03
Do not bypass WARNS machinery by hadcoding -Werror into CFLAGS.
2006-09-21 18:16:22 +00:00
Maksim Yevmenkin
6e9bee6438
Pacify new GCC4 warnings.
...
Submitted by: kan
MFC after: 1 week
2006-09-21 17:16:37 +00:00
Maksim Yevmenkin
89facd824a
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
Maksim Yevmenkin
831a4264af
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
Alexander Kabaev
62d9c4f594
Do not use int where socklen_t is expected.
2006-09-21 02:01:46 +00:00
Alexander Kabaev
9a4194814d
Silence GCC4 signed/unsigned pointer mismatch warning.
2006-09-21 01:48:47 +00:00
Alexander Kabaev
53d588be85
Do not use int where socklen_t is expected.
2006-09-21 01:41:03 +00:00
Maxim Konovalov
04cfd91b6a
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
Hajimu UMEMOTO
bba6dc1d5b
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
Maksim Yevmenkin
eb65c05e44
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
Ruslan Ermilov
906c8a734c
Removed T/TCP bits.
2006-09-14 08:36:53 +00:00
Philippe Charnier
606a36b9eb
initialize unitialized variables (WARNS=6)
2006-09-14 04:45:44 +00:00
Philippe Charnier
e55942e33c
compile under WARNS=6
2006-09-13 05:01:25 +00:00
Maksim Yevmenkin
2d7f9912e0
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
Maksim Yevmenkin
7aebfa93ac
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 Somers
e5bec77751
Remove leading zeros
...
Suggested by: mdoc police (ru)
2006-09-06 15:58:59 +00:00
Brian Somers
d398d50285
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