christos
24c295f4b3
mark genassym.sh obsolete
2005-05-31 11:39:03 +00:00
christos
d84ea6a23c
Add genassym.
2005-05-31 11:38:31 +00:00
christos
b47254f6d8
Add genassym.
2005-05-31 03:50:14 +00:00
agc
cdada63d5e
Add manual pages for psh3tp(4) to the man set.
2005-05-24 08:14:55 +00:00
kleink
3a2b4d4dd7
* Factor out fd_set and related definitions from <sys/types.h> to
...
<sys/fd_set.h>. Still include it from <sys/types.h> for _NETBSD_SOURCE,
and amke <sys/select.h> use it instead of <sys/types.h>.
* Instead of including <string.h> for memset()/memcpy() (or adding their
declarations locally), make FD_ZERO()/FD_COPY() use GCC builtins if
available, or define them inline otherwise.
Approved by Christos.
2005-05-22 12:44:24 +00:00
lukem
dfee67134f
Make fdisk(8) available on all platforms, since MS-DOS partitioning
...
is the de-facto standard for many removable media types.
2005-05-22 03:45:30 +00:00
lukem
64863e99af
Use "find |sort" instead of "find -s" -- the latter isn't POSIX.
2005-05-22 03:05:15 +00:00
christos
8adc5f9efb
add t_putws
2005-05-15 21:12:53 +00:00
christos
bac9dcf8ce
bump libtermcap.
2005-05-15 21:11:59 +00:00
christos
85b51312ff
bump libc.
2005-05-14 23:59:32 +00:00
christos
406fc04640
add new stdio wide functions.
2005-05-14 23:58:51 +00:00
dsl
f023cb8f18
Mark ./usr/share/examples/racoon/roadwarrior/server/phase1-down.sh
...
as obsolete (it was deleted in the previous commit).
Fix sort errors.
2005-05-14 20:03:31 +00:00
peter
7147ba1184
PR/30177: Rui Paulo: /var/chroot/pflogd isn't created by default
2005-05-11 10:41:51 +00:00
manu
6cb285d965
Take into account file removal
2005-05-10 10:23:13 +00:00
perry
5f29506c5f
add cat7/script.0 man7/script.7
2005-05-07 02:23:39 +00:00
martin
2fca76e80d
Add the xf8_32wid module.
2005-05-06 22:55:51 +00:00
tron
12c1fb5b6d
"loadfile_machdep.h" should not be installed as pointed out by
...
Izumi Tsutsui. This needs to be fixed in the build process.
2005-05-03 08:24:15 +00:00
lukem
3e3c4f88c3
Another fix for MKSHARE=no. (broken a while ago in rev 1.17. hi rtr!)
2005-05-03 00:23:41 +00:00
lukem
aac90486da
Fix for MKSHARE=no
2005-05-03 00:21:47 +00:00
lukem
cd64c3eed3
zoneinfo directories don't need MKSHARE=yes.
...
Part of PR 29968 from Jukka Salmi.
2005-05-03 00:16:59 +00:00
tron
450260eeec
Install "loadfile_machdep.h" to fix build of "libsa".
2005-05-02 12:31:08 +00:00
martti
840228057a
Install netinet/ipl.h (bin/30095)
2005-05-01 14:57:27 +00:00
lukem
597054d4ad
Fix typo in previous.
...
Noted by Markus W Kilbinger in private email.
2005-05-01 10:34:50 +00:00
lukem
e9c1d14fc9
Update for various USE_* options.
...
Rest of PR 30092 from Jukka Salmi.
2005-05-01 07:28:13 +00:00
lukem
22b0f5dfc0
Add support for following keywords in sets lists, based on mk.conf(5) vars:
...
use_inet6 ${USE_INET6} != no
use_kerberos ${USE_KERBEROS} != no
use_yp ${USE_YP} != no
2005-05-01 07:06:09 +00:00
agc
dc9630d5b3
Mark ./usr/share/locale/no@nynorsk/LC_MESSAGES/gettext.mo as obsolete. Really.
2005-04-30 14:26:38 +00:00
wiz
9b93dfd77c
obsolete...obsolete... (i.e. make both keywords contain obsolete).
2005-04-29 21:08:13 +00:00
christos
d097b35f6f
adjust for new gettext.
2005-04-29 15:27:33 +00:00
christos
0f57a94b66
Add the directories for the new gettext; noted by Jukka Salmi
2005-04-27 00:59:46 +00:00
agc
cb6ade7bb5
Remove a spurious reference to a non-existent ./usr/bin/texi2pdf which seems
...
to have crept in in the previous commit.
2005-04-26 10:51:26 +00:00
wiz
2b16d52f32
For obsolete files, make sure that both words behind the pathname contain
...
"obsolete".
2005-04-25 11:38:01 +00:00
blymn
c096161d93
Obsolete verifiedexec(4) man page
2005-04-25 00:46:18 +00:00
dyoung
9b9ed510b0
Add IEEE 802.11 manual pages from FreeBSD to both the Makefiles
...
and the set lists.
2005-04-24 21:43:03 +00:00
wiz
22a0421626
Add openssl_errstr(1).
2005-04-24 00:15:02 +00:00
perseant
2f695b5476
Provide a resize_lfs(8), including kernel and cleaner support. The current
...
implementation requires the fs to be mounted while resizing. Tested in both
directions, and everything appears to work happily, but ymmv.
2005-04-23 19:47:51 +00:00
christos
058cfb2918
bump libssh.
2005-04-23 16:58:21 +00:00
blymn
8387760ed1
Rototill of the verified exec functionality.
...
* We now use hash tables instead of a list to store the in kernel
fingerprints.
* Fingerprint methods handling has been made more flexible, it is now
even simpler to add new methods.
* the loader no longer passes in magic numbers representing the
fingerprint method so veriexecctl is not longer kernel specific.
* fingerprint methods can be tailored out using options in the kernel
config file.
* more fingerprint methods added - rmd160, sha256/384/512
* veriexecctl can now report the fingerprint methods supported by the
running kernel.
* regularised the naming of some portions of veriexec.
2005-04-20 13:44:45 +00:00
tsutsui
16066bfe4a
Remove obsolete mbr and msdos5mb.gz binaries.
2005-04-18 16:44:04 +00:00
tsutsui
5ab2951c5e
Add a standalone boot for arc.
2005-04-18 16:34:28 +00:00
lukem
5c5750a595
Move /etc/postinstall (and the etc.tgz set) to /usr/sbin/postinstall
...
(and the base.tgz set).
2005-04-17 15:15:48 +00:00
provos
bdc32cfad7
update to libevent-1.0c. This includes support for event priorities,
...
multi-threaded applications and some bug fixes. regression test
improved to test for new features. bump major.
2005-04-17 07:20:00 +00:00
itohy
0ee992857f
ukyopon(4): Kyocera AIR-EDGE PHONE driver
...
Close NetBSD PR #25954 in a different way.
2005-04-15 17:18:18 +00:00
peter
ffe0037a82
The pf directory is always created in /usr/share/examples, so remove the pf
...
keyword from the list. Fixes part of PR 29968 from Jukka Salmi.
2005-04-14 21:45:10 +00:00
kleink
2debc92229
Actually give /var/chroot/spamd an `obsolete' keyword.
2005-04-12 16:59:16 +00:00
jwise
17d8f2eb11
Missed commit -- /var/chroot/spamd is now /var/chroot/pfspamd.
2005-04-12 15:55:38 +00:00
kleink
7a5e7ac8e9
Adjust for the Argentina directory that came with tzdata2004b;
...
noted by Geoff C. Wing in PR bin/29954.
2005-04-12 15:35:54 +00:00
jwise
50ee2bcb04
spamlogd is now pfspamlogd.
2005-04-12 14:47:08 +00:00
jwise
f876c1012e
spamd.conf is now pfspamd.conf.
2005-04-12 14:39:39 +00:00
jwise
ed335360d1
Provide obsolete list entries for old names of pfspamd et al.
2005-04-11 23:39:12 +00:00
jwise
d4a770bc93
spamd (et al) man pages have also changed to pfspamd (et al).
2005-04-11 22:42:47 +00:00
jwise
d757dd5564
spamd (et al) -> pfspamd (et al).
2005-04-11 22:35:45 +00:00
nakayama
78fc87188c
Add "skey" tag to pam_skey.[08].
2005-04-10 02:48:45 +00:00
christos
94218b86fb
Add get{pw,gr}ent_r.{3,0}
2005-04-04 20:38:24 +00:00
peter
6e4d82adbb
Enable pflogd(8).
2005-04-04 19:11:18 +00:00
christos
bfcb364086
Fix sets for strfmon
2005-04-03 20:12:18 +00:00
martin
73dcb3902b
Add r128, radeon and atimisc files.
2005-04-03 20:01:53 +00:00
hubertf
6d7eb973a8
fstab-examples reorg:
...
fstab.md is dead, add fstab.{cdrom,pseudo,ramdisk}
2005-04-03 14:13:06 +00:00
jdolecek
0b8e9ef3ed
add tra(4) manpage
2005-04-03 11:56:29 +00:00
christos
62984744ca
bump libc.
2005-04-02 04:56:09 +00:00
yamt
3165a4e284
remove links to uvm.9 for removed functions.
2005-04-01 12:07:42 +00:00
lukem
6448c18465
Add /rescue/tetris.
...
When your system is fubared, this will help you relax.
2005-04-01 08:35:17 +00:00
wiz
3294301136
Add wcsftime(3).
2005-03-30 10:17:36 +00:00
wiz
5236534b53
Add postinstall(8).
2005-03-28 15:44:26 +00:00
lukem
56794bce3c
All of the X11 obsolete set lists are installed now.
2005-03-28 13:48:04 +00:00
lukem
d967a961ee
Don't remove empty obsolete lists; it unnecessarily complicates etc/Makefile
2005-03-28 03:12:34 +00:00
tnozaki
a3b248100e
add csmapper:CNS11643-1,2 and esdb:ISO-2022-CN,
...
integrate esdb:EUC-TW, locale:zh_TW.eucTW.
2005-03-27 22:30:05 +00:00
tron
1fb15927cb
Add new files installed after import of XFree86 4.5.0.
2005-03-26 21:33:48 +00:00
martin
9bea68674e
Add files additionaly installed for loadable servers. Sort.
2005-03-26 11:37:08 +00:00
christos
112f814bfd
bump libcrypto.
2005-03-26 02:24:10 +00:00
christos
d6b9d6afcb
der_chop is minced meat.
2005-03-26 00:33:44 +00:00
cube
76083f1d54
Add a manpage for attimer(4), and cross-reference it from pcppi(4).
2005-03-25 23:30:55 +00:00
tron
f0c491ff32
Add new files installed after import of XFree86 4.5.0.
2005-03-25 23:08:22 +00:00
christos
ab5e9c0298
add fips openssl include files.
2005-03-25 20:13:21 +00:00
tron
ea41f5798a
Add new files installed after import of XFree86 4.5.0.
2005-03-25 19:01:53 +00:00
martin
6b1f94f060
Add src/x11 generated stuff
2005-03-24 09:49:07 +00:00
martin
dcbe0ab123
Move /var/db/obsolete/xserver in md sets for those archs that have it.
2005-03-24 09:16:10 +00:00
rtr
c6b047ea8b
+ do not install getconfig
2005-03-24 05:27:18 +00:00
tron
02aac2106a
The last of the changes for missing files in i386 vs xsrc.
...
+ build libafb for i386 (like xsrc does)
+ hook getconfig into the build
+ add new input driver acecad
+ add new xkb symbols
+ add new font encodings
2005-03-23 15:43:42 +00:00
tron
d98cfc324a
Correct entries for "XStandards.7" and "Xsecurity.7" so that they are
...
still found if manual pages are compressed. Problem pointed out by
Chavdar Ivanov in private e-mail.
2005-03-23 00:38:10 +00:00
tron
dbc8156f5b
Add Xdmx server, libraries and utilities to reachover set lists.
2005-03-22 13:45:46 +00:00
tron
302011aaba
Move X11 obsolete file lists into "xbase" set.
2005-03-22 12:45:07 +00:00
tron
a9f1e3563a
Add "MKX11" flag. We need it for the X11 obsolete lists in the "base" set.
2005-03-22 09:28:24 +00:00
tron
fb571c8922
Add support for handling obsolete X11 files and directories.
2005-03-21 23:09:39 +00:00
tron
aa9c0780ed
Mark the "codeconv" modules as obsolete.
2005-03-21 15:00:15 +00:00
tron
ccfb82e52b
Update reachover build framework set list for XFree86 4.5.0.
2005-03-21 14:43:43 +00:00
martin
5946d307e6
Add new man pages
2005-03-19 15:26:23 +00:00
tron
85a7063e89
Update sets for native XFree86 build for version 4.5.0.
2005-03-18 20:45:42 +00:00
drochner
68210160d1
add new brazilian-abnt2 keymap
2005-03-18 17:44:17 +00:00
kleink
363c26d4ba
Interpose cancellation points in pollts() and pselect(), bringing us
...
to libc.so.12.127 and libpthread.so.0.6.
2005-03-18 11:23:44 +00:00
yamt
5240b887db
add agr(4), a pseudo network device driver for link aggregation.
2005-03-18 11:11:50 +00:00
kleink
513c158344
A couple of <sys/select.h>-related changes:
...
* Factor out struct selinfo and its header dependencies into its own header,
<sys/selinfo.h>, to avoid namespace pollution.
* Include <sys/selinfo.h> in user-visible headers where necessary.
2005-03-17 20:39:17 +00:00
he
25fad1edc3
Revert the previous commit; nodns.m4 was only installed in the time
...
period between the import and the subsequent "resolve conflicts"
commit.
2005-03-16 12:52:53 +00:00
xtraeme
84b54ddae9
/usr/share/sendmail/features/nodns.m4 is installed by the new sendmail
...
in base.
2005-03-15 20:31:21 +00:00
peter
0a9aa9779a
Install pf(4) examples. Reviewed by yamt@.
...
Thanks to hubertf@ for the reminder.
2005-03-15 16:05:03 +00:00
christos
4eb907bddf
Add "crypto" to the pam_ssh files.
2005-03-15 15:02:51 +00:00
atatat
d69e78afde
Update to compensate for new sendmail
2005-03-15 02:34:54 +00:00
perry
e99c3b1541
we are at libc.so.126
2005-03-14 13:02:00 +00:00
perry
4d7b53f8df
add memmem man pages
2005-03-13 15:20:09 +00:00
atatat
a02cda792a
Add sockstat references to sets lists.
2005-03-09 05:24:38 +00:00
thorpej
7078187c0c
Add a pam.conf(5) manual page.
2005-03-07 02:26:31 +00:00
cube
6c220a0b51
pam_skey module depends on MKSKEY.
2005-03-06 13:56:07 +00:00
tnozaki
eaa66f81a6
fogot to add UTF-7.esdb.
...
pointed by Mr, Hisashi T Fujinaka, thanks.
2005-03-06 10:28:15 +00:00
tnozaki
fe05f588fb
add new citrus iconv module UTF-7.
...
thanks advice, yamt-san.
2005-03-05 18:05:14 +00:00
kleink
35a86bcf49
Add lastlogx.
2005-03-04 21:16:10 +00:00
he
21b1464ae4
Build openpam_free_envlist as part of libpam, and install it's man
...
page. This is required for ports not yet supporting shared libraries.
2005-03-03 22:40:49 +00:00
thorpej
d97108988d
Add a pam(8) manual page that gives a brief introduction as to what PAM
...
is. The gritty details will be in pam.conf(5).
2005-03-02 02:56:24 +00:00
christos
1bef9ab8e1
Add an xserver config file.
2005-03-01 16:42:53 +00:00
christos
1b0527f64c
add ppp in pam.d
2005-02-27 23:06:37 +00:00
thorpej
11b55133f0
Add an S/Key PAM module.
2005-02-27 21:01:59 +00:00
thorpej
13eb2abf9e
Major cleanup of PAM service configuration files.
2005-02-27 03:40:14 +00:00
matt
0590a70e78
Add entires for pollts and pselect manpages.
2005-02-26 18:06:27 +00:00
peter
1c9b56c830
Add MKIPFILTER; if set to no, don't build and install the ipf(4) programs,
...
headers and LKM.
Add MKPF; if set to no, don't build and install the pf(4) programs,
headers, LKM and spamd.
Both options default to yes, so nothing changed in the default build.
Reviewed by lukem.
2005-02-22 14:39:58 +00:00
lukem
713967467d
Move etc/release from etc.tgz to base.tgz, since the "build" target
...
in src/Makefile installs it (thus, being more consistent).
Should fix "./build.sh install=/" installation of /etc/release.
Requested by Hubert Feyrer (amongst others).
2005-02-22 07:39:25 +00:00
thorpej
df9803ce96
Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name
...
everything "scsi_*", since we really are talking about the SCSI command
set, ATAPI transport not withstanding. Improve the names of many structures,
and prepend "SCSI_" onto all SCSI command opcodes. Place items described
by the SCSI Primary Commands document into scsi_spc.h.
2005-02-21 00:29:06 +00:00
jdolecek
dff4ca397a
add vge(4) manpage, obtained from FreeBSD
2005-02-20 18:41:14 +00:00
jdolecek
4805ad6f16
add ciphy(4) manpage
2005-02-20 16:53:10 +00:00
christos
eaa3f74abc
Fix radius set fallout, reported by: Hisashi T Fujinaka
2005-02-20 06:49:01 +00:00
christos
50aadbe526
More libradius changes from manu
2005-02-20 00:49:06 +00:00
christos
e08c88dc29
Add pam radius module.
2005-02-20 00:41:37 +00:00
christos
e944da2e57
Add radius include files.
2005-02-20 00:39:48 +00:00
thorpej
9ac89bdea9
Add new racoon roadwarrior example directories.
2005-02-19 21:43:19 +00:00
thorpej
354f2a1004
Switch to ipsec-tools for libipsec, setkey, and racoon. From
...
Emmanuel Dreyfus, with some small changes by me.
2005-02-19 16:55:02 +00:00
briggs
f47f1e617d
Add spr.h
2005-02-17 02:24:00 +00:00
briggs
9ca4305a3b
Add spr.h.
2005-02-17 02:14:52 +00:00
christos
033bdf5505
Bump libssh to 1.0
2005-02-13 06:09:00 +00:00
kleink
9f3c1a4838
Update for tzdata2005e.
2005-02-12 00:33:34 +00:00
tnozaki
af5bc0e0b7
add iso-2022-kr support to iconv.
2005-02-10 18:33:00 +00:00
tnozaki
fcff889a4d
remove ko_KR.UTF-8.
...
this locale is alias for en_US.UTF-8 by locale.alias now.
2005-02-10 18:03:01 +00:00
perry
c3f3d85961
Restore the html directories. They are indeed functional.
2005-02-04 17:10:40 +00:00
wiz
195aff13a9
Remove /usr/share/man/html* directories. They have been there,
...
empty, for 3 years, and there was no public plan on how to fill
them in all that time. Let's re-add them when they have a purpose.
2005-02-04 15:07:54 +00:00
cube
9c61428178
Install tap(4) LKM.
2005-01-24 15:50:52 +00:00
lukem
26ed70ab78
Please mark obsolete entries "obsolete" instead of removing them.
...
(Hint: almost no time window is "short enough".)
2005-01-24 07:05:17 +00:00
joff
7b7ea2d5df
add atu(4) cat and manpage
2005-01-24 02:07:24 +00:00
rumble
ff41bba33a
Revert previous.
2005-01-24 00:57:19 +00:00
rumble
aa6fe0fbb7
Add dirhash.h.
...
Spotted by Hisashi T Fujinaka.
2005-01-23 22:57:16 +00:00
briggs
4f5a65141c
Add sem.4
2005-01-22 03:35:38 +00:00
rtr
572ebc41a9
+ add riva128 submodule patch from Dieter Roelants
...
+ add riva128.o submodule to md set lists
should resolve pr#28808
2005-01-21 08:33:11 +00:00
dyoung
b72c53e720
Exclude additional files from the set lists if MKGCCCMDS=no.
2005-01-21 04:47:23 +00:00
ginsbach
55049570a7
add seq(1)
2005-01-20 04:26:00 +00:00
chs
40345beaa3
ibm4xx/pte.h is no more.
2005-01-19 14:46:26 +00:00
christos
ac0a767984
bump libutil.
2005-01-12 03:37:16 +00:00
dyoung
f9f7b262bb
One of my users stumbled over a bug: src/distrib/sets/makeplist
...
uses find(1) in a non-POSIX way. The trouble is that -maxdepth is
not an option for POSIX find(1). His NetBSD 1.6.2 system tripped
over that. I converted the -maxdepth uses to -prune, which is
POSIX-compatible.
While I was in makeplist, I wrote a comment about the xargs/find/read
cleverness that I use to generate the @dirrm directives.
2005-01-12 01:38:04 +00:00
reinoud
97c4d89106
Add installation of the new auixp(4) manual page.
2005-01-12 00:09:48 +00:00
christos
1946404658
welcome to libcrypt.so.0.2
2005-01-11 23:25:32 +00:00
tron
b62d11b06c
"/etc/pam.d" is created unconditionally.
2005-01-11 22:27:44 +00:00
tron
cce182235f
Fix typo in last commit.
2005-01-11 22:26:44 +00:00
peter
83a87c3208
Remove a now obsoleted file.
2005-01-11 22:19:51 +00:00
tron
d8533bd6c2
Mark login_access(4) als "pam".
2005-01-11 22:07:02 +00:00
tron
b79d8ae56b
Mark PAM libraries as "pam".
2005-01-11 20:15:21 +00:00
skrll
610de09f75
Update after iwi(4) additions.
2005-01-11 18:59:34 +00:00
lukem
08356a345e
We unconditionally populate etc/pam.d.
2005-01-11 12:23:17 +00:00
joff
20d6de90cd
Include include/dev/ic/hd44780var.h
2005-01-11 01:00:49 +00:00
lukem
242baa62bd
Add to /rescue: scp ssh slogin
...
(all without Kerberos support at this time)
2005-01-10 10:47:36 +00:00
lukem
e1375832e2
Provide /rescue/cgdconfig if ${MKCRYPTO} != "no"
2005-01-10 10:04:31 +00:00
lukem
c0cb06d9b5
Add: less (more), vi, chroot
...
Requested by Matthew Mondor in PR 26147
2005-01-10 09:51:33 +00:00
lukem
3af1db4def
Support ${MKINET6} == "no".
2005-01-10 03:13:04 +00:00
he
67d66c86bb
Don't build libpam and associated bits if the target platform doesn't
...
support shared libraries (sun2 and evbsh5 at it would seem), or if the
user has specified MKPIC=no. Also introduce a new tag to the set lists
("pam"), so that the non-shlib ports can once again complete a release
build.
Discussed with christos and lukem.
2005-01-10 00:20:21 +00:00
christos
5ad134eae7
Add /etc/pam.d files.
2005-01-10 00:18:18 +00:00
christos
765add15e7
add pam.d
2005-01-10 00:14:40 +00:00
matt
91c3d135e3
Make sure the postfix files in ./etc/postfix are conditional on postfix
2005-01-10 00:06:27 +00:00
smb
ddd2ade252
Add a software watchdog timer facility. Because this slightly
...
changes the "tickle" model of wdogctl(8), it was modified as well;
while I was in there, I cleaned up the argument parsing.
The code was reviewed by simonb@.
2005-01-09 22:51:32 +00:00
matt
f26774eaee
Add MKGCCCMDS/gcccmds
2005-01-09 22:24:04 +00:00
matt
867a34233b
Add gcccmds to the compiler files.
2005-01-09 19:55:26 +00:00
dyoung
81e590905d
Bump minor version for libpcap 0.8.3 import.
...
Thanks Julian Coleman for pointing out my oversight.
2005-01-09 11:57:34 +00:00
snj
8b661e15ee
Add login.access.0 (hi manu!).
2005-01-09 05:53:16 +00:00
manu
d26d1599e6
Missing man page: login.access(5)
2005-01-08 22:56:21 +00:00
cube
57f537393e
Add and install a manual page for tap(4).
2005-01-08 22:29:38 +00:00
cube
da24800d8c
Install net/if_tap.h.
2005-01-08 22:28:51 +00:00
lukem
bd32b71189
librpcsvc.so.0.0 (et al)
2005-01-08 10:04:35 +00:00
tron
71d6312747
EOL of XFree86 3.3.6, approved by core@NetBSD.org
2005-01-07 18:56:40 +00:00
lukem
b351350a6f
document getgroupmembership(3)
2005-01-06 15:29:35 +00:00
martti
7ea5344d13
Added ipmon(5)
2005-01-05 10:10:54 +00:00
spz
35979a54e6
these files should not be expected to exist if MKKERBEROS=no
...
Reviewed by christos
2005-01-04 16:22:58 +00:00
lukem
27313362b5
Build & install pam_ssh.so.0 now that libssh is available for use.
2005-01-03 06:15:42 +00:00
lukem
98a04f5390
Implement libssh as a public library, as pam_ssh needs it.
2005-01-03 06:00:12 +00:00
thorpej
7ec7b5b2f6
Add a getextattr(1)/setextattr(1)/rmextattr(1)/lsextattr(1) utility
...
that gets, sets, removes, and lists file system extended attributes.
From FreeBSD.
2005-01-02 17:55:48 +00:00
thorpej
c8a6aeb225
Document file system extended attribute functions.
2005-01-02 17:34:43 +00:00
thorpej
c165c2b31d
System calls and support routines for file system extended attributes. Libc
...
version is bumped to 12.125.
From FreeBSD.
2005-01-02 16:43:26 +00:00
thorpej
9eca3a4ad4
Add <sys/extattr.h>
2005-01-02 16:09:56 +00:00
thorpej
c735ea78ac
Add PAM libraries, modules, and headers.
2004-12-29 00:12:00 +00:00
thorpej
9c276b19a0
Add /usr/lib/security
2004-12-28 23:59:22 +00:00
thorpej
186e7464e2
Add /usr/include/security
2004-12-28 22:00:36 +00:00
joff
7d196d84c5
add TS7200 gzboot img
2004-12-28 16:52:24 +00:00
tsutsui
d68499a99e
Add mec(4) for sgimips.
2004-12-26 12:37:03 +00:00
hannken
67cab6c14c
Add file .../cat4/ahd.0 missing from last commit.
2004-12-24 11:59:15 +00:00
he
e97616f8a6
Add entry for the newly added ahd(4) driver.
2004-12-23 23:14:05 +00:00
christos
28d516ffbc
revert previous while discussion is still in progress
2004-12-20 18:33:53 +00:00
itojun
2fdfeb359f
RFC cannot be used as manpage regarding to the ISOC copyright boilerplate.
...
remove it until someone writes it up from scratch/freely-redistributable
text is found.
2004-12-20 03:50:04 +00:00
atatat
16cc80a689
Bump libc minor to 124
2004-12-16 04:11:22 +00:00
atatat
2803cf768c
Add a function called getdevmajor().
...
It tells you the major device number for whatever character or block
device you ask it. This is sort of the inverse of devname(3) but not
quite, since it's backed by the kernel (sysctl's kern.drivers
information) and not a database cobbled together from the contents of
the filesystem.
2004-12-16 03:54:56 +00:00
lukem
ab6b8b7528
usr/lib/threadlib.h is now obsolete
2004-12-14 02:27:55 +00:00
yamt
db0a8cc0ea
add sched_yield manpage.
2004-12-14 01:49:30 +00:00
he
387711acf9
Hm, don't delete old bfd entries, mark obsolete instead.
2004-12-13 07:19:17 +00:00
he
6817787508
Bump libbfd's shared library version number following new binutils import.
...
Fixes build problem for the vax port which remains without HAVE_GCC3.
2004-12-12 14:31:45 +00:00
jmc
8a90e8bcc4
Fix for new binutils
2004-12-08 19:37:34 +00:00
cube
c002a66744
Add a manual page for ixpide(4).
2004-12-06 19:34:01 +00:00
yamt
165c905934
add links for uvm_unmap(9)
2004-12-06 17:35:53 +00:00
atatat
309bce04e2
Add new errno.9 page
2004-12-03 03:35:53 +00:00
grant
9204390fe4
add iteide(4) driver for ITE8212-based IDE controllers. from
...
OpenBSD, ported to NetBSD by me.
ok'd by bouyer@, thorpej@.
2004-12-01 22:27:45 +00:00
jmc
9bfe9b9970
Convert mkboot into a full cross tool. Last hurdle for hp300 to building on
...
non NetBSD/bsd hosts.
2004-11-28 11:14:41 +00:00
jmc
9a999c376a
Convert bebox's remaining host tools over to cross tools scheme. Builds to sets
...
w/o error now.
2004-11-25 08:09:14 +00:00
bouyer
fe4d81db48
pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
...
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).
2004-11-24 20:49:17 +00:00
blymn
57b1ec35a6
Bumped libform major number
2004-11-24 11:59:11 +00:00
lukem
10f5ef24c1
add getent(1)
2004-11-23 07:35:38 +00:00
rtr
aaa2aef98a
+ correct set lists for sgimips src/x11.
2004-11-21 00:16:05 +00:00
christos
ed9b8e9f3f
add manual page for sockaddr_snprintf(3)
2004-11-20 03:07:50 +00:00
christos
2488a0bc35
bump for libutil.
2004-11-19 21:48:30 +00:00
wiz
4692c6e1e8
Put obsolete files in the *-obsolete sets instead of whatever they
...
were in before they became obsolete (consistency).
2004-11-18 15:34:23 +00:00
soren
902f074a7f
Mark /bin/rmail as obsolete rather than remove it. Pointed out by mrg.
2004-11-17 02:46:39 +00:00
soren
c7dab32bb3
The /bin/rmail compat link has been in several major releases now.
2004-11-17 00:33:45 +00:00
jschauma
6588a0e00e
Add new NetBSD logo pixmaps to set lists
2004-11-16 14:40:32 +00:00
nathanw
433feed71e
Obsolete the short-lived wsfb.o.
...
XXX this mechanism sucks. fixed under duress.
2004-11-14 19:53:59 +00:00
nathanw
78480a2d52
Rename wsfb.o to wsfb_drv.o.
...
Add wsfb man and cat pages.
2004-11-14 02:48:27 +00:00
tron
0a470f3741
Add "./usr/X11R6/lib/modules/drivers/wsfb.o".
2004-11-13 21:14:17 +00:00
he
398e7ad6d3
Mark ./usr/include/miscfs/ptyfs as obsolete instead of removing it.
2004-11-12 15:34:34 +00:00
he
d2c071958b
g/c ./usr/include/miscfs/ptyfs entry, now that ptyfs.h is no longer installed.
2004-11-12 15:11:18 +00:00
jdolecek
73830da5a7
g/c ptyfs.h - it's not installed anymore
2004-11-11 19:00:31 +00:00
jwise
aa4b2f2cf3
Revert previous. This was discussed at length in 1999 and 2000.
...
If we feel we need to revisit this decision, the place to do this is the
mailing lists, not the TODO document.
2004-11-11 14:59:45 +00:00
christos
b8c5f79875
Add ptyfs.o; thanks to Hisashi T Fujinaka.
2004-11-11 05:41:44 +00:00
christos
b360e20686
Add ptyfs installed files.
2004-11-11 01:53:39 +00:00
agc
dd14e8071c
Revert one of the previous mods - the decision to use a separate arg for
...
system package pkg_* use as opposed to the recently-added -K switch has
not been discussed, and needs to be. That's why the item was there in
the first place.
2004-11-10 18:18:25 +00:00
jwise
43db3c232a
Update with design decisions already made, clarify meta-pkg process.
2004-11-10 18:02:33 +00:00
lukem
9c82800a69
Add: getgrgid_r(3) getgrnam_r(3) getpwnam_r(3) getpwuid_r(3)
2004-11-10 04:52:30 +00:00
agc
956830029e
Add a provisional TODO list, culled from some input from Jim Wise and some
...
other sources.
2004-11-09 19:36:51 +00:00
yamt
3bc2a57904
- hide bufq_state in mfsnode from userland.
...
- move bufq.h into obsolete set.
tested to compile pkgsrc/sysutils/lsof.
2004-11-09 08:46:08 +00:00
kim
7601bef351
Add bufq.h
2004-11-07 18:03:12 +00:00
dan
0613074a7e
put back uax, as obsolete
2004-10-29 08:26:16 +00:00
augustss
6496ac653d
s/uax/axe/
2004-10-23 13:46:45 +00:00
augustss
75d97f8e83
Add cdce(4).
2004-10-22 13:24:19 +00:00
gavan
0560d8b947
Initial import of iyonix port.
...
The Iyonix is a desktop machine from Castle Technology, based on a 600MHz
XScale[tm] 80321 processor.
* Uses the bootloader from NetBSD/acorn32, which is now 32-bit compatible.
* Currently boots multiuser with a serial console.
* Device support is not yet complete.
With help from abs.
2004-10-13 23:28:34 +00:00
augustss
cc17454fb0
Add auacer(4).
2004-10-10 16:49:52 +00:00
yamt
858030da1c
- put back cc_microtime.h and cpu_data.h.
...
- mark them obsolete.
2004-10-10 15:38:58 +00:00
yamt
c72c6f082e
don't install cpu_data.h or cc_microtime.h.
...
they're not intended to be exposed to userland.
2004-10-10 08:57:30 +00:00
rtr
8f36adaafb
+ add lib{shadow,layer}.a into appropriate x11 md set lists
2004-10-07 13:50:18 +00:00
sekiya
19cf38fa50
Add the 64-bit ip30 bootloader.
2004-09-29 04:59:05 +00:00
erh
b16570503e
Add ./usr/share/sushi/system/dailyconf/script2
2004-09-28 23:41:07 +00:00
tshiozak
94244ec3de
add missed entry for CP866. (lib/27060)
2004-09-28 06:51:37 +00:00
wiz
d35635608b
Fix typo in hp700 man page name, reported by Hisashi T Fujinaka.
2004-09-24 18:22:40 +00:00
wiz
0209c3cfba
Add sti(4) and the new hp700 man(4) pages.
2004-09-24 13:50:06 +00:00
wiz
925099bfb3
Add /usr/share/man/{cat,man,html}4/hp700.
2004-09-24 13:48:51 +00:00
he
ce985b87e9
Add sys/cpu_data.h and sys/cc_microtime.h.
2004-09-23 12:54:58 +00:00
he
8b9587795d
Move crtbeginT.o from gcc.mi to gcc.shl, so that it is only included in
...
the sets if HAVE_GCC3=yes and MKPIC!=no. Should fix build problem for
sun2 and evbsh5 which don't have shared libraries.
2004-09-16 06:50:19 +00:00
thorpej
ca3d809801
Add libarm.so and libpmc.so to sync with ad.arm
2004-09-14 18:42:24 +00:00
lha
9aad4ec1d6
fix previous commit, uuid manpages are installed in 3 not 0
2004-09-14 13:59:21 +00:00
thorpej
1209149ad2
Add the uuidgen(1) command, adapted from FreeBSD. While here, also add
...
a DCE-compatible -s flag, which causes uuidgen(1) to output C code for
the UUIDs rather than the standard string representation.
PR 23470.
2004-09-13 23:35:19 +00:00
thorpej
de1dfb1250
DCE 1.1 RPC compatible UUID routines for libc, adapted from FreeBSD.
...
Encode/decode to big/little endian binary blob routines adapted from
kernel.
PR 23470.
2004-09-13 21:44:54 +00:00
ian
fc5f5774ed
Don't remove entries from this file, mark them as obsolete.
2004-09-11 01:19:14 +00:00
ian
70f35b6f77
Remove support for ALIASES in share/locale/ctype/Makefile, which
...
created symlinks in the filesystem. Put the one existing alias
(zh_TW.BIG5) into the newer locale.alias file.
2004-09-10 15:12:51 +00:00
taca
900e6a5a0e
Add missing ./usr/share/man/cat9/m_tag_copy.0.
2004-09-07 12:28:34 +00:00
yamt
2b4fe0218c
sort.
2004-09-06 21:47:45 +00:00
yamt
c63e47f8b1
add MLINKS for each mbuf tagging functions.
2004-09-06 21:46:46 +00:00
yamt
419ed6dbbc
add m_tag(9).
2004-09-06 18:25:00 +00:00
yamt
436ebe5788
add m_copyback_cow and m_makewritable.
2004-09-06 09:47:16 +00:00
manu
46cc47f4ab
Missing files that were recently added:
...
usr/include/netinet/pim.h
usr/include/netinet/pim_var.h
usr/share/man/cat4/multicast.0
usr/share/man/cat4/pim.0
usr/share/man/man4/multicast.4
usr/share/man/man4/pim.4
2004-09-05 06:32:03 +00:00
lukem
293ecb3f96
missing postfix docs; postconf(5) postconf.5.html OVERVIEW.html
2004-09-04 22:56:16 +00:00
he
dd3405192a
Move crtbeginT.o from shl.elf to gcc.mi, so that it is only included in
...
the set list if HAVE_GCC3=yes. Fixes build of release for the vax port.
2004-09-03 11:26:22 +00:00
thorpej
8d13a4aafe
Switch to using GCC's supplied crtbegin / crtend files.
2004-08-28 00:18:38 +00:00
itohy
bb5bb52e57
Add njs.4
2004-08-26 14:19:55 +00:00
he
ac20e11f30
Un-obsolete gethostent(3), now that it's installed as a link to
...
gethostbyname(3).
2004-08-24 11:38:41 +00:00
lukem
61c4fc8d5c
ipw(4) and ipwctl(8)
2004-08-23 13:55:15 +00:00
drochner
5d294725da
add drvctl stuff
2004-08-19 09:54:06 +00:00
rumble
fb9e2852c7
Add sgimips/sq(4).
...
Spotted by Hisashi T Fujinaka.
2004-08-15 20:33:28 +00:00
lukem
d949dd984b
Move libg2c.so* (the g77 Fortran runtime) from comp to base.
...
Highlighted by Valeriy E. Ushakov.
2004-08-13 01:02:24 +00:00
lukem
ddc929cff6
Move the lib<foo>.so entry (link) from xcomp to xbase, so that
...
applications on systems without the `xcomp' set installed can
dlopen() a library without supplying the major number.
2004-08-12 16:13:59 +00:00
lukem
90feed6848
Move the lib<foo>.so entry (link) from comp to base, so that
...
applications on systems without the `comp' set installed can
dlopen() a library without supplying the major number.
2004-08-12 16:07:07 +00:00
wiz
787b5ed61e
Add hp700/boot(8).
2004-08-12 15:53:45 +00:00
lukem
1368e3d93c
No need to list obsolete minor shared /usr/lib/i18n libs here; we
...
don't for any other minor shared libs, and 'postinstall fix obsolete'
removes them anyway.
2004-08-12 13:36:20 +00:00
provos
ee1c03bc6b
bump minor of libevent
2004-08-08 07:39:34 +00:00
thorpej
7c161da819
- Rename pw_copy() to pw_copyx(), make it return a success/failure code,
...
and add "errbuf" and "errbufsz" parameters so that errors can be handled
gracefully, rather than simply exiting the process.
- Add a pw_copy() wrapper around pw_copyx() to preserve old behavior for
apps that use it.
- Bump shlib version to 7.4.
2004-08-03 23:29:04 +00:00
uch
c6ac79b0b3
add NEWSMIPS_WSDISPLAYIO_GINFO ioctl to get frame buffer stride.
2004-08-01 18:53:16 +00:00
uch
1c6a48e6b6
newsmips X server configurations.
2004-08-01 18:52:03 +00:00
wiz
e88ebf4381
Add new files from groff-1.19.1.
2004-07-30 15:30:30 +00:00
skrll
bc26aea7ac
Build hp700's mkboot as a host tool called nbhp700-mkboot. mkboot also
...
gets built and installed in a hp700 distribution.
TODO
- merge with hp300
- pick a preferred method for dealing with the elf headers.
hp700-mkboot and prep-mkbootimage (bintuils) vs mips-elf2ecoff and
tools/installboot
2004-07-28 09:17:31 +00:00
mrg
4e68049874
install spif(4).
2004-07-24 19:42:49 +00:00
chs
313b708726
add hp700 files.
2004-07-24 19:14:29 +00:00
chs
7690a8f790
mkboot isn't installed.
2004-07-24 19:14:09 +00:00
cube
940bb13e09
Mark 'ip_rules.h' as obsolete instead of removing the entry.
2004-07-24 18:15:01 +00:00
cube
dda84f61fe
Tag locale.alias as 'nls' since it only gets installed in that case.
2004-07-23 21:22:02 +00:00
erh
10d0173282
Make all the sets scripts work even when not run from the directory that
...
they reside in.
Change any uses of dirname to use shell variable substitution instead.
2004-07-23 15:11:26 +00:00
tron
165f42d6b5
"ip_rules.h" was removed after the import of IPFilter 4.1.3.
2004-07-23 11:56:59 +00:00
tshiozak
39597367e4
add locale.alias(5) manpage.
2004-07-21 19:49:21 +00:00
tshiozak
3407ed183f
add the default locale.alias.
2004-07-21 19:02:17 +00:00
wiz
841c5d51f8
Add ptm(4). Christos thinks it's minimal but ok :)
2004-07-20 09:04:47 +00:00
dyoung
e0ca220c2c
Add wlanctl(8), a utility for examining 802.11 node tables.
2004-07-16 03:13:48 +00:00
dyoung
1ac1adff5c
Oops, stragglers: install ieee80211_channel.h, ieee80211_sysctl.h.
2004-07-16 03:11:39 +00:00
agc
106472864c
One more "sync with reality" fix.
2004-07-14 09:46:28 +00:00
agc
e7f0a3ab30
Sync krb5 manual pages with reality
2004-07-14 09:05:45 +00:00
jonathan
98b92eb4a5
Commit manpage for krb5_set_password(3), based on Heimdal-20040606,
...
with small revisions by myself, reviewed/approved by Love.
2004-07-14 07:02:07 +00:00
seb
ebe2c02564
Bump libc minor for wordexp(3) addition.
2004-07-13 15:45:18 +00:00
seb
2f8bbc118e
Add wordexp(3). The wordexp function performs shell-style word expansions.
...
This implementation is wrapper around the undocumented wordexp sh(1)
built-in command.
From FreeBSD.
Provided in PR lib/26123.
Approved by kleink@.
2004-07-13 15:42:03 +00:00
sekiya
fee8bc94d9
Modify to reflect loadable module support.
2004-07-13 09:30:58 +00:00
wiz
1b28f8cf49
Add some files for texinfo-4.7.
2004-07-12 23:56:57 +00:00
junyoung
bc836a3102
lib/24252: Add C99 functions round(3) and roundf(3).
...
libm minor unchanged; ride a recent bump.
From FreeBSD.
2004-07-10 13:49:09 +00:00
bouyer
8e03c54653
Add geodeide(4), a driver for the AMD Geode CS5530A IDE controller.
...
Tested by Ian Zagorskih (ianzag at megasignal.com).
2004-07-09 18:38:37 +00:00
hannken
569e55e635
Add "include/sparc64/joystick.h".
2004-07-08 10:04:45 +00:00
drochner
96623fecad
also add <machine/joystick.h> to alpha and amd64, to allow compilation
...
of certain multimedia applications
2004-07-07 18:03:51 +00:00
mycroft
82962dbf29
Move some additional man pages and doc files into the games set, per PR 7297.
2004-07-06 19:46:27 +00:00
sketch
18b6ee6d42
Complete removal of uvm_useracc(9), as described in
...
http://mail-index.netbsd.org/source-changes/2003/11/13/0011.html
2004-07-05 11:08:37 +00:00
dan
f2c2db34e8
put kgetcred.1 manpage in man rather than catman syspkg, mark it as
...
.man so MANZ builds work
2004-07-04 07:20:39 +00:00
tron
ee13f974b7
Add formatted manual page for strcasestr(3).
2004-07-03 15:15:04 +00:00