Commit Graph

13126 Commits

Author SHA1 Message Date
agc 60f841b251 add test files for netpgpverify 2012-11-20 08:00:33 +00:00
agc 9f95e6a2c4 add the directory for the netpgp header files 2012-11-20 05:29:12 +00:00
agc 672b8c9a7f Fix set lists after the merge of netpgpverify(1) and libnetpgpverify(3)
from the agc-netpgp-standalone branch.
2012-11-20 05:27:22 +00:00
rkujawa 2c437e11a3 Add X-Surf IDE. 2012-11-19 23:04:15 +00:00
manu a76c1cc17f Add most system calls for POSIX extended API set, part 2, with test cases:
faccessat(2), fchmodat(2), fchownat(2), fstatat(2), mkdirat(2), mkfifoat(2),
mknodat(2), linkat(2), readlinkat(2), symlinkat(2), renameat(2), unlinkat(2),
utimensat(2), openat(2).

Also implement O_SEARCH for openat(2)

Still missing:
- some flags for openat(2)
- fexecve(2) implementation
2012-11-18 17:41:51 +00:00
joerg f611942e77 Unbreak the NOTE_TRACK event of EVFILT_PROC. When attaching to the child
process, proc_find can't be used as the child is still in state SIDL.
2012-11-17 21:55:24 +00:00
tsutsui 81281427af Don't show a disk which is mounted as root partition
in the "Available disks" list during sysinst procedure
to prevent users from shooting their foot in case of
installation using install-image on a USB stick.
Per suggestion in PR/47195.
2012-11-17 20:34:24 +00:00
tsutsui ce1f27f16c Define HAVE_UFS2_BOOT to enable UFS2 root in sysinst.
UFS2 support for secondary boot was added on March 2012:
http://mail-index.netbsd.org/source-changes/2012/03/20/msg033042.html
Note prinary boot_ufs has supported UFS2 since 2003:
http://mail-index.netbsd.org/source-changes/2003/04/09/0036.html
2012-11-17 19:35:55 +00:00
joerg 6ae8c21c8e Update LLVM/Clang snapshot to r168187 for various bug fixes. 2012-11-17 04:57:25 +00:00
joerg fd9f03b713 + bsd.buildinstall.mk 2012-11-16 10:48:17 +00:00
jkunz 993229b6fe Add elftosb tools to evbarm userland and toolchain.
Elftosb is used to create a digitaly signed "secure boot" file.
This sb file can be booted by the first stage boot loader found in
Freescale i.MX23 and i.MX28 application processors.

Copyright (c) 2004-2010 Freescale Semiconductor, Inc.
2012-11-15 19:49:11 +00:00
christos a77763a174 bump resolver library. 2012-11-15 18:51:54 +00:00
rkujawa 87eecda342 Add msm6242b(4) page to mi distribution list. 2012-11-14 02:36:53 +00:00
njoly a02a44ee48 Adjust for tests/lib/{libbpfjit,libsljit} debug entries. 2012-11-12 09:03:52 +00:00
alnsn 465b9b9fbb Document sljit. 2012-11-11 21:03:21 +00:00
alnsn 062bf78a84 Build libbpfjit test to the build. 2012-11-11 17:41:31 +00:00
tsutsui 20f73e45ba - add dhcpcd support to x68k install ramdisk
- enable bpf(4) in INSTALL kernel for dhcpcd
- bump ramdisk size from 1400k to 1440k
No objection on port-x68k.
2012-11-10 17:40:09 +00:00
skrll ff098e3001 tcsd is part of TPM 2012-11-09 19:47:11 +00:00
pgoyette bf5501776e Include the newly-converted tests/lib/libc/gen/t_sleep test 2012-11-08 03:14:32 +00:00
pgoyette 23002fe23e Add the ATF file-locking test 2012-11-07 14:01:34 +00:00
nakayama 50f01743f5 Sync with sparc. 2012-11-07 05:18:51 +00:00
alnsn e4afd2bd10 Enable bpfjit on sparc. 2012-11-06 07:59:09 +00:00
alnsn 90781f7f62 Add sljitarch.h on sparc. 2012-11-05 23:08:59 +00:00
alnsn d90fc84090 Include sljitarch.h even when MKSLJIT=no. 2012-11-05 20:01:38 +00:00
alnsn a659721e61 Untie libsljit directory from MKSLJIT. 2012-11-05 08:07:11 +00:00
pgoyette d377141baa Add new SysV IPC test 2012-11-05 04:09:34 +00:00
christos 4622fbd2a2 add missing include file. 2012-11-05 01:25:25 +00:00
alnsn ffd8736098 Build sljit test when MKSLJIT != no and set MKSLJIT to yes on amd64 and i386. 2012-11-05 00:57:39 +00:00
christos fd0ad6ba3c add TPM sets. 2012-11-04 16:26:52 +00:00
isaki fda04a5448 FLOPPYPAD=1 for padding floppies.
On XM6i (emulator), the floppy format type of plain image is
decided by filesize, so it makes easy to use the image on XM6i.
2012-11-04 13:12:10 +00:00
tsutsui 536aa927d4 Remove unused non-en translation messages.
(src/distrib/x68k/floppies/ramdisk/Makefile specifies list.sysinst.en)
2012-11-03 15:40:58 +00:00
tsutsui 7be7385533 Allow overriding live-image and install-image sizes by
INSTIMAGEMB (for install-images), USBIMAGEMB (for x86 sd0root liveimages),
and EMUIMAGEMB (for other liveimages) variables.
Per discussion on current-users@:
http://mail-index.NetBSD.org/current-users/2012/10/29/msg021368.html
2012-11-03 14:25:32 +00:00
mbalmer 2eb9e5d971 Remove duplicate word (the the -> the) 2012-11-03 07:59:45 +00:00
pgoyette 993bb41987 Add tests/mqueue 2012-11-03 05:19:49 +00:00
christos 8a4138dd82 add flock(1) 2012-11-01 23:33:10 +00:00
christos bbbf171164 mv npfctl from /usr/sbin to /sbin so it is available before /usr is mounted. 2012-11-01 03:26:42 +00:00
joerg 0ee52b72c8 Update LLVM/Clang snapshot to r166772. Now builds without RTTI and
exceptions. Also features the first round of a loop vectorizer.
2012-10-28 17:07:44 +00:00
alnsn 0cae5cae2f Build bpfjit on i386. 2012-10-28 16:25:02 +00:00
alnsn e8c0d6c662 Add bpfjit and enable it for amd64. 2012-10-27 22:36:11 +00:00
msaitoh f2a98be80d Add OPENRD_INSTALL. 2012-10-26 19:13:56 +00:00
tsutsui fe248d00b2 Fix PR install/47123 (sysinst fails with "openpty() failed" on many ports):
Add "ipty" to MAKEDEVTARGETS in miniroot/Makefile.inc since "MAKEDEV all"
 no longer creates /dev/pty* device nodes and miniroot doesn't mount ptyfs.
2012-10-26 18:15:55 +00:00
tsutsui 213ea85b98 Make the default choice of "Install from" menu to use the sets
in the default file system (assuming which come with the CD/USB image)
and skip distmedium menu if the root file system is not md(4).
Also change "CD-ROM / DVD" menu option accordingly on ports which
have install images.  PR/47038

XXX: still no responsible maintainer of non-en translations
2012-10-25 15:05:22 +00:00
tsutsui 82c859d266 Remove useless md_may_remove_boot_medium messages. PR/47039 2012-10-24 11:36:02 +00:00
apb 5adbdf645c Make i386/ramdisks/common/list.ramdisk identical to
amd64/ramdisks/common/list.ramdisk.

Previously, the amd64 list.ramdisk used the small version of gzip from
distrib/utils/x_gzip, while the i386 list.ramdisk used the full version
of gzip built from usr.bin/gzip, and also used extra libraries needed to
make that work.  Now, they both use the small version.

The only other difference was in the order of some PROG lines.
2012-10-16 08:28:13 +00:00
apb 5d76c7eb78 In distrib/*/ramdisks/common/Makefile.ramdisk, allow the caller to
pre-define the LISTS variable if they do not want it to include
${.CURDIR}/lists.  This opens the possibility of making some of the
many distrib/*/ramdisks/*/lists files shared in the future.

XXX: Some of the differences between these files seem to be unnecessary.
2012-10-16 08:23:20 +00:00
apb 8d127e2f7d Add distrib/common/Makefile.minirootkmod. Apart from comments and the
conversion of some constants to variables, this is identical to the code
that was previously present in both distrib/amd64/kmod/Makefile and
distrib/i386/kmod/Makefile.

Change distrib/amd64/kmod/Makefile and distrib/i386/kmod/Makefile to just
set some variables and .include "../../common/Makefile.minirootkmod".
2012-10-16 08:19:36 +00:00
palle 353a2445b0 Added palle@ to list of NetBSD developers 2012-10-15 18:15:28 +00:00
msaitoh 255c8c559e Add some files to complete "make release" for big endian. 2012-10-14 12:36:57 +00:00
jmmv aec6efdd3a Add missing ./usr/X11R7/lib/modules/libexa_g.a to fix MKDEBUGLIB=yes build. 2012-10-13 21:21:52 +00:00
alnsn c0135b01f2 Enable sljit in amd64 kernel and modules. 2012-10-13 19:42:02 +00:00