mrg
2ed89a9707
add support for MKISCSI=no.
2006-06-24 05:14:01 +00:00
garbled
d6f2802fd2
Build the INSTALL_SMALL kernel
2006-06-20 17:42:22 +00:00
rpaulo
6c7e5e5535
Enable altq for macppc.
2006-06-19 21:36:56 +00:00
tnozaki
2bcfe3b4c8
added Chinese Tradisional Big5 family,
...
Big5-2003, Big5-ETen, Big5-IBM, Big-5E, Big-5+.
``Big5 is now the alias of Big5-ETen,
if you want Unicode.org's obsolete mappings, use Big5-IBM instead.
2006-06-19 17:28:24 +00:00
gdamore
a5c89047c0
Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
...
NetBSD Foundation Membership still pending.) This stack was written by
Iain under sponsorship from Itronix Inc.
The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.
Drivers for both PCMCIA and USB bluetooth controllers are included.
2006-06-19 15:44:33 +00:00
christos
8ab9b7b454
PR/33760: dieter roelants: a default install can't send mail due to
...
missing aliases.db
2006-06-18 14:05:34 +00:00
tnozaki
a302e2a921
added iconv support for georgian-ps, georgian-academy.
2006-06-15 15:34:20 +00:00
ghen
339893b2fe
Remove send-mail again; /usr/bin/mail no longer uses it.
2006-06-15 13:09:24 +00:00
tron
c93d58d1b7
Remove obsolete directory "/usr/include/libmilter".
2006-06-13 11:51:43 +00:00
tron
9d3dfcdb0d
Remove obsolete directory "/usr/libexec/sm.bin".
2006-06-13 11:26:17 +00:00
wiz
93efb1479c
The comment here really meant /usr/sbin/sendmail -- restore it.
...
Found by Jukka Salmi in PR 33701.
2006-06-12 16:50:30 +00:00
tron
54a902424e
Remove entries for "/var/spool/mqueue" (used by "sendmail" only).
2006-06-09 21:08:51 +00:00
tron
1efd685555
Remove obsolete entries for "sendmail". Patch suppled by Yoshito Komatsu
...
in PR misc/33658
2006-06-09 14:39:53 +00:00
tron
e230eea94b
Don't create "/etc/mail/local-host-names" anymore after "sendmail"
...
has been removed from the base distribution.
2006-06-09 12:09:46 +00:00
hubertf
b6eda27950
Rename XEN kernel config files to be more consistent:
...
INSTALL_XEN3_U -> INSTALL_XEN3_DOMU
INSTALL_XENU -> INSTALL_XEN2_DOMU
XEN0 -> XEN2_DOM0
XEN3_U -> XEN3_DOMU
XENU -> XEN2_DOMU
OK'd by bouyer@
2006-06-08 22:17:07 +00:00
tron
a7484bfcf0
Don't install "/etc/mail/aliases" if "MKPOSTFIX" is set to "no".
2006-06-08 11:05:31 +00:00
rpaulo
04a78127de
/libdata/firmware/ral
2006-06-08 00:13:25 +00:00
christos
12cf891332
Put back send-mail; /usr/bin/mail uses it.
2006-06-04 05:22:32 +00:00
christos
f7c063da99
Remove send-mail program. This is sendmail specific only. Requested by perry.
2006-06-03 01:07:50 +00:00
hubertf
f3513c1e13
Add & enable boot-CDs (with ramdisk kernels only, no install sets),
...
built as part of a regular release. For more information, see
http://mail-index.netbsd.org/tech-install/2006/05/11/0001.html
OK: core@
2006-06-02 22:35:21 +00:00
rpaulo
9637f337f2
s/mountall/mountcritremote/
...
Noticed by Jukka Salmi.
2006-06-02 01:06:16 +00:00
christos
7754caa257
remove some more smmsp for sendmail.
2006-05-30 02:10:01 +00:00
christos
ace25de76c
Remove sendmail (approved by core)
2006-05-30 00:40:22 +00:00
jdolecek
94172cbcb1
in short netstat output, use 12 characters for [IO]pkts columns, so that
...
it doesn't overflow too easily
2006-05-27 08:56:47 +00:00
lukem
6d23caf285
Implement check_devices_ignore_paths, which is a list of paths to
...
avoid traversing during check_devices.
2006-05-25 02:38:10 +00:00
liamjfoy
4876c304b1
Integrate Common Address Redundancy Procotol (CARP) from OpenBSD
...
'pseudo-device carp'
Thanks to: joerg@ christos@ riz@ and others who tested
Ok: core@
2006-05-18 09:05:49 +00:00
simonb
c1cf826a2c
In the rc.d file list, start a new line for each first letter of
...
the rc.d scripts. Indent by an extra tab to match indentation of
usr.sbin/postinstall/postinstall
2006-05-14 15:43:54 +00:00
mrg
c31382a543
add /usr/include/g++/{debug,tr1}.
2006-05-12 01:57:59 +00:00
rpaulo
b70b378d36
add missing files
2006-04-30 19:57:07 +00:00
rpaulo
80cb906203
Add a script to start irdaattach on boot.
2006-04-30 15:18:19 +00:00
rpaulo
c90cd3ee2c
./usr/share/examples/hostapd
2006-04-30 13:54:16 +00:00
rpaulo
32cb3ed274
Remove wrong comment.
2006-04-30 13:00:04 +00:00
rpaulo
6971718ee3
rc script to control hostapd.
2006-04-30 12:54:26 +00:00
thorpej
7906863b14
Add /usr/include/prop
2006-04-28 03:27:49 +00:00
blymn
f79b447e34
Fix rtc offset calculation for timezones that are not integral hours.
2006-04-26 09:57:01 +00:00
hubertf
831546110a
When switching the /etc/etc.current symlink, make it relative to /etc,
...
not absolute.
This affects an update with sysinst, which will try to look at
/targetroot/etc/fstab, which points to /etc/etc.whatever, which is
not there during the upgrade, and results in all (/targetroot)/etc
files getting nuked!
2006-04-23 23:26:26 +00:00
uwe
0bef15d29d
Build GENERIC kernel as part of make release.
2006-04-22 02:19:47 +00:00
veego
f43a65b85e
Don't try to backup a 'nfs' disklabel, which will happen because of the
...
recent iostat changes.
Patch supplied in pr# 33274 by Geoff C. Wing.
2006-04-17 07:38:53 +00:00
rpaulo
94c889ba30
Add dict port numbers.
2006-04-16 23:29:29 +00:00
nonaka
407f05e765
A port of NetBSD to the I-O DATA HDL-G "Giga LANDISK".
...
Please refer to following URL for this machine.
http://www.iodata.com/products/products.php?cat=HNP&sc=HDL&ts=2&tsc=14&sc=HDL&pId=HDL-G400U
2006-04-16 02:22:33 +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
gdamore
232fbf8220
OMSAL-400 and MTX-1 should only be built little endian.
2006-04-07 15:26:59 +00:00
drochner
9a7f5fbd60
cdk is obsolete
2006-04-07 12:40:10 +00:00
gdamore
f212995691
Remove AR531X. Its too soon for this to be released, IMO. We may need
...
to change this kernel to AP30 and add other configs for AP43, AP51, etc.
2006-04-07 05:08:04 +00:00
uwe
dff51916a7
Spell "baud" correctly.
2006-04-06 22:31:11 +00:00
tsutsui
a149bb200b
Create /dev/panel0 on target all_md.
2006-04-06 15:02:12 +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
jdolecek
dbfcc2f3c5
don't check ntfs and msdosfs for devices/set[ug]id files; neither of those
...
are supported on the filesystem, so no need for checking
PR: 33092 by Aleksey Cheusov
2006-04-01 17:13:19 +00:00
he
5e1904ecea
In order to handle some perl scripts running as daemons, add a
...
pattern which also matches "`basename $interpreter`: $command" in the
ps listing. Should fix PR#31932.
2006-04-01 10:05:50 +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