]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc_r
Reference correct sysctl: kern.maxsockbuf --> kern.ipc.maxsockbuf
[FreeBSD/FreeBSD.git] / lib / libc_r /
1999-07-12 nikAdd $Id$, to make it simpler for members of the transla...
1999-07-12 dtUse USRSTACK (defined in <machine/vmparam.h>) to get...
1999-07-11 jasoneFix a couple more coding style nits.
1999-07-11 jasoneModify previous changes to conform better to libc_r...
1999-07-10 obrienThis commit was generated by cvs2svn to compensate...
1999-07-10 iwasakiThis commit was generated by cvs2svn to compensate...
1999-07-06 jasoneAlways use growable thread stacks on the i386. The...
1999-07-05 jasoneDisable growable stacks by default, as advertised.
1999-07-05 jasoneUse growable stacks for thread stacks that are the...
1999-06-29 dtDefer signals, so we will not wait for SIGCHLD after...
1999-06-23 obrienThis commit was generated by cvs2svn to compensate...
1999-06-23 dtFix few warnings on the alpha.
1999-06-22 obrienThis commit was generated by cvs2svn to compensate...
1999-06-20 jbRemove -DNOPOLL from the compilation flags now that...
1999-06-20 jbIn the words of the author:
1999-05-28 acheThis commit was generated by cvs2svn to compensate...
1999-05-24 rnordierThis commit was generated by cvs2svn to compensate...
1999-05-24 jbAdded a missing comma to the static condition variable...
1999-05-23 jbFix a problem with static initialisation of mutexes...
1999-05-16 jbEnsure that an existing thread gets it's state set...
1999-05-14 nate- Fixed bug where we NULL'd before we freed the data...
1999-05-14 alexRemoved extraneous comma in xrefs.
1999-05-14 alexAdded missing comma in xrefs.
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-09 jbMutex test program.
1999-05-09 jbAdd mutex test program.
1999-05-08 jasoneBack out patch for cond_timedwait() bug from -current...
1999-05-07 jasoneApply patch included in bin/8872. This fixes a bug...
1999-05-02 markmThis commit was generated by cvs2svn to compensate...
1999-05-02 dfrThis commit was generated by cvs2svn to compensate...
1999-05-02 obrienThis commit was generated by cvs2svn to compensate...
1999-04-07 msmithThis commit was generated by cvs2svn to compensate...
1999-03-23 jb [ The author's description... ]
1999-03-22 alexTypo fix (set --> get).
1999-03-22 obrienThis commit was generated by cvs2svn to compensate...
1999-03-18 peterThis commit was generated by cvs2svn to compensate...
1999-03-15 obrienThis commit was generated by cvs2svn to compensate...
1999-03-14 markmThis commit was generated by cvs2svn to compensate...
1999-03-05 bdeFixed bitrot in synopsis (some const poisoning hadn...
1999-03-01 impThis commit was generated by cvs2svn to compensate...
1999-02-28 impThis commit was generated by cvs2svn to compensate...
1999-02-28 obrienThis commit was generated by cvs2svn to compensate...
1999-02-21 rnordierThis commit was generated by cvs2svn to compensate...
1999-02-11 obrienThis commit was generated by cvs2svn to compensate...
1999-02-10 obrienThis commit was generated by cvs2svn to compensate...
1999-02-10 obrienThis commit was generated by cvs2svn to compensate...
1999-02-07 peterThis commit was generated by cvs2svn to compensate...
1999-02-03 semenuThis commit was generated by cvs2svn to compensate...
1999-02-03 semenuThis commit was generated by cvs2svn to compensate...
1999-02-03 semenuThis commit was generated by cvs2svn to compensate...
1999-01-24 peterThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-20 fennerThis commit was generated by cvs2svn to compensate...
1999-01-20 fennerThis commit was generated by cvs2svn to compensate...
1999-01-18 simokawaThis commit was generated by cvs2svn to compensate...
1999-01-15 jbIncrease the size of private thread flags so that the...
1999-01-14 markmThis commit was generated by cvs2svn to compensate...
1999-01-13 obrienThis commit was generated by cvs2svn to compensate...
1999-01-12 peterThis commit was generated by cvs2svn to compensate...
1999-01-11 impFix a minor security problem in libc_r.
1999-01-10 peterThis commit was generated by cvs2svn to compensate...
1998-12-21 joergThis commit was generated by cvs2svn to compensate...
1998-12-10 jbDon't hide mknod, it doesn't need a wrapper and never...
1998-12-02 julianThis commit was generated by cvs2svn to compensate...
1998-11-28 eivindAdd support for pthread_mutexattr_settype(). As a...
1998-11-18 jdpThis commit was generated by cvs2svn to compensate...
1998-11-18 jdpThis commit was generated by cvs2svn to compensate...
1998-11-15 jbInterrupt threads waiting in select etc.
1998-11-15 jbClose a window between unlocking a spinlock and changin...
1998-11-14 obrienThis commit was generated by cvs2svn to compensate...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-11-06 dtDon't call pthread_mutex_lock with _SPINLOCK held.
1998-10-30 joergThis commit was generated by cvs2svn to compensate...
1998-10-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-10-09 dtFix some bugs in pthread scheduler:
1998-10-05 rnordierThis commit was generated by cvs2svn to compensate...
1998-09-30 dtDebug when an environment variable set, no when it...
1998-09-30 jbRevise test code for sigwait and add test code for...
1998-09-30 jbRevise test code for sigwait and add test code for...
1998-09-30 jbFix a comment.
1998-09-30 jbCosmetic cleansing. This code requires extra work to...
1998-09-30 jbMove the cleanup code that frees memory allocated for...
1998-09-30 jbUse snprintf instead of sprintf to avoid long source...
1998-09-30 jbImplementation of an additional state called SIGWAIT...
1998-09-30 jbNULL a pointer after it is freed to avoid trying to...
1998-09-30 jb- Fix the debug macros.
1998-09-25 rvbThis commit was generated by cvs2svn to compensate...
1998-09-16 dfrChange to a code sequence which is more likely to work...
1998-09-16 grogThis commit was generated by cvs2svn to compensate...
1998-09-16 grogThis commit was generated by cvs2svn to compensate...
next