.. |
csu
|
Since it's in a separate file now, we cannot use direct branch to label.
|
2012-01-29 23:27:24 +00:00 |
i18n_module
|
remove all the code that supported HAVE_GCC=3. mostly from chuq.
|
2011-06-20 06:52:36 +00:00 |
libarch
|
Put libalpha back.
|
2011-07-28 20:30:06 +00:00 |
libbluetooth
|
Kill a bunch of manual __attribute__ usages and replace them with the
|
2011-11-28 12:44:18 +00:00 |
libbsdmalloc
|
Define _REENT. Extend CPPFLAGS.
|
2011-04-10 16:47:39 +00:00 |
libbz2
|
remove all the code that supported HAVE_GCC=3. mostly from chuq.
|
2011-06-20 06:52:36 +00:00 |
libc
|
Add Nm for __clone, man page is already linked to that name.
|
2012-01-29 11:44:54 +00:00 |
libcompat
|
…
|
|
libcrypt
|
Remove trailing whitespace.
|
2012-01-02 18:06:37 +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
|
handle the case where we have no space properly (Nat Sloss)
|
2012-01-27 15:37:09 +00:00 |
libdm
|
Fix problem where DM_IOCTL_NAME was used in libdm_task_set_uuid except of
|
2011-05-30 01:10:57 +00:00 |
libedit
|
PR/45843: Henning Petersen: Fix resource leak on error.
|
2012-01-16 14:57:45 +00:00 |
libform
|
Kill a bunch of manual __attribute__ usages and replace them with the
|
2011-11-28 12:44:18 +00:00 |
libintl
|
libintl crash when *.mo file lacks header section(old gettext format).
|
2012-01-21 13:35:49 +00:00 |
libipsec
|
include <netipsec/ipsec.h> rather than <netinet6/ipsec.h> from userland
|
2012-01-04 16:09:40 +00:00 |
libisns
|
Kill a bunch of manual __attribute__ usages and replace them with the
|
2011-11-28 12:44:18 +00:00 |
libkvm
|
fix handling of large pages.
|
2012-01-10 16:01:16 +00:00 |
libl
|
…
|
|
liblwres
|
…
|
|
libm
|
fix minor typo
|
2011-11-29 13:17:04 +00:00 |
libmenu
|
…
|
|
libnpf
|
- Expire all sessions on flush.
|
2012-01-15 00:49:47 +00:00 |
libossaudio
|
fix non-portable shift.
|
2011-09-13 19:10:18 +00:00 |
libp2k
|
Add a flag to VOP_LISTEXTATTR(9) so that the vnode interface can tell the
|
2011-07-04 08:07:29 +00:00 |
libpam
|
remove unneeded change
|
2012-01-28 21:54:26 +00:00 |
libpci
|
Update libpci for change in pci_find{vendor,product} entrypoint names.
|
2010-05-25 08:35:47 +00:00 |
libperfuse
|
Fix 32-bit build
|
2012-01-29 09:01:31 +00:00 |
libpmc
|
…
|
|
libposix
|
remove second _errno.h
|
2011-10-27 19:56:50 +00:00 |
libppath
|
Add sources, Makefiles, and manual pages for ppath(3), a
|
2011-08-25 14:55:36 +00:00 |
libprop
|
Fix an implementation inconsistency with the prop_*_send_syscall() and
|
2011-09-30 22:08:18 +00:00 |
libpthread
|
Introduce __HAVE_NO___THREAD for sun2 and vax to disable the TLS usage.
|
2012-01-17 20:34:57 +00:00 |
libpthread_dbg
|
constify.
|
2011-10-02 18:18:14 +00:00 |
libpuffs
|
Remove obsolete puffs_suspend(3) xref.
|
2011-12-26 17:59:07 +00:00 |
libquota
|
This will need its own compat copy of some of the strings from
|
2012-01-30 19:19:55 +00:00 |
libradius
|
…
|
|
librefuse
|
Set eofflag in puffs_fuse_node_readdir() from librefuse.
|
2011-11-24 01:56:22 +00:00 |
libresolv
|
…
|
|
librmt
|
add a missing " to a string literal in some #if'd out code that GCC 4.5 found.
|
2011-06-21 09:35:23 +00:00 |
librpcsvc
|
Apply casts to cases where xdrproc_t is expected but is not
|
2011-08-30 17:06:20 +00:00 |
librt
|
Improvements in secmodel(9). Document secmodel_register(9), _deregister(9)
|
2011-12-04 21:08:37 +00:00 |
librump
|
Duplicate item detected, destroying duplicate.
|
2011-04-15 22:57:05 +00:00 |
librumpclient
|
Request always_inline for rumpclient__dofork, it won't work correctly
|
2011-12-16 23:19:28 +00:00 |
librumpdev
|
…
|
|
librumphijack
|
Disable Fortification for pthread and rump stubs.
|
2011-04-21 13:38:14 +00:00 |
librumpnet
|
…
|
|
librumpuser
|
Remove arc4random() and arc4randbytes() from the kernel API. Replace
|
2011-11-28 08:05:05 +00:00 |
librumpvfs
|
fix prototype, document RUMP_ETFS_SIZE_ENDOFF
|
2011-02-03 10:21:58 +00:00 |
libskey
|
…
|
|
libss
|
…
|
|
libtelnet
|
PR/45805: Borodin Oleg: telnet/telnetd with -DAUTHENTICATION -DENCRYPTION
|
2012-01-09 15:25:33 +00:00 |
libterminfo
|
Kill a bunch of manual __attribute__ usages and replace them with the
|
2011-11-28 12:44:18 +00:00 |
libukfs
|
Add support for a byteswapped disklabel so that I can mount
|
2011-02-22 15:42:15 +00:00 |
libusbhid
|
PR/45850: Pierre Pronchery: USB multi-touch panels are not supported
|
2012-01-17 03:49:19 +00:00 |
libutil
|
- add strspct
|
2012-01-07 18:40:55 +00:00 |
libwrap
|
…
|
|
liby
|
…
|
|
libz
|
…
|
|
lua
|
Remove an unused constant.
|
2011-11-13 16:56:15 +00:00 |
Makefile
|
hook in tre
|
2011-11-05 22:40:01 +00:00 |
Makefile.inc
|
…
|
|
bumpversion
|
…
|
|
checkoldver
|
…
|
|
checkver
|
…
|
|
checkvers
|
…
|
|