NetBSD/lib
pooka b1842c2201 Start rework of system call proxying over socket ("sysproxy").
This incarnation is written in the user namespace as opposed to
the previous one which was done in kernel namespace.  Also, rump
does all the handshaking now instead of excepting an application
to come up with the user namespace socket.

There's still a lot to do, including making code "a bit" more
robust, actually running different clients in a different process
inside the kernel and splitting the client side library from librump.
I'm committing this now so that I don't lose it, plus it generally
works as long as you don't use it in unexcepted ways: i've tested
ifconfig(8), route(8), envstat(8) and sysctl(8).
2010-10-27 20:44:49 +00:00
..
csu Retire old crtbegin/crtend implementation. It is not compatible with the 2010-08-07 18:06:59 +00:00
i18n_module rename LD32DIR to MLIBDIR. 2009-12-13 08:25:20 +00:00
libarch rename LD32DIR to MLIBDIR. 2009-12-13 08:25:20 +00:00
libasn1
libbluetooth Formatting nits. 2009-08-03 22:13:47 +00:00
libbsdmalloc
libbz2
libc Fix a typo and remove trailing whitespace. 2010-10-27 19:18:00 +00:00
libcom_err
libcompat Use .In instead of .Ar Pa for headers. 2010-03-22 21:55:06 +00:00
libcrypt ANSI function prototypes 2009-05-01 00:28:17 +00:00
libcrypto_idea remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
libcrypto_mdc2 remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
libcrypto_rc5 remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
libcurses avoid writing in parseltongue 2010-08-06 04:03:26 +00:00
libedit fix fd leak found by Igor Zinovik 2010-10-23 23:27:40 +00:00
libform cast isblank(3)'s argument to unsigned char. 2010-05-13 17:52:11 +00:00
libgssapi bump libcrypto and friends; OpenSSL abi change: do_cipher last argument 2009-07-20 17:30:52 +00:00
libhdb bump libcrypto and friends; OpenSSL abi change: do_cipher last argument 2009-07-20 17:30:52 +00:00
libheimntlm bump libcrypto and friends; OpenSSL abi change: do_cipher last argument 2009-07-20 17:30:52 +00:00
libhx509 bump libcrypto and friends; OpenSSL abi change: do_cipher last argument 2009-07-20 17:30:52 +00:00
libintl Do not use \." for comments, always use .\". Discussed with uwe@. 2009-11-12 00:43:52 +00:00
libipsec
libkadm5clnt bump libcrypto and friends; OpenSSL abi change: do_cipher last argument 2009-07-20 17:30:52 +00:00
libkadm5srv bump libcrypto and friends; OpenSSL abi change: do_cipher last argument 2009-07-20 17:30:52 +00:00
libkafs bump libcrypto and friends; OpenSSL abi change: do_cipher last argument 2009-07-20 17:30:52 +00:00
libkrb5 bump libcrypto and friends; OpenSSL abi change: do_cipher last argument 2009-07-20 17:30:52 +00:00
libkvm Do not return -1 on _kvm_read when all the requested data could be read (fix bin/38648) 2010-10-23 14:34:12 +00:00
libl
liblwres
libm deal with infinity on the vax. 2010-09-20 17:51:38 +00:00
libmenu Add missing comma in the NAME Nm list. 2009-10-24 11:17:13 +00:00
libossaudio Remove USETBL, now that man page does not need tbl any longer. 2009-03-12 13:52:47 +00:00
libp2k Simplify now that ukfs deals with being called from a thread which 2010-09-07 17:22:53 +00:00
libpam Mask %U 2010-05-13 23:07:46 +00:00
libpcap
libpci Update libpci for change in pci_find{vendor,product} entrypoint names. 2010-05-25 08:35:47 +00:00
libperfuse Remove code supporting SOCK_STREAM, as SOCK_DGRAM works fine 2010-10-11 05:37:58 +00:00
libpmc
libposix
libprop Implement prop_array_externalize_to_pref(), prop_array_copyin(), 2009-10-10 18:06:53 +00:00
libpthread move namespace protection before inclusion. 2010-08-06 15:21:50 +00:00
libpthread_dbg
libpuffs print to stderr instead of stdout 2010-08-20 16:35:05 +00:00
libradius bump libcrypto and friends; OpenSSL abi change: do_cipher last argument 2009-07-20 17:30:52 +00:00
librefuse bump major of libs NEEDING libpuffs 2010-05-21 10:53:41 +00:00
libresolv
librmt Move prototype of isrmt() to rmt.h. It is a public interface 2010-08-31 05:12:35 +00:00
libroken remove almost all the ability to build netbsd with an a.out target. 2010-07-06 05:59:50 +00:00
librpcsvc
librt remove RESTRICTIONS section, which seems unrelated to our implementation 2010-09-15 07:28:46 +00:00
librump Fix a typo, uppercase UID/GID. 2010-09-03 07:12:51 +00:00
librumpcrypto install librumpcrypto component: kernel crypto routines 2009-09-03 12:33:54 +00:00
librumpdev Build & install rumpdev, a device component for rump. It currently 2009-09-03 15:35:58 +00:00
librumpnet Back to WARNS=3 until the kernel source is -Wsign-compare friendly. 2009-02-12 13:20:17 +00:00
librumpuser Start rework of system call proxying over socket ("sysproxy"). 2010-10-27 20:44:49 +00:00
librumpvfs Back to WARNS=3 until the kernel source is -Wsign-compare friendly. 2009-02-12 13:20:17 +00:00
libskey
libsl Userland now builds and uses terminfo instead of termcap. 2010-02-03 15:34:37 +00:00
libss libss uses strupr from libroken, so depend on that. 2010-02-19 17:48:59 +00:00
libtelnet
libterminfo replace `` with $(). Hopefully with enough examples around people will 2010-10-12 12:57:51 +00:00
libukfs Migrate from rump private interfaces to syscalls. 2010-09-07 17:16:18 +00:00
libusbhid Improve usbhid(3) descriptor/report parsing: 2010-08-13 19:56:34 +00:00
libutil Fix Dd argument, sort sections. 2010-08-28 15:49:08 +00:00
libvers
libwrap
liby
libz Use .In instead of .Ar Pa 2010-03-22 21:56:05 +00:00
bumpversion
checkoldver
checkver
checkvers
Makefile Add a .WAIT statement after libmj, should fix a transient problem observed 2010-09-01 16:01:27 +00:00
Makefile.inc