* pid should be pid_t not int
[dragonfly.git] / lib /
2004-10-18 Eirik Nygaard * Fix spelling.
2004-10-02 Matthew DillonEnforce directory creation ordering for subdirectories...
2004-09-28 Joerg SonnenbergerDon't use patch -b, the flag has different meanings...
2004-09-26 Jeroen Ruigrok/asmodaiSet NCURSES_CONST to const.
2004-09-23 Scott UllrichWhile I'm here, convert other strcpy -> strlcpy
2004-09-23 Scott UllrichConvert strcpy -> strlcpy and convert strcpy and strcat...
2004-09-23 Hidetoshi ShimokawaAdd support for eui64(5) to libc.
2004-09-22 Joerg SonnenbergerAdd pidfile(3).
2004-09-21 Joerg SonnenbergerSync defines with sys/globaldata.h.
2004-09-20 Jeroen Ruigrok/asmodaiSwitch to 9.2.4rc7.
2004-09-20 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2004-09-19 Jeroen Ruigrok/asmodaiFrom NetBSD 1.11:
2004-09-19 Joerg SonnenbergerChange getgrouplist(3) to take gid_t arguments for...
2004-09-15 Joerg SonnenbergerThe prefered location of the byteorder functions is...
2004-09-14 Joerg SonnenbergerMake clnt_create take both host and proto as const...
2004-09-14 Joerg SonnenbergerDon't append '\n\0' to the return value of clnt_sperror...
2004-09-14 David RhodusI guess I should bumb document date too.
2004-09-14 David RhodusFix printf example.
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-30 Scott UllrichImport OpenSSH-3.9p1 from openbsd.org
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-27 Jeroen Ruigrok/asmodaiRework the wording in a different way. For send()...
2004-08-27 Jeroen Ruigrok/asmodaiClarify the 's' and 'msg' arguments and note how send...
2004-08-25 Matthew DillonCleanup various type-o's in comments.
2004-08-20 Joerg Sonnenbergersys/types.h ==> sys/param.h for endian macros
2004-08-20 Joerg Sonnenbergersys/types.h ==> sys/param.h for endian macros
2004-08-20 Joerg Sonnenberger- include sys/param.h for endian macros
2004-08-19 Joerg Sonnenberger- include sys/param.h for endian macros
2004-08-19 Joerg SonnenbergerUse sys/param.h instead of sys/types.h for endian macros.
2004-08-16 Joerg SonnenbergerMake this WARNS?=6 clean by explicitly using __DECONST...
2004-08-16 Joerg SonnenbergerIn cmd(), after the vsnprintf is a strcat done to appen...
2004-08-16 Joerg SonnenbergerFix various buffer overflows.
2004-08-16 Joerg SonnenbergerMore constify.
2004-08-16 Joerg SonnenbergerMake libftpio WARNS=6 clean.
2004-08-15 Joerg SonnenbergerAdd strotonum(3) into the !ANSI_SOURCE && !_POSIX_SOURC...
2004-08-12 Eirik NygaardAdd message passed syscall's.
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichImport OpenSSH 3.8.1.p1 into base.
2004-07-29 Matthew DillonAdd a stack-size argument to the LWKT threading code...
2004-07-28 Joerg SonnenbergerNTOHL(x) ==> x = ntohl(x)
2004-07-27 Jeroen Ruigrok/asmodaiGet rid of varargs.h.
2004-07-27 Jeroen Ruigrok/asmodaiGet rid of varargs.h.
2004-07-27 Jeroen Ruigrok/asmodaiGet rid of varargs.h.
2004-07-23 David RhodusEmulate __FreeBSD__ till 3rd party applications later...
2004-07-23 Eirik NygaardFix build with gcc34.
2004-07-21 David RhodusCleanout __FreeBSD__ defines which are not needed.
2004-07-16 Hiten PandyaChange all files that I own to use the official DragonF...
2004-07-15 Hiten PandyaCorrect mdoc(7) processing errors; the .Bl directive...
2004-07-15 Hiten PandyaPOSIX update and cleanups for getopt(3):
2004-07-11 David RhodusFix warning when building with c99.
2004-07-08 Chris PresseyCorrect the FreeBSD attribution on this file.
2004-07-08 Hiten PandyaCorrectly use the .Bd directive, i.e., present it with...
2004-07-08 Hiten PandyaA variety of mdoc(7) and grammar changes:
2004-07-08 Hiten PandyaUse the .Dv directive for marking up PROT_* constants.
2004-07-08 Hiten PandyaCorrect mdoc(7) errors:
2004-07-05 Eirik NygaardPlay catchup with libc.
2004-07-04 Eirik NygaardRearrange the machine/cpufunc.h header and add it where...
2004-06-28 David RhodusUpdate some copyright notices to become more legal...
2004-06-27 Matthew DillonMore missed named fixups related to the include directo...
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-19 Joerg SonnenbergerFix compilation "Label at end of compound statement...
2004-06-19 Joerg SonnenbergerFix GCC 3.4 build
2004-06-15 Joerg SonnenbergerFix warning
2004-06-15 Joerg SonnenbergerNuke lib/csu/i386 (a.out support) and copy lib/csu...
2004-06-14 Joerg SonnenbergerSwitch from GCC-version specific crtbegin/crtend code...
2004-06-14 Joerg SonnenbergerImport BSD-licensed crtbegin/crtend support.
2004-06-09 Hiten PandyaRevert the locking of feof(3) for now; there is possibi...
2004-06-09 Hiten PandyaAdd a 'big fat comment' about the FUNLOCKFILE(fp) imple...
2004-06-09 Hiten PandyaRevert previous commit about FUNLOCKFILE(fp), it causes...
2004-06-09 Joerg SonnenbergerAdd implemenation of lrealpath. This works like realpat...
2004-06-09 Joerg SonnenbergerFix the warranty, this is not UCB code
2004-06-09 Joerg SonnenbergerBegin implementing a -liberty replacement for binutils...
2004-06-08 Hiten PandyaIf handed a bad file pointer that we can't write to...
2004-06-08 Hiten PandyaIEEE Std. 1003.1-2001 wants feof(3) to behave as if...
2004-06-08 Hiten PandyaIEEE Std. 1003.1-2001 dictates that fileno(3) behave...
2004-06-08 Hiten PandyaC99 update: freopen(3) with NULL 'path' argument so...
2004-06-08 Hiten Pandyamdoc(7) corrections; use .Dv instead of .Em etc, fix...
2004-06-08 Hiten PandyaDocument security issues with gets(3) in a proper manner.
2004-06-07 Hiten PandyaSet the return value properly for fgetpos(3).
2004-06-07 Hiten PandyaFUNLOCKFILE(fp) *after* modifying the FILE pointer...
2004-06-07 Hiten PandyaUse ANSI C prototypes and remove the !__STDC__ varargs...
2004-06-07 Hiten PandyaAvoid a memory leak if vfprintf(3) by always calling...
2004-06-07 Hiten PandyaRemove useless __STDC__ junk.
2004-06-07 Hiten PandyaUse correct sentence structure.
2004-06-07 Hiten PandyaDissolve use of the 'register' keyword.
2004-06-06 Matthew DillonBack out the last change. Normal 'make' builds in...
2004-06-06 Hiten PandyaANSI-fication. No operational changes.
2004-06-06 Hiten PandyaRegister keyword removal. No operational changes.
2004-06-06 Hiten PandyaAdd a reference to the ulimit(3) manual page.
2004-06-06 Hiten PandyaImplement POSIX.1-2001 (XSI)'s ulimit(3) library call.
2004-06-06 Hiten PandyaDo not use the installed include files, instead, set...
2004-06-06 Hiten PandyaDiscard the first 1024 bytes of output as suggested by
2004-05-27 Matthew DillonAttach bind-9.2.4rc4 to the base system. Rip out bind...
2004-05-20 Hiten PandyaUpdate the mlock(2) manual page:
2004-05-17 Matthew DillonBring in a better seeding and random number generation...
next