Commit Graph

8180 Commits

Author SHA1 Message Date
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
lukem 5baba459c0 use /usr/sbin/postinstall instead of etc/postinstall from the extracted etc.tgz 2005-04-18 23:36:03 +00:00
tsutsui 240805e513 Put a brandnew boot program to install ramdisk. 2005-04-18 16:47:07 +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 8232ca0162 Tweaks for the move of postinstall from /etc to /usr/sbin 2005-04-17 23:12:40 +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
tsutsui b818779753 Add newfs_msdos(8) for install ramdiskbin.
ARCBIOS can load binaries only from msdosfs on disks (or iso9660 on cdroms).
2005-04-16 14:44:49 +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
tron 02259a9e9a Add ethernet adapters driven by re(4) and wm(4) to the list of supported
devices.
2005-04-14 12:08:44 +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
jschauma 0351658cc8 Some improvements and fixes.
From Mirko Thiesen in private mail.
2005-04-09 17:24:43 +00:00
martti 6fe6af8035 Added support for Dell CERC SATA RAID 1.5/6ch 2005-04-06 15:48:15 +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
mlelstv 6e5539abb9 add mlelstv 2005-04-02 08:21:36 +00:00
christos 62984744ca bump libc. 2005-04-02 04:56:09 +00:00
he 3fdfdbed08 Include <unistd.h> to get the getgroupmembership() prototype. 2005-04-01 13:11:12 +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
he 97b59ebcdc Return 0xff from setlogmask() instead of falling off the end of
the int-returning function without returning a value.  The 0xff
value is taken from the C library and is the default log mask.
2005-03-31 13:03:34 +00:00
he fca2c8bedd Provide weak aliases for the newly added getpwuid_r() and getpwnam_r()
functions in order to fix link-time conflicts with the C library.
2005-03-31 12:56:49 +00:00
christos 57b822fef8 Add re-entrant versions of the password routines. Well, not really, but close. 2005-03-31 04:14:42 +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
jmc e7fa4c1b11 One more place that needs $HOST_SH to run a script correctly. 2005-03-23 19:54:47 +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
yamt e0ea81bf20 follow the recent changes in sbin/ifconfig/Makefile. 2005-03-20 14:21:05 +00:00
yamt 4d5c8584db follow the recent changes in sbin/ifconfig/Makefile. 2005-03-19 18:16:34 +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
wiz 016c26e1fe Fix a typo. 2005-03-16 12:47:06 +00:00
martin ed2c25fb63 Add description for Solaris 10 dual boot installation from Ben Collver
in PR port-sparc64/29703.
2005-03-16 07:24: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
kurahone 9df36978f0 Adding kurahone to list of developers. 2005-03-15 17:56:45 +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
dsl 3650a70127 Allow the user to change the partition type from FFSv1 to FFSv2
Should fix install/29693
2005-03-14 21:37:43 +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
riz 49bc7920f9 Add myself to the list of developers. 2005-03-13 01:43:52 +00:00
bouyer 3e8f0992c8 Integrate Xen to the i386 build process:
- Add xen devices to MAKEDEV
- Add Xen kernels to list of kernel to build
- Add INSTALL_XENU to the install kernels
- introduce the xbd disk devices to sysinst.

This will add 3 kernels to the i386 release:
XEN0 for use as a Xen domain0 kernel
XENU for use on a non-privileged domain
INSTALL_XENU to install NetBSD on a non-privileged domain virtual disk.
2005-03-11 20:55:10 +00:00
dsl 6fd109179e Use KB_ENF_FUN() from dev/wscons/wsksymdef.h to avoid having our own list
of the known keyboard mappings.
2005-03-09 20:59:09 +00:00
atatat a02cda792a Add sockstat references to sets lists. 2005-03-09 05:24:38 +00:00
tron 25833b0c61 Add ICH6 southbridge to list of support devices. 2005-03-07 11:27:29 +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
dsl 306d28231b When a boot floppy overran, the reported excess size was 8k too big. 2005-03-04 16:01:58 +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
schwarz 0f81cc74aa added schwarz to the list of developers 2005-03-02 21:30:43 +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
sekiya 5976a15e4a Remove MAKEDEVTARGETS. 2005-03-01 01:06:05 +00:00
sekiya c1a355dfdb s/elf2ecoff/objcopy/ 2005-03-01 00:23:59 +00:00
sekiya e65c20724a Nuke elf2ecoff in favor of objcopy. 2005-03-01 00:22:07 +00:00