rpaulo
0d8d0758a9
bump to libc.so minor 141.
2006-05-09 11:18:23 +00:00
jmcneill
1735d4bad3
Add piixpm(4) man page.
2006-05-07 01:35:20 +00:00
thorpej
5a0577de75
The propdb API is obsolete.
2006-05-05 18:27:27 +00:00
rpaulo
de8db47547
Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).
...
* RFC 3542 isn't binary compatible with RFC 2292.
* RFC 2292 support is on by default but can be disabled.
* update ping6, telnet and traceroute6 to the new API.
From the KAME project (www.kame.net).
Reviewed by core.
2006-05-05 00:03:21 +00:00
rpaulo
84015ab895
add missing directory
2006-04-30 20:02:35 +00:00
rpaulo
5346e121ae
rc.d/irdaattach
2006-04-30 15:19:18 +00:00
rpaulo
265321a56d
./usr/share/examples/hostapd/hostapd.conf
2006-04-30 13:56:35 +00:00
rpaulo
af979d425b
/etc/rc.d/hostapd
2006-04-30 12:56:22 +00:00
thorpej
144348e766
Support for building proplib in userspace.
2006-04-27 20:41:57 +00:00
drochner
741f357fc1
Build libpcap-0.9.4 from src/dist.
...
While there are some open issues, particulary wrt support of old
NetBSD-specific interfaces, it is better to get the code some public
testing before NetBSD-4 is branched.
2006-04-25 18:36:44 +00:00
jmcneill
e04eaffce1
Add vesafb man page.
2006-04-24 14:35:15 +00:00
dillo
39602e007e
Add pkg_summary.5.
2006-04-24 13:38:00 +00:00
rittera
ce45cf6bf9
Added ndis.4 to distrib/sets/lists/man/mi
2006-04-23 01:35:07 +00:00
rpaulo
c3cd347c36
Adapt to new Postfix man page sync.
2006-04-22 16:06:38 +00:00
he
9975d46f43
Move ndiscvt to be an i386 MD program, so that this matches what the
...
Makefile specifies -- it only builds the program for i386 so far.
2006-04-19 21:53:12 +00:00
tron
1b9393837d
Add missing entries for ndiscvt(8) and its manual pages.
2006-04-19 10:58:17 +00:00
simonb
247e7a1d03
Don't install an empty <machine/mtpr.h> that seems to be an artifact of
...
when this port was created and has long since been removed from the i386
port.
2006-04-18 06:59:39 +00:00
salo
b0536303e9
Add setttyentpath() manual page and bump libc minor.
2006-04-17 23:31:24 +00:00
christos
bc05fcd7ed
Cleanup qmqgr remnants (Hisashi T Fujinaka)
2006-04-17 22:09:39 +00:00
macallan
eabac42c58
add some missing files
2006-04-17 21:07:38 +00:00
christos
22b7f8f567
Perry says we don't want qmqpd and that he'll be responsible for fixing
...
postfix set-permissions.
2006-04-17 19:07:45 +00:00
christos
f24c5c7519
Add qmqpd
2006-04-17 16:15:40 +00:00
macallan
237baf7523
add entries for ATI drivers and man pages
2006-04-17 00:43:23 +00:00
tnozaki
f9de1ba57e
add c99 wcstof(3) and wcstold(3).
...
requested by skrll AT netbsd DOT org, thanks.
bump libc minor 138 -> 139.
2006-04-15 12:17:22 +00:00
blymn
aca1d2572b
Add header file for new io statistics collection.
2006-04-14 13:21:49 +00:00
garbled
1130e325c0
Oops.. I should have added installboot to obsolete, not delete the entry.
2006-04-14 06:02:44 +00:00
oster
79a8ee2f0f
Populate /usr/include/m68k with both pmap_motorola.h and pte_motorola.h.
...
/usr/include/m68k/pmap.h expects to find pmap_motorola.h, and
/usr/include/machine/pte.h wants pte_motorola.h.
2006-04-13 19:51:09 +00:00
garbled
5390ffa2c5
installboot isn't built on this port anymore.. don't install it.
2006-04-13 19:04:29 +00:00
drochner
76264cfc6a
first step to retire the useless i386_set_ioperm/i386_get_ioperm
...
calls: remove their manpages
2006-04-12 18:35:42 +00:00
rpaulo
0d55f26306
Add hostapd man pages.
2006-04-12 16:12:23 +00:00
rpaulo
eeb16045e8
Add /usr/sbin/hostapd{,cli}
2006-04-12 15:46:39 +00:00
tnozaki
a3e63d71ca
add following encoding support to iconv:
...
* KOI-7(iso-ir-37, iso-5427)
* KOI-8(old KOI8)
* KOI7-switched(iso-2022 variant)
* KOI8-C -- Pablo Saratxaga's X_LOCALE KOI8-C(Caucasus)
* KOI8-CyrillicOld -- Serge Winitzki's KOI8-C(Cyrillic-Old)
** not exported yet **
* KOI8-E(iso-ir-111, ecma-cyrillic)
* KOI8-RU
* KOI8-T
2006-04-08 14:15:48 +00:00
mrg
0db1500b43
retire HAVE_GCC3/HAVE_GCC4 and introduce HAVE_GCC that is set to 2, 3 or 4.
2006-04-07 19:38:58 +00:00
riz
637bfc29f9
Dallas Semiconductor 1-Wire bus support, from OpenBSD. Currently includes
...
gpioow(4), attaching a bit-banging driver via a GPIO pin. Also,
owtemp(4) which supports some of the 1-Wire temperature sensors, including
the DS18b20 and DS1920 - temperatures are returned via the envsys(4)
framework.
Original drivers by Alexander Yurchenko (grange@openbsd), with envsys(4)
support and a fix to the 1-wire search algorithm (for discovering
devices on the bus) by me.
As discussed on tech-kern earlier this week.
2006-04-07 18:55:21 +00:00
uwe
11419c1870
Build XFree86 server on netwinder with a minimal set of generic drivers
...
(XFree doesn't have a driver for CyberPro cards).
2006-04-03 11:15:17 +00:00
scw
34b4a96dbb
Add a kernel driver and userland program for the Topfield TF5000PVR range
...
of digital video recorders popular in Europe and Australia.
These devices have a USB client port which can be used to upload and
download recordings (and other files, such as MIPS binaries for execution
on the DVR's CPU) to/from their internal hard disk, in addition to some
other operations on files and directories.
2006-04-03 08:15:48 +00:00
uwe
f656cfe053
Kill trailing whitespace.
2006-04-02 01:17:16 +00:00
tnozaki
b37120b682
add iconv support for Armenian State Standard encoding:
...
ARMSCII-7, ARMSCII-8, ARMSCII-8A
2006-04-01 04:13:21 +00:00
martin
ea7fb95927
We have both kinds of music here - bump /usr/lib/libc.so.12.* too.
2006-03-30 12:53:20 +00:00
christos
500bc95c18
bump libc
2006-03-30 01:25:56 +00:00
rtr
a559f08510
do not build or install libcdk as a part of base anymore
...
cdk source still lives in dist however
approved by core@
2006-03-30 00:00:23 +00:00
dogcow
a346ea8793
yet another random i18n file
2006-03-29 01:01:02 +00:00
riz
4f42a7f631
Add swcrypto(4) to set lists.
2006-03-28 20:54:13 +00:00
tnozaki
307ce80709
add kk_KZ.PT154 locale and iconv support for PTCP154.
2006-03-28 14:44:00 +00:00
kleink
5325543dbf
Add truncf(3), too.
2006-03-25 22:16:09 +00:00
kleink
afd482bb6b
libm.so.0.5 in /usr/lib, too.
2006-03-25 21:56:28 +00:00
xtraeme
4edeee0717
Add basic rgephy(4) manpage, from OpenBSD.
2006-03-25 17:38:34 +00:00
xtraeme
5fe20e8a44
Enable trunc(3).
2006-03-25 16:44:23 +00:00
xtraeme
f1336fbda3
Add trunc() and truncf() C99 functions, from FreeBSD.
2006-03-25 16:41:11 +00:00
tnozaki
ade0b1e1b5
add following locales:
...
af_AZ.ISO8859-1/15
be_BY.ISO8859-5
en_NZ.ISO8859-1/15
et_EE.ISO8859-15
eu_ES.ISO8859-1/15
pt_BR.ISO8859-1
ro_RO.ISO8859-2
sr_YU.ISO8859-2/5
ukUA.CP1251/ISO8859-5
2006-03-23 23:23:38 +00:00