Ignore additional stty control characters like ^Y which interfere with
[dragonfly.git] / lib /
2005-03-17 Joerg SonnenbergerUse a common source for the string to integer conversio...
2005-03-16 YONETANI TomokazuConstify all users of dktypenames to unbreak buildworld.
2005-03-16 Joerg SonnenbergerRemove redundant declarations. Convert to ANSI C functi...
2005-03-16 Joerg SonnenbergerAdd Citrus files not conflicting with the current rune...
2005-03-16 Chris PresseyWe have _DIAGASSERT now; might as well enable it here.
2005-03-16 Joerg Sonnenbergers/index/idx. Add an explicit default case to teach...
2005-03-16 Joerg SonnenbergerFix some warnings.
2005-03-16 Joerg Sonnenbergeridx is always used, shut GCC up by initialising it...
2005-03-16 Joerg SonnenbergerFix warnings.
2005-03-15 David XuFix incorrect comment.
2005-03-15 David Xuunconstify a modifiable parameter.
2005-03-15 David XuFix comments.
2005-03-15 David XuAdd clockid to _thr_umtx_wait, so that clockid attribut...
2005-03-14 Joerg SonnenbergerUse NXCC to build make_hash and make_keys.
2005-03-14 Joerg SonnenbergerMove SHLIB_MAJOR / SHLIB_MINOR assignment up into Makef...
2005-03-14 Joerg SonnenbergerMerge r1.2 from NetBSD:
2005-03-14 Joerg SonnenbergerBack out switch to getopt_long implementation of getopt...
2005-03-14 Joerg SonnenbergerCorrectly return -1 for "-" as argument as required...
2005-03-14 Eirik NygaardFix nested comments. Vim added another */ while I copy...
2005-03-13 Joerg SonnenbergerAnother man page which was moved to lib/libc/gen.
2005-03-13 Joerg SonnenbergerUse getopt_long's getopt implementation.
2005-03-13 Joerg SonnenbergerMove ctype man page from locale to gen, they are locale...
2005-03-13 Sascha WildnerRemove DEC Alpha and PC98 support.
2005-03-12 Joerg SonnenbergerFix build. Move common CFLAGS additions up.
2005-03-12 Eirik NygaardUpdate ncurses to version 5.4.
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
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.
next