Use sh to run scripts instead of relying on their +x bit
[dragonfly.git] / lib / libc /
2005-12-05 Sascha Wildner- Ansify function definitions.
2005-12-04 Sascha WildnerInclude <time.h> to silence some warnings.
2005-12-04 Sascha Wildner- Ansify function definitions.
2005-12-03 Simon SchubertMerge from vendor branch OPENSSL:
2005-12-03 Simon SchubertMerge from vendor branch CVS:
2005-11-24 Sascha WildnerMove individual parameter comments into the general...
2005-11-23 Sascha WildnerRemove forgotten K&R parameter declaration.
2005-11-23 Sascha WildnerAdd an XXX comment to document that the initializations...
2005-11-23 Sascha WildnerRemove prototypes for hidden functions. We'll deal...
2005-11-20 Sascha WildnerAdd XXX comments to document dubious random number...
2005-11-20 Sascha Wildner- Ansify function definitions.
2005-11-20 Sascha Wildner- Ansify function definitions.
2005-11-20 Sascha Wildner- Ansify function definitions.
2005-11-20 Sascha Wildner- Fix some warnings.
2005-11-19 Sascha Wildner- Document ttyname_r().
2005-11-19 Sascha Wildner- Fix several compilation warnings.
2005-11-19 Joerg SonnenbergerMake the syslog message string static const, saves...
2005-11-13 Sascha WildnerCleanup:
2005-11-13 Simon SchubertMerge from vendor branch LUKEMFTP:
2005-11-13 Sascha WildnerCleanup:
2005-11-13 Sascha WildnerCleanup:
2005-11-13 Sascha WildnerCleanup:
2005-11-13 Sascha WildnerCleanup:
2005-11-13 Sascha WildnerCleanup:
2005-11-13 Sascha WildnerCleanup:
2005-11-12 Sascha WildnerCleanup:
2005-11-12 Sascha WildnerCleanup:
2005-11-12 Sascha WildnerCleanup:
2005-11-12 Sascha WildnerCleanup:
2005-11-01 Sascha WildnerSync atol(3) manpage with FreeBSD's rev. 1.13 to includ...
2005-11-01 Joerg SonnenbergerAdd missing atoll.
2005-10-30 Sascha WildnerFix style(9) issue: move * to the line specifying the...
2005-10-25 David XuMake usleep as a weak symbol, so thread library can...
2005-10-08 Simon SchubertRemove erroneous MLINKS. These are handled elsewhere...
2005-10-01 Simon SchubertMerge from vendor branch GDB:
2005-09-25 Jeroen Ruigrok/asmodaigetchar() is void in its prototype.
2005-09-23 Sascha Wildner* Add braces to while statements and remove the '?...
2005-09-20 Jeroen Ruigrok/asmodaiFix the function declaration.
2005-09-19 Jeroen Ruigrok/asmodaiBump OpenBSD Id.
2005-09-19 Jeroen Ruigrok/asmodaiGet rid of the third clause where we can.
2005-09-19 Jeroen Ruigrok/asmodaiFix broken comment.
2005-09-19 Jeroen Ruigrok/asmodaiGet rid of the third clause.
2005-09-19 Jeroen Ruigrok/asmodaiReflect type change and remove third clause.
2005-09-19 Jeroen Ruigrok/asmodaiSynchronise with NetBSD:
2005-09-18 Jeroen Ruigrok/asmodaiWelcome to 2005:
2005-09-18 Jeroen Ruigrok/asmodaiRestore the MAXPATHLEN comparison in basename.c, don...
2005-09-18 Jeroen Ruigrok/asmodaiRework dirname() with the same logic Joerg introduced...
2005-09-18 Jeroen Ruigrok/asmodaiFix one last nit: compare the result of strlcpy() only...
2005-09-18 Jeroen Ruigrok/asmodaiMove the Ids down to where they should be.
2005-09-18 Jeroen Ruigrok/asmodaiUpdate FreeBSD Id and synchronise with FreeBSD:
2005-09-18 Jeroen Ruigrok/asmodaiFix long standing logic bug in basename() introduced...
2005-09-18 Jeroen Ruigrok/asmodaiSynchronise with FreeBSD:
2005-09-17 Joerg SonnenbergerToo many windhills in the third party software world...
2005-09-11 Simon SchubertMerge from vendor branch GCC:
2005-09-10 Sascha WildnerFix wrong MLINKS. isnan(3) has a man page of its own.
2005-09-09 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-09-06 Joerg SonnenbergerMerge from vendor branch OPENSSH:
2005-09-03 Joerg SonnenbergerAdd strnvis, which is orthogonal to strvisx by bounding...
2005-09-03 Joerg SonnenbergerSync with FreeBSD HEAD.
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GROFF:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch TEXINFO:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch NCURSES:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch GCC:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2005-08-28 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2005-08-27 Joerg SonnenbergerAdd real function versions of the _unlocked family...
2005-08-27 Joerg SonnenbergerMake struct dirent contain a full 64bit inode. Allow...
2005-08-26 Joerg SonnenbergerNo need to forget wcswidth.
2005-08-23 Matthew DillonReduce the buffer size for the threaded version of...
2005-08-23 Matthew DillonAdd a TTY_PATH_MAX limit, set to 256, and reduce the...
2005-08-23 Sascha WildnerAdd missing parenthesis.
2005-08-23 Joerg SonnenbergerAlso allocate PATH_MAX for the threaded case.
2005-08-23 Joerg SonnenbergerDon't assume that ttys are always located directly...
2005-08-10 Joerg SonnenbergerMerge from vendor branch GCC:
2005-08-10 Joerg SonnenbergerAdd wcsftime(3).
2005-08-10 Matthew DillonFix a bug introduced by 1.6. The 'cp' pointer was...
2005-08-05 Sascha WildnerGlobal .Nm vs. MLINKS cleanup:
2005-08-05 Sascha WildnerFix typo from the last commit.
2005-08-05 Sascha WildnerOnly one name per .Nm macro for better readability.
2005-08-03 Simon SchubertDon't reference nanosleep at all, but describe the...
2005-08-03 Simon SchubertReference nanosleep(2) instead of sleep(3). It matches...
2005-08-03 Simon SchubertNote that select behaves like sleep(3) when no descript...
2005-08-03 Joerg SonnenbergerReally support rpath only linking. Add a special option...
2005-08-02 Joerg SonnenbergerReadd fix for FreeBSD PR/30631.
2005-08-02 Joerg SonnenbergerMake nlink_t 32bit and ino_t 64bit. Implement the old...
2005-08-02 Joerg SonnenbergerAdd missing bit of the wchar stdio support and hook...
2005-08-01 Joerg SonnenbergerConstify xdigs argument to __u[lj]toa. Cast u_long...
2005-08-01 Joerg SonnenbergerInstead of always defining FLOATING_POINT to get floati...
2005-08-01 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-08-01 Sascha WildnerRemove trailing blank space characters. mdoc(7) explici...
2005-07-29 Jeffrey HsuDocument the standard and historical behavior that...
2005-07-26 Joerg SonnenbergerFreeBSD and NetBSD both use derivates of Sun's math...
2005-07-26 Joerg SonnenbergerDrop GCC < 1 support, simplify inline assembly and...
2005-07-25 Joerg SonnenbergerAdd most parts of the wide char stdio support. This...
2005-07-23 Joerg SonnenbergerMerge __sFILEX into __FILE. Let __fpending handle the...
next