cgd
36e7791991
g.c. now-unneeded variable declarations (cfree, swbuf, utsname
1999-05-20 05:35:28 +00:00
nisimura
a784d093ea
- Change pmap_alloc_asid() and pmap_activate() to make sure that
...
'pm_asid' member of 'pmap' structure is assigned a new value after
uvmspace_alloc() provides afresh pmap.
- ASID generation number 0 is not a reserved value anymore.
1999-05-20 05:32:06 +00:00
nisimura
7d44b47145
- Make tlb dump DDB command have 'D' indication for TLB 'dirty bit'. MIPS
...
processor is one of processors with no 'referenced bit' nor 'modified bit'
processor machinary. Those functions are implemented combining two
hardware bits, 'dirty bit' and 'valid bit', with TLBmod exception handler.
1999-05-20 03:34:06 +00:00
thorpej
93c1a6ec55
Cast away a const for now; const poisoning kerberos #0 .
1999-05-19 21:44:29 +00:00
ad
a4f0570f7d
SPARC console is black on white, and is centered by default.
1999-05-19 21:05:59 +00:00
ad
02bc362e3e
Add arg to rcons_init() that when set causes screen to be cleared.
1999-05-19 20:34:19 +00:00
ad
39db587e6f
Cleanup.
1999-05-19 20:14:46 +00:00
ad
4bebd3ff7c
Don't clear screen upon startup unless we're running on a pmax (remedies
...
quirky behaviour of px boards). Shuffle come code in rcons_init_ops() in
order to be more clear.
1999-05-19 20:07:34 +00:00
ad
218af6a342
Insert missing code that defines screen metrics for rcons. This fixes the
...
more blatant rcons brokenness (ie no panics).
1999-05-19 19:59:04 +00:00
thorpej
2bf52583ef
Bump version; (*if_input)() changes.
1999-05-19 16:32:40 +00:00
kleink
196becef81
Declare dlerror()'s return value __aconst.
1999-05-19 14:50:49 +00:00
kleink
28d76befd4
When calling dlerror() in a non-dynamically linked executable, return a pointer
...
to an error string rather than NULL (`no errors occured) to indicate the cause
of failure return values of other dl*() interfaces.
1999-05-19 14:47:12 +00:00
bouyer
cbd39e5f67
Document the 'wdc at isa' flags.
1999-05-19 14:41:54 +00:00
bouyer
ba2e85e711
32 bits I/O ocasionally fails on some hardware, so the test succeed but
...
the kernel can get a 'protection fault trap' later. Enable the 32 bits I/O
test conditionally on a config flag, disabled by default (problem
reported by kurt.schreiner@uni-mainz.de ).
1999-05-19 14:41:25 +00:00
kleink
cb603a5d83
Remove a bogus whitespace match in the builtin kill(1)'s `-s' parsing;
...
noticed by Chris Demetriou.
1999-05-19 14:37:05 +00:00
minoura
6e67e063ff
Disable on-chip cache for PT and ST pages for '060 stability.
1999-05-19 14:06:59 +00:00
bad
167b74c2d9
Do not xref non-existant man pages.
1999-05-19 13:35:54 +00:00
mrg
681f17b9d0
fix my fix for PR 227. fixes PR 7444.
1999-05-19 12:39:10 +00:00
pk
ae6d12926c
Turn on the video timing which is not always done by the PROM (e.g. if we're
...
not the console).
1999-05-19 08:31:42 +00:00
scw
07daebdd99
Fix copyin() with zero length. (Arguments to 'moveq' were swapped).
...
CVo: ----------------------------------------------------------------------
1999-05-19 07:50:06 +00:00
nisimura
a5a47c3772
- Implement MIPS_TBIAP() which invalidates all TLB entries belong to
...
per process user spaces, replacing mips1_TBLFlush(). This reserves
kernel space TLB entries when TLBPID generation number about to wrap.
- Correct comments a bit, nuke unused routines.
1999-05-19 07:08:43 +00:00
chs
a5d3e8dae9
when wiring swap-backed pages, clear the PG_CLEAN flag before
...
releasing any swap resources. if we don't do this, we can
end up with a clean, swap-backed page, which is illegal.
tracked down by Bill Sommerfeld, fixes PR 7578.
1999-05-19 06:14:15 +00:00
gwr
662828c4ce
Add sun3 stuff
1999-05-19 05:49:06 +00:00
gwr
85c2b5c458
Add sn3 stuff. (This file is gross...)
1999-05-19 05:48:27 +00:00
gwr
9bde5265dc
obsolete
1999-05-19 04:28:56 +00:00
gwr
14ec5cd1da
Things in distrib/utils need to know BSDSRCDIR anway,
...
so we might as well use it. Lots simpler.
1999-05-19 04:17:49 +00:00
gwr
bb4c388e4e
New files...
1999-05-19 03:58:13 +00:00
gwr
a68da00556
Prune out NLS stuff.
1999-05-19 03:55:33 +00:00
gwr
0538cba737
Stubbed-out utmp file functions.
1999-05-19 03:54:40 +00:00
gwr
573562df6c
Slimmed-down localeconv
1999-05-19 03:53:58 +00:00
gwr
1cf8e1e36b
Prune out references to qsort in opendir unionfs code.
...
(Never needed on a ramdisk root.)
1999-05-19 03:53:03 +00:00
lukem
1e4c25754e
* document `shells' default (suggested by cgd)
...
* for each database, list supported sources (it's useful to know)
1999-05-19 02:25:14 +00:00
wrstuden
6f14acdddf
If -c not set on command line and the partition has a non-zero cpg
...
value, use it for the number of cylinders per group. So now the value
in the disklabel does something. :-)
1999-05-19 00:25:59 +00:00
thorpej
f98d358a1f
Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()
...
directly, call the function pointer (*if_input)(ifp, m). The input routine
expects the packet header to be at the head of the packet, and will adjust
as necessary. Privatize the layer 2 input and output routines, allowing
*_ifattach() to set them up as appropriate.
1999-05-18 23:52:51 +00:00
thorpej
29184c350f
Add a few more Communication Interface Class subclasses (including Ethernet
...
and *shudder* ATM).
1999-05-18 23:42:56 +00:00
tron
df15bdda2d
Back out last commit, the "pmax" port doesn't support LKMs yet.
1999-05-18 23:23:32 +00:00
tron
ebd50132e6
Add complete list of all LKMs.
1999-05-18 23:18:17 +00:00
tron
96ea1261c4
LKMs are listed in "ad.m68k".
1999-05-18 23:14:35 +00:00
tron
ce798896e4
Compile all VFS LKMs on all ports.
1999-05-18 23:06:02 +00:00
tron
6dac1f6a24
- Resolve conflicts from import.
...
- Fix compilation problems.
- Use "whois.internic.net" as default server for backward compatibility.
- Reformat manual page.
1999-05-18 22:36:36 +00:00
jwise
2fe3ffc188
Modify (commented out, pre-existing) identd line to start identd `nowait'
...
for those who want to use tcpwrappers appropriately.
Resist temptation to add -L"something appropriate"
1999-05-18 22:20:07 +00:00
ad
bb3a510fa2
Assign ownership & copyright to TNF. There is probably a procedure for this
...
that I am unaware of. Also some KNF.
1999-05-18 21:51:57 +00:00
ad
3d5a1b1eea
Sync with last two changes made to sys/arch/sparc/dev/fb.c (don't clear
...
screen, typo).
1999-05-18 21:38:07 +00:00
ad
7efb86f6b8
Fix typo that broke rasops operation.
1999-05-18 21:36:21 +00:00
thorpej
0ff6aaf4c2
Don't clear the screen when we connect rasops; the SPARC doesn't connect
...
the rasops console until autoconfiguration, and it kinda sucks to have
the boot messages suddenly disappear from the screen.
1999-05-18 18:13:39 +00:00
bouyer
145e79f160
Sync with the english version.
1999-05-18 18:07:25 +00:00
thorpej
e9d0bd756d
Fix a slight braino in last.
1999-05-18 18:01:08 +00:00
augustss
8d38841260
Make it possible for this driver tp work again.
...
From Thomas Klausner - wiz@danbala.tuwien.ac.at
1999-05-18 16:41:07 +00:00
kleink
9b6277e204
Add ntfs headers.
1999-05-18 13:23:17 +00:00
lukem
4b2b2847cc
* fix a problem in retrieve() where arguments to commands weren't working
...
(this was broken in the last commit). problem noticed by simonb@
* don't display the stderr output of the internal ls.
* modify usage of lreply so that generally only one `XXX-' code per
`block' is displayed; the rest of the lines have four spaces instead.
i find this easier to read.
* fix a couple places where byte accounting wasn't correct
1999-05-18 08:14:17 +00:00