jhb
72b9c05ef5
Adjust swi.9 MLINKS to catch up to the new swi API.
2001-03-05 23:48:38 +00:00
jhb
1e5bfa2386
Catch up to the new swi API.
2001-03-05 23:47:34 +00:00
jhb
16933c586d
The SRM console gets the red and blue attributes backwards in the VGA
...
palette. As a result, the colors on the video console can look rather
weird. For example, sysinstall on the alpha has a read background. We
can work around this partially by remapping the colors used by syscons for
the ANSI color escape sequences. Note that screen savers and anything that
sets the colors explicitly will still get incorrect colors, but programs
such as sysinstall will now use the correct colors. A more correct fix
would be to actually fix the VGA palette on boot by either swapping all
the red and blue attributes or by hardcoding a standard palette and
overwriting the entire palette.
Requested by: gallatin
Obtained from: NetBSD
2001-03-05 22:43:39 +00:00
truckman
7b8b7b318e
Modify the comments to more closely resemble the English language.
2001-03-05 22:40:27 +00:00
gallatin
879f1f29f6
handle reserved/unimplemented instruction (opDec) faults
...
This lets us run programs containing newer (eg bwx) instructions
on older (eg EV5 and less) machines. One win is that we can
now run Acrobat4 on EV4s and EV5s.
Obtained from: NetBSD
Glanced at by: mjacob
2001-03-05 21:21:01 +00:00
obrien
724856f88e
Also deny 127.0.0.0/8 going out.
...
Submitted by: grimes
2001-03-05 20:51:40 +00:00
jasone
cd006e6a5c
Implement shared/exclusive locks.
...
Reviewed by: bmilekic, jake, jhb
2001-03-05 19:59:41 +00:00
assar
4c2aa2014d
remove warning of experimental nature of heimdal. it's now the same
...
version as the one in ports (and the latest at that), except that not
all programs that are in the port get built
2001-03-05 18:54:27 +00:00
cg
c7461529fc
increase timeouts for ad_wait_init()
2001-03-05 17:59:36 +00:00
gallatin
85742c3ae3
Add MODULE_DEPEND() for the sysvipc modules. This allows the linulator
...
to load when sysvipc is not in the kernel
Reported by: naddy@mips.inka.de (Christian Weisgerber)
2001-03-05 17:59:18 +00:00
gallatin
82bcd89266
sync with i386:
...
MFS: bring the consistent `compat_3_brand' support
This should fix the linux-related panics reported
by naddy@mips.inka.de (Christian Weisgerber)
Forgotten by: obrien
2001-03-05 17:56:58 +00:00
cg
443c2165d8
MFS: don't ignore the result of mixer_init()
2001-03-05 17:51:28 +00:00
cg
9a7836a16f
only mess with the power state on 5.x
2001-03-05 17:30:43 +00:00
cg
90a1957e93
MFS: add kobj.h to reduce diffs from -stable
2001-03-05 16:47:35 +00:00
cg
e4893b3d9a
MFS: don't pagefault in sndbuf_clear
2001-03-05 16:45:38 +00:00
cg
8da20439de
MFS: #ifdef dynamic sysctl stuff to reduce diffs from -stable
2001-03-05 16:43:43 +00:00
cg
2a183691bf
MFS: add '# KOBJ' as the first line of each .m file to reduce diffs from
...
-stable
2001-03-05 16:42:06 +00:00
gallatin
748e026d90
Fix the unaligned access code to handle stores from R31 (zero)
...
PR alpha/25535
2001-03-05 16:18:23 +00:00
cg
b9ad4c6e6b
enable per-device sysctls unconditionally
2001-03-05 15:58:05 +00:00
cg
074032460a
nuke the splstack stuff, snd_mtx* will now be no-ops on 4.x
2001-03-05 15:49:42 +00:00
ru
cc0c5115b3
Fixed typo.
2001-03-05 15:37:03 +00:00
ru
f59b6e4348
mdoc(7) police: misc formatting fixes.
...
(This page still needs a lot of work.)
2001-03-05 15:33:54 +00:00
ru
173502e075
mdoc(7) police: Nm macro remembers its argument on the first
...
call, punctuation characters should be separated by whitespace.
2001-03-05 15:14:19 +00:00
ru
252905667c
mdoc(7) police: misc fixes.
2001-03-05 14:25:41 +00:00
ache
c100d489dd
Fix ttynames generation broken with strlcat
...
PR: 25541
Submitted by: Nickolay Dudorov <nnd@mail.nsk.ru>
2001-03-05 14:10:15 +00:00
ru
87e2157eb3
mdoc(7) police: misc markup fixes.
2001-03-05 14:09:45 +00:00
dwmalone
2678d2a75b
Change types of "numeric" function to match that of a qsort comparison
...
function.
2001-03-05 12:13:12 +00:00
dwmalone
f288bd1ab7
Use the right format string for printing ULONG_MAX.
2001-03-05 11:58:12 +00:00
dwmalone
7b2b6ab494
Compare initscr to NULL not ERR. Add FreeBSD tag.
...
PR: 19044
2001-03-05 11:54:27 +00:00
markm
3053373025
*Sigh*. What I did without this, I have no idea.
2001-03-05 11:18:35 +00:00
obrien
2516b82942
Fix style nit.
2001-03-05 11:10:12 +00:00
obrien
f440eb56a0
Fix style breakage.
2001-03-05 11:06:18 +00:00
obrien
4de5335b36
Fix style that got corrupted.
2001-03-05 10:39:03 +00:00
obrien
52f5268f76
Fix FreeBSD id style breakage from rev 1.17
2001-03-05 10:30:12 +00:00
obrien
f9dc1bba26
Use our standard .c rcsid format.
2001-03-05 10:21:05 +00:00
obrien
b35c109f01
Fix copyright breakage in rev 1.2.
...
We *cannot* remove clause #4 from the Univ of California's license.
2001-03-05 10:18:15 +00:00
dougb
b958b846b0
* Add two requested features, source'ing of /etc/mergemaster.rc, and
...
asking the user to actually run the recommended commands related
to installation of files such as aliases or login.conf.
* Return to using grep for CVS $Id comparison. Using ident caused too
many problems for people with local CVS/RCS tags in their stuff.
Attempt to make portability a little easier to maintain in spite of
this change by defining the name of the tag to search for. This
is a slightly different change that solves the problem in the PR.
PR: bin/24564
Submitted by: Tony Finch <dot@dotat.at>
2001-03-05 10:13:21 +00:00
ru
23b112e09e
mdoc(7) police: markup/spelling fixes.
2001-03-05 10:03:03 +00:00
obrien
5a4e59be1a
Correct a comment.
2001-03-05 10:00:57 +00:00
asmodai
819c742648
Revert this file back to how it was in the STABLE branch, this means:
...
put greek and ja in the correct alphabetical place in the SUBDIR line.
2001-03-05 09:50:43 +00:00
obrien
cc0a71a683
Fix style breakage in rev 1.3
2001-03-05 09:33:08 +00:00
obrien
aaa2edd77c
Fix style bug that was introduced.
2001-03-05 09:21:44 +00:00
truckman
6b923e6dc3
Move the loopback net check closer to the beginning of ip_input() so that
...
it doesn't block packets whose destination address has been translated to
the loopback net by ipnat.
Add warning comments about the ip_checkinterface feature.
2001-03-05 08:45:05 +00:00
imp
65426734af
Move beforedepend: outside of the loop.
...
# Note: we should remove the rm kludge soon. It fails in many cases.
Submitted by: bde
2001-03-05 06:19:29 +00:00
wes
9362179220
Build package signing tools if OpenSSL is included in the build.
...
Prodded-by: kkenn, this time.
2001-03-05 04:42:37 +00:00
jhb
5a80b78ae6
Don't enable interrupts before calling sched_ithd for threaded interrupts.
...
Tested by: obrien
2001-03-05 04:37:54 +00:00
imp
a0cea41d15
First attempt to not overflow in disk space calculations. Use off_t
...
for the size variable used to calculate the size of the partition.
Also use ULL suffix for constants to ensure that we use 64 bit math.
2001-03-05 03:39:57 +00:00
kris
fd7e18a5ae
This commit was generated by cvs2svn to compensate for changes in r73569,
...
which included commits to RCS files with non-trunk default branches.
2001-03-05 02:54:13 +00:00
kris
e1012a939e
Import patch to fix non-constant format string abuses. This patch was
...
approved by the vendor and will be present in future releases.
2001-03-05 02:54:13 +00:00
peter
daf86a1430
Add an AUE device ID: USB_PRODUCT_MELCO_LUATX5
...
Submitted by: Yoshihiko SARUMARU <mistral@imasy.or.jp>
2001-03-05 02:28:58 +00:00