Age | Commit message (Collapse) | Author |
|
|
|
(new feature in draft-ietf-ipngwg-icmp-name-lookups-05.txt)
|
|
draft-ietf-ipngwg-icmp-name-lookups-05.txt.
NOTE: 04 and 05 has no interoperability, in terms of "ping6 -a".
|
|
|
|
Implement chown, poll, setresuid, getresuid, setresgid, getresgid.
|
|
|
|
|
|
- ndp -I (set default outgoing interface when no default router is defined)
- ndp -s proxy (proxy NDP)
|
|
- remove net.inet6.ip6.nd6_proxyall. introduce proxy NDP code works
just like "arp -s".
- revise source address selection.
be more careful about use of yet-to-be-valid addresses as source.
- as router, transmit ICMP6_DST_UNREACH_BEYONDSCOPE against out-of-scope
packet forwarding attempt.
- path MTU discovery takes care of routing header properly.
- be more strict about mbuf chain parsing.
- nuke xxCTL_VARS #define, they are for BSDI.
- disable SIOCSIFDSTADDR_IN6/SIOCSIFNETMASK_IN6 ioctl, they do not fit
IPv6 model where multiple address on interface is normal.
(kernel side supports them for a while for backward compat,
the support will be nuked shortly)
- introduce "default outgoing interface" (for spec conformance in very
rare case)
|
|
Let's keep it in this time.
|
|
|
|
|
|
|
|
|
|
- Do not decrement scr_offset on vt_clreol().
|
|
|
|
|
|
|
|
We no longer try to put the terminal into 8bit, no parity mode and
instead use the TCSASOFT flag to tcsetattr() as per the discussion
of this in lib/libocurses/tty.c.
|
|
|
|
Use pid_t
Use vfork(), not fork() when sensible
|
|
|
|
run setupterm() until ttinit() is called.
Remove a tgetnum() I missed in the termcap -> terminfo cleanup.
Merge parts of the BSD ttyio.c. The termios stuff here could use a
cleanup, possibly including the flow control hack from the BSD ttyio.c.
|
|
the BSD fileio.c. Note that this module is rife with PATH_MAX overflow
possibilities.
|
|
conversation with torek
|
|
|
|
|
|
reduce the need for a custom kernel sans ddb.
|
|
|
|
timeout was disabled.
|
|
|
|
Fix callback (don't ``forget'' to call back).
Restructure how we add/remove the address family when
writing/reading the tun device.
Notify the tun device that we've changed PID under FreeBSD.
|
|
that we adjust that timers `rest' value (with the current getitimer()
values) before using that to adjust the next items `rest' value.
After adjusting that value, restart the timer service so that we've
now got the correct setitimer() values.
When adjusting timer::rest, round to the closest TICKUNIT usecs
value.
struct descriptor -> struct fdescriptor (to avoid header polution in
NetBSD).
Introduce LOCALNAT and LOCALRAD defines.
The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mib
is aligned. Teach this to ``show route'' and clean up some of the
sockaddr parsing routines.
Add ``set log dns'' to log DNS QUERY packets.
When ppp can't identify the relevant name, don't use "???", use
<nnn> or <0xnnn> instead.
Don't ``break'' when we come accross a non-RTM_IFINFO type
entry in the block returned by the NET_RT_IFLIST mib,
continue instead.
Correct UN_SIZE definition; ben@scientia.demon.co.uk
|
|
|
|
Pull in changes from the BSD-specific sysdef.h and fileio.c:
kill bogus unlinkdir() and rename() kludges since we have rmdir(2) and rename(2)
define SYMBLINK since we have symlinks
TODO: merge BSD spawn.c and ttyio.c
|
|
convert to terminfo in tty*.c
add support for some keypad function keys (arrows, pgup, pgdown)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
From netbsd
add 802.11 media types and options
add ifmedia_delete_instance() to be used in *detach() routines.
a few minor knits.
jason@ ok.
|
|
|
|
versions.
(Ok deraadt@)
|
|
|
|
|
|
|
|
|