Commit Graph

12334 Commits

Author SHA1 Message Date
spz fdc90908a4 bumping the major of libcrypto and libssl as suggested by tls@ 2011-07-05 10:01:14 +00:00
jruoho 9b1f3701bf Few tests for mkfifo(2). 2011-07-04 15:46:09 +00:00
manu 8f6bd1b1eb Add documentation link xdr_sizeof(3) -> xdr(3) 2011-07-04 12:05:00 +00:00
jruoho c9cfc0c76b Few fundamental checks for chroot(2) and fchroot(2). 2011-07-04 08:09:11 +00:00
jruoho c9b92f91be Basic tests for issetugid(2). 2011-07-04 05:10:23 +00:00
tron df862fd957 Update location of "less" source directory to the build of various
install medias.
2011-07-03 23:11:31 +00:00
mrg 48ec175b35 updates for GCC 4.5 components. sort. 2011-07-03 22:47:24 +00:00
tron c928cef6de And entries for "lessecho" manual page. 2011-07-03 21:59:31 +00:00
jruoho a3b49d7e2f Three simple unit tests for revoke(2). 2011-07-03 21:06:56 +00:00
jruoho 81ab4d12a9 Few naive test cases for link(2). 2011-07-03 17:47:15 +00:00
mrg c1359dc31d mark all the ld.elf_so tests as mkpic. 2011-07-03 15:24:49 +00:00
jruoho 85c7095d12 Few naive tests for unlink(2). 2011-07-03 15:05:43 +00:00
jruoho 8ce73eddfe Few simple tests for mknod(2), including a skipped one for PR kern/45111. 2011-07-03 14:34:21 +00:00
mrg 197e5b665d add gcc-4.5/altivec.h 2011-07-03 06:37:42 +00:00
tsutsui feddb9cce7 Sync with src/sys/arch/shark/conf/Makefile.shark.inc rev 1.14:
> also need to strip out GCC 4.5's new .debug_pubtypes section.
> while here, minor cleanup.

XXX: probably we should have something like ${ARM_AOUT_REMOVE_SECTIONS}
XXX: in bsd.own.mk
2011-07-02 17:37:28 +00:00
mrg 9d577174a3 new gcc 4.5 g++ dirs are for everyone, not just gcc 4.5 users.
fixes build problems.
2011-07-01 22:23:19 +00:00
njoly e125cce8c5 Small typo (g++debug -> g++.debug). 2011-07-01 12:09:34 +00:00
mrg e712e9f0f1 various updates for GCC 4.5. finally obsolete some very old gcc stuff. 2011-07-01 02:10:07 +00:00
wiz 4cbd24b23f dependant -> dependent 2011-06-30 20:09:15 +00:00
agc 2a68397623 move comments to the head of the file 2011-06-30 04:36:34 +00:00
agc 29e37b5d58 get rid of commented-out, unused rump entries from the two
arch-dependent mips64 files
2011-06-30 04:28:53 +00:00
tsutsui 2a960ff904 Update a list for newsmips. The previous one has a bit obsolete entries. 2011-06-29 14:35:13 +00:00
rkujawa 91e195a3c6 Add myself 2011-06-28 17:33:47 +00:00
uch d309817c28 Add fsck_v7fs, mount_v7fs, newfs_v7fs entries for MKDEBUG=yes 2011-06-28 04:53:51 +00:00
manu 4033ef79a2 Fix multiple non compliances in our Linux-like extattr API, and make it
public so that it can be used.
2011-06-27 16:39:43 +00:00
uch 9255b46fb4 7th Edition(V7) File System support. and NetBSD symbolic-link, socket, FIFO extension. see newfs_v7fs(8). 2011-06-27 11:52:22 +00:00
christos e2bebf7172 * Arrange for interfaces that create new file descriptors to be able to
set close-on-exec on creation (http://udrepper.livejournal.com/20407.html).

    - Add F_DUPFD_CLOEXEC to fcntl(2).
    - Add MSG_CMSG_CLOEXEC to recvmsg(2) for unix file descriptor passing.
    - Add dup3(2) syscall with a flags argument for O_CLOEXEC, O_NONBLOCK.
    - Add pipe2(2) syscall with a flags argument for O_CLOEXEC, O_NONBLOCK.
    - Add flags SOCK_CLOEXEC, SOCK_NONBLOCK to the socket type parameter
      for socket(2) and socketpair(2).
    - Add new paccept(2) syscall that takes an additional sigset_t to alter
      the sigmask temporarily and a flags argument to set SOCK_CLOEXEC,
      SOCK_NONBLOCK.
    - Add new mode character 'e' to fopen(3) and popen(3) to open pipes
      and file descriptors for close on exec.
    - Add new kqueue1(2) syscall with a new flags argument to open the
      kqueue file descriptor with O_CLOEXEC, O_NONBLOCK.

* Fix the system calls that take socklen_t arguments to actually do so.

* Don't include userland header files (signal.h) from system header files
  (rump_syscallargs.h).

* Bump libc version for the new syscalls.
2011-06-26 16:42:39 +00:00
njoly 15cfb3c484 Bump major for libmj.so debug libraries, forgotten in previous. 2011-06-26 10:14:13 +00:00
nonaka c52f9a5df2 PR/45015: ld.elf_so: support ELF symbol versioning
Applied latest patch.
2011-06-25 05:45:10 +00:00
agc 25c27ba989 libmj major number bump 2011-06-25 00:42:57 +00:00
jruoho 5abf4f43b3 Add a small summary page for altq. From the list in PR # kern/21345. 2011-06-22 20:29:38 +00:00
jruoho 9fbe6ae1dc Add a small summary page for sysmon. From the list in PR # kern/21345. 2011-06-22 19:34:53 +00:00
martin 130dae22e3 Include liblzma to unbreak gzip on the install CD. (Hi Joerg!) 2011-06-22 14:05:38 +00:00
joerg cb569b5c4c Include liblzma to unbreak gzip on the install CD. 2011-06-21 21:49:22 +00:00
tsutsui 1214fe004d Revert rev 1.42 which is not necessary after rev 1.41. 2011-06-21 11:52:45 +00:00
he 242e52e2ea Add -lbz2 and -llzma so that this links again. 2011-06-20 23:00:53 +00:00
matt 0a807611dd Readd powerpc/include/vmparam.h to the set lists
Export it to powerpc/include.h
Protect pmap.h and vmparam.h from getting an #error when included
from userland.
Export safe definitions of VM_MAXUSER_ADDRESS, VM_MIN_ADDRESS,
VM_MAX_ADDRESS when _RUMPKERNEL is defined.
2011-06-20 21:45:16 +00:00
matt 928cfd7968 Make sure to build -fno-pie -fno-pic in case MKPIE=yes 2011-06-20 21:39:18 +00:00
jruoho f0756496ab Few naive tests for truncate(2). 2011-06-20 18:03:41 +00:00
tsutsui ea0c2e2d1c Fix pasto botch. 2011-06-20 13:09:38 +00:00
mrg 75e42fa7da remove most of the remaining HAVE_GCC tests that are always true in
the modern world.
2011-06-20 07:43:56 +00:00
martin 351873a5b2 Apply Joerg's changes to x86 CDs here alos:
Include libgcc_s.so symlinks in /usr/lib, so that binaries in /usr
  linked against it actually work.

We realy should split this into MD and MI lists and share the MI one.
2011-06-19 10:52:08 +00:00
hannken 168a724a70 Add library lzma to make it compile with recent gzip. 2011-06-19 10:37:07 +00:00
tsutsui 3465cbe0d7 Fix indent. 2011-06-19 06:48:07 +00:00
tsutsui 800a8fccb7 Remove unnecessary gnu/usr.bin path from SRCDIRS. 2011-06-19 06:44:04 +00:00
tsutsui 086321b729 Use sbin/dmesg rather than via kernfs. 2011-06-19 02:40:38 +00:00
tsutsui 91502ada24 Use src/distrib/utils/x_gzip in all install ramdisks/miniroots for now
since installation file systems might be flooded by -llzma.
2011-06-19 02:36:59 +00:00
tsutsui b2c28fada2 Use ${DISTRIBDIR}. 2011-06-19 02:28:35 +00:00
tsutsui 607c670f96 Fix indent. 2011-06-19 02:27:41 +00:00
tsutsui 42f3f96fed Remove unnecessary gnu/usr.bin path from SRCDIRS. 2011-06-19 02:25:45 +00:00