jmb
17769a8ebd
grr....forgot a bug fix in rewrite rules on hub
...
Reviewed by: jmb
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
1998-03-23 21:32:10 +00:00
jb
10d81b5ea8
For 1.3, NetBSD replaced the swapon() syscall with swapctl() and moved
...
the only call to compat_12 which isn't there by default. Provide
a wrapper.
1998-03-23 21:04:06 +00:00
jmb
37177207cf
update to match configuration currently in use
...
on hub.freebsd.org
1998-03-23 20:52:57 +00:00
peter
4c78c6be81
Updates for the new si driver.
...
Obtained from: Nick Sayer <nick@specialix.com>, and tweaks by me.
1998-03-23 20:24:31 +00:00
jlemon
8f4e20b1a3
Add the ability to make real-mode BIOS calls from the kernel. Currently,
...
everything is contained inside #ifdef VM86, so this option must be
present in the config file to use this functionality.
Thanks to Tor Egge, these changes should work on SMP machines. However,
it may not be throughly SMP-safe.
Currently, the only BIOS calls made are memory-sizing routines at bootup,
these replace reading the RTC values.
1998-03-23 19:52:59 +00:00
peter
c6b01b495d
si driver has changed microcode file locations.
1998-03-23 16:44:22 +00:00
peter
8f43c0a919
Remove these.
...
They have been replaced by different uuencoded binary files, so it would
have been nearly a 100% delta anyway.
1998-03-23 16:42:42 +00:00
peter
0ddeeb0ae5
Several changes:
...
- Implement proper EISA probing.
- Better support for the new transputer based host cards.
- use standard termios settings, one can use the intial/lock devices.
- use a simple bcopy since some cards/systems apparently don't support
32 bit accesses.
- hard reset and halt host card CPU prior to download in case of a soft
restart.
- recognize new remote module types (ASIC vs. CD1400 based)
- a number of cosmetic changes (my fault, not Nick's)
Submitted by: Nick Sayer <nsayer@quack.kfu.com>
1998-03-23 16:27:43 +00:00
peter
7cedb4afa6
New versions of Specialix host card download code.
...
Submitted by: Nick Sayer <nick@quack.kfu.com>
1998-03-23 16:12:53 +00:00
eivind
c1186a0b4b
Support new version of global.
...
Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>
Tested by: make buildworld
1998-03-23 14:58:30 +00:00
itojun
2b90249289
key_getspi() bugfix.
...
Submitted by: k-sugyou@ccs.mt.nec.co.jp
1998-03-23 14:49:12 +00:00
bde
d3106031d1
Ifdefed conditionally-unused variables.
1998-03-23 14:14:24 +00:00
bde
746ac8cb14
Forward declare even more structs to restore some self-sufficiency.
...
Didn't fix new dependence on <ufs/ufs/inode.h> and its prerequisites.
1998-03-23 14:12:37 +00:00
bde
f7e2d97d0b
Fixed syntax errors.
1998-03-23 14:06:25 +00:00
bde
20ff857118
Don't depend on namespace pollution to help misdeclare pointers as arrays.
1998-03-23 14:05:25 +00:00
bde
735d20884b
Added a forward struct declaration so that this file is less
...
self-insufficient.
1998-03-23 13:58:02 +00:00
bde
eea2338807
Fixed function types in synopsis.
...
Commented out docmentation of nonexistent authenticate() and
auth_timesok(). authenticate() seems to be obsolete and
auth_timesok() never existed in FreeBSD.
1998-03-23 13:29:49 +00:00
bde
efba10d114
Fixed bitrot in synopsis.
1998-03-23 13:23:22 +00:00
bde
ac72ffdf91
Regenerate (install tclAppInit.c in the installhdrs step).
1998-03-23 13:21:35 +00:00
bde
0483657e25
Install tclAppInit.c in the installhdrs step so that it isn't necessary
...
to build libtcl twice in `make world'.
1998-03-23 13:15:41 +00:00
bde
ad583a7187
Fixed a function arg type in the synopsis.
1998-03-23 13:07:17 +00:00
bde
57517b42e5
(Ab)use .Vt instead of .Fd for a variable declaration.
1998-03-23 13:05:07 +00:00
bde
fb90e5ae68
Fixed bitrot in synopsis. Didn't fix bitrot elsewhere.
1998-03-23 13:02:37 +00:00
bde
b050b13250
FixedSpellingErrorInAFunctionname.
1998-03-23 12:28:31 +00:00
bde
eb2023510e
Support building of libgcc.a without building all of gcc. This is
...
useful for bootstrapping. Compatible versions of gcc and cc1 should
should be installed before using this feature.
1998-03-23 12:23:13 +00:00
bde
4616b3ebef
Honour -static in LDLAGS. ld without -Bstatic is happy to choose
...
static libraries if there are no shared libraries in the search path,
but gcc without -static blindly attempts to link crt0.o.
1998-03-23 11:50:38 +00:00
jkh
5f1d9ae555
MF22: resync.
1998-03-23 08:36:27 +00:00
charnier
6e321f37d4
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
1998-03-23 08:31:20 +00:00
charnier
b32e728fc6
.Nm pw -> .Nm.
1998-03-23 08:28:12 +00:00
charnier
e56b3f0e3d
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
...
Use rcs Id instead of rcs Header.
1998-03-23 08:26:31 +00:00
jb
11d4132720
Add vm_ooffset_t and vm_pindex_t that FreeBSD uses (but NetBSD doesn't).
...
Ugh, this is for user code that looks into vm_map_entry. I'd shoot
it but semi-automatic guns aren't legal here anymore. 8-(
1998-03-23 08:17:16 +00:00
charnier
409a50cddf
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
1998-03-23 07:48:45 +00:00
charnier
a5e89829a6
Add rcsid. Sort #includes.
1998-03-23 07:47:31 +00:00
charnier
750ab90255
Add const to rcsid.
1998-03-23 07:46:23 +00:00
charnier
10361cb9b6
.Nm nice -> .Nm.
1998-03-23 07:45:40 +00:00
charnier
b56244b975
Add rcsid. Correct -Wall warning.
1998-03-23 07:41:49 +00:00
jb
b4450959de
For 1.3, NetBSD walloped the msync syscall and replaced it with
...
__msync13. The old one got moved to compat_12. Wrap __msync13 up
to look like FreeBSD's msync and be careful to respect the fact that
MS_SYNC is 0x0000 on FreeBSD, but 0x0004 on NetBSD.
1998-03-23 06:58:06 +00:00
danny
1b827ab5e8
PR: 6104
...
Submitted by: Anatoly Vorobey <mellon@pobox.com>
Fix typo
1998-03-23 06:36:57 +00:00
yokota
8764cba6bd
- Remove the notice that psm0 must be enabled before using the PS/2 mouse;
...
the device is enabled by default in the GENERIC kernel.
- Kill the mouse daemon, if any, when the user wants to disable it.
- Minor update on mouse menus.
1998-03-23 06:08:55 +00:00
jkh
9eca46b7d8
MF22: catch up with recent changes.
1998-03-23 05:59:18 +00:00
jb
57958943e6
Cast an argument to int for a printf field width the way that gcc
...
prefers it. This source is compiled with -Werror so the slightest
warning is enough to ruin my day.
1998-03-22 20:19:27 +00:00
jhay
4b4f1b5abd
Make the vn device that is being used to build the floppies configurable.
...
You can now do something like "make release VNDEVICE=vn1". This makes it
possible to do something else with vn0, for instance building another
release.
1998-03-22 18:39:42 +00:00
steve
a4f109814d
Reword using who.1 as a good example of where to start.
...
Submitted by: bde
1998-03-22 17:39:08 +00:00
peter
e3aa96acb4
I misunderstood Bruce's hint. The chown/chmod are unneeded.
...
Submitted by: bde
1998-03-22 13:18:07 +00:00
peter
a2091fabde
Fix alphabetical ordering and and excessive cut/pasting.
...
Submitted by: bde
1998-03-22 11:42:03 +00:00
jb
d85ca411dd
Remove a bunch of unsupported machines, and the 'other' case where
...
some subdirs were only processed for install and clean (which caused
builds to fail on alpha). Install and clean should always follow
SUBDIRS.
1998-03-22 08:55:28 +00:00
jkh
f572092cb8
Add Compaq & SCO partition types.
...
PR: 6092
Submitted by: Drew Derbyshire <ahd@kew.com>
1998-03-22 07:41:23 +00:00
peter
108c1ee193
ppp-2.3.x ships with a bad compression number for deflate. It uses number
...
24 (which is magnalink!) rather than the correct (according to the rfc) 26.
Initial attempt at a compatability kludge that will negotiate for either
but will prefer to use the correct deflate compression type.
1998-03-22 06:57:20 +00:00
peter
4712969737
ppp-2.3.x ships with a bad compression number for deflate. It uses number
...
24 (which is magnalink!) rather than the correct 26.
Initial attempt at a compatability kludge that will negotiate for either
but will prefer to use the correct deflate compression type.
1998-03-22 06:51:57 +00:00
peter
485f592474
Merge ppp-2.3.3 changes onto mainline
1998-03-22 05:33:08 +00:00