John Baldwin
6fe65214f2
Work around the broken atomic_store_rel_ptr() on the i386 arch by just
...
using atomic_cmpset_rel_ptr() instead for _release_lock_quick(). When
atomic_store_rel_ptr() is functional and MP safe, then this can be
reverted.
2001-01-14 00:16:17 +00:00
Duncan Barclay
63b1256c9e
Correct a typo in a product name.
...
Pointed Out By: ru
2001-01-13 23:50:52 +00:00
John Baldwin
b947e93403
- Use sched_lock to prevent the mutex name from changing out from under us
...
while we are copying it to the kinfo_proc structure.
- Test against p_stat to see if we are blocked on a mutex.
- Terminate ki_mtxname with a null char rather than ki_wmesg.
2001-01-13 23:08:34 +00:00
Ben Smithurst
4c061a9da1
Fix getsid() to use "=" instead of "==".
...
Not objected to by: audit
2001-01-13 22:49:59 +00:00
John Baldwin
1d073b1d43
Add 3 new dynamic sysctl's to control the sleep states switched to on a
...
power button, sleep button, or lid close event. The sysctl's use the
ACPI sleep state names S0, S1, S2, S3, S4, S4B, and S5.
Reviewed by: iwasaki
2001-01-13 21:28:57 +00:00
Chris Costello
3c5969ca27
The prototype for cpu_switch() was changed in revision 1.111 of
...
<sys/proc.h>
PR: 24311
Submitted by: Robert Drehmel <robert@gizmo.quizbot.org>
2001-01-13 19:00:49 +00:00
Chris Costello
d7a0ba44f9
o Clear up explanations of various entries (includes spelling, grammar,
...
punctuation, and explanations that are just plain wrong)
o Add missing entries
o Remove entries for directories that do not exist
Submitted by: Rich Morin <rdm@cfcl.com> (for the most part)
2001-01-13 18:38:00 +00:00
Ben Smithurst
4f38ddf643
fix typo; file -> files
...
Submitted by: Alexey Dokuchaev <danfe@inet.ssc.nsu.ru>
2001-01-13 17:49:34 +00:00
Mitsuru IWASAKI
4e3b468fb1
Oops, forgotten to add manpage.
2001-01-13 16:18:37 +00:00
Mitsuru IWASAKI
a7b4620db0
Add manpage for acpiconf.
...
Submitted by: des
2001-01-13 16:16:25 +00:00
Yoshihiro Takahashi
0a05044793
Merged from sys/i386/conf/GENERIC revision from 1.286 to 1.291.
2001-01-13 13:23:42 +00:00
Yoshihiro Takahashi
3cf9cf0797
Merged from sys/i386/conf/GENERIC.hints revision 1.6 and 1.7.
2001-01-13 13:23:22 +00:00
Yoshihiro Takahashi
628f1ab931
Check __i386__, not i386.
2001-01-13 13:21:43 +00:00
Nicolas Souchu
933d455fac
Add Truecolor 16 and 32bits support. Note that 24bits modes are not
...
supported since it's not easy to put 3 bytes accross 64Kb windows
of memory. This should not be such a problem with linear framebuffers.
There is no major interface modification except that the color type
becomes u_long instead of byte. So one just need to recompile his
application.
Approved by: Soren Schmidt <sos@freebsd.dk>
2001-01-13 11:30:17 +00:00
Brian Feldman
ea0187039a
/Really/ deprecate ConnectionsPerPeriod, ripping out the code for it
...
and giving a dire error to its lingering users.
2001-01-13 07:57:43 +00:00
Ben Smithurst
69c0804d32
Only install sysinstall.8 if the release/sysinstall directory exists. This
...
fixes the world for people without src-release.
PR: 24122
Submitted by: Steven G. Kargl <kargl@apl.washington.edu>
2001-01-13 05:50:19 +00:00
Daniel Harris
3df6b61592
The -i option to ln requests user confirmation, not configuration.
...
PR: 24279
Submitted by: Roelof Osinga <roelof@nisser.com>
2001-01-13 01:53:23 +00:00
Andrey A. Chernov
d973f232c9
/usr/libexec/cpp -> /usr/bin/cpp
...
because of new rename to /usr/libexec/cpp0
2001-01-13 01:33:59 +00:00
Bruce A. Mah
ce6631b888
New release notes: Linksys Fast Ethernet cards and ed(4) driver flags,
...
new API for hardware volume control, VESA S3 framebuffer driver, logging
of wrong-interface ARP replies sysctl, NFS client bug fixed, BurnProof(TM)
for ATAPI drives, IPFW works with ECN bits, ihfc(4), itjc(4),
<sys/selinfo.h>, pthread_* strong references, unified libgcc, SSH bug
with X11 forwarding fixed, syslogd(8) and LOG_CONSOLE, rpcgen use of
/usr/bin/cpp, rc.syscons, burncd(8) -m and -l, dmesg(a).
MFCs noted: aac(4), OpenSSH 2.3.0.
2001-01-12 23:01:15 +00:00
Kirk McKusick
cb3ab5aaf7
Properly compute the size of the final block of superblock summary information.
...
Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
2001-01-12 21:56:55 +00:00
Ruslan Ermilov
3fb152c523
man(7) -> mdoc(7).
2001-01-12 18:01:17 +00:00
Ruslan Ermilov
a05c0d110e
Oops, the previous did not work with current mdoc(7).
2001-01-12 16:02:58 +00:00
Ruslan Ermilov
b77b3c00be
mdoc(7) police: Ft/Vt now accept punctuation-type arguments.
2001-01-12 15:46:56 +00:00
Ruslan Ermilov
5ba22da471
Reduce diffs (mostly whitespace) to mdocNG.
...
Obtained from: mdocNG through NetBSD
2001-01-12 15:20:26 +00:00
Ruslan Ermilov
9fa792216e
Make .Ft and .Vt macros accept punctuation characters as
...
arguments, make .Vt usable outside the SYNOPSIS section.
Obtained from: mdocNG (not yet submitted for inclusion)
2001-01-12 15:14:28 +00:00
KATO Takenori
55d15a0439
Merged from sys/i386/isa/npx.c revision 1.87.
2001-01-12 13:42:53 +00:00
KATO Takenori
7590772d33
Merged from sys/i386/i386/machdep.c revisions 1.427 and 1.428.
2001-01-12 13:39:50 +00:00
KATO Takenori
d6f631a1f9
Merged from sys/conf/files.i386 revisions 1.342, 1.344, 1.345 and 1.346.
2001-01-12 13:38:46 +00:00
Ruslan Ermilov
794b517fa4
man(7) -> mdoc(7).
2001-01-12 13:35:17 +00:00
Maxim Sobolev
242b263cbc
Fix a bug where pkg_create does not make an md5 entry for the last item in
...
the packing list. Also use switch() instead of zillion "else if ()" and for()
loop instead of while() loop for traversing through linked list.
MFC candidate.
Submitted by: Alec Wolman <wolman@cs.washington.edu>
2001-01-12 11:36:12 +00:00
Ruslan Ermilov
3abc34d763
Minor mdoc(7) formatting fixes:
...
Removed extraneous .Pp calls and blank lines (mdocNG does not like them).
2001-01-12 10:21:51 +00:00
Ruslan Ermilov
a896e17612
Fixed mdoc(7) errors introduced in the previous revision.
2001-01-12 10:19:21 +00:00
Ruslan Ermilov
7d17799e90
man(7) -> mdoc(7).
2001-01-12 09:51:45 +00:00
Hellmuth Michaelis
c06746e823
Add manual page for the new itjc ISDN hardware driver
2001-01-12 09:09:00 +00:00
Hellmuth Michaelis
e317eff260
Small clarification from the driver author
...
Submitted by: Hans Petter Selasky <hselasky@c2i.net>
2001-01-12 09:08:18 +00:00
Hellmuth Michaelis
6c5ddf6863
Fix a bug overwriting random data when Van Jacobsen header compression
...
was used with the isp/isppp driver.
Submitted by: Sergio de Souza Prallon <prallon@tmp.com.br>
2001-01-12 08:48:54 +00:00
Jake Burkholder
063415120b
Change return ??? to return -1 in some #if 0'ed code.
2001-01-12 08:24:25 +00:00
Bosko Milekic
6a47d852b9
Remove declaration of airq variable from outer block. There were two
...
declarations of a variable of the same name. The one in the outer block
was unused and probably just slipped in at one point or another. This
silences a compiler warning.
2001-01-12 07:49:29 +00:00
Jake Burkholder
7586909279
Remove unused per-cpu variables inside_intr and ss_eflags.
2001-01-12 07:47:54 +00:00
Bosko Milekic
987efc765e
Prototype inet_ntoa_r and thereby silence a warning from GCC. The function
...
is prototyped immediately under inet_ntoa, which is also from libkern.
2001-01-12 07:47:53 +00:00
Bosko Milekic
00e5e98182
Remove useless include of sys/mbuf.h (no longer useful since the
...
mbuf subsystem init was moved to a better place).
2001-01-12 07:46:28 +00:00
Benno Rice
aab719f090
Convert all instances of:
...
#include "quad.h"
to:
#include <libkern/quad.h>
as the former breaks under a kernel build.
This change had already been performed on the files that were used in other
kernel builds, however the PowerPC kernel build seems to require some that
weren't being used.
Reviewed by: obrien, peter
2001-01-12 07:28:46 +00:00
Steve Price
298157102f
Spell declarations correctly.
2001-01-12 02:49:40 +00:00
John Baldwin
e97abfe751
Catch up to the name changes in the hwvol API.
2001-01-11 23:26:38 +00:00
John Baldwin
4fb369f815
- Move all of the hwvol functions into a mixer_hwvol_* namespace, and make
...
all of the hwvol members of struct snd_mixer live in a hwvol_* namespace.
- When changing the mixer device via the hwvol_mixer sysctl, reset the
muted state so that a mute operation on a new device won't try to
unmute the new device with the old device's saved volume.
- When the volume is muted, if a down or up volume request is received,
first restore the saved volume level and then adjust it.
Reviewed by: cg
2001-01-11 23:26:16 +00:00
John Baldwin
a3e893e04f
Woops, use the SYSCTL_STATIC_CHILDREN() macro instead of manually
...
expanding it for _hw_snd.
2001-01-11 23:22:33 +00:00
Julian Elischer
52fa355626
remove debug sysctl
...
slight tweek to hook removal. (or is that tweak?)
2001-01-11 23:05:34 +00:00
Duncan Barclay
b89157597f
Add manual for ray driver.
...
Reviewed by: ru
2001-01-11 22:38:10 +00:00
Josef Karthauser
e1f903baf7
MF4: Allow the build process to continue even if crunchgen returns an error.
...
Most crunchgen errors are non-fatal.
2001-01-11 22:35:57 +00:00
Julian Elischer
3e4084c88a
Make hook deletion SMP safe.
2001-01-11 22:22:52 +00:00