2538 Commits

Author SHA1 Message Date
itojun
e5e6464767 upgrade libipsec to the latest.
- parser now uses yacc/lex (there'll be no symbol conflict).
- outbound policy and inbound policy is now separate
- policy specification for tunnel SA is improved
- api changed, bump shlib major

XXX some of programs will become not buildable - will commit shortly
2000-01-31 14:15:30 +00:00
itojun
e38f0bc373 add pim6sd: PIMv6 sparse mode daemon. (from KAME) 2000-01-28 19:32:43 +00:00
itojun
e0df61eefa increase libc's shlib minor for rcmd_* changes. sorry to be late.
Suggested by: Klaus Klein
2000-01-28 17:40:41 +00:00
fair
5d393eb4ca added ./etc/ntp.conf per PR 4312 2000-01-28 06:53:33 +00:00
itojun
5b1aaa939e add IPv6 support to rcmd() and friends.
rcmd() and iruserok(): unchanged
	ruserok(): became address family independent
	rcmd_af(), iruesrok_sa(): address family independent
2000-01-27 05:33:06 +00:00
itojun
6e5a5cc306 add reverse lookup table for IPv6 loopback (::1).
ugly...
2000-01-27 05:17:12 +00:00
itojun
5a38b81b42 implement bindresvport_sa(), which is necessary for IPv6 support in certain
programs (like rshd or rlogind).

bindresvport() and bindresvport_sa() exhibits exactly the same functionality,
with different function prototype (sockaddr_in * and sockaddr *).

The behavior and prototype was discussed and agreed among shin@kame.net
(who is doing freebsd-current kame merge), deraadt@openbsd.org, and
Jean-Luc.Richier@imag.fr (INRIA IPv6/IPv6 RPC support).  so it will be
portable across *bsd.
2000-01-26 13:20:24 +00:00
augustss
b29a1709da Add a line about USB Ethernet adapters. 2000-01-25 12:15:32 +00:00
augustss
6cd67182f5 Add ucom(4) man page. 2000-01-25 08:45:24 +00:00
mcr
4efc8f6b33 install notes for ioat66 device 2000-01-24 23:15:50 +00:00
mcr
7b42e3b65c man page for ioat66 device 2000-01-24 20:19:06 +00:00
augustss
df8590ff36 Back out last change. The if_ieee80211.h file was already there. 2000-01-24 18:53:53 +00:00
mycroft
9cd2b045d3 Make these work again. 2000-01-24 17:52:24 +00:00
ad
66c5e62a89 Install dpt(4). 2000-01-24 15:33:12 +00:00
augustss
b39bfbcc51 Add ray(4). 2000-01-24 15:15:21 +00:00
augustss
c1b8e93168 Add ./usr/include/net/if_ieee80211.h 2000-01-24 15:05:34 +00:00
he
5b26c39aa4 Remove local declaration of errno, rely on <errno.h> instead. 2000-01-24 10:40:56 +00:00
mycroft
063624ef20 Sync. 2000-01-24 07:25:01 +00:00
jwise
f2cc32c633 Compatible upgrade to set list behavior -- any (whitespace separated) fields
after the first in each line of a set list are ignored.  This introduces
no change in current set list behavior, but will need to be revisited if
we wish to distribute files with spaces in their names -- in this case we can
move to tab separated fields or some other behavior.

Current set lists work exactly as before, but in the future set lists may
have additional fields for use in a system packaging script.

I will post a detailed work plan for the system package system which uses
this to tech-pkg and tech-install in the next day or so.
2000-01-23 20:31:17 +00:00
drochner
3683ac880b speaker(4) is MI 2000-01-23 14:29:12 +00:00
shin
391a6bca4e add some '#ifdef's to clarify the difference between i386 and hpcmips. 2000-01-22 02:59:59 +00:00
mycroft
94753c3793 Sync. 2000-01-21 16:49:30 +00:00
tsutsui
1bf52b391d rename (revert) memory disk filename /dev/mdX -> /dev/mdXa 2000-01-21 12:32:54 +00:00
shin
b6e56aa759 oops, forgot to commit this file. 2000-01-21 11:27:52 +00:00
shin
f81f1e9333 first cut of sysinst for hpcmips.
based on i386 version.
2000-01-21 11:25:58 +00:00
shin
823e065f6f fix format string in message. ('%' -> '%d') 2000-01-21 11:23:01 +00:00
wrstuden
4d9bcc23d6 Add overlay.h, mount_overlay, and mount_overlay.[08] to lists. 2000-01-20 19:26:43 +00:00
tsutsui
bdfb1f79c9 STRIP -> STRIPPROG 2000-01-19 16:40:10 +00:00
itojun
85a3a12c88 /usr/sbin/sysctl does not exist any more (now /sbin/sysctl) 2000-01-19 14:16:58 +00:00
mycroft
4fe7833802 Fix display problems:
* Use endwin() strategically so that the child does not corrupt the display
  when suspending or exiting.
* Handle backspace.
* Only do one refresh per buffer-full.
* Eliminate redundant code.
2000-01-19 09:44:01 +00:00
mycroft
03d845d8cf Fix display glitch when suspending and resuming. 2000-01-19 08:46:26 +00:00
itojun
5e54c56a6d add manpage, rip6query(8). 2000-01-19 06:35:22 +00:00
mycroft
1a161495c3 Sync. 2000-01-19 06:10:10 +00:00
is
d02bc7577d .em->.Em 2000-01-17 21:57:14 +00:00
kleink
abe336bfe1 Add <machine/math.h>. 2000-01-17 16:31:34 +00:00
abs
8033b76e4e Mention you usually do not need to enter terminal type on login 2000-01-17 15:14:19 +00:00
itojun
82070bab0c note sysctl(8) pathname change into "1.4 -> 1.4x changes" section. 2000-01-17 05:33:14 +00:00
itojun
fc838249f5 don't install /usr/sbin/sysctl (backward compat symlink) 2000-01-17 04:22:59 +00:00
itojun
3ea807c958 move sysctl to /sbin/sysctl. symlink from /usr/sbin/sysctl
is supplied for backward compatibility.

add /sbin/sysctl to base/mi (does not remove /usr/sbin/sysctl
as we have a symlink)
2000-01-17 02:36:31 +00:00
augustss
5e2dc3d256 Add aue, cue, and kue man pages. 2000-01-16 10:46:56 +00:00
cgd
9a222ad604 remove .cvsignore files; if the tree doesn't clean completely, that's a bug 2000-01-16 08:27:40 +00:00
bouyer
810869b939 Translate recently-added messages. 2000-01-15 15:55:20 +00:00
pk
e42055a6de Deal with name space issues after libc/net updates. 2000-01-14 13:52:13 +00:00
pk
ce40e68a20 Zip it real good. 2000-01-14 13:47:27 +00:00
pk
6d238dc726 Expand md filesystem to 1.8MB. 2000-01-14 13:46:06 +00:00
pk
0244320ed2 Sync with arch/sparc/include/makefile 2000-01-14 13:40:32 +00:00
mycroft
c82f5a6009 In command execution displays, only draw a single line between the status
display and the output window, not a whole box.  This looks better, and it
works much better on terminals.
2000-01-13 18:52:21 +00:00
mjl
142f369443 Add necessary support routines for login.conf. 2000-01-12 05:02:10 +00:00
soren
d16fa2828e Add Thomas Klausner. 2000-01-12 04:49:56 +00:00
tron
ffe5337f67 Update for XFree86 3.3.6. 2000-01-11 14:20:44 +00:00