Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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@)
|
|
|
|
|
|
|
|
|
|
|
|
(ok art@)
|
|
regress/dh/Makefile: Merge with EOM 1.7
regress/group/Makefile: Merge with EOM 1.9
regress/prf/Makefile: Merge with EOM 1.4
regress/rsakeygen/Makefile: Merge with EOM 1.8
regress/x509/Makefile: Merge with EOM 1.10
Makefile: Merge with EOM 1.62
attribute.c: Merge with EOM 1.10
sa.c: Merge with EOM 1.99
conf.c: Merge with EOM 1.20
crypto.c: Merge with EOM 1.28
isakmpd.c: Merge with EOM 1.45
connection.c: Merge with EOM 1.19
doi.h: Merge with EOM 1.28
field.c: Merge with EOM 1.11
exchange.c: Merge with EOM 1.116
ike_auth.c: Merge with EOM 1.44
pf_key_v2.c: Merge with EOM 1.37
ike_phase_1.c: Merge with EOM 1.22
ipsec.c: Merge with EOM 1.118
isakmp_doi.c: Merge with EOM 1.40
log.c: Merge with EOM 1.26
log.h: Merge with EOM 1.18
math_group.c: Merge with EOM 1.23
message.c: Merge with EOM 1.144
pf_encap.c: Merge with EOM 1.70
policy.c: Merge with EOM 1.18
timer.c: Merge with EOM 1.13
transport.c: Merge with EOM 1.41
udp.c: Merge with EOM 1.47
ui.c: Merge with EOM 1.37
x509.c: Merge with EOM 1.36
author: niklas
Made debug logging a compile time selectable feature
|
|
author: angelos
Move the check after we get rid of the unused protos.
author: niklas
Made debug logging a compile time selectable feature
|
|
|
|
If i've done my homework right, KerberosIV should work fine now...
|
|
|
|
(ok art@)
|
|
kafs.h has been replaced with the one correctly hacked by art@ to
build with arla.
|
|
(ok art)
|
|
(art@ ok)
|
|
(art@ ok)
|
|
|
|
If you depend on Kerberos, DON'T update your tree until Kerberos
has been enabled again.
(art@ ok)
|
|
|