Remove unnecessary bzero(softc).
[dragonfly.git] / lib /
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch NCURSES:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GCC:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2005-08-27 Joerg SonnenbergerAdd real function versions of the _unlocked family...
2005-08-27 Joerg SonnenbergerMake struct dirent contain a full 64bit inode. Allow...
2005-08-26 Joerg SonnenbergerNo need to forget wcswidth.
2005-08-23 Matthew DillonReduce the buffer size for the threaded version of...
2005-08-23 Matthew DillonAdd a TTY_PATH_MAX limit, set to 256, and reduce the...
2005-08-23 Sascha WildnerAdd missing parenthesis.
2005-08-23 Joerg SonnenbergerAlso allocate PATH_MAX for the threaded case.
2005-08-23 Joerg SonnenbergerDon't assume that ttys are always located directly...
2005-08-10 Joerg SonnenbergerMerge from vendor branch GCC:
2005-08-10 Joerg SonnenbergerAdd wcsftime(3).
2005-08-10 Matthew DillonFix a bug introduced by 1.6. The 'cp' pointer was...
2005-08-08 Joerg SonnenbergerInstead of trying to compute the local storage based...
2005-08-07 Jeroen Ruigrok/asmodaiRemove trailing /.
2005-08-05 Sascha WildnerGlobal .Nm vs. MLINKS cleanup:
2005-08-05 Sascha WildnerFix typo from the last commit.
2005-08-05 Sascha WildnerOnly one name per .Nm macro for better readability.
2005-08-05 Sascha WildnerFix typo.
2005-08-04 David RhodusANSI-fy some functions, remove some duplicate CVS tags...
2005-08-03 Simon SchubertDon't reference nanosleep at all, but describe the...
2005-08-03 Simon SchubertReference nanosleep(2) instead of sleep(3). It matches...
2005-08-03 Simon SchubertNote that select behaves like sleep(3) when no descript...
2005-08-03 Eirik NygaardUpdate manpages to reflect the changes joerg did that...
2005-08-03 Joerg SonnenbergerReally support rpath only linking. Add a special option...
2005-08-02 Joerg SonnenbergerReadd fix for FreeBSD PR/30631.
2005-08-02 Joerg SonnenbergerMake nlink_t 32bit and ino_t 64bit. Implement the old...
2005-08-02 Joerg SonnenbergerAdd missing bit of the wchar stdio support and hook...
2005-08-01 Joerg SonnenbergerConstify xdigs argument to __u[lj]toa. Cast u_long...
2005-08-01 Joerg SonnenbergerInstead of always defining FLOATING_POINT to get floati...
2005-08-01 Joerg Sonnenbergerlibutil.h hsa to go after pwd.h.
2005-08-01 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-08-01 Joerg SonnenbergerImport pam_deny, pam_permit and pam_unix from FreeBSD...
2005-08-01 Joerg SonnenbergerAdd passwd manipulation code based on parts of vipw...
2005-08-01 Sascha WildnerRemove trailing blank space characters. mdoc(7) explici...
2005-07-30 Joerg SonnenbergerStop installing profiling libraries as /usr/lib/lib...
2005-07-29 Jeffrey HsuDocument the standard and historical behavior that...
2005-07-29 Joerg SonnenbergerRestore NCURSES_CONST constness.
2005-07-28 Joerg SonnenbergerUse TARGET_LIBDIR variables instead of overriding LIBDIR.
2005-07-28 Joerg SonnenbergerInstead of overriding LIBDIR, override the new TARGET_L...
2005-07-27 David RhodusFix typo.
2005-07-27 Joerg SonnenbergerFix typo.
2005-07-26 Joerg SonnenbergerFreeBSD and NetBSD both use derivates of Sun's math...
2005-07-26 Joerg SonnenbergerDrop GCC < 1 support, simplify inline assembly and...
2005-07-25 Joerg SonnenbergerAdd most parts of the wide char stdio support. This...
2005-07-25 Gregory Neil ShapiroBring DragonFly's sendmail infrastructure up to date...
2005-07-23 Joerg SonnenbergerMerge __sFILEX into __FILE. Let __fpending handle the...
2005-07-23 Joerg SonnenbergerFirst step to cleaning up stdio. This breaks the libc...
2005-07-23 Joerg Sonnenbergerpthread_self is used by stdio.
2005-07-22 Jeroen Ruigrok/asmodaiGet rid off extraneous spaces in function prototypes.
2005-07-21 Joerg SonnenbergerAdd emulation of statvfs and fstatvfs based on statfs...
2005-07-21 Joerg SonnenbergerMerge from vendor branch ZLIB:
2005-07-21 Joerg SonnenbergerSwitch to zlib 1.2.3, imported under contrib/zlib-1...
2005-07-21 Joerg SonnenbergerRemove the minigzip example from libz. Since the real...
2005-07-15 Eirik NygaardHook libsctp into the build.
2005-07-15 Eirik NygaardAdd libsctp.
2005-07-14 Joerg SonnenbergerMODULE_DIR must include the final '/'.
2005-07-14 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-07-14 Joerg Sonnenbergerfix typo, SRCS should contain the .c file.
2005-07-14 Simon SchubertFrom FreeBSD:
2005-07-13 Joerg SonnenbergerSwitch to OpenPAM. The PAM modules are now installed...
2005-07-12 Joerg SonnenbergerHook up remaining PAM modules. Don't use DPADD for...
2005-07-12 Joerg SonnenbergerImport current pam_ssh from FreeBSD HEAD.
2005-07-12 Joerg SonnenbergerImport current pam_radius from FreeBSD HEAD.
2005-07-12 Joerg SonnenbergerImport current pam_opieaccess from FreeBSD HEAD.
2005-07-12 Joerg SonnenbergerImport current pam_krb5 from FreeBSD HEAD.
2005-07-12 Joerg SonnenbergerDPADD is currently broken since LIBDIR != /usr/lib.
2005-07-12 Joerg SonnenbergerImport current pam_opie(8) from FreeBSD HEAD.
2005-07-12 Joerg SonnenbergerAlso install the pam_tacplus(8) man page.
2005-07-12 Joerg SonnenbergerImport current pam_tacplus from FreeBSD HEAD.
2005-07-12 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-11 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-10 Simon SchubertReally get the libz fix into libstand as well.
2005-07-10 Simon SchubertRemove directory prefix, it's stored in the Makefile.
2005-07-10 Simon SchubertRefactor the code to use bsd.files.mk, it's a considera...
2005-07-08 Joerg SonnenbergerBuild the PAM modules under lib/pam_module, since they...
2005-07-08 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-07 Simon SchubertAdd DragonFly 1.2 rtld. This should enable running...
2005-07-07 Simon SchubertAdd possibility to specify a path to install a compat...
2005-07-07 Simon SchubertMerge from vendor branch OPENSSL:
2005-07-07 Simon Schubertconvert ln to ${LN}
2005-07-07 Matthew DillonIt is not acceptable to index the array out of bounds...
2005-07-06 Simon SchubertAdd updated versions of the DragonFly 1.2 compat libs...
2005-07-06 Joerg SonnenbergerAdd forgotten wcstoull.
2005-07-06 Simon SchubertFix possible buffer overflow in zlib, FreeBSD-SA-05...
2005-07-06 Joerg SonnenbergerMerge from vendor branch FILE:
2005-07-06 Joerg SonnenbergerUpdate to file-4.14. Remove merged patches.
2005-07-04 Joerg SonnenbergerSync with NetBSD:
2005-07-04 Joerg SonnenbergerSync with NetBSD:
2005-07-04 Joerg SonnenbergerDeclare module for mapper_parallel explicitly to allow...
2005-07-04 Joerg SonnenbergerAllow inclusion of Citrus modules in statically linked...
next