Minimal patch that allows Path MTU discovery to be turned back on, but
[dragonfly.git] / lib /
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...
2004-12-29 Jeroen Ruigrok/asmodaiAdd abi.h which defines particulars for x86 and AMD64.
2004-12-29 Jeroen Ruigrok/asmodaiGet rid of hardware architectures we do not use.
2004-12-29 Jeroen Ruigrok/asmodaiRetire Alpha bits.
2004-12-29 Jeroen Ruigrok/asmodaiGet rid of unused hardware targets.
2004-12-26 Sascha WildnerSilence groff warnings
2004-12-22 Joerg SonnenbergerAdd new structures for exporting the cputime statistics...
2004-12-21 Joerg SonnenbergerUse size_t for len.
2004-12-21 Joerg SonnenbergerChange type of len to size_t.
2004-12-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-20 Matthew DillonRemove duplicate _EXTRADEPEND entry. bsd.lib.mk alread...
2004-12-20 Joerg SonnenbergerUSER_LDT has been removed ages ago.
2004-12-20 Matthew DillonCorrect conditional which would always make kcore_open...
2004-12-18 Jeroen Ruigrok/asmodaiAdd missing backslash.
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2004-12-18 Jeroen Ruigrok/asmodaiMove from K&R function declaration to ANSI.
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
next