]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc
Define misc structs outside of struct firewire_comm.
[FreeBSD/FreeBSD.git] / lib / libc /
2003-01-21 nectarThis commit was generated by cvs2svn to compensate...
2003-01-20 maximRemove EOL whitespaces.
2003-01-20 maximo Fix a typo.
2003-01-19 obrienSync with NetBSD -- sl_add() now returns an int.
2003-01-19 obrienUse __FBSDID.
2003-01-18 obrienWe don't need our own personal definition of __CONCAT.
2003-01-17 tmmDocument that listen() can return EINVAL now.
2003-01-17 tjrDo a better job of documenting mincore(2), esp. the...
2003-01-16 mbrFix memleak.
2003-01-16 murrayThis commit was generated by cvs2svn to compensate...
2003-01-16 mbrImplement non-blocking tcp-connections.
2003-01-16 obrienThis commit was generated by cvs2svn to compensate...
2003-01-15 johanrealpath(3) should use PATH_MAX instead of MAXPATHLEN...
2003-01-15 murrayThis commit was generated by cvs2svn to compensate...
2003-01-15 tjrAdd a missing word.
2003-01-15 tjrDocument the named semaphore functions. This could...
2003-01-15 chrisActually add mac_prepare.3.
2003-01-15 chrisCross-reference mac(4)
2003-01-15 chriss/SEE_ALSO/SEE ALSO/
2003-01-15 chriso Document mac_prepare() and associated functions
2003-01-14 chriso Remove clause #3
2003-01-14 tjrBack out previous; sharing semaphores between processes...
2003-01-14 tjrSharing semaphores between processes works now, so...
2003-01-14 tjrCross reference sem(4) so users know which kernel optio...
2003-01-14 tjrAdd the newly created semaphore to the named semaphore...
2003-01-14 tjrIncluding <time.h> before <aio.h> has not been necessar...
2003-01-13 joergMention the oddities and requirements for mount operati...
2003-01-13 tjrRefer to 1003.1 instead of 1003.2 in the Standards...
2003-01-13 tjrLock the stream before calling __sfileno() to retrieve...
2003-01-13 tjrAdd missing word to "Return Values" section.
2003-01-12 mikeFix struct iovec documentation to match reality.
2003-01-12 tjrAdd a manual page for the lio_listio() syscall. Still...
2003-01-11 marcelImplement missing fpgetround() and fpsetround().
2003-01-10 tjrThe macro versions of putc() and putchar() are gone.
2003-01-10 tjrThere is no macro version of getc() anymore.
2003-01-10 tjrBring the list of function-like macros up to date with...
2003-01-10 alfredspell multiple correctly.
2003-01-10 tjrDocument clearerr_unlocked(), feof_unlocked(), ferror_u...
2003-01-10 tjrAdd a manual page for flockfile(), ftrylockfile(),...
2003-01-10 tjrDocument getc_unlocked(), getchar_unlocked(), putc_unlo...
2003-01-10 tjrAdd function versions of getchar_unlocked(), getc_unloc...
2003-01-10 tjrAvoid a memory leak by using reallocf() instead of...
2003-01-10 tjrPrototype __getcwd() to avoid a warning.
2003-01-10 tjr#include <ctype.h> for prototypes (or macro versions) of
2003-01-08 peterThis commit was generated by cvs2svn to compensate...
2003-01-07 tjr#include "namespace.h" to get a prototype for _err().
2003-01-07 tjrRemove an unused variable: mbresult.
2003-01-07 tjr#include <stdlib.h> for free()'s prototype.
2003-01-07 tjrUse hidden names (_close, _dup2, _waitpid, etc.) where...
2003-01-07 tjrAdd waitpid to the list of hidden names for use by...
2003-01-07 keramidaTypo fixes.
2003-01-06 trhodesRemove redundant documenation.
2003-01-06 desThis commit was generated by cvs2svn to compensate...
2003-01-06 tjrstrfmon(3) does not correctly handle multibyte characte...
2003-01-06 tjrNote that the printf(3) and scanf(3) family of function...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-05 tmmRewrite longjmp() and _longjmp() to directly restore...
2003-01-05 tmmRename siglongjmp() to __siglongjmp(), with a weak...
2003-01-05 fennerUse in_addr_t for the right size of an IPv4 address...
2003-01-05 tjrNo need to include <assert.h> here.
2003-01-04 tjrstrptime(), like strftime(), does not handle multibyte...
2003-01-04 tjrMention in the BUGS section that strftime() does not...
2003-01-04 tjrFix three warnings:
2003-01-04 tjrstyle(9): return type on separate line from function...
2003-01-04 tjrFix a number of bugs noticed by more extensive testing:
2003-01-04 tjrRename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to...
2003-01-04 tjrRemove unused variable: sz.
2003-01-04 tjrRemove unused variable: size.
2003-01-04 tjr#include <string.h> for strcmp()'s prototype.
2003-01-04 tjrRemove unused variable: omask.
2003-01-04 tjr#include <sys/linker.h> for kldload()'s prototype.
2003-01-04 tjr#include <string.h> for strlen()'s prototype.
2003-01-03 tjr#include <ctype.h> for isspace()'s prototype (or a...
2003-01-03 tjrAdd missing #include "namespace.h".
2003-01-03 tjrRemove unused variable: ntmp.
2003-01-03 tjr#include <string.h> for strcmp()'s prototype.
2003-01-03 tjr#include "local.h" to make __svfscanf()'s prototype...
2003-01-03 tjrRemove an unused variable: `sb' in fts_read().
2003-01-03 tjrRemove an unused variable, `sverrno', which has not...
2003-01-03 mikeOptimize errstr() by reducing the number of times it...
2003-01-03 tjrReset the stream orientation to 0 (unoriented) in freop...
2003-01-03 tjrIt is no longer necessary to include sys/types.h before...
2003-01-03 tjrpopen() is a function, not an argument.
2003-01-03 tjrProtect pidlist with a mutex to avoid a race causing...
2003-01-03 desThis commit was generated by cvs2svn to compensate...
2003-01-02 jmallettImplement POSIX grantpt(3) functionality, and add a...
2003-01-02 thomasIn cgetmatch(3), return -1 if a NULL or 0-length name...
2003-01-01 schweikhCorrect typos, mostly s/ a / an / where appropriate...
2002-12-30 schweikhFix typos, mostly s/ an / a / where appropriate and...
2002-12-30 obrienBack out the s/int */size_t */ commit.
2002-12-30 marcelFix LP64 architectures and especially ia64. Functions...
2002-12-29 rwatsonRemove BUGS section indicating that these calls are...
2002-12-29 rwatsonUpdate acl_set.3, missed in last round:
2002-12-29 rwatsonUpdate libc POSIX.1e code and documentation to reflect:
2002-12-29 mikeUse `useconds_t' instead of `u_int' or `unsigned int...
2002-12-27 schweikhenglish(4) police.
2002-12-27 alfredSilence casting away constness warnings.
2002-12-27 tjrFix a small typo.
2002-12-27 julianSlight tuning if teh KSE man page to indicate some...
next