]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib
include cdefs.h so as to unbreak the libc build
[FreeBSD/FreeBSD.git] / lib /
2003-01-20 maximRemove EOL whitespaces.
2003-01-20 maximo Fix a typo.
2003-01-19 jmallettStore not only the current cylinder group in the series...
2003-01-19 acheAdd (unsigned char) cast to ctype macros
2003-01-19 jmallettDon't crash when utilities are dumb and try to read...
2003-01-19 jmallettAdd facility to read one, or a string of, cylinger...
2003-01-19 obrienSync with NetBSD -- sl_add() now returns an int.
2003-01-19 jmallettHunt for a disk to operate on, if we're passed a partit...
2003-01-19 obrienUse __FBSDID.
2003-01-18 obrienWe don't need our own personal definition of __CONCAT.
2003-01-18 jmallettFix typo.
2003-01-18 jmallettNuke dumb error reporting code, people can just use...
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-11 dillonRemove all use of the LOG2() macro/inline, undoing...
2003-01-11 deischenIncrease the scheduler stack to 4 pages. This should...
2003-01-10 jhbUse the fstype obtained from the GEOM dumpconf output...
2003-01-10 jhb- Make New_Disk() non-static so it can be used in Creat...
2003-01-10 nectarAbout September 2001, I consulted with all the previous...
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 fjoepthread_attr_get_np() now takes 'pthread_t' (not 'pthre...
2003-01-07 chrisCorrect a couple small typos.
2003-01-07 chrisDocument the file system firewall interface library...
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 marcelPort libc_r to ia64. We need to do things slightly...
2003-01-06 obrienThis commit was generated by cvs2svn to compensate...
2003-01-05 tmmBuild libc_r on sparc64, it should work now.
2003-01-05 tmmAdd MD definitions for sparc64. This is based on work...
2003-01-05 tmmAdd an implementation of _atomic_lock for sparc64....
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 nyanRename the dos_partition structure for pc98 to pc98_par...
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...
next