Sort -K option before -k rather than at the top.
[freebsd.git] / lib /
2014-11-21 brooksAdd FPU support for MIPS setjmp(3)/longjmp(3).
2014-11-21 emasteUse canonical __PIC__ flag
2014-11-19 traszRemove acl_size.c; apparently it was never used.
2014-11-17 ngieAdd reachover Makefiles for contrib/netbsd-tests/lib...
2014-11-16 ngieConvert tools/regression/lib/libc/stdio/test-fpclassify...
2014-11-16 ngieConvert tools/regression/lib/libc/stdio/test-fmemopen...
2014-11-16 ngieConvert tools/regression/lib/libc/gen/test-arc4random...
2014-11-16 ngieAdd reachover Makefiles for contrib/netbsd-tests/lib...
2014-11-16 ngieAdd reachover Makefiles for contrib/netbsd-tests/lib...
2014-11-13 dchaginAdd the ppoll() system call.
2014-11-12 desFix spelling and wording.
2014-11-09 melifaroRenove faith(4) and faithd(8) from base. It looks like...
2014-11-06 dteskeRe-enable dpv(1,3): Introduced via r274116; temporarily...
2014-11-06 dteskeUpon second-thought (following r274144), remove spuriou...
2014-11-05 dteskeBalance DPADD against LDADD for dpv(1,3).
2014-11-05 dteskeFix code-typo; introduced by r267511
2014-11-05 desHook up OpenPAM's own unit tests to the build.
2014-11-05 dteskeTemporarily _disable_ compilation of dpv(3) and dpv(1).
2014-11-05 dteskeFix buildworld by adding DPADD= to libdpv [dpv(3)]...
2014-11-05 dteskeMake libdpv [dpv(3)] WARNS=6 clean for clang on -CURRENT.
2014-11-05 dteskeFix build-error (pointy hat; didn't merge full up-to...
2014-11-04 dteskeAdd new libraries/utilities for data throughput visuali...
2014-11-04 ngieCommit missing header for sys/time.h compat on NetBSD...
2014-11-04 ngieAdd reachover Makefiles for contrib/netbsd-tests/lib...
2014-11-02 mmAdd pkg-config file for libarchive
2014-11-01 jmmvMFV: Import atf-0.21.
2014-11-01 des<sys/param.h> is a superset of <sys/types.h> and must...
2014-10-30 traszUpdate acl(3) to expand on NFSv4 ACL support.
2014-10-30 traszMake it clear that ACL flags are NFSv4-only.
2014-10-29 dimFix a clang 3.5 warning about abs(3) being given an...
2014-10-28 baptFix renaming a group via the gr_copy function
2014-10-28 kevloFix prototypes.
2014-10-27 jmgonly install .pc files when we are not installing 32bit...
2014-10-27 jmgfix typo, properly install a link to nv for nvlist_freev...
2014-10-27 markjgetgrouplist(3) was reimplemented in terms of getgrent_...
2014-10-24 brooksUse the __DECONST macro rather than hand rolling the...
2014-10-24 brooksRemove an unused variable that would be better spelled...
2014-10-24 markjEliminate conf_lock and instead rely on the NSS write...
2014-10-24 jhbThe current POSIX semaphore implementation stores the...
2014-10-24 jhbDon't reference sem(4) from the POSIX semaphore pages...
2014-10-23 marcelHook libxo to the build.
2014-10-22 ngieThe NetBSD libc tests use several definitions/macros...
2014-10-22 impMy previous commit exposed an issue as it fixed a different
2014-10-21 baptWhen using an external gcc 4.8+ and not building libstd...
2014-10-21 baptAdd support for __cxa_throw_bad_array_new_length in...
2014-10-21 neelIFC @r273338 github/projects/bhyve_svm
2014-10-19 neelIFC @r273206
2014-10-19 andrewAllow libkvm to get the kernel va to pa delta without...
2014-10-18 adrianUpdate the ULE scheduler + thread and kinfo structs...
2014-10-16 delphijRemove duplicated code.
2014-10-16 andrewFix the type of pte_pa as when it is passed into _kvm_p...
2014-10-15 gavinSlightly improve grammar in EAGAIN description.
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-15 desAs pointed out by several people, r273114 was incorrect...
2014-10-15 desDrop support for SSLv3.
2014-10-14 gjbMerge the following from ^/projects/release-vmimage:
2014-10-14 andrewAdd support for the __aeabi_c*cmp* functions. These...
2014-10-14 neelIFC @r273066
2014-10-13 delphijPromote libevent to lib/ level and fold ftp-proxy into...
2014-10-13 hselaskyFix compiler locking diagnostic warnings.
2014-10-10 neelIFC @r272887
2014-10-10 delphijaccept(2) may and can return EAGAIN, document it.
2014-10-09 emasteUpdate dl_iterate_phdr(3) to follow r272842
2014-10-09 karglThe value small=2**-(p+3), where p is the precision...
2014-10-09 pjdFix problem on big endian systems introduced in r271579...
2014-10-09 melifaroMerge HEAD@r272834 github/projects/ipfw
2014-10-09 desChange the hardcoded default back from SHA512 to DES.
2014-10-09 melifaroSync to HEAD@r272825.
2014-10-07 ache1) Fix the case we have less arguments for format strin...
2014-10-07 acheBack out timegm error check from r272562.
2014-10-07 delphijAdd MLINK for explicit_bzero(3) and bump .Dd date.
2014-10-07 delphijAdd explicit_bzero(3) and its kernel counterpart.
2014-10-06 luigiAdd netmap support to libpcap. Tcpdump and other native...
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-06 melifaroSync to HEAD@r272609.
2014-10-05 ache1) For %Z format, understand "UTC" name too.
2014-10-05 neelIFC @r272481
2014-10-04 pfgMinor doc format fix.
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-04 markjRemove an incorrect and useless debug print.
2014-10-03 markjHook up support for userland CTF support in DTrace...
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 karglRemove whitespace and 2 blank lines.
2014-10-02 jkimMerge ACPICA 20140926.
2014-10-02 pfgstrptime(3): Update manpage for %U and %W.
2014-10-02 pfgstrptime: %s format fix.
2014-10-02 gjbReintegrate head@r272414
2014-10-02 gjbMerge the following revisions from ^/projects/release...
2014-10-01 pfgstrptime: fix bug introduced in r272273.
2014-10-01 andrewClean up detection of hard-float ABIs. As with big...
2014-10-01 baptEnsure that every ENTRY(foo) has a matching END(foo).
2014-10-01 andrewFix the TARGET_ABI value clang uses. It shpuld be gnuea...
2014-10-01 andrewRemove MK_ARM_EABI, the armeb issues have been fixed...
2014-10-01 desConsistently cast tty and user to const char * in print...
2014-09-30 bdreweryDocument [EPERM] for UNIX sockets.
2014-09-29 bzHopefully fix build breakage with gcc passing void...
2014-09-29 desInstead of failing when neither PAM_TTY nor PAM_RHOST...
2014-09-28 pfgAdd strptime(3) support for %U and %W (take 2)
2014-09-27 neelIFC @r272185
2014-09-26 pluknetFix description of mutex acquisition.
next