ru
ca460b4ef0
- Remove include links only when .depend is also removed, so that
...
"make depend; make clean; make -n" works.
- Preseve kernel's .depend if it already exists and its creation
is interrupted.
Reported/reviewed by: bde
2006-10-13 22:28:14 +00:00
jb
47f75c2b66
Ignore the uart device.
2006-10-13 21:55:30 +00:00
jb
a0df1f1daf
Remove a nmdm comment which ru@ thinks was no longer required.
2006-10-13 21:44:57 +00:00
jb
edbbcce00c
sun4v uses the sparc64 version of this file.
2006-10-13 21:30:18 +00:00
tegge
2d3b850cd6
Wait for thread count to reach zero in destroy_devl() even when no purge
...
method is defined, to avoid memory being modified after free.
Temporarily increase refcount in destroy_devl() to avoid a double free
if dev_rel() is called while waiting for thread count to reach zero.
2006-10-13 20:49:24 +00:00
ru
c43e76ed8f
Replace a rarely used "depuration" with "debugging".
...
PR: docs/85127
Submitted by: Gary W. Swearingen (partially)
MFC after: 3 days
2006-10-13 20:48:17 +00:00
ru
882e8f1bcf
Make the SYNOPSIS section more meaningful.
...
PR: docs/85066
Submitted by: Gary W. Swearingen
MFC after: 3 days
2006-10-13 20:37:23 +00:00
ru
113e32ee73
Forgot to bump the document date.
2006-10-13 20:34:44 +00:00
ru
b942ce05ed
Some word smithing adopted from the PR.
...
PR: docs/54451
Originally by: Andreas Fuchs
Adopted by: jhb
MFC after: 3 days
2006-10-13 20:28:58 +00:00
tegge
d21c14576e
Delay unblocking signal and restoring process signal mask until the
...
thread signal mask has been updated to avoid stack overflow during signal
bursts.
Don't block signal forever if no threads can currently handle signal.
Check for pending signal after direct invocation of signal handler.
2006-10-13 20:12:07 +00:00
tegge
8f000653f2
Delay setting wakeup time until after poll array has been allocated.
...
Blocking on the malloc spinlock would cause the select timeout to be lost.
2006-10-13 20:04:13 +00:00
tegge
6ddeb6ab39
Sync thread jump table with libc and other thread libraries.
2006-10-13 20:01:40 +00:00
glebius
501eeb3d83
Include pcpu.h so that kernel is buildable w/o RWLOCK_NOINLINE option
...
and with some code that uses rwlock(9).
2006-10-13 19:43:35 +00:00
jhb
42c2806808
Move the 2 additional #includes down into the #ifndef DEV_ATPIC section.
2006-10-13 17:31:57 +00:00
ru
c8e1d7d89e
Document that unexpand(1)'s -a and -t options are exclusive.
...
PR: docs/85063
2006-10-13 16:22:25 +00:00
ru
aeb789985a
- Document all character classes our tr(1) supports. [1]
...
- Mention that some of them are POSIX extensions. [2]
PR: docs/85062 [1]
Submitted by: Toby Peterson [1]
Obtained from: wctype(3) [2]
MFC after: 3 days
2006-10-13 16:13:45 +00:00
ru
89970b0707
Add missing comma.
2006-10-13 16:11:12 +00:00
obrien
0ff7680820
Add Soekris Engineering information.
2006-10-13 15:51:53 +00:00
ru
18c613474d
- Don't mention (wrong) defaults for FFS file system parameters,
...
replace them with references to newfs(8) which documents them.
- Remove mentions of LFS support for which was retired in 1998.
- Regenerate an example output.
PR: docs/84913
MFC after: 3 days
2006-10-13 15:44:29 +00:00
ume
8b35df5a80
Make net.inet6.ip6.auto_linklocal tunable. Someone may want to
...
enable/disable auto_linklocal even in single user mode.
Discussed with: re@, gnn@
MFC after: 3 days
2006-10-13 12:45:53 +00:00
davidxu
4fdad8dba6
Use type pthread_state for thread state.
2006-10-13 12:45:21 +00:00
ume
73c8098699
Revert the default value of net.inet6.ip6.auto_linklocal to 1.
...
If ipv6_enable is not set to "YES", net.inet6.ip6.auto_linklocal
is turned to 0 at boot.
Discussed with: re@, gnn@
MFC after: 3 days
2006-10-13 12:41:36 +00:00
glebius
57eda29ce5
- Before doing ioctl(SIOCGIFNETMASK) put the proper IP address into the ifreq,
...
to obtain correct netmask in case of interface with multiple aliases.
- While here, remove a comment with a bad idea.
PR: bin/42120
Submitted by: Dmitry Frolov <frolov riss-telecom.ru>
2006-10-13 12:38:43 +00:00
trhodes
533b1fd849
Point users to ndisgen(8) over directly interacting with ndiscvt(8) as the
...
former is easier to use.
PR: 97231
2006-10-13 11:30:07 +00:00
ru
b01a435aa9
MFV.
2006-10-13 10:03:23 +00:00
ru
20ea18a684
This commit was generated by cvs2svn to compensate for changes in r163299,
...
which included commits to RCS files with non-trunk default branches.
2006-10-13 10:00:49 +00:00
ru
d8a78763db
New timezone data.
...
Obtained from: ftp://elsie.nci.nih.gov/pub/tzdata2006n.tar.gz
2006-10-13 10:00:49 +00:00
jb
ad383478c8
Attempt to fix the sun4v tinderbox build (which unhelpfully doesn't
...
report errors -- just warnings).
Submitted by: ru@
2006-10-13 09:55:17 +00:00
glebius
da25bed089
Fix result of some mechanical change that I did some time ago, when
...
writing this node.
2006-10-13 09:11:12 +00:00
jb
df3c1f6420
Remove one of the duplicate 'device nmdm' lines.
...
Noticed in the sun4v tinderbox log.
2006-10-13 09:05:44 +00:00
joel
ab9ce2364b
Add netgroup(5) to SEE ALSO.
...
PR: docs/84764
Submitted by: garys
2006-10-13 09:02:59 +00:00
kmacy
9d0d526018
Fix console and update to new api.
...
The style changes are required as a result of the CONSOLE_DRIVER macro.
Approved by: rwatson (mentor)
2006-10-13 06:45:50 +00:00
ru
915020c78c
Deal with two more references to non-existing ndisapi(9).
2006-10-13 06:24:53 +00:00
scottl
aad3bc0906
Fix some whitespace
2006-10-13 05:18:03 +00:00
jb
1d3426872f
Attempt to fix the GENERIC kernel build which has been failing on
...
tinderbox for a couple of days.
2006-10-13 04:53:22 +00:00
trhodes
ecc6c68995
Kill reference to ndisapi.9 here as well, it doesn't exist.
...
PR: 82114
2006-10-13 03:54:22 +00:00
ru
0639569dc1
At least one argument is required.
2006-10-12 21:10:55 +00:00
ru
1db31f4d88
Use normal parentheses.
...
PR: docs/84549
Submitted by: Gary W. Swearingen
MFC after: 3 days
2006-10-12 20:50:26 +00:00
ru
25a8d25034
Fix utility's short description.
...
PR: docs/84467
Submitted by: Gary W. Swearingen
MFC after: 3 days
2006-10-12 20:29:20 +00:00
ru
83b5d57c41
Make "dump /filesystem" (without options) work.
...
PR: docs/84408
MFC after: 3 days
2006-10-12 20:22:31 +00:00
cognet
f2ac62bb14
Don't build the libgcc with functions already included in the libc to
...
unbreak the build.
We'll switch back to the libgcc functions and get rid of the libsoftfloat
later.
2006-10-12 16:43:15 +00:00
jhb
c1d1eb92e9
ipmi_polled_enqueue_request() is already called with the lock held, just
...
assert it rather than recursing.
Reported by: mjacob
Pointy hat: jhb
MFC after: 3 days
2006-10-12 16:26:42 +00:00
harti
df4d111068
Remove a debugging statement from the previous commit.
2006-10-12 15:44:51 +00:00
ariff
48bb5fd39c
- Fix support for ASUS U5F laptop. This laptop (and possibly others)
...
need a special inverted EAPD quirk.
- Add "eapdinv" config for future testing purposes.
Tested by: Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru>
#freebsd-azalia @ irc.freenode.net
2006-10-12 15:37:43 +00:00
harti
f3ea6df168
Don't free the buffer with the sysctl value before printing it.
2006-10-12 15:31:23 +00:00
ru
d510dd202f
Don't say "rightmost" when referring to the least significant bit.
...
PR: docs/94803
MFC after: 3 days
2006-10-12 15:08:41 +00:00
ru
f2378ce746
The pam_unix module also provides password management.
...
PR: docs/93491
Submitted by: Lior Kadosh
MFC after: 3 days
2006-10-12 15:00:17 +00:00
ru
6b2141817b
Mention the -L option of dump(8) that can neutralize negative
...
effects of restoring dumps of live file systems.
PR: docs/91297
2006-10-12 14:47:20 +00:00
ru
6cd9b8b511
More accurately document the implementation details of internal storage.
...
PR: docs/82508
2006-10-12 14:31:17 +00:00
ru
edfb232c7d
Link select(2) to FD_CLR(3), FD_ISSET(3), FD_SET(3), and FD_ZERO(3).
...
PR: docs/57974
MFC after: 3 days
2006-10-12 13:46:33 +00:00