Commit Graph

57717 Commits

Author SHA1 Message Date
markm
df6f86bea7 Grammar police. 2001-03-06 10:19:12 +00:00
markm
207867400c Fix markup.
Submitted by:	ru
2001-03-06 10:08:36 +00:00
bp
3a2aabb8f2 A name of the file can change while its id stays the same. So, we have
to update it as well.

Remove unused function.
2001-03-06 09:59:18 +00:00
sos
cacefaf6c8 Cosmetic change to the probe printf's 2001-03-06 09:42:46 +00:00
ru
a4e4522ce3 mdoc(7) police: Use Vt for variable types. 2001-03-06 08:22:10 +00:00
jhb
8719a12611 Don't psignal() a process from forward_hardclock() but set the appropriate
pending flag in p_sflag instead.
2001-03-06 07:40:51 +00:00
bmilekic
8837b61c26 - Add sx_descr description member to sx lock structure
- Add sx_xholder member to sx struct which is used for INVARIANTS-enabled
  assertions. It indicates the thread that presently owns the xlock.
- Add some assertions to the sx lock code that will detect the fatal
  API abuse:
     xlock --> xlock
     xlock --> slock
  which now works thanks to sx_xholder.
  Notice that the remaining two problematic cases:
     slock --> xlock
     slock --> slock (a little less problematic, but still recursion)
  will need to be handled by witness eventually, as they are more
  involved.

Reviewed by: jhb, jake, jasone
2001-03-06 06:17:05 +00:00
jhb
1fb2a02354 - Rework pmap_map() to take advantage of direct-mapped segments on
supported architectures such as the alpha.  This allows us to save
  on kernel virtual address space, TLB entries, and (on the ia64) VHPT
  entries.  pmap_map() now modifies the passed in virtual address on
  architectures that do not support direct-mapped segments to point to
  the next available virtual address.  It also returns the actual
  address that the request was mapped to.
- On the IA64 don't use a special zone of PV entries needed for early
  calls to pmap_kenter() during pmap_init().  This gets us in trouble
  because we end up trying to use the zone allocator before it is
  initialized.  Instead, with the pmap_map() change, the number of needed
  PV entries is small enough that we can get by with a static pool that is
  used until pmap_init() is complete.

Submitted by:		dfr
Debugging help:		peter
Tested by:		me
2001-03-06 06:06:42 +00:00
jhb
981e80ed9e #if 0 out a variable only used in #if 0'd code to quiet a warning. 2001-03-06 03:07:58 +00:00
jhb
9e3fd23ce6 Create clone'd linux processes as stopped processes at first and don't
actually make them runnable until after the emulator layer has had a chance
to perform fixups.
2001-03-06 02:59:46 +00:00
jhb
2825ea44c1 Quiet a warning due to bus_size_t being a long on the alpha. 2001-03-06 02:52:06 +00:00
obrien
964b1d1beb style nit 2001-03-06 02:15:38 +00:00
gshapiro
6f2e207aff Use a different example to avoid confusion 2001-03-06 02:06:02 +00:00
gshapiro
f98e59f677 Do not change the directory permissions for the source area, just the
install area.

Noticed by:	msmith
2001-03-06 02:01:57 +00:00
des
8726e6b921 Restore the -c option, which was accidentally removed from the getopt
string two revisions ago.
2001-03-06 01:58:30 +00:00
obrien
393030a148 Comment style fixes 2001-03-06 01:02:23 +00:00
nyan
cc4f621ff1 SMALL floppy image require miibus device. 2001-03-06 00:39:53 +00:00
ache
c2e8194c21 Fix longstanding mouse cursor bug: blinking and eating all CPU while near text
cursor.
The reason is: mouse cursor goes into hide/visible loop while text cursor even
not moved.

PR:		25536
Submitted by:	David Xu <davidx@viasoft.com.cn>
2001-03-06 00:02:47 +00:00
jhb
eb1c975e0b Adjust swi.9 MLINKS to catch up to the new swi API. 2001-03-05 23:48:38 +00:00
jhb
24856cc504 Catch up to the new swi API. 2001-03-05 23:47:34 +00:00
jhb
49691d1a8b 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
c0d0c52871 Modify the comments to more closely resemble the English language. 2001-03-05 22:40:27 +00:00
gallatin
d304addc65 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
6e97e4f53d Also deny 127.0.0.0/8 going out.
Submitted by:	grimes
2001-03-05 20:51:40 +00:00
jasone
92553ca53b Implement shared/exclusive locks.
Reviewed by:	bmilekic, jake, jhb
2001-03-05 19:59:41 +00:00
assar
6b9562cb2d 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
3a94db80cd increase timeouts for ad_wait_init() 2001-03-05 17:59:36 +00:00
gallatin
48e98fb0fa 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
51a3a07339 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
81f6a26ba4 MFS: don't ignore the result of mixer_init() 2001-03-05 17:51:28 +00:00
cg
afe031d776 only mess with the power state on 5.x 2001-03-05 17:30:43 +00:00
cg
222229680a MFS: add kobj.h to reduce diffs from -stable 2001-03-05 16:47:35 +00:00
cg
195e03bfc1 MFS: don't pagefault in sndbuf_clear 2001-03-05 16:45:38 +00:00
cg
807b1a2c24 MFS: #ifdef dynamic sysctl stuff to reduce diffs from -stable 2001-03-05 16:43:43 +00:00
cg
095b019a76 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
fb80b58312 Fix the unaligned access code to handle stores from R31 (zero)
PR alpha/25535
2001-03-05 16:18:23 +00:00
cg
2d84e33d2e enable per-device sysctls unconditionally 2001-03-05 15:58:05 +00:00
cg
990c55f9c3 nuke the splstack stuff, snd_mtx* will now be no-ops on 4.x 2001-03-05 15:49:42 +00:00
ru
5391a1c15a Fixed typo. 2001-03-05 15:37:03 +00:00
ru
c11563fcef mdoc(7) police: misc formatting fixes.
(This page still needs a lot of work.)
2001-03-05 15:33:54 +00:00
ru
7eba427598 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
3b5443960d mdoc(7) police: misc fixes. 2001-03-05 14:25:41 +00:00
ache
70784c72d6 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
9106bb17a4 mdoc(7) police: misc markup fixes. 2001-03-05 14:09:45 +00:00
dwmalone
c2bc1ba707 Change types of "numeric" function to match that of a qsort comparison
function.
2001-03-05 12:13:12 +00:00
dwmalone
979182141f Use the right format string for printing ULONG_MAX. 2001-03-05 11:58:12 +00:00
dwmalone
87a080a4ff Compare initscr to NULL not ERR. Add FreeBSD tag.
PR:		19044
2001-03-05 11:54:27 +00:00
markm
c1eac2c225 *Sigh*. What I did without this, I have no idea. 2001-03-05 11:18:35 +00:00
obrien
d81d70f46b Fix style nit. 2001-03-05 11:10:12 +00:00
obrien
c3f2ce780d Fix style breakage. 2001-03-05 11:06:18 +00:00