Robert Watson
0734b428c7
o The VOP_RDWR man page neglected to mention (at least) two error modes
...
possible when writing:
[EFBIG] An attempt was made to write a file that exceeds
the process's file size limit or the maximum file
size.
[EPERM] An append-only flag is set on the file, but the
caller is attempting to write before the current
end of file.
2001-06-15 16:12:41 +00:00
Brian Somers
797c04a7a3
Correct the arg count after parsing a line with an unescaped # that isn't
...
preceeded with whitespace.
MFC after: 3 weeks
2001-06-15 13:58:06 +00:00
Dag-Erling Smørgrav
56fe60b131
#if 0 out pfs_null() to silence the warning about it not being referenced.
2001-06-15 12:30:46 +00:00
Jimmy Olgeni
c8c4ff4416
Fix some typos.
...
MFC after: 1 week
2001-06-15 11:25:26 +00:00
Nik Clayton
d03d64a379
More tips.
...
Submitted by: David Scheidt <dscheidt@tumbolia.com>
2001-06-15 10:47:30 +00:00
Nik Clayton
d4e639b22b
Change 93-11-XX for the FreeBSD 1.0 release to 93-11-01, based on this
...
announcement from JKH (back when he was still working for Lotus)
http://minnie.tuhs.org/cgi-bin/newsread?23150
This also means that if, as Microsoft say, Linux is a Cancer, FreeBSD is
a Scorpio.
2001-06-15 10:20:58 +00:00
Peter Wemm
e634a8c804
oops. prepare_usermode() died in August 2000 in the MI and x86 code.
...
Issue raised by: scottl
2001-06-15 09:59:27 +00:00
Nik Clayton
a69a66d079
Add a new category of fortunes, 'freebsd-tips'. Useful hints, advice, and
...
pointers to areas of the system that might not be apparent on first
inspection.
2001-06-15 08:45:43 +00:00
Nik Clayton
4ed950ad98
Include a mention of WRKDIRPREFIX, useful when mounting /usr/ports readonly
...
from another host.
2001-06-15 08:35:57 +00:00
Peter Wemm
67b6051349
Bah, back out part of previous commit. I got too carried away.
...
linux_debug_map[] is referred to from elsewhere.
2001-06-15 08:18:24 +00:00
Mark Murray
7e40a391bc
Unbreak OpenSSH for the KRB5-and-no-KRB4 case. Asking for KRB5 does
...
not imply that you want, need or have kerberosIV headers.
2001-06-15 08:12:31 +00:00
Peter Wemm
c864c67bad
Fix warning:
...
163: passing arg 4 of `resource_string_value' from incompatible pointer type
2001-06-15 08:01:21 +00:00
Peter Wemm
e9813a0763
Fix warnings:
...
585: warning: missing braces around initializer
605: warning: missing braces around initializer
2001-06-15 07:56:36 +00:00
Peter Wemm
17e904e08d
Fix warnings:
...
908: warning: long unsigned int format, unsigned int arg (arg 3)
887: warning: `timezero' defined but not used
2001-06-15 07:53:20 +00:00
Peter Wemm
a2c94cc717
Fix warnings:
...
235: warning: unsigned int format, pointer arg (arg 3)
621: warning: cast discards qualifiers from pointer target type
2001-06-15 07:50:54 +00:00
Peter Wemm
ec0b1e6727
Fix warning:
...
239: warning: no previous prototype for `linux_debug'
2001-06-15 07:48:21 +00:00
Peter Wemm
2e17a05929
Fix warning:
...
413: warning: long unsigned int format, vm_offset_t arg (arg 2)
2001-06-15 07:46:18 +00:00
Peter Wemm
78236790cd
Fix warning:
...
1973: warning: int format, long int arg (arg 5)
2001-06-15 07:44:39 +00:00
Peter Wemm
d43c883ddc
Fix warning:
...
298: warning: assignment makes pointer from integer without a cast
2001-06-15 07:42:58 +00:00
Peter Wemm
a074038186
Fix warnings:
...
412: warning: long unsigned int format, unsigned int arg (arg 3)
418: warning: long unsigned int format, unsigned int arg (arg 3)
424: warning: long unsigned int format, unsigned int arg (arg 3)
2001-06-15 07:39:12 +00:00
Peter Wemm
69223861fe
Fix warning: 203: implicit declaration of function `kernel_sysctlbyname'
2001-06-15 07:37:01 +00:00
Peter Wemm
bc66c1fd1f
Fix warning: (int/long mixup in printf)
...
475: warning: unsigned int format, long unsigned int arg (arg 3)
2001-06-15 07:35:25 +00:00
Peter Wemm
65f1bb65fe
Fix warning. s/char/unsigned char/ in "(char *)eth"
...
294: warning: ethernet address is not type unsigned char *
2001-06-15 07:34:29 +00:00
Peter Wemm
6cac567e1b
Fix warning: 848: warning: label `nosupport' defined but not used
2001-06-15 07:33:09 +00:00
Peter Wemm
d490e63aa7
Fix warning; remove unused variable
2001-06-15 07:32:25 +00:00
Peter Wemm
bd1c51b1e7
Remove unused variable
2001-06-15 07:31:15 +00:00
Peter Wemm
b93c3c5ed6
Fix some warnings in kern_environment.c. Make the getenv*() family
...
take a const 'name', since they dont modify anything.
159: warning: passing arg 1 of `getenv_int' discards qualifiers...
167: warning: passing arg 1 of `getenv' discards qualifiers from pointer..
2001-06-15 07:29:17 +00:00
Peter Wemm
b48746a5da
Fix warning: 186: warning: label `done' defined but not used
2001-06-15 07:26:39 +00:00
Assar Westerlund
af7a0a2d2b
remove most of the warnings
2001-06-15 01:53:05 +00:00
Peter Wemm
70439d2750
Fix warning: 568: warning: `portal_badop' defined but not used
2001-06-15 00:38:03 +00:00
Peter Wemm
215db1379e
Fix a stack of KAME netinet6/in6.h warnings:
...
592: warning: `struct mbuf' declared inside parameter list
595: warning: `struct ifnet' declared inside parameter list
2001-06-15 00:37:27 +00:00
Peter Wemm
f14f48a226
Fix warning (exposed NetBSD code):
...
94: warning: `ntfs_bmap' declared `static' but never defined
2001-06-15 00:32:07 +00:00
Peter Wemm
e75a45be56
Fix warnings (mostly harmless, due to struct bio being embedded in buf):
...
738: warning: passing arg 1 of `biodone' from incompatible pointer type
745: warning: passing arg 1 of `biodone' from incompatible pointer type
2001-06-15 00:30:27 +00:00
Peter Wemm
42c187b77e
Fix warning: 552: warning: `fdesc_badop' defined but not used
2001-06-15 00:27:21 +00:00
Peter Wemm
1d63bf5236
Fix warning: 128: warning: initialization makes pointer from integer
...
Note: this file has lots of #if __FreeBSD__ >= 4 etc which needs to be
changed to __FreeBSD_version >= 400000 etc.
2001-06-15 00:26:41 +00:00
Assar Westerlund
65ea0024ba
add the option -S for printing port numbers symbolically but addresses
...
numerically. clean up the CFLAGS in Makefile.
2001-06-15 00:25:44 +00:00
Peter Wemm
953d6e00e9
Fix warnings:
...
vinumhdr.h:80: warning: redundant redeclaration of `vinum_cdevsw'
vinumext.h:239: warning: previous declaration of `vinum_cdevsw'
in each of the following files:
vinum.c, vinumconfig.c, vinumdaemon.c, vinuminterrupt.c, vinumio.c,
vinumioctl.c, vinumlock.c, vinummemory.c, vinumraid5.c, vinumrequest.c,
vinumrevive.c, vinumstate.c, vinumutil.c
2001-06-15 00:23:11 +00:00
Peter Wemm
c5d8f2e6b1
Fix warnings:
...
musycc.c:449: warning: long unsigned int format, unsigned int arg (arg 3)
musycc.c:449: warning: long unsigned int format, unsigned int arg (arg 4)
musycc.c:453: warning: long unsigned int format, unsigned int arg (arg 3)
musycc.c:453: warning: long unsigned int format, unsigned int arg (arg 4)
musycc.c:453: warning: long unsigned int format, unsigned int arg (arg 5)
These warnings used to be confined to the alpha but are on all now.
2001-06-15 00:19:43 +00:00
Peter Wemm
5c176b95c2
Fix warning: 110: initialization makes pointer from integer without a cast
...
This was passing a (d_kqfilter_t *)-1 as the kqfilter function pointer.
Fortunately there was no D_KQFILTER in d_flags, so this was harmless.
2001-06-15 00:16:59 +00:00
Peter Wemm
14aa34173c
Fix warning: 193: warning: label `done' defined but not used
2001-06-15 00:13:54 +00:00
Peter Wemm
22941bd78f
Fix warnings:
...
554: passing arg 4 of `resource_string_value' from incompatible pointer type
576: passing arg 4 of `resource_string_value' from incompatible pointer type
593: passing arg 4 of `resource_string_value' from incompatible pointer type
2001-06-15 00:13:18 +00:00
Peter Wemm
70d73137b9
Fix warnings:
...
1831: warning: unused variable `noise'
1831: warning: unused variable `sig'
2001-06-15 00:10:30 +00:00
Peter Wemm
3a88b43443
Fix warning: 179: warning: label `done' defined but not used
2001-06-15 00:09:28 +00:00
Peter Wemm
988401088c
Fix warnings:
...
1267: warning: suggest parentheses around comparison in operand of &
2087: warning: unused variable `li'
2001-06-15 00:07:27 +00:00
Peter Wemm
13f961dbfd
Warning fix: coda_fbsd.c:113: warning: unused variable `ret'
2001-06-15 00:02:27 +00:00
Peter Wemm
13465b1b33
Temporarily disable INTRO_USERCONFIG for the moment.
...
Noted by: Dave Cornejo <dave@dogwood.com>
2001-06-14 23:48:13 +00:00
Dima Dorfman
19980bc92d
Don't hardcode in "/release/doc/"; instead, make it the default of a
...
new RELN_ANCHOR variable. It may be necessary to override this if the
path to the checked out release notes tree doesn't end with
"release/doc".
2001-06-14 23:23:21 +00:00
Matt Jacob
773fa867f2
If we're not going to use am7990_shutdown, comment it all out.
...
MFC after: 2 weeks
2001-06-14 19:36:37 +00:00
Matt Jacob
1aaf1de145
Fix Assembler buglet: Warning: .end directive names different symbol than .ent
...
MFC after: 2 weeks
2001-06-14 19:33:16 +00:00
Bruce A. Mah
d7a20073af
New release notes: New arp(8) keywords for proxy entries, new locale
...
names, route(8) has better error messages, new route(8) host/bits
syntax, route(8) proxy-only published ARP entries, pkg_version(1) -s.
2001-06-14 18:46:26 +00:00