Commit Graph

3301 Commits

Author SHA1 Message Date
bjh21 f42e9888c5 Add GNU_ARCH.arm26 2000-06-27 21:12:42 +00:00
kleink 715c073d75 siso_family: u_char -> sa_family_t. 2000-06-26 16:21:22 +00:00
kleink 7da6fb4f9e sat_family: u_int8_t -> sa_family_t. 2000-06-26 16:17:13 +00:00
kleink 327d566893 sin6_family: u_int8_t -> sa_family_t. 2000-06-26 16:12:33 +00:00
kleink 175e98e2b1 Sync struct sockaddr_in with reality. 2000-06-26 16:11:37 +00:00
veego b04531906a Fix the broken spinlockmgr.9 link to lock.9 2000-06-26 13:22:43 +00:00
bouyer 6a452adcf5 Note PCI0648/0649 support. 2000-06-26 10:12:14 +00:00
gmcgarry 692c6c4e03 lock(9) manpage. Not much, but it is a start. 2000-06-25 23:45:22 +00:00
erh c2256d0630 For the case when DESTDIR is set: move the -L${DESTDIR}/usr/lib after ${LDADD} so any -L directories set in LDADD are searched first to avoid possibly linking against old versions of libraries. 2000-06-25 05:07:22 +00:00
soren 1eaafea94d Add cobalt and sgimips. 2000-06-24 11:08:49 +00:00
soren c35d77d881 Add sgimips. 2000-06-24 11:04:55 +00:00
jlam 9ccf5a8641 s/suported/supported/ 2000-06-24 01:12:14 +00:00
thorpej cdc96f602d Garbage-collect old KERBEROS* switches. 2000-06-23 06:14:33 +00:00
thorpej acc9b0f304 Remove the bsd.crypto.mk section, and describe the new MK... switches
related to system crypto support.
2000-06-23 06:11:05 +00:00
thorpej df83a2a3cd Add MK... variables to enable/disable various aspects of building
crypto support into the system.  See share/mk/bsd.README for more
a full description.
2000-06-23 06:01:10 +00:00
itojun b72e65d5b4 clarify more about symlink for pcvt(4) ioctl 2000-06-21 23:29:10 +00:00
itojun 73383f3580 mention /dev/ttyv0 trick (pcvt ioctl). 2000-06-21 22:06:33 +00:00
itojun c60ddc2403 remove ip6defaultif configuration. because:
- ndp is in /usr/sbin, chokes on NFS-mounted /usr installation
- the option is just for IPv6 specification geek, not for normal users
2000-06-20 16:48:14 +00:00
thorpej e7d6b96938 Merge a bunch of things from crypto-us and crypto-intl into basesrc,
adding support for Heimdal/KTH Kerberos where easy to do so.  Eliminate
bsd.crypto.mk.

There is still a bunch more work to do, but crypto is now more-or-less
fully merged into the base NetBSD distribution.
2000-06-20 06:00:24 +00:00
thorpej 78d67d6053 Add print-shlib-major and print-shlib-minor targets. 2000-06-19 19:35:05 +00:00
thorpej c55e4231ce Sync up the LIB* list. 2000-06-19 19:00:14 +00:00
kleink 8a7d2ae8da + FAQ 2000-06-19 11:27:52 +00:00
kleink 09d00231dc + KITA 2000-06-19 09:40:58 +00:00
soren d2df3196f7 Note tr_pcmcia. 2000-06-19 04:04:46 +00:00
hubertf 112d4ac068 * Add some cut&paste ready commands for installing this
* Move audioplay to a shell function, to have one location where to
   change the noise-making
 * use /etc/rc.d/dhclient instead of doing it manually
 * when going line->battery and vice versa, adjust idle timeouts of
   harddisk (atactl), and add noatime,nodevmtime mount options.
   Inspired by htdocs/Documentation/power-mgmt/
2000-06-18 16:16:34 +00:00
christos cba4080890 document dlopen(NULL, ...) 2000-06-17 19:09:21 +00:00
msaitoh 18f3abf4d9 add netconfig.5 2000-06-16 06:52:17 +00:00
msaitoh 39b7678090 remove netconfig.4 and rpc.4 2000-06-16 06:50:36 +00:00
augustss fb5d1ab7ad Update man pages to reflect the new things that can be attached to pnpbios. 2000-06-16 06:42:31 +00:00
fvdl fbe0b56aea The rpc and netconfig files belong in section 5, not 4 (that's where they
are under Solaris). Pointed out by several people. Also, describe
struct netconfig in netconfig(5), as pointed out by Matt Green.
2000-06-15 20:05:51 +00:00
itojun cce3a88546 typo. ftp(8) -> ftp(1) 2000-06-15 14:24:17 +00:00
itojun 2440a71706 to compile IPSEC_ESP enabled kernel, we no longer need a symbolic link
from src/crypto-intl.
2000-06-15 10:33:15 +00:00
itojun b6dea15d96 typo 2000-06-15 10:28:50 +00:00
itojun b918f02846 typo 2000-06-15 08:12:41 +00:00
itojun 90ca25568b remove obsolete sysctl MIB net.inet.ipsec.inbound_call_ike.
(sync with kame)
2000-06-15 05:01:06 +00:00
cgd c85d2eb42b sweep of my licenses for consistency. (no functional changes) These
files have copyright held by people in addition to myself.  (I did the
original work, they copied it, enhanced it, and added their copyright
to the derivative work.)  Their approval has been given re: the license
change.
2000-06-14 22:52:37 +00:00
cgd db755e7c76 sweep of my licenses (userland files w/o only my copyright) for
consistency.  (no functional changes)
2000-06-14 17:24:02 +00:00
itojun 54bba557fc explicitly recommend listening to two sockets 2000-06-14 16:29:32 +00:00
itojun b5d836ae92 document IPv4 mapped address issues (moved from inetd.8) 2000-06-14 15:59:50 +00:00
itojun 7c77443b0b describe more sysctl variables. 2000-06-14 13:06:30 +00:00
itojun b2e33a4fd8 document issue with SADB_{,SPD}DUMP in BUGS section. (socket buffer full) 2000-06-14 12:36:11 +00:00
ad a1aa137da7 Xref cap_mkdb(1) and add a FILES section mentioning /etc/login.conf.db. 2000-06-14 12:35:31 +00:00
cgd d220ca5ba3 fix up NetBSD RCS Ids to match the standard, and the leading comment as
to match as well.  No functional changes.
2000-06-14 06:48:47 +00:00
itojun b08666e2a4 IPv6 numeric addresses are permitted. 2000-06-14 03:57:23 +00:00
itojun c4e8d3d8d5 "nameserver" line happily accepts IPv6 numeric address. 2000-06-14 03:52:40 +00:00
cgd ef767ee388 Replace my personal attribution string ("This product includes software
developed by Christopher G. Demetriou for the NetBSD Project.") with
a generic NetBSD one ("This product includes software developed for the
NetBSD Project.  See http://www.netbsd.org/ for information about NetBSD.")
so that this same set of terms can be used by others if they so desire.
(Eventually i'll be converting more/all of my code.)
2000-06-13 22:36:16 +00:00
itojun beb03d9f22 add ipsec configuration. 2000-06-13 16:33:18 +00:00
scw b7a8fc610a Document OPTi 82c621 support. 2000-06-13 09:43:07 +00:00
bjh21 4ed6e58789 Proper en-dash. 2000-06-13 00:24:13 +00:00
bouyer 5df54cd1f2 Note HPT366 support. 2000-06-12 21:27:12 +00:00