Allow numbers to be used after a letter in the modifier section after a
[dragonfly.git] / lib /
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:
2004-12-18 Jeroen Ruigrok/asmodaiMove the Magdir handling from usr.bin/file to here...
2004-12-18 Jeroen Ruigrok/asmodaiUse spaces after the CFLAGS assignment as well.
2004-12-18 Jeroen Ruigrok/asmodaiUse a space instead of a tab.
2004-12-18 Jeroen Ruigrok/asmodaiAdd libmagic and reorder/restructure the list of the...
2004-12-18 Jeroen Ruigrok/asmodaiUse the more commonly used SRCDIR instead of SOURCEDIR...
2004-12-18 Jeroen Ruigrok/asmodaiFirst stab at file's libmagic.
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch FILE:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-12-16 Joerg SonnenbergerAdd weak fake pthread functions, which always fail...
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-06 Joerg SonnenbergerDon't include the "Hello, world" example in libz.
2004-12-04 Joerg SonnenbergerReturn retval if the second sysctl failed, not NULL.
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-28 Joerg SonnenbergerMissing return-value check for malloc.
2004-11-24 Joerg SonnenbergerAdd the basic of libkcore. Switch pstat to use kcore...
2004-11-24 Joerg SonnenbergerChange the include order of archive_string.h and archiv...
2004-11-24 Hiten PandyaAdd a SECURITY section which describes the kern.ckptgro...
2004-11-23 Eirik NygaardIt is sys_checkpoint.2 not checkpoint.2
2004-11-23 Matthew DillonAdd the sys_checkpoint(2) manual page and expand checkp...
2004-11-18 Joerg SonnenbergerAdd kinfo_get_vfs_bufspace(). Remove some junk from...
2004-11-18 Joerg SonnenbergerInclude Makefile
2004-11-18 Joerg SonnenbergerAdd a new system library, libkinfo. It is intended...
2004-11-16 Liam J. Foy- Set the clnt error functions 's' argument to const...
2004-11-14 Joerg SonnenbergerRemove the dependency on either asprintf or va_copy...
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
2004-11-12 Joerg SonnenbergerChange zconf.h and zlib.h to use underscored protection...
2004-11-10 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2004-11-10 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2004-11-10 Joerg SonnenbergerImport libarchive and bsdtar. The default tar (/usr...
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-09 Joerg SonnenbergerDefine IOV_MAX for userland too and make it available...
2004-11-05 Matthew DillonAdd humanize_number(3) and split the trimdomain(3)...
2004-10-31 Jeroen Ruigrok/asmodaiRemove leftover 'is'.
2004-10-31 Jeroen Ruigrok/asmodaiDocument ENOMEM error case, note how strdup() is 1003...
2004-10-25 David RhodusRemove register keyword usage.
2004-10-24 Joerg SonnenbergerMerge from vendor branch GDB:
2004-10-23 Joerg SonnenbergerMerge from vendor branch READLINE:
2004-10-23 Joerg SonnenbergerFix the references to libz sources scattered over the...
next