phantom
ba657b6ec7
Fix style bugs (mostly remove 'extern' from function prototypes)
...
Inspired by: conversation with bde
2001-12-13 17:22:17 +00:00
phantom
c4a3969a7e
* remove reference to m68k-dependent sources
...
* fix comment
2001-12-13 17:18:26 +00:00
imp
88e60827d4
Move NO_WERROR from CROSSENV to BMAKE. In CROSSENV it disables it for
...
the entire build. We only want it for the bootstrap process.
Submitted by: ru
2001-12-13 17:00:59 +00:00
jlemon
9c2ee55c75
Tone down and remove some obnoxious warnings that are slightly overkill.
2001-12-13 16:13:31 +00:00
sheldonh
0cfa55aca8
Add module dependency on libmchain.
...
With this change, mounting an smb share (using mount_smb, which is not
yet included in the tree) without any of smbfs, libiconv or libmchain
compiled into the kernel or loaded works.
2001-12-13 13:08:34 +00:00
jhb
7cfed6a8b7
Use ANSI C string contatenation instead of a multi-line string literal.
...
Reported by: gcc30
2001-12-13 11:14:28 +00:00
jhb
550cf26594
Comment tokens after #undef <macroname> and #endif.
...
Reported by: gcc30
2001-12-13 11:12:30 +00:00
ru
8ed2558536
If the OID is missing, sysctl(3) returns ENOENT, not EOPNOTSUPP.
...
PR: docs/32793
Submitted by: Hartmut Brandt <brandt@fokus.gmd.de>
2001-12-13 10:59:00 +00:00
jhb
66ac46bd15
Use a per-thread variable for keeping state when a thread is processing
...
a KTR log entry. Any KTR requests made while working on an entry are
ignored/discarded to prevent recursion. This is a better fix for the
hack to futz with the CPU mask and call getnanotime() if KTR_LOCK or
KTR_WITNESS was on. It also covers the actual formatting of the log entry
including dumping it to the display which the earlier hacks did not.
2001-12-13 10:33:20 +00:00
ru
02911c1b4a
Fold example text into 80 column width display.
...
PR: docs/32676
Submitted by: Rich Morin <rdm@cfcl.com>
2001-12-13 09:13:01 +00:00
ru
ce33199ef5
s/crypt_format/crypt_default/ to match reality.
...
PR: docs/32787
Spotted by: Pete Carah <pete@altadena.net>
2001-12-13 08:05:32 +00:00
bmah
07b6c68e2f
MFCs noted: isic(4) support for Compaq Microcom 610 ISDN,
...
isdnphone(8) -k.
2001-12-13 06:39:04 +00:00
bmah
4fd1754c9d
Grrr...TCP bugfixes don't belong in the filesystems section. Toss
...
another pointy hat into my pile in the corner.
2001-12-13 06:03:08 +00:00
bmah
1ee5eb8761
MFCs noted: vlan(4) devices now (un)loadable and clonable, ciss
...
driver.
2001-12-13 06:01:01 +00:00
mckusick
d375501d04
When a file is partially truncated, we first check to see if the
...
new file end will land in the middle of a file hole. Since the last
block of a file must always be allocated, the hole is filled by
allocating a block at that location. If the hole being filled is
a direct block, then the truncation may eventually reduce the
full sized block down to a fragment. When running with soft
updates, it is necessary to FSYNC the file after allocating the
block and before creating the fragment to avoid triggering a
soft updates inconsistency when the block unexpectedly shrinks.
Found by: Matthew Dillon <dillon@apollo.backplane.com>
MFC after: 1 week
2001-12-13 05:07:48 +00:00
alfred
2eaaa91f6f
rpc.lockd needs rpc.statd to be running for it to start up properly.
...
so swap the order.
Also allow rpc.lockd and rpc.statd to be turned on if nfsclient is
enabled. They are needed to provide client side locking support.
PR: conf/27811
2001-12-13 04:21:18 +00:00
jlemon
3c2732d720
Undo one of my last minute changes; move sc_iss up earlier so it
...
is initialized in case we take the T/TCP path.
2001-12-13 04:05:26 +00:00
jlemon
776e8594bd
Fix up tabs from cut&n&paste.
2001-12-13 04:02:31 +00:00
jlemon
ec4b51f883
Fix up tabs in comments.
2001-12-13 04:02:09 +00:00
jlemon
37e5dc6ec1
Minor style fixes.
2001-12-13 04:01:23 +00:00
jlemon
f3ff850b00
Minor style fix.
2001-12-13 04:01:01 +00:00
imp
9d7baf72ba
Add NO_WERROR to the cross building environment so that we do not bail on
...
warnings generated by earlier versions of the compilers when bootstrapping.
Also a minor formatting nit in the tools list.
Reviewed by: markm
2001-12-13 01:37:45 +00:00
imp
f12628189c
Add missing "the".
2001-12-13 01:31:41 +00:00
imp
ec1cf4cdf9
Add two clarifying commnets:
...
1) Note that this file is also by example.
2) Note that you should not use files from /usr/include in
kernel files.
2001-12-13 01:29:34 +00:00
mjacob
c0159cc50e
Roll firmware to latest offerings... Fixes a number of f/w related
...
bugs.
MFC after: 1 week
2001-12-13 00:09:06 +00:00
markm
00e6a12e4a
Remove to-be-default WARNS?=2
2001-12-12 23:29:13 +00:00
markm
5388af43e4
Minor style stuff, use __FBSDID(), remove to-be-default WARNS=2.
2001-12-12 23:23:52 +00:00
bmah
faadf54604
Move some notes inside the paragraphs for the hardware they describe.
2001-12-12 23:22:34 +00:00
markm
f7397edc4d
WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings.
...
Use __FBSDID(), kill register keyword.
2001-12-12 23:20:16 +00:00
markm
e006d8bee0
WARNS=2 fixes, use __FBSDID, remove GCC-specific flags.
2001-12-12 23:09:07 +00:00
markm
d7f873fae9
WARNS=2 fixes, Use __FBSDID(), kill register keyword.
2001-12-12 23:02:30 +00:00
markm
b7a2b7c5dd
Fix the time of an intmax_t calculation; it is unsigned. Also print
...
it with the correct formatting (%ju, not %lld). GCC's -Wformat does
not understand this, so turn on NO_WERROR.
2001-12-12 22:46:56 +00:00
jhb
580f3319c9
Catch up to the globaldata -> pcpu changes.
2001-12-12 21:15:30 +00:00
mikeh
53b37471d4
Print the path with the shortest absolute length, rather than
...
arbitrarily selecting one.
PR: bin/14361
Approved by: wosch
MFC after: 1 week
2001-12-12 20:38:07 +00:00
imp
e231bcb189
Sync to pccarddevs 1.25
2001-12-12 20:06:29 +00:00
imp
e2b68f4e4f
Move LINKSYS2 to its correct numerical location.
...
Add BONDWELL B236 Game Card Joystick. A PC Card joystick card.
2001-12-12 20:05:48 +00:00
charnier
a5cd3299b7
Make clear that -w gets an argument. Add __FBSDID and remove unused
...
#include
2001-12-12 18:25:53 +00:00
charnier
f6879ce93c
Remove unused #includes. lex -> Lex, yacc -> Yacc, ... Some .Nm to .Em
...
conversions. Sort #includes. Spelling. use errx() instead of err() when
explicit message is given.
2001-12-12 18:24:42 +00:00
charnier
cc22344fd1
Start option definition with: ``The following options are available''
...
Use .Ev for env variables.
Remove unused #includes, and sort others.
2001-12-12 18:22:09 +00:00
sobomax
b850c99165
Add DIVA USB mp3 player.
...
Submitted by: Olexander Kunytsa <kunia@x-telecom.net>
MFC after: 3 days
2001-12-12 15:58:23 +00:00
rwatson
16b79d3b61
o Various language and style tweaks.
...
Submitted by: ru
2001-12-12 15:58:04 +00:00
mikeh
ceaaa7f6f5
I'm working on cleaning this up, however it probably won't be done for
...
awhile. Turn off WARNS so that this doesn't break the build when WARNS
is turned on higher up. Also add $FreeBSD$.
2001-12-12 15:42:19 +00:00
phantom
e3e97d513f
* style(9)'ify
...
* add K&R support to langinfo.h
Requested by: bde (2)
2001-12-12 15:41:08 +00:00
bmah
37259b5833
New release note: jail sysctl variables moved.
...
Submitted by: arr
2001-12-12 15:31:19 +00:00
ru
e685226302
mdoc(7) police: remove the debugging stuff I use to prevent
...
hyphenation (so that the output could be spell-checked).
2001-12-12 15:15:46 +00:00
ru
1af36d2081
mdoc(7) police: minor markup nits.
2001-12-12 15:02:32 +00:00
ru
84f883bb74
mdoc(7) police: fix markup, bump document date.
2001-12-12 14:53:51 +00:00
ru
3d0ef85101
mdoc(7) police: kill HSBs, add missing comma.
2001-12-12 14:41:53 +00:00
ru
78899bd0ef
mdoc(7) police: fix markup.
2001-12-12 14:40:09 +00:00
ru
ed368a1045
mdoc(7) police: Minor formatting nits and optimizations to rev. 1.34.
2001-12-12 14:36:28 +00:00