]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc/gen
Man page for aio_read(2).
[FreeBSD/FreeBSD.git] / lib / libc / gen /
1998-11-18 John PolstraThis commit was generated by cvs2svn to compensate...
1998-11-14 David E. O'BrienThis commit was generated by cvs2svn to compensate...
1998-11-09 Joseph KoshyFix a .Nm -> .Fn fix that was missed in the previous...
1998-11-06 Joseph KoshyUpdate manual page to reflect changes in rev 1.12 of
1998-11-03 Peter WemmA feeble attempt at kld compatability. The mount_...
1998-10-29 Mike SmithPrevent buffer overflow in getpwnam()
1998-10-29 Robert NordierClarify processing of the string argument by psignal().
1998-10-29 Robert NordierThe man page implies that the string argument to psigna...
1998-10-28 John PolstraHandle ELF symbols better. This fixes "vmstat -i"...
1998-10-26 Bill Fenner(`'): and (`'); -> (`:') and (`;')
1998-10-25 David E. O'BrienSlight style police.
1998-10-15 Dag-Erling SmørgravFix style issues in execl(), and make execle() vfork...
1998-10-15 Mike SmithConform to POSIX and close any copies of popen() descri...
1998-10-14 Dag-Erling SmørgravCorrect braino in previous commit. I get the pointy...
1998-10-14 Dag-Erling SmørgravMake execl() vfork()-safe. This should fix potential...
1998-10-11 Peter WemmAvoid the need for calling functions that malloc after...
1998-10-10 Bruce Evansvfork -> fork. The child calls execl() which calls...
1998-10-07 Julian ElischerFix a memory leak
1998-09-29 Joseph Koshy`kern.maxproc' is not changeable from sysctl(8).
1998-09-26 Doug RabsonDon't cast int pointers to long pointers when reading...
1998-09-16 Joseph KoshySort table and descriptions.
1998-09-16 Warner LoshReplace memory leaking instances of realloc with non...
1998-09-15 Bill FennerThis commit was generated by cvs2svn to compensate...
1998-09-15 Bill FennerThis commit was generated by cvs2svn to compensate...
1998-09-15 Dmitrij TejblumDon't initialize NIS until it is really necessary....
1998-09-15 Joseph KoshyTurn off replies to ICMP echo requests for broadcast...
1998-09-15 Garrett WollmanReplace accidentally-deleted `x' which caused warnx...
1998-09-15 Joseph KoshyCorrect a typo that I noticed.
1998-09-12 Garrett WollmanA small last-minute iitem for 3.0:
1998-09-09 Guy HelmerDocument a number of VM sysctl variables with help...
1998-09-09 Mark MurrayThis commit was generated by cvs2svn to compensate...
1998-09-09 John PolstraAdd a new library function getobjformat(). It checks...
1998-09-08 Andrey A. Chernovrestore rev 1.23 to give clear SIGALRM handling example...
1998-09-06 John PolstraThis commit was generated by cvs2svn to compensate...
1998-09-06 Matthew DillonReviewed by: Andrey A. Chernov <ache@nagual.pp.ru>...
1998-09-05 John BirrellUse INT_MAX instead of LONG_MAX since the variable...
1998-08-31 Wolfram SchneiderSort cross references.
1998-08-23 David E. O'BrienThis commit was generated by cvs2svn to compensate...
1998-08-17 Doug RabsonUpdate to use the new elf headers.
1998-08-03 Bruce Evansisnetworktty -> isnettty. ttyent.h has already gone...
1998-08-03 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-08-02 Bruce EvansFixed printf format errors.
1998-07-08 Dmitrij TejblumAdd lockf().
1998-07-08 Dmitrij TejblumMake this look more FreeBSDish.
1998-07-08 Dmitrij TejblumThis commit was generated by cvs2svn to compensate...
1998-07-08 Dmitrij TejblumAn implementation of lockf() function call.
1998-07-03 Poul-Henning Kampfts_close calls free(sp), the ISSET(FTS_NOCHDIR) which...
1998-06-30 Eivind EklundCross-reference to sysconf(3).
1998-06-30 Bruce EvansFixed printf format errors.
1998-06-20 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-20 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-12 Peter WemmMake nlist() understand elf unconditionally
1998-06-11 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-06-10 John PolstraMove ftok() from libcompat to libc, so that it can...
1998-06-10 John PolstraThis is a null commit to log the fact that I have done...
1998-06-09 John BirrellImplement compile time debug mode for thread locks.
1998-06-06 Steve PriceFix this so that it compiles in the !__STDC__ case.
1998-06-05 Joseph KoshyMention that tftpd(8) also uses syslog(3).
1998-06-03 Joseph KoshyCorrect wrong claim about `telldir()' cookie lifetimes.
1998-06-01 Mike SmithAdd a trivial mechanism for returning a useful default...
1998-05-31 Steve PriceSeveral sources including Unix98 say that semctl's...
1998-05-30 Steve PriceRemove references to getvfsbytype. Also remove getvfsb...
1998-05-26 Steve PriceRemove a couple style bugs from the code snippet that
1998-05-25 Steve PriceUpdate code example to reflect current practice.
1998-05-21 Brian SomersMFMP: Make ppp multilink capable.
1998-05-19 Julian ElischerThis commit was generated by cvs2svn to compensate...
1998-05-19 Julian ElischerThis commit was generated by cvs2svn to compensate...
1998-05-15 John BirrellNetBSD doesn't have a __getcwd syscall, so set have__ge...
1998-05-05 John BirrellRemove extern int errno and #include <errno.h> to get...
1998-05-03 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-05-02 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-05-01 Brian SomersGo back to version 1.16 - it was correct the way it...
1998-05-01 Brian Somersconnect() returns -1 on error - not 0.
1998-04-29 Andreas KlemmThis commit was generated by cvs2svn to compensate...
1998-04-29 John BirrellStubs are required in libc so that it can be used with...
1998-04-28 David GreenmanOops, revert part of a diff that wasn't supposed to...
1998-04-28 David GreenmanCache the results of the ps_strings sysctl so that...
1998-04-28 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
1998-04-22 Robert NordierImprove description.
1998-04-17 Brian SomersTypo police
1998-04-04 John BirrellChange in name of the static initializer define.
1998-03-28 Peter DufaultFinish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B and
1998-03-23 Bruce EvansFixed bitrot in synopsis. Didn't fix bitrot elsewhere.
1998-03-21 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-03-21 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-03-19 Philippe Charnier.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq
1998-03-10 Peter WemmThis commit was generated by cvs2svn to compensate...
1998-03-09 John BirrellChange MACHINE to MACHINE_ARCH.
1998-03-09 John BirrellStub functions for thread locking with weak symbols...
1998-03-09 John BirrellNetBSD implements semctl using a __semctl syscall inste...
1998-03-09 John Birrellgetvfsbyname() doesn't existing NetBSD, so return ENOSY...
1998-03-09 John BirrellChange a variable to type size_t to suit the sysctl...
1998-03-09 John BirrellCast pointer to a long instead of an int to keep a...
1998-03-09 John BirrellThis commit was generated by cvs2svn to compensate...
1998-03-08 Peter DufaultReviewed by: bde
1998-03-07 John BirrellThis commit was generated by cvs2svn to compensate...
1998-03-07 John PolstraAdd support for ELF.
1998-03-06 Brian SomersWe don't need to NUL terminate our sun_path.
1998-03-06 Brian SomersNul terminate sockaddr_un::sun_path
1998-03-05 Brian SomersMake SyslogAddr a sockaddr_un rather than a sockaddr.
next