Bill Paul
e2be51399d
Mention that the CNet Pro110B is supported (ax driver).
1999-01-18 17:26:01 +00:00
KATO Takenori
5343d329b6
Added copyright.
...
Pointed out by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1999-01-18 14:55:38 +00:00
KATO Takenori
07986a05ff
Merge with sys/dev/syscons/syscons.c revision 1.292.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1999-01-18 14:48:34 +00:00
KATO Takenori
1ec0a1bcd4
Don't forget to initialize va_mode.
...
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
Forgotten by: kato
1999-01-18 14:47:01 +00:00
Hellmuth Michaelis
cd08f575b5
Add ISDN (i4b) documentation and examples
1999-01-18 14:05:23 +00:00
Hellmuth Michaelis
89632cab7b
Add directory /usr/share/examples/isdn
1999-01-18 13:58:47 +00:00
Ollivier Robert
bca92d96b8
Fix "make world" breakage because MT_RTABLE was still referenced here.
1999-01-18 12:40:44 +00:00
Kazutaka YOKOTA
6659b74d5c
- Added Spanish messages.
...
Submitted by: J M Alcaide <jose@we.lc.ehu.es>
- Fixed typo in the last commit: IS-8859-1 -> ISO-8859-1
1999-01-18 12:38:59 +00:00
KATO Takenori
4e1cc33d71
Sync with sys/i386/i386/userconfig.c revision 1.126.
1999-01-18 11:01:57 +00:00
KATO Takenori
56cdcc561b
Sync with sys/i386/conf/Makefile.i386 revision 1.135.
1999-01-18 11:00:29 +00:00
Andrzej Bialecki
d54d292d52
Fix copy & paste error.
...
Submitted by: Reinier Bezuidenhout <rbezuide@oskar.nanoteq.co.za>
1999-01-18 10:17:38 +00:00
KATO Takenori
1835ec2219
Switched to new syscons driver.
...
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp> and
Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
1999-01-18 08:38:08 +00:00
Julian Elischer
0fe90303e0
From inspection, ISA interrupts were completely broken..
...
revert some of the old ISA code.
(I can't test this but I'm working on the file.)
1999-01-18 07:55:02 +00:00
Hidetoshi Shimokawa
f9ed7e775f
Clean new index file(GPATH) of global.
...
Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>
1999-01-18 07:48:41 +00:00
Hidetoshi Shimokawa
0e575b05a2
Update to Global-3.42.
1999-01-18 07:38:13 +00:00
Hidetoshi Shimokawa
f4a2ce54a0
Merge from verdor branch (v_3_4_2) and remove obsolete files.
1999-01-18 07:32:38 +00:00
Hidetoshi Shimokawa
6ba7b1c961
This commit was generated by cvs2svn to compensate for changes in r42788,
...
which included commits to RCS files with non-trunk default branches.
1999-01-18 06:59:18 +00:00
Hidetoshi Shimokawa
3ba3e2cc4b
Import Global v3_4_2 sources.
...
Ok'd by: peter
Discussed with: msmith
1999-01-18 06:59:18 +00:00
Joseph Koshy
60adf819d2
Move to a uniform '\ooo' (VIS_OCTAL) encoding for special characters.
...
The previous commit broke mtree(8) when file names using certain 8-bit
characters ended up being encoded with '/', '*', and other shell
metacharacters.
PR: bin/9538
Submitted by: "Eugene M. Kim" <astralblue@usa.net>
Reviewed by: jkoshy
Bug-missed-last-time-by: jkoshy
1999-01-18 06:58:25 +00:00
Bill Fumerola
99ebed6b50
Style police, inline ifs.
...
Submitted by: Brian Feldman <green@unixhelp.org>
1999-01-18 03:54:17 +00:00
Greg Lehey
7e7f24a712
Only start vinum if vinum_slices variable is non-empty
...
Reported-by: roberto
1999-01-18 03:25:10 +00:00
Kazutaka YOKOTA
fb1594c101
Add Portuguese keymaps.
...
Submitted by: Paulo Menezes <pm@dee.uc.pt>
1999-01-18 03:08:34 +00:00
Kazutaka YOKOTA
b55c24ad53
Correct Hungarian keymap file names.
1999-01-18 03:06:16 +00:00
Kazutaka YOKOTA
64bb2de5f7
Fix some symbol keys, accented chars, and capslock state flags.
...
Submitted by: Thordur Ivarsson <thivars@est.is>
1999-01-18 03:04:41 +00:00
Joseph Koshy
8425e985b7
revoke(2) is supported on regular files under current. Change wording
...
in manual page that indicated otherwise.
PR: docs/9517
Submitted by: David Malone <dwmalone@maths.tcd.ie>
1999-01-18 02:37:03 +00:00
Dag-Erling Smørgrav
a135bdb9a0
Use the correct type for uid and gid in struct passwd. Document it.
1999-01-18 02:14:20 +00:00
Bill Fenner
88658ab880
Get rid of MT_RTABLE; multicast routing no longer uses it.
1999-01-18 02:09:52 +00:00
Bill Fenner
67a451cc89
Don't use ip_mrtproto to determine whether multicast routing is in
...
the kernel; this was left over from the earlier protocol-dependent
kernel multicast routing code.
Learn how to handle the malloc'd multicast routing table (instead of
expecting it to be in mbufs)
1999-01-18 02:09:15 +00:00
Bill Fenner
01b7c0826f
Use dynamic memory allocation instead of mbuf's for multicast routing
...
state.
Note: this requires a recompilation of netstat (but netstat has been
broken since rev 1.52 of ip_mroute.c anyway)
Obtained from: Significantly based on Steve McCanne's
<mccanne@cs.berkeley.edu> work for BSD/OS
1999-01-18 02:06:59 +00:00
Bill Fenner
9bb02c7b92
Rename igmp's MALLOC; it doesn't have anything to do with multicast routing.
1999-01-18 01:56:31 +00:00
Bill Fenner
e7bc5f272b
If arpresolve() gets passed a route with a null llinfo, call
...
arplookup() to try again. This gets rid of at least one user's
"arpresolve: can't allocate llinfo" errors, and arplookup() gives
better error messages to help track down the problem if there really
is a problem with the routing table.
1999-01-18 01:54:36 +00:00
Dmitrij Tejblum
f7393eced7
Install <sys/aio.h> as <aio.h>.
1999-01-17 22:35:09 +00:00
Dmitrij Tejblum
f0231545a1
Bring a bit closer to the normal form. (In particular, add
...
__BEGIN_DECLS/__END_DECLS).
1999-01-17 22:33:08 +00:00
Peter Wemm
79e1185f39
Replaced by /usr/bin/gensetdefs a few months ago.
1999-01-17 21:18:19 +00:00
Peter Wemm
f7dd86c147
Use the gensetdefs that is now in /usr/bin, it's a superset of the
...
one in the kernel source, and that one is already used for modules.
I don't _think_ this will hurt releases, aout-to-elf, etc, but it is
possible. In all the cases I've looked at, config(8) has been
generated straight after a make world, so if /usr/sbin/config exists and
is the right version for the kernel, then we can pretty much count on
/usr/bin/gensetdefs being there too.
1999-01-17 21:17:27 +00:00
Peter Wemm
b34c073744
Missed a stray LKM #ifdef
1999-01-17 21:04:53 +00:00
Peter Wemm
8e203b83a7
Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h.
...
XXX It probably makes sense to have a flag for bsd.kern.mk to avoid these
rules.
XXX IO_NDELAY seems to be the main reason for it, when used in a cdevsw
read or write "flag" context. Perhaps a redundant declaration
somewhere like sys/conf.h might help remove the need for vnode.h in
these device drivers in the first place.
1999-01-17 20:53:48 +00:00
Peter Wemm
1351d07f0d
Mountroot could concievably make sense to a KLD though, in the preload
...
case. I'm not sure the autoconf code is up to it though...
1999-01-17 20:41:02 +00:00
Peter Wemm
55b8081be1
Remove references to an LKM that isn't built any more.
1999-01-17 20:39:08 +00:00
Peter Wemm
1e65ef01b0
Minor cleanup; no more references to LKM's.
1999-01-17 20:36:14 +00:00
Peter Wemm
1fb37cbd06
Remove the LKM glue since the support (src/lkm) has been gone a while.
...
This was impossible to use as an LKM anyway, but does work as a preloaded
kld module though.
1999-01-17 20:30:13 +00:00
Peter Wemm
880628ca6c
Remove LKM support, src/lkm that built it is gone and it never worked as an
...
LKM anyway. It does work as a preloaded KLD module though.
1999-01-17 20:28:12 +00:00
Peter Wemm
6bfaa53754
Clean up the KLD/LKM goop a bit.
1999-01-17 20:25:22 +00:00
Peter Wemm
6b3daecd80
"fix" long standing aicasm build glitch. The problem was the
...
reorganization in rev 1.16 of i386/include/types.h which changed
stdlib.h's use of <machine/types.h>. The problem was the -I. was causing
machine/types.h to come from the current kernel source, while stdlib.h was
coming from /usr/include. /usr/include/stdlib.h is as old as the last
'make world', the machine/types.h was as new as the current source.
1999-01-17 19:56:02 +00:00
Peter Wemm
90b66aad9f
Add LKM option so that the remaining code (hopefully) doesn't go stale.
1999-01-17 19:09:41 +00:00
Peter Wemm
72a3f9e4d1
Add the lkm module
1999-01-17 19:06:06 +00:00
Peter Wemm
e54a0f3279
World, please meet the kld module called "lkm". If you have an a.out
...
kernel and you forgot to add 'options LKM', you can kldload this module
and get LKM compatability. (!)
1999-01-17 19:05:40 +00:00
Peter Wemm
f20a9c5af8
LKM kernel support becomes optional on "options LKM". (Bear in mind
...
that the default kernel is now ELF and cannot load these LKM's).
1999-01-17 19:02:39 +00:00
Peter Wemm
87acc0db42
- Move lkmnosys() to kern_syscall.c
...
- Have the VFS lkm support use vfs_register() etc rather than having it's
own version.
- Have the syscall lkm support use syscall_register() etc rather than
having it's own verison.
- Convert the lkm driver to a module.
1999-01-17 19:00:58 +00:00
Peter Wemm
46db48360d
Move lkmnosys() from kern_lkm.c to here.
1999-01-17 18:58:04 +00:00