leo
175e17b45f
Catchup with arp changes.
1997-03-17 13:29:05 +00:00
leo
2f50159652
Revert to new method of generating assym.h.
1997-03-17 13:23:14 +00:00
briggs
b315c448dc
Flip around Takeshi Yanagisawa's name. Add back a physaccess() call that I was a bit hasty
...
in removing.
1997-03-17 13:11:24 +00:00
briggs
559613a9a7
*Blush* It's Denton, not Dennis, Gentry.
1997-03-17 12:26:52 +00:00
veego
80109470c6
s/if_ether.h/if_inarp.h/
1997-03-17 10:39:53 +00:00
veego
2f5cf6e347
Remove a mistake from the pull up of is-newarp.
...
Enable again the "SUBDIR+= lkm".
1997-03-17 08:27:54 +00:00
scottr
4cf4807ab0
if_arc.h is in net, not netinet.
1997-03-17 06:45:20 +00:00
briggs
e716e490a1
Make this compile again. XXX - save ethernet address in softc until multicast is supported.
1997-03-17 04:57:56 +00:00
briggs
c20d7dc997
Integrate a couple of changes suggested by Scott Reynolds and Takeshi Yanagisawa.
1997-03-17 04:38:28 +00:00
thorpej
0398318515
Resolve conflicts from merge.
1997-03-17 03:44:49 +00:00
thorpej
9018eb5208
Use if_media to select media (or autoselect rules) on the Sun4m.
1997-03-17 03:24:26 +00:00
thorpej
1d987a161b
#include <net/if_media.h>
1997-03-17 03:17:34 +00:00
thorpej
80e6765189
- Add support for media selection via if_media. If the front-end
...
does not supply media types, default to the "manual" type.
- Clean up the ETHER_CMP stuff slightly.
- Keep track of our carrier status, for media status requests.
1997-03-17 03:14:03 +00:00
thorpej
dbc8632d59
Build if_media.c on the same conditions as if.c
1997-03-17 03:10:30 +00:00
thorpej
4fcebbc43a
Add support for BSD/OS-style media selection:
...
- new "media" keyword specified media to select:
ifconfig de0 media utp
- new "mediaopt/-mediaopt" keywords for setting/clearing
media options (such as full-duplex)
- new "-m" flag to display all supported media types for
a given interface.
Also, some generial cleanup of argument parsing while I was there.
Manual page updates from Jeremy Cooper <jeremy@netbsd.org>.
1997-03-17 03:08:46 +00:00
thorpej
c7a72dad53
Define the SIOCGIFMEDIA and SIOCSIFMEDIA ioctls.
1997-03-17 02:56:35 +00:00
thorpej
1b1c7ef868
BSD/OS-style network interface media selection, implemented by
...
Jonathan Stone and myself. Many thanks to Matt Thomas for providing
the information necessary to implement this interface, and for helping
to shake out the bugs.
1997-03-17 02:55:12 +00:00
cjs
9da2a1ed80
Rewrote second paragraph, and added mopd in a new format. All the other
...
entries will be converted soon after feedback is received.
1997-03-17 01:22:49 +00:00
cjs
ec30dbdca7
Added mopd.
1997-03-17 00:02:02 +00:00
is
57f2f47e2c
move if_arc.h to sys/net
1997-03-16 23:27:07 +00:00
cjs
ed137f7c05
Import of Mats O Jansson's MOP boot program for DEC machines.
1997-03-16 22:23:34 +00:00
is
41d77d21fc
Fix yet another typo.
1997-03-16 20:24:08 +00:00
is
b40ff398db
fix typo
1997-03-16 20:06:37 +00:00
is
bf744fd321
Fix .Nx call.
1997-03-16 20:04:13 +00:00
is
fb5a155058
Support NetBSD-1.2C, -1.2D, and -1.2E just in case.
1997-03-16 19:59:02 +00:00
christos
852505afb6
Fix pasto in error message.
1997-03-16 19:46:02 +00:00
christos
9384236fae
Add support for installing hard and symbolic links via the [-l harms] flag.
1997-03-16 19:43:19 +00:00
is
ea7a8a2959
Pull the ARP support function man page up to the main branch.
1997-03-16 19:43:17 +00:00
is
04b6278587
Pull this to the main branch.
1997-03-16 19:26:53 +00:00
hpeyerl
52cbdd41c4
Lager is now config.new. ya ya, I've been busy.
1997-03-16 18:46:56 +00:00
veego
3a388c65c6
s/if_ether.h/if_inarp.h/
1997-03-16 17:20:48 +00:00
veego
5fd45e1ff6
changes for bsd.lib.mk: s/PICFLAG/CPICFLAGS/
1997-03-16 15:45:15 +00:00
lukem
ae07641250
Fixes from <Todd.Miller@cs.colorado.edu>, with some cleanup and reworks by me:
...
* only echo "Passive mode" in verbose mode; scripts that use ftp
may get unwanted output otherwise
* disable progress bar and modification time preservation when
retreiving to a non-regular files. fixes progress bar getting in
way of "get file /dev/tty"
* setup el_init() et al if editing is set, not if fromatty.
TODO: migrate this to a function, and call if editing is turned on later
in the session. also implement edit_cleanup if editing is turned off
* call el_set() after setting SIGWINCH handler. This fixes the problem
when suspending in a non-cbreak shell (e.g, csh) would trash your tty mode.
* reset interactive mode correctly in auto_fetch() mget mode
1997-03-16 14:24:14 +00:00
is
530a88d144
On request from Allen Briggs, converted this to new ARP
...
system. Somebody should actually test if this compiles (and works) on
Mac68k... I only carefully checked cvs diff -u.
1997-03-16 13:41:14 +00:00
jonathan
ab9bbd64d6
Use genassym.sh script to make assym.h, for cross-compiling.
...
Remove dependencies on genassym.
1997-03-16 11:54:03 +00:00
veego
d27d7804f7
Bump the REV to 12D to get in sync with param.h and newvers.sh.
...
This REALLY needs to be in ONE file and not in 11 files.
1997-03-16 11:26:15 +00:00
thorpej
b6f3695cd1
Use <m68k/m68k/support.s>
1997-03-16 11:04:52 +00:00
thorpej
48556a75d2
Use <m68k/m68k/support.s>
1997-03-16 10:49:43 +00:00
thorpej
f88e127939
Some misc. m68k asm support routines. This file currently contains
...
setjmp/longjmp and _insque/_remque. More to come.
1997-03-16 10:47:33 +00:00
thorpej
f956bd54d3
Clean up some slighyly overzealous use of `_'.
1997-03-16 10:16:02 +00:00
thorpej
ae8392d8b1
- COMPAT_HPUX only works on machine with a 4k _hardware_ page size.
...
- Remove a slightly misguided hack.
1997-03-16 10:14:44 +00:00
thorpej
abe496a1c9
Remove a new-obsolete comment.
1997-03-16 10:13:12 +00:00
thorpej
e93bf2f15b
Garbage-collect hpux_dumpu().
1997-03-16 10:00:45 +00:00
thorpej
701652d81c
In cpu_coredump(), don't bother dumping an HP-UX style u-area. What it
...
produced was useful once, but isn't worth the clutter now.
1997-03-16 09:59:40 +00:00
thorpej
de5a4c2d10
Remove reference to Locore.c
1997-03-16 09:47:48 +00:00
thorpej
611fa5e05b
Old lint helper, not used anymore, and really quite amazingly out of
...
date; this is 4.3 vintage. Just nuke it.
1997-03-16 09:45:38 +00:00
thorpej
5a1149b25d
Nuke MDP_HPUXTRACE.
1997-03-16 09:40:01 +00:00
thorpej
b11751e729
Use hpux_setregs().
1997-03-16 09:16:11 +00:00
thorpej
c5b6d5ed07
Prototype hpux_setregs().
1997-03-16 09:14:25 +00:00
thorpej
c9e8e99421
Remove the COMPAT_HPUX stuff from setregs(); the HP-UX compatibility
...
code has its own implementation now.
1997-03-16 09:12:13 +00:00