Commit Graph

4133 Commits

Author SHA1 Message Date
tnozaki 41efa2e2cd 1. added CNS11643 plane 3 <-> UCS iconv data.
2. zh_TW.eucTW locale now supports CNS11643 plane 3 ~ 7
2006-07-16 06:13:29 +00:00
elad b5d09ef065 okay, since there was no way to divide this to two commits, here it goes..
introduce fileassoc(9), a kernel interface for associating meta-data with
files using in-kernel memory. this is very similar to what we had in
veriexec till now, only abstracted so it can be used more easily by more
consumers.

this also prompted the redesign of the interface, making it work on vnodes
and mounts and not directly on devices and inodes. internally, we still
use file-id but that's gonna change soon... the interface will remain
consistent.

as a result, veriexec went under some heavy changes to conform to the new
interface. since we no longer use device numbers to identify file-systems,
the veriexec sysctl stuff changed too: kern.veriexec.count.dev_N is now
kern.veriexec.tableN.* where 'N' is NOT the device number but rather a
way to distinguish several mounts.

also worth noting is the plugging of unmount/delete operations
wrt/fileassoc and veriexec.

tons of input from yamt@, wrstuden@, martin@, and christos@.
2006-07-14 18:41:40 +00:00
martin 0a09af8063 Bump minor to 143 (getfh versioned) 2006-07-13 12:04:13 +00:00
he f884703a86 Mark libstdc++.so.6 as being for gcc=4.
Add libstdc++.so.5 and mark it as being for gcc=3.
2006-07-13 11:46:37 +00:00
he 96aa79df49 Mark various files installed in ./usr/include/g++/bits as only for gcc=4.
However, mark the g++ "fstream" and "new" include files for use with any
gcc version, as they're also installed when gcc=3.
2006-07-13 11:43:54 +00:00
he 3af86f2e2f Move the single remaining line from md.x86_64 to md.amd64, and put
md.x86_64 back to deleted state.  It is a long time since the latter
file was inspected when putting together set lists for amd64.
2006-07-13 10:20:49 +00:00
lukem 5666bd9aa8 * Provide new keywords:
gcc=<n>			<n> = value of ${HAVE_GCC}
	gdb=<n>			<n> = value of ${HAVE_GDB}

* Support extra keywords on lines with "obsolete" keywords to allow
  keyword-specific obsolete files.
  (Primarily intended for use with gcc=<n> and gdb=<n>, although
  it could be use for other items).

* Use the above features to collapse the gcc.* and gcc4.* lists into
  the appropriate set lists.

* Deprecate the tc.* lists as all platforms are either HAVE_GCC=3 or HAVE_GCC=4.

* Update set lists for HAVE_GDB=6.
2006-07-12 13:39:04 +00:00
peter e04c92998b Fix MKISCSI=no. 2006-07-11 23:20:22 +00:00
peter f27198fd25 Fix MKIPFILTER=no. 2006-07-11 23:19:24 +00:00
peter 28c8e35804 Fix MKNLS=no. 2006-07-11 23:18:33 +00:00
tsutsui 835463e99a Misc fixes for sl(4) and slattach(8) man pages:
- note that ifconfig(8) create subcommand is required before slattach(8)
- network addresses aren't defined by slattach(8) but ifconfig(8)
- Add a BUGS section in slattach(8) to note that currently there is no way to
  specify/see an interface name to be attached
- move description about link[0-2] flags from slattach(8) to sl(4)
  (rather than adding a new description...)
- move description about SLIP limitations to a new BUGS section in sl(4)
- remove inappropriate MLINKS of slip.8 to slattach.8
- create MLINKS of slip.4 to sl.4 instead
- add some more xrefs

Ok'ed by christos, and closes PR kern/33672 and PR bin/33923.
2006-07-08 17:22:14 +00:00
skrll 849f87f3e9 Some section 9 man page edits:
- Update ctxsw(9) to reflect reality a little better
	- chooselwp doesn't exist in the kernel so remove the man page.
	- Remove the references to chooseproc which existed briefly.
2006-07-08 17:17:30 +00:00
thorpej 434b7a76fc Add kernel and user space parts of a protocol for sending property lists
to / from the kernel using ioctls.
2006-07-05 21:46:10 +00:00
martin c9b2188e94 Add ugensa man page 2006-07-05 10:18:35 +00:00
bjh21 a4567cbedf Add nbfs. 2006-07-04 23:13:23 +00:00
tsutsui 799b6808f9 autoconf.h is obsolete. 2006-07-01 17:34:57 +00:00
tsutsui 7159920718 Mark autoconf.h obsolete. 2006-07-01 17:25:32 +00:00
tsutsui 295436c4e2 obsolete arc/display.h 2006-07-01 17:22:20 +00:00
xtraeme 40a89559d7 Enable kse(4). 2006-06-30 23:12:48 +00:00
garbled cc8f4d129a Add boot_com0_vreset to the list 2006-06-28 03:10:44 +00:00
peter cf3282bd0b Fix a typo, pointed out by Hisashi T Fujinaka. 2006-06-27 21:59:51 +00:00
peter 9b9d972c0d Add manpage section 4 directories for hpcarm. 2006-06-27 20:39:01 +00:00
peter 2eaa1d753b Add hpcarm/intro(4). 2006-06-27 14:57:19 +00:00
mrg e2eb31d3a3 version the socket(2) syscall. for compat30 socket, we use
EPROTONOSUPPORT instead of EAFNOSUPPORT.

from pavel@ with a little bit of clean up from myself.

XXX: netbsd32 (and perhaps other emulations) should be able
XXX: to call the standard socket calls for this i think, but
XXX: revisit this at another time.
2006-06-26 21:23:56 +00:00
mrg 9db1a19397 don't install crypto files with MKCRYPTO=no. with these changes, a
MKCRYPTO=no build completes.
2006-06-26 19:50:56 +00:00
yamt 5ff1a0a494 add following files. pointed by Hisashi T Fujinaka.
./usr/share/man/cat9/kmem_alloc.0
	./usr/share/man/cat9/kmem_free.0
	./usr/share/man/cat9/kmem_zalloc.0
2006-06-25 21:49:14 +00:00
yamt 787ac52945 add kmem_alloc.9 kmem_free.9 kmem_zalloc.9. 2006-06-25 13:09:41 +00:00
wiz c37ba07237 Separate crypto and .cat/.man with a comma.
Noted by KlinT on current-users.
2006-06-25 12:02:18 +00:00
mrg 5609a371c9 make MKCRYPTO=no work again. 2006-06-25 03:02:19 +00:00
kardel afe1c7cc6b add geodecntr.4 2006-06-24 12:38:29 +00:00
kardel 243699dacb add microuptime.9 and timecounter.9 2006-06-24 12:37:36 +00:00
mrg e8ffedc44b add support for MKISCSI=no. 2006-06-24 05:11:40 +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
uwe 59d7f20391 Do not instal net/if_pppvar.h, net/if_slvar.h and net/if_stripvar.h.
The former two are no longer necessary as slstats is no more
and pppstats now uses an ioctl instead of rummaging through kmem.
The latter has nothign interesting for the userland, but uses
struct bintime that I'm about to hide under #ifdef _KERNEL.

A bunch of remaining <net/if_*.h> headers is pretty useless to the
userland too, but ... someone else's yag to shave...
2006-06-18 21:02:16 +00:00
tnozaki 57b95db2c8 add iconv support for CP1131(Belarus DOS code). 2006-06-16 20:09:23 +00:00
tnozaki a302e2a921 added iconv support for georgian-ps, georgian-academy. 2006-06-15 15:34:20 +00:00
tron 9b1c22fc34 The manual pages for "mail.local" are not obsolete because "mail.local"
is (and should be) still included in the base distribution.
2006-06-13 11:27:29 +00:00
tron 3421be369d Remove "/var/spool/clientmqueue" and "/var/spool/mqueue" from the list
of obsolete directories and handle them via the "sendmail" item in
postinstall(8), too. These directories are of course necessary on
systems using the "sendmail" package.

Problem pointed out by Hisashi T Fujinaka on "current-users" mailing list.
2006-06-09 21:19:40 +00:00
tron c5ddcac518 Remove the "sendmail" configuration files and startup scripts from the
list of obsolete files. Resurrect the "sendmail" item which now flags
these files as obsolete unless the "sendmail" package is installed.
2006-06-09 12:18:30 +00:00
dogcow 82f4871f70 As pointed out by Izumi and Tsutsui and Valeriy Ushakov, these should
properly be .ad. files, not .md. files.
2006-06-09 03:14:54 +00:00
rpaulo 459b040604 /libdata/firmware/ral/* 2006-06-08 00:15:09 +00:00
dogcow ba08e93977 MACHINE = amd64, but MACHINE_ARCH = x86_64; rename gcc.md.* appropriately. 2006-06-07 15:49:12 +00:00
dogcow de64e59601 add gcc4.md.amd64, as it appears that gcc4 creates mm_malloc.h there as well. 2006-06-07 02:18:29 +00:00
cube ecfd193d31 Install config.5 and config.samples.5. 2006-06-04 19:42:18 +00:00
chap 8af3733e5a Document kernel function hashinit/hashdone.
"No[ objections] here." -christos@
2006-06-04 14:45:34 +00:00
mrg 3048667940 _G_config.h is obsolete these days. 2006-06-03 07:28:51 +00:00
tnozaki a55e9cdf1a fix lib/33476:
added following manpages (derived from FreeBSD),
    wcwidth(3) wcswidth(3)
    wcstol(3) wcstoll(3) wcstoimax(3)
    wcstoul(3) wcstoull(3) wcstoumax(3)
  and update doc/TODO.i18n.
2006-06-03 04:36:43 +00:00
mrg db19e89e04 remove support for building (with) GCC 2.95. also:
- always install <stdbool.h>
- don't generate a fake one for vax / gettext.
2006-06-02 22:16:18 +00:00
tron 19851bbafd Resurrect "/etc/mail" and "/etc/mail/aliases". Postfix still uses that
configuration file.
2006-05-31 02:58:14 +00:00
tron 413df19e55 Remove obsolete sendmail manual pages, add postfix manual pages. 2006-05-30 19:33:26 +00:00
christos 10ff9d9641 Remove sendmail (requested by core@ and security-officer@) 2006-05-30 00:42:28 +00:00
dan 450da78dd9 the intention of the whole tip-as-cu thing was to allow tip-as-cu and
have a cu command installed, even when the rest of uucp was removed
via MKUUCP=no.  The old uucp-derived cu is no more, and is not
installed in either case.

make it so, by correcting some confusion that had made the non-uucp
tip-as-cu cu conditional on MKUUCP
2006-05-22 12:32:20 +00:00
uwe 943edbd0d8 Nuke va-sh.h. stdarg.h and varargs.h now use __builtin_va_*. 2006-05-21 23:14:13 +00:00
dogcow b943d36d28 Use the gcc4 md list. 2006-05-19 01:49:05 +00:00
chap a24d299bb5 Add compat_30.8 man page, incorporating suggestions
by <wiz> and <pavel>.
2006-05-18 17:08:04 +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
thorpej 3e69f1b2a5 - Add prop_array_equals(), prop_dictionary_equals(), and
prop_dictionary_keysym_equals(), and prop_object_equals() functions.
- Use realloc() where it makes sense.  There will be more changes in this
  area.
- Add a _prop_object_type structure that is used internally to keep
  information about the object types.  Decreases the footprint of the
  objects slightly by replacing several pointers with just one.
2006-05-18 03:05:19 +00:00
riz 737a435e3a Mark specific manpages, catpages, and info files as "gcccmds", so that
a "distribution" build with MKGCCCMDS=no and any of MKCATPAGES, MKMAN, and
MKINFO set to yes can still succeed.

Tested with two distribution builds of i386; one with MKGCCCMDS=no and
one without.
2006-05-17 19:41:34 +00:00
tron 6f601486c0 Put "mm_malloc.h" into GCC 4.x specific set. 2006-05-17 15:07:05 +00:00
tron b1a151a8e4 Add lmtemp(4) manual page. 2006-05-17 14:05:52 +00:00
mrg d7a5ec3490 install new header mm_malloc.h that the mmx/sse headers use now.
fixes 3rd party app build problems reported by dogcow@.
2006-05-17 03:29:45 +00:00
dogcow 0cbf19486a obsoletes should have obsolete, not .cat or .man 2006-05-16 21:51:34 +00:00
elad 97e393b1f1 kill unused man-pages. prompted by Iain Hibbert. 2006-05-16 15:56:15 +00:00
elad 04d63f90b5 Introduce PaX MPROTECT -- mprotect(2) restrictions used to strengthen
W^X mappings.

Disabled by default.

First proposed in:

	http://mail-index.netbsd.org/tech-security/2005/12/18/0000.html

More information in:

	http://pax.grsecurity.net/docs/mprotect.txt

Read relevant parts of options(4) and sysctl(3) before using!

Lots of thanks to the PaX author and Matt Thomas.
2006-05-16 00:08:24 +00:00
elad 5158334892 kauth manpage 2006-05-14 22:11:47 +00:00
dyoung bfd03b170f Build and install wpa_passphrase, the utility for making a WPA
pre-shared key (PSK) from an SSID (802.11 "network name") and a
secret passphrase.
2006-05-14 19:51:15 +00:00
xtraeme 512483ae83 Fix typo in previous... it.4 belongs to man4 not man3 :-) 2006-05-13 17:24:34 +00:00
xtraeme 33a96be9f2 Driver for iTE IT87xxF and compatibles hardware monitor. Add
commented out entries on GENERIC and GENERIC_LAPTOP.

Adapted from OpenBSD.
2006-05-13 09:02:18 +00:00
mrg cde4dbaf34 add support for sets with HAVE_GCC=4:
- move fortran programs from mi.* to {tc,gcc}.*
- clone gcc.* and add new headers and shlibs to gcc4.*
2006-05-13 07:17:54 +00:00
uwe e37068ccdf Force building and installing libgcc_pic.a when MKPIC=yes even when
MKPICINSTALL=no, as it is required to build shared libraries.  Move it
to comp-c-lib set to match crtbeginS.o
2006-05-13 01:50:51 +00:00
dogcow 205e5bf7d6 fix typo: did.9 -> edid.9 2006-05-12 07:07:51 +00:00
mrg c31382a543 add /usr/include/g++/{debug,tr1}. 2006-05-12 01:57:59 +00:00
gdamore fb287f2aae Added ddc.4, ddc.9. and edid.9 2006-05-11 21:06:41 +00:00
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
xtraeme 1c141bfd60 Enable ciss(4) manpage. 2006-03-23 20:51:18 +00:00
wiz b30d0d8732 Both keywords should contain "obsolete" for obsolete entries. 2006-03-23 19:59:13 +00:00
garbled bd5aa4216a Add cat8 manpages for prep too. Caught by wiz as well. 2006-03-23 18:56:48 +00:00
garbled 53444b6809 Add prep's mkbootimage.8 and boot.8 to mi set list 2006-03-23 18:19:30 +00:00
elad b1b1933857 obsolete /usr/include/kerberosIV, okay christos@ 2006-03-22 15:49:31 +00:00
he 114b0e8ca6 Make the final adaptions to the removal of the KerberosIV bits.
Discussed with christos.
2006-03-20 16:37:22 +00:00
christos 42452df924 More krb4 removal. 2006-03-20 04:22:41 +00:00
christos d4f1ea1219 Fix the lists. 2006-03-20 04:17:39 +00:00
christos 85e611dd01 Goodbye KerberosIV 2006-03-20 04:03:10 +00:00
wiz c6b6c1a57b Unobsolete slstats and its man page, now the links have been added. 2006-03-16 22:06:40 +00:00
jwise ddc4bc7432 Add support for new ipf and pf syspkgs. 2006-03-16 17:57:03 +00:00
jwise f1e239603f Fix two pf miscategorizations. 2006-03-16 17:56:20 +00:00
jwise 426711902e Some users use pf. Some use ipfilter. Syspkg was designed for situations
like this, where a user may well want to install one of these but not the
other.

To allow syspkg to be used for its intended purpose here, carefully split
out ipfilter and pf from the main {base,comp,man,misc}-net{,util}-* packages

(something which was partially done for ipf, but not done for pf in the
past).

This way, a user can pkg_delete *-{ipf,pf}-*, and not have utilities,
libraries, man pages, examples, or default /etc files for the packet filter
they don't like.
2006-03-16 17:38:46 +00:00
kleink d73d316468 Add nan(3), nanf(3), and nanl(3); welcome libm.so.0.4. 2006-03-15 22:07:08 +00:00
kleink bc89c06cbf Add strtof(3) and strtold(3); welcome libc 12.137. 2006-03-15 17:35:17 +00:00
tnozaki 10269f58df added be_BY.CP1251, ru_BY.CP1251, ru_RU.CP1251 locale.
requested by cheusov AT tut DOT by, thanks.
2006-03-14 16:16:44 +00:00
tnozaki fd97f66c90 added missing UCS%CP*.mps files. 2006-03-13 20:02:01 +00:00
tnozaki 274950e65d added macintosh encodings(single-byte only). 2006-03-13 19:45:35 +00:00
rpaulo bf1bbfd01c Oops, the previous change touched the wrong files (pckbd.hu and pckb.pl). 2006-03-13 11:38:30 +00:00
chs 388c5496c2 add nfe driver and manpage from OpenBSD. 2006-03-12 22:40:42 +00:00
rpaulo 8b9db7a800 mkbd.pt.iso8859-2 -> mkbd.pt.iso8859-1
pckbd.hu.iso8859-2 -> pckbd.hu.iso8859-1
pckbd.pl.iso8859-2 -> pckbd.pl.iso8859-1
2006-03-12 15:09:54 +00:00
rpaulo 9631eac44f Add pckbd.fr_CH.iso8859-2 and pckbd.de_CH.iso8859-2. 2006-03-12 12:42:31 +00:00
kleink 4e2ab73ea3 Document libkern's bcdtobin(9)/bintobcd(9). 2006-03-11 15:47:09 +00:00
hubertf 05524656d1 in src.tgz, set build.sh permissions +x 2006-03-08 19:18:04 +00:00
pooka 4e6df87951 add CIRCLEQ_LOOP_{NEXT,PREV}.{0,3} 2006-03-07 18:16:46 +00:00
pooka 25833a1352 fdavail is a goner 2006-03-07 17:22:10 +00:00
agc 5eb45d3d63 Sync lists with reality - add svwsata(4) and catman page. 2006-03-06 22:21:25 +00:00
rumble 2f6e320cf1 Add a terse man page for the grtwo framebuffer driver. 2006-03-05 00:04:13 +00:00
wiz 298741977e Deprecate slstats. 2006-03-02 22:21:38 +00:00
dyoung dcf0b9e09f Sort. Remove duplicate lines. 2006-03-02 04:31:40 +00:00
christos 286c74606d update for auxgreg, clock, timer sparc man page addition. 2006-02-25 17:44:50 +00:00
christos 7a7bfc184b put back the vlan cat page. 2006-02-25 16:41:57 +00:00
christos 183d2e28cf remove vinum 2006-02-25 01:44:15 +00:00
pooka eadf5bf8b1 add fdclone 2006-02-24 12:49:16 +00:00
yamt 7a114c5bd0 posix_fadvise is in section 2, not 3. pointed by Hisashi T Fujinaka. 2006-02-20 00:34:30 +00:00
yamt 03c44ce523 document posix_fadvise. 2006-02-19 22:27:47 +00:00
elad 378a5a27de Some stuff that's been sitting in my tree for too long...
Improve the pw_policy(3) API by splitting it to two functions, one to load
the policy from /etc/passwd.conf and another to test passwords against the
policy.

Some bug fixes, more consistent code, and man-page updates.

Minor for libutil bumped.
2006-02-18 10:52:48 +00:00
dyoung 08a8550184 Add 'man' property to ./usr/share/doc/groff/mom/*.ps, so we get
correct set-lists if MKMAN=no.
2006-02-14 23:44:51 +00:00
he 96a64d8503 Um, libiscsi_pic.a has no business being here (it's in comp/shl.mi
where it belongs, and where non-PIC platforms don't pick it up).
It looks like this was a cut+paste accident (tagged with "profile",
which would be libscsi_p.a).
2006-02-14 19:07:30 +00:00
christos e6b7ea0ea9 deal with libssh bump. 2006-02-13 16:51:35 +00:00
macallan 1f4c33f072 crude attempt on a man page for the generic virtual consoles framework 2006-02-12 23:06:42 +00:00
riz 3c535000dc Add linux32_machdep.h . 2006-02-12 07:14:34 +00:00
jmmv ecdf0a26f4 Mark /usr/include/sys/optstr.h as obsolete (no need to be installed there). 2006-02-11 17:39:36 +00:00
yamt 6093f6ed30 mark removed uvm_*_i.h obsolete. 2006-02-11 13:05:30 +00:00
yamt c3a4b52047 sort. 2006-02-11 12:57:03 +00:00
gdamore bcbff1364b Add evbmips and manual pages to distribution files, as requested by wiz@ 2006-02-11 01:51:22 +00:00
agc 38f0b002b6 Add entries for the iSCSI target, and supporting library and manual
pages.
2006-02-08 19:00:32 +00:00
christos 03b1813a52 delete sushi records. 2006-02-08 17:22:10 +00:00
christos 8049de76d6 mark sushi obsolete (per core's request) 2006-02-08 00:54:33 +00:00
wiz 44ee8715c8 Update for groff-1.19.2. 2006-02-06 18:53:25 +00:00
xtraeme 2d45c66ceb Add a pbms(4) manpage. Remove it from the source code and update TODO. 2006-02-05 18:38:34 +00:00
christos 845c1702ec bump libamu 2006-02-05 16:29:27 +00:00
christos 6d02ae65f5 Adjust sets for new libssh. 2006-02-04 22:36:11 +00:00
jmmv 6cf8f1a5d9 Revert yesterday's change that attempted to fix the detection of the
boot device when using a Multiboot boot loader.  It couldn't work because
these boot loaders do not pass a checksum of the disk so matchbiosdisk()
cannot really find any matches.  I should have gone to sleep before
commiting...

Found by xtraeme@.
2006-02-04 11:24:42 +00:00
jmmv 62c98fdb8d When booting an i386 kernel with Multiboot, properly detect the boot device
by looking it up in the x86_alldisks table (instead of trying to match it
to 'wd*' manually).

In order to do this, move the cpu_rootconf function from x86 common code
to amd64 and i386 specific one.  This way, i386 can do an extra step (call
the appropriate Multiboot code) in the appropriate place (after
x86_matchbiosdisks and before findroot()).
2006-02-03 23:33:30 +00:00
christos c83a08de97 bump libopcodes 2006-02-03 21:43:30 +00:00
christos ea4d395f13 bump libbfd 2006-02-03 16:33:00 +00:00
christos 209def21c7 bump libbfd, libopcodes. 2006-02-03 16:31:59 +00:00
jmmv 0b879f1cfc Implement support for 'The Multiboot Specification' so that i386 kernels
can be booted directly from Multiboot-compliant boot loaders (e.g. GRUB).
See the added multiboot(8) manual page for more information.

No objections in tech-kern@; only positive comments.
2006-02-03 11:08:23 +00:00
jmmv 47d8ee4167 Implement options string parsing of the form 'a=b c=d ...'. This will be
initially used by i386's Multiboot support but will be useful in other
situations too (think refactoring mount(2)'s API).
2006-02-03 11:04:46 +00:00
reinoud 09457a8a6e Initial import of a UDF file system implementation for NetBSD.
Finally the logic glue and the set distribution lists modifications.
2006-02-02 15:26:32 +00:00
skrll 76a44d106e Add byte_swap.h. HI DSL! 2006-02-02 08:17:35 +00:00
kleink c682593001 Update for tzdata2006a. 2006-01-31 12:09:33 +00:00
apb d6b37f8359 No space in "function()", "command;" or "$(command)".
Requested by christos.
2006-01-28 19:01:23 +00:00
apb 13da902879 During an "update" build, if previous versions of a syspkg were already
registered, or if previous versions of the syspkg .tgz file already
existed, then delete them.  Previously, this was a fatal error.

Approved by christos
2006-01-28 18:42:23 +00:00
tsutsui 3857bde133 Update some stuff. (untested) 2006-01-25 15:22:54 +00:00
tsutsui dcb1305685 Add shared libXau and libXdmcp. Pointed out by tron.
XXX: More stuff should be updated.
2006-01-25 15:05:26 +00:00
elad 481e7be9a6 add qsieve/qsafe entries for new locations. 2006-01-24 19:13:46 +00:00
elad cb990bef57 qsieve/qsafe not here anymore. 2006-01-24 19:06:35 +00:00
elad d5de4cccfa qsieve, qsafe. 2006-01-20 11:23:51 +00:00
garbled 72224e6512 Add pjlfilter to setlist 2006-01-20 08:38:59 +00:00
jmmv faac4d565d The tb(4) driver is gone, so should be the manual page. 2006-01-17 19:08:28 +00:00
thorpej f69c907605 Add a firmload(9) manual page. 2006-01-17 17:29:28 +00:00
thorpej 13f83a7396 Add /libdata, /libdata/firmware, and /usr/libdata/firmware directories. 2006-01-17 06:58:28 +00:00
yamt 0541bd8909 add getiobuf.9 2006-01-16 22:32:07 +00:00
christos 526a733aa8 bump libz. 2006-01-14 20:13:57 +00:00
is f7389079d9 Yet another uninstalled file. 2006-01-14 16:40:09 +00:00
is c110684412 Synchronize to reality - a few entries are still obviously wrong, but
so is what's installed.
2006-01-14 16:16:20 +00:00
peter 311ab8679d Add hpcarm/boot(8) manual page. 2006-01-13 23:32:26 +00:00
xtraeme 8173ef37e7 AMD PowerNow LKM contributed by Olaf 'Rhialto' Seibert. 2006-01-11 00:18:28 +00:00
kleink 248944e9cc Update for tzdata2005r. 2006-01-11 00:06:38 +00:00
tsutsui 88d40f88ec Add /usr/mdec/boot.coff. 2006-01-08 15:35:00 +00:00
apb b020cbecff Oops, missed a few echo >&2 changes in previous commit. 2006-01-08 10:32:26 +00:00
apb 6942b0e739 Use TARGET_ENDIANNESS (from bsd.endian.mk) to decide whether
to add "-E B" or "-E L" options to ${db_opts}.

Approved by christos.
2006-01-08 10:25:33 +00:00
apb e386c41eea In the case where there is no metalog, when converting the
PLIST to specfile format, add type=dir for directories.
Fixes a build problem with non-METALOG builds.
2006-01-08 10:24:04 +00:00
apb 2d2afa01d3 regen 2006-01-08 10:22:16 +00:00
apb 309a69d745 Fix cyclic dependency by moving two files from base-local-share
to base-locale-ca and base-locale-sk

Approved by christos
2006-01-08 10:21:04 +00:00
apb 1acb45d44a Detect cyclic dependencies, and abort if any exist.
Approved by christos
2006-01-08 10:20:12 +00:00
apb 99b7c623f6 Document input and output format for syspkgdeps and culldeps.
Approved by christos
2006-01-08 10:19:07 +00:00
apb c32228d46e When printing messages to stderr, always use
echo >&2 "${prog}: ..."

Approved by christos
2006-01-08 10:10:03 +00:00
apb 69a903d0c3 Prepend etc/mtree/NetBSD.dist to the metalog before passing it to
${TOOL_MTREE}.  Previously this was done by maketars.  In the long
term there should be a better solution.  In the short term, this
should fix the build for people who do unprivileged update builds and
who had an old METALOG from before the recent syspkg-related changes.

Reviewed by christos
2006-01-06 18:08:59 +00:00
apb b58c0411a8 Disable checking of metalog in checkflist. In future,
this checking should be reinstated, but with proper
handling of obsolete files.

Reviewed by christos
2006-01-06 18:07:56 +00:00
wiz 9b47789852 Obsolete ./usr/X11R6/include/X11/fonts, its contents have been obsoleted
quite some time ago.
2006-01-06 17:00:22 +00:00
tsutsui 1396c646a7 Add /usr/mdec/boot_kernel.gz.
(a bootloader which can include a kernel binary for netboot)
2006-01-06 12:24:07 +00:00
xtraeme d064eae373 Add rlphy(4) (Realtek 8139/8201L PHY) from OpenBSD. 2006-01-04 21:52:17 +00:00
xtraeme d9b36aca62 Manpage that explains the i2c framework... from OpenBSD. 2006-01-04 19:14:55 +00:00
apb c8666f9f0f regen via "make makedeps" 2006-01-04 15:13:17 +00:00
apb f644cbcf33 Add a "makedeps" target, to update the "deps" file.
XXX: Why is "deps" checked in to the source tree, instead of
just being created as necessary?

Reviewed by agc
2006-01-04 15:11:07 +00:00
apb 52ec81299e * Add a check for consistency between DESTDIR and METALOG, in addition
to the existing check for consistency between DESTDIR and the output
  from makeflist.
* Use egrep instead of awk to ignore differences that are expected.
  This should be easier to maintain, and should also make it easier
  for users to add their own custom exceptions by editing the
  regexp.

Reviewed by agc
2006-01-04 15:08:42 +00:00
apb 29e51821aa Remove the code that used "${MTREE} -C ..." to sanitise the plist. We
can now assume that it's already been sanitised before maketars was
invoked.

Reviewed by agc
2006-01-04 15:03:39 +00:00
apb 5b62001b7b * Add new user-visible "syspkgs" target, and internal "makesyspkgs" and
"makesyspkgsums" targets for it to use internally.
* Add internal "sanitize_METALOG" target that uses "${TOOL_MTREE} -C ..."
  to sanitise the METALOG file before invoking anything that will
  want to parse the METALOG (checkflist, regpkgset, maketars, or
  installsets).  Previously, maketars used to do this itself, but its
  better to do it only once.
* Add internal "checkflist_if_DESTDIR" target, which invokes checkflist iff
  DESTDIR is set and not empty.  Use it where appropriate.
* Add a few more host tools to SETSENV.
* A few minor related changes.

Reviewed by agc
2006-01-04 14:58:58 +00:00
apb 2f132c6998 * Add a special case for sets="all".
* Use dirname, don't try to use a shortcut that doesn't always work.
  This uses the cheap implementation of dirname from sets.subr.
* Fix error in getopts string ("-p" option takes an arg).
* Explicitly use ${HOST_SH} to run culldeps script, because we might
  be on a host where /bin/sh is not a POSIX shell.

Reviewed by agc
2006-01-04 14:44:41 +00:00
apb 6d714d9691 Add cheap implementations of basename and dirname,
using builtin printf, or using echo if printf is not a
shell builtin.

Reviewed by agc
2006-01-04 14:35:03 +00:00
apb 4d96f88bcb Add shell variables for several additional host tools,
required by the new versions of regpkgset and regpkg.
2006-01-04 14:23:22 +00:00
apb afb2b54a87 * Make regpkgset accept all the new args that regpkg takes.
* Sort the pkgs into dependency order before invoking regpkg.
* Better cleanup.

Reviewed by agc
2006-01-04 14:18:00 +00:00
apb 3df0642b27 * Give regpkg the ability to create binary syspkg packages (*.tgz files).
The new "-t binpkgdir" option requests this action.
* Make it pay attention to DESTDIR.
* Make it work for unprivileged builds using METALOG.
* Add "force" and "update" modes.
* Add "quiet" mode.  There was already a "verbose" mode.
* Add several new command line args in support of the above.
* Make much more use of shell functions.
* Replace the old way of choosing syspkg version numbers.
  The new way gives numbers derived from concatenating the OS
  version [from osrelease.sh or $(uname -r)], a "tiny" version [from
  distrib/sets/versions, default 0], and a date [from RCS time stamps or
  file system time stamps].
* Add @blddep lines to the PLIST (in addition to the @pkgdep lines
  that were previously added).
* Use host tools such as pax, cksum, and db, to do more or less the
  same work that was previously done by pkg_create (which is not a host
  tool).  No longer attempt to use pkg_create.

Reviewed by agc
2006-01-04 14:14:35 +00:00
apb faa76ace30 Add a new "-I realprefix" arg. When making syspkgs, we need to use
"-P ${DESTDIR} -I /". ("-I" chosen for similarity to pkg_create.)

XXX: makeplist seems to be quite broken, in that it looks at the files
and directories that are actually present in DESTDIR, whereas I
thought its job was to provide an list of what *should* be there,
regardless of what is *actually* there.  Fixing this seems to require
a change to the format of the "lists" files, so that they can
unambiguously identify directories.

Reviewed by agc
2006-01-04 13:57:04 +00:00
apb 1983ec7bd3 Instead of printing "./foo/bar optional" for implicitly required
directories, print "./foo/bar optional type=dir".

Reviewed by agc
2006-01-04 13:46:13 +00:00
apb 267577ae49 Use "$*", not "$@", where we want a space-separated list of words. 2006-01-04 13:40:23 +00:00
apb 0eb2a59a6d . "${rundir}/sets.subr", overlooked in previous commit. 2006-01-04 13:38:18 +00:00
apb a879495374 Add quotes to some shell variables overlooked in previous commit. 2006-01-04 13:35:55 +00:00
apb 0bee96eab7 Ensure that (almost) all shell variables in distrib/sets/* scripts are
used with curly braces and quotes, as in "${var}".

Also ensure that command substitution is quoted, as in "$(command)", and
convert `command` to $(command).

Reviewed by agc
2006-01-03 18:31:09 +00:00
apb 3a0b541193 Add shell variables defined in sets.subr for almost all commands used
by scripts in distrib/sets/*.  This is intended to be useful when cross
building.  Only trivial commands like echo, cat, and rm are excluded
from this treatment.

While I am here, make ${MTREE} and ${DB} follow the pattern used by most
other such variables.

Reviewed by agc.
2006-01-03 16:40:16 +00:00
apb 26d8593b50 Move default values for several shell variables into sets.subr.
Reviewed by agc
2006-01-03 15:42:42 +00:00
yamt 6fce056253 mark /usr/include/nfs/nfs_var.h obsolete. 2006-01-03 12:49:36 +00:00
christos 9708e1086d forgot to commit the bump for libcrypto. 2005-12-31 07:02:05 +00:00
agc 740a95c15f Add Todd Miller's ftw(3) and nftw(3) file-tree walking functionality,
from OpenBSD.

Bump libc minor to 136.
2005-12-30 23:07:31 +00:00
tsutsui 5ab9e41287 Add an md list for ews4800mips Xserver. 2005-12-29 16:37:42 +00:00
tsutsui 1533ae47f8 Add lists for ews4800mips. 2005-12-29 15:26:54 +00:00
tsutsui 1f5055228d Add preliminary support for System V Boot File System.
Written by UCHIYAMA Yasushi <uch@netbsd>.
2005-12-29 14:53:45 +00:00
matt 3fff2406b3 Update man pages for new coredump interface. 2005-12-24 21:07:05 +00:00
jmmv bb99282370 Merge fstab.tmpfs into fstab.ramdisk so that the file names represent
concepts rather than specific file systems.  Suggested by hubertf@.
2005-12-24 12:59:21 +00:00
christos 4ce197a0c1 remove obsolete programs. 2005-12-22 00:31:04 +00:00
christos d10f4d6b55 libutil bump. 2005-12-20 21:34:29 +00:00
rpaulo 7d7fe4b786 Adapt man pages to ktrace-lwp. 2005-12-20 19:53:14 +00:00
thorpej e363cc4a04 Move evcnt definitions into <sys/evcnt.h>. Include this from <sys/device.h>
for compatibility.
2005-12-20 16:28:55 +00:00