John Baldwin
69e9495750
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
Ruslan Ermilov
f8daa5a649
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
Ruslan Ermilov
3ea75eb1a1
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
Bruce A. Mah
f84dad7122
MFCs noted: isic(4) support for Compaq Microcom 610 ISDN,
...
isdnphone(8) -k.
2001-12-13 06:39:04 +00:00
Bruce A. Mah
6c27cf4a68
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
Bruce A. Mah
5c020918b4
MFCs noted: vlan(4) devices now (un)loadable and clonable, ciss
...
driver.
2001-12-13 06:01:01 +00:00
Kirk McKusick
9db12e5108
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 Perlstein
bcb733d069
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
Jonathan Lemon
04cad5adb1
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
Jonathan Lemon
7c183182bf
Fix up tabs from cut&n&paste.
2001-12-13 04:02:31 +00:00
Jonathan Lemon
0ef3206bf5
Fix up tabs in comments.
2001-12-13 04:02:09 +00:00
Jonathan Lemon
eaa6d8efe5
Minor style fixes.
2001-12-13 04:01:23 +00:00
Jonathan Lemon
c448c89c59
Minor style fix.
2001-12-13 04:01:01 +00:00
Warner Losh
68f04dad74
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
Warner Losh
6951ce0d97
Add missing "the".
2001-12-13 01:31:41 +00:00
Warner Losh
2b6f1df3bd
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
Matt Jacob
5b7cc8d153
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
Mark Murray
d3f6a11798
Remove to-be-default WARNS?=2
2001-12-12 23:29:13 +00:00
Mark Murray
d20f95e121
Minor style stuff, use __FBSDID(), remove to-be-default WARNS=2.
2001-12-12 23:23:52 +00:00
Bruce A. Mah
0312bfaed9
Move some notes inside the paragraphs for the hardware they describe.
2001-12-12 23:22:34 +00:00
Mark Murray
e74bf75f1c
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
Mark Murray
f1d37c20c0
WARNS=2 fixes, use __FBSDID, remove GCC-specific flags.
2001-12-12 23:09:07 +00:00
Mark Murray
b093d3e0e9
WARNS=2 fixes, Use __FBSDID(), kill register keyword.
2001-12-12 23:02:30 +00:00
Mark Murray
5584ad32ad
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
John Baldwin
b0492e310b
Catch up to the globaldata -> pcpu changes.
2001-12-12 21:15:30 +00:00
Mike Heffner
8080703a26
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
Warner Losh
ebc7a029f4
Sync to pccarddevs 1.25
2001-12-12 20:06:29 +00:00
Warner Losh
a7958b9d73
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
Philippe Charnier
a9c9a0d15f
Make clear that -w gets an argument. Add __FBSDID and remove unused
...
#include
2001-12-12 18:25:53 +00:00
Philippe Charnier
93b3633be5
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
Philippe Charnier
b0a2f60daf
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
Maxim Sobolev
1f891ff9ef
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
Robert Watson
3b4fff26f3
o Various language and style tweaks.
...
Submitted by: ru
2001-12-12 15:58:04 +00:00
Mike Heffner
864be88825
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
Alexey Zelkin
19e4b807f6
* style(9)'ify
...
* add K&R support to langinfo.h
Requested by: bde (2)
2001-12-12 15:41:08 +00:00
Bruce A. Mah
ede55da024
New release note: jail sysctl variables moved.
...
Submitted by: arr
2001-12-12 15:31:19 +00:00
Ruslan Ermilov
108c9afc50
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
Ruslan Ermilov
6184d98a2a
mdoc(7) police: minor markup nits.
2001-12-12 15:02:32 +00:00
Ruslan Ermilov
f7475de715
mdoc(7) police: fix markup, bump document date.
2001-12-12 14:53:51 +00:00
Ruslan Ermilov
f0cc88ffed
mdoc(7) police: kill HSBs, add missing comma.
2001-12-12 14:41:53 +00:00
Ruslan Ermilov
9a05e59078
mdoc(7) police: fix markup.
2001-12-12 14:40:09 +00:00
Ruslan Ermilov
2554caf28c
mdoc(7) police: Minor formatting nits and optimizations to rev. 1.34.
2001-12-12 14:36:28 +00:00
Yoshihiro Takahashi
c47b0cd2c6
MFi386: revision 1.35 (Add support for writing to BIOS disks)
2001-12-12 13:47:04 +00:00
Ruslan Ermilov
de400a7b97
mdoc(7) police: use no-break space.
2001-12-12 13:46:15 +00:00
Ruslan Ermilov
f079ab33c6
mdoc(7) police: use no-break space, fix markup.
2001-12-12 13:45:35 +00:00
Ruslan Ermilov
5411c22ae5
mdoc(7) police: use non-break space, remove whitespace at EOL, fix markup.
2001-12-12 13:42:25 +00:00
Yoshihiro Takahashi
f169825e02
MFi386: revision 1.485 (the previous commit is not completely)
2001-12-12 12:27:59 +00:00
Peter Pentchev
1e106575d2
Set the script_name_sep variable to a safe value if it is not
...
already set (e.g. a failed/skipped mergemaster run during an upgrade).
Without this, if script_name_sep was not set in the rc.conf files,
local scripts will not be executed on startup or shutdown.
PR: misc/32687
Submitted by: Nicholas Paufler <echofox@discordia.ca> (the problem)
Sheldon Hearn (the idea behind the fix)
Reviewed by: sheldonh
MFC after: 1 week
2001-12-12 10:12:20 +00:00
Sheldon Hearn
0e3b6d50d4
Connect libiconv to the build.
...
Recent work by fjoe and bp has fixed smbfs. The smbfs module
can now be loaded once libiconv and libmchain have been loaded,
and works!
2001-12-12 10:11:16 +00:00
Wilko Bulte
aa84159a86
Unix: Just Say No..
...
Obtained from: Jan.Hendriks@Compaq.com
MFC after: 3 days
2001-12-12 09:49:02 +00:00