VarParseLong(), ParseRest()
[dragonfly.git] / lib /
2005-03-12 Joerg SonnenbergerAdd wchar and multibyte related man pages.
2005-03-11 Joerg SonnenbergerAdd citrus backend code and iconv front end. This is...
2005-03-11 Joerg SonnenbergerAdd UTF7 build wrapper.
2005-03-11 Joerg SonnenbergerI18N module build framework.
2005-03-10 David XuInitialize tls support code for static binary.
2005-03-09 Joerg SonnenbergerUse getprogname() instead of depending on __progname...
2005-03-09 David Xu1. use __weak_reference to define weak symbol.
2005-03-09 David RhodusFix some signed/unsigned comparisons.
2005-03-08 Sascha WildnerFix some groff warnings.
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-08 David XuCompile tls.c
2005-03-08 David XuCompile tls support code.
2005-03-08 David XuOops, fix license format(copy and paste problem).
2005-03-08 David XuImplement _set_tp which is used to set TLS pointer...
2005-03-08 David XuAdd tls functions prototype.
2005-03-08 David XuImport tls support code for static binary from FreeBSD.
2005-03-04 Joerg SonnenbergerDon't use stdint.h on FreeBSD.
2005-03-04 Chris PresseySmall step towards WARNS=6:
2005-03-04 Chris PresseyStyle(9):
2005-03-04 Chris PresseyStyle(9):
2005-03-04 Chris PresseyStyle(9):
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Joerg SonnenbergerFix prototypes. This functions actually need a parameter.
2005-03-02 Joerg SonnenbergerFix warning about pre-ANSI function types.
2005-03-02 Joerg SonnenbergerUse the standard isxdigit instead of the non-standard...
2005-03-02 Joerg SonnenbergerUse NXCC to compile a runnable executable. The libc...
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-03-01 Joerg SonnenbergerRIP Alpha libc.
2005-02-28 Joerg SonnenbergerDefine __DECONST here for the sake of FreeBSD.
2005-02-28 Joerg SonnenbergerUse u_char define from sys/types.h.
2005-02-28 Joerg Sonnenbergerlvalue casts.
2005-02-28 Joerg SonnenbergerUse __DECONST for the linted interface violations.
2005-02-28 Joerg SonnenbergerRemove -Werror from CFLAGS and fix the missing part...
2005-02-28 Joerg SonnenbergerRemove NO_WERROR assignment.
2005-02-28 Joerg Sonnenbergerlvalue cast.
2005-02-26 Sascha WildnerRemove last remnants of the wd(4) driver which was...
2005-02-26 David XuEnable barrier support.
2005-02-26 David XuStyle fixes.
2005-02-25 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-02-23 Sascha WildnerAdd missing .El to silence groff warning.
2005-02-22 David XuRemove alpha support.
2005-02-22 David XuCode cleanup, remove unneeded includes.
2005-02-22 David XuWith new tls interface, sysarch.h is no longer needed.
2005-02-22 David XuUse new kernel tls interface.
2005-02-21 Matthew DillonImplement TLS support, tls manual pages, and link the...
2005-02-21 Matthew DillonAdd a manual page for the umtx_*() system calls.
2005-02-21 Joerg SonnenbergerAdd sigtimedwait.o and sigwaitinfo.o.
2005-02-21 David XuSet initial thread's stack to 2M on 32 bits platform...
2005-02-21 David XuRemove unused macro.
2005-02-21 David XuRemove debug code.
2005-02-21 Joerg SonnenbergerRename local variables and arguments "index" to "idx".
2005-02-20 David XuImplement cancellation points for sigwait, sigtimedwait...
2005-02-20 David Xugenerate __sys_sigtimedwait and __sys_sigwaitinfo to...
2005-02-20 David XuImplement sigwait.
2005-02-17 Joerg SonnenbergerGCC supports two pseudo variables to get the function...
2005-02-14 Chris PresseyPartial merge with FreeBSD: revisions 1.23 through...
2005-02-09 David RhodusConnect our 1:1 threading library to the build.
2005-02-08 David RhodusRemove call to readdir() that was missed durning the...
2005-02-03 Joerg SonnenbergerFully separate the kcore initialisation and the kinfo...
2005-02-03 David RhodusAdd information about return code for immutable files.
2005-02-03 David RhodusAdd information about return code for immutable files.
2005-02-02 Hiroki SatoQuery A records before AAAA records in getaddrinfo...
2005-02-02 Matthew DillonMinor adustments to avoid a signed/unsigned comparison...
2005-02-02 Matthew DillonThe last commit broke ttyname(), which broke ssh -1...
2005-02-02 Matthew DillonFix type-o in last commit.
2005-02-01 Joerg SonnenbergerGCC 3.4 doesn't include a #pragma weak reference, if...
2005-02-01 David XuImport initial version of 1:1 pthread library.
2005-01-31 Joerg SonnenbergerAdd jail_attach support.
2005-01-31 Matthew DillonRemove _THREAD_SAFE depenendancies. Create weakly...
2005-01-31 Joerg Sonnenbergersys/types.h ==> sys/param.h
2005-01-31 Joerg SonnenbergerIn preparation for the jail commit, include sys/param...
2005-01-26 Sascha WildnerExplicitly mention in RETURN VALUES that socket() sets
2005-01-23 Hiroki SatoReplace IPv6 related manual pages that may have violated
2005-01-23 Joerg SonnenbergerRemove the support for lib/csu/${MACHINE_ARCH}-elf.
2005-01-19 Eirik NygaardKerberos no longer comes with it's own telnet. Always...
2005-01-19 Joerg SonnenbergerRemove left-over.
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-12 Joerg SonnenbergerCorrectly reset place in getopt_long_only the next...
2005-01-10 Joerg SonnenbergerBetter diagnostic for getopt_long_only.
2005-01-10 Joerg SonnenbergerFix two small bugs in getopt_long_only handling:
2005-01-10 Joerg SonnenbergerAdd support for getopt_long_only. It allows using long...
2005-01-10 Joerg SonnenbergerMove the handling of '--' as argument into getopt_inter...
2005-01-10 Joerg SonnenbergerMove short option parsing into its own function. Consti...
2005-01-08 Joerg SonnenbergerDon't clobber match_str in buildmatch by strdup'ing...
2005-01-08 Matthew DillonFix a memory leak in regex.
2005-01-08 Jeffrey HsuFix copyright notice.
2005-01-06 Joerg Sonnenbergerstyle(9) cleanup.
2005-01-06 Joerg SonnenbergerAdd _DIAGASSERT macro for library internal usage. This...
2005-01-05 Joerg SonnenbergerAdd ISO C99's _Exit, which is identical to _exit.
2005-01-04 Joerg SonnenbergerMerge from vendor branch DHCP:
2005-01-04 Chris PresseyClarify a run-on sentence by splitting it into two...
2004-12-30 Jeroen Ruigrok/asmodaiAdd lrint() and associated functions.
2004-12-29 Jeroen Ruigrok/asmodaiPrefix function names with __generic_ as per the rest...
2004-12-29 Jeroen Ruigrok/asmodaiGet rid of an Alpha specific part.
2004-12-29 Jeroen Ruigrok/asmodaiPrefix -I's path addition with ${.CURDIR}.
2004-12-29 Jeroen Ruigrok/asmodaiUse ANSI C and get rid of the __STDC__ and other wrapping.
2004-12-29 Jeroen Ruigrok/asmodaiAdd more files to the architecture specific section.
2004-12-29 Jeroen Ruigrok/asmodailibm hasn't been used in ages. msun has taken over...
2004-12-29 Jeroen Ruigrok/asmodaiReplace the files with the NetBSD ones, which are the...
2004-12-29 Jeroen Ruigrok/asmodaiMake sure to include header files from -I${ARCH} direct...
next