]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libkse
Activate SSE/SIMD. This is the extra context switching support that
[FreeBSD/FreeBSD.git] / lib / libkse /
2001-07-10 ruThis commit was generated by cvs2svn to compensate...
2001-06-29 msmithThis commit was generated by cvs2svn to compensate...
2001-06-29 deischenClear the in thread scheduler flag after jumping to...
2001-06-27 jasoneFix a race condition in pthread_join(). All of the...
2001-06-26 obrienThis commit was generated by cvs2svn to compensate...
2001-06-26 obrienThis commit was generated by cvs2svn to compensate...
2001-06-21 obrienThis commit was generated by cvs2svn to compensate...
2001-06-21 assarThis commit was generated by cvs2svn to compensate...
2001-06-19 ruThis commit was generated by cvs2svn to compensate...
2001-06-16 obrienThis commit was generated by cvs2svn to compensate...
2001-05-29 msmithThis commit was generated by cvs2svn to compensate...
2001-05-29 msmithThis commit was generated by cvs2svn to compensate...
2001-05-28 gshapiroThis commit was generated by cvs2svn to compensate...
2001-05-28 obrienThis commit was generated by cvs2svn to compensate...
2001-05-20 jasoneAdd a test for PR 24345.
2001-05-20 jasoneUpdate the verify script.
2001-05-20 jasoneDon't define _REENTRANT, since the Makefile does so.
2001-05-20 jasoneFix a typo.
2001-05-20 jasoneInstead of using a join queue for each thread, use...
2001-05-20 krisThis commit was generated by cvs2svn to compensate...
2001-05-18 jasoneCondition variable waiters are queued in descending...
2001-05-17 peterThis commit was generated by cvs2svn to compensate...
2001-05-16 jasoneMark a thread that is suspended while sleeping as inter...
2001-05-14 joergThis commit was generated by cvs2svn to compensate...
2001-05-08 assarThis commit was generated by cvs2svn to compensate...
2001-05-07 knuProperly copy the P_ALTSTACK flag in struct proc::p_fla...
2001-05-04 deischenMove the check for a pending signals to after the threa...
2001-05-04 greenThis commit was generated by cvs2svn to compensate...
2001-05-03 markmThis commit was generated by cvs2svn to compensate...
2001-05-01 markmCompenate for header dethreading.
2001-04-25 obrienThis commit was generated by cvs2svn to compensate...
2001-04-18 deischenTypo; fix open() so that it is not a cancellation point...
2001-04-18 deischenReinstall the alternate signal stack after a fork.
2001-04-17 ruThis commit was generated by cvs2svn to compensate...
2001-04-11 acheThis commit was generated by cvs2svn to compensate...
2001-04-10 deischenClean up a bit. Use the correct TAILQ link when walkin...
2001-04-10 deischenTo be consistent, use the __weak_reference macro from...
2001-04-06 wollmanThis commit was generated by cvs2svn to compensate...
2001-04-04 tmmActivate build of posix1e extensions in libc and libc_r...
2001-04-04 tmmAdd thread safety wrappers for the posix1e syscalls...
2001-04-04 fennerThis commit was generated by cvs2svn to compensate...
2001-04-03 iedowseAdd a leading underscore to the pthread_main_np functio...
2001-04-03 fennerThis commit was generated by cvs2svn to compensate...
2001-04-03 fennerThis commit was generated by cvs2svn to compensate...
2001-03-27 sobomaxThis commit was generated by cvs2svn to compensate...
2001-03-25 obrienThis commit was generated by cvs2svn to compensate...
2001-03-24 obrienThis commit was generated by cvs2svn to compensate...
2001-03-24 greenThis commit was generated by cvs2svn to compensate...
2001-03-19 obrienThis commit was generated by cvs2svn to compensate...
2001-03-19 obrienThis commit was generated by cvs2svn to compensate...
2001-03-19 obrienThis commit was generated by cvs2svn to compensate...
2001-03-19 obrienThis commit was generated by cvs2svn to compensate...
2001-03-19 alfredBring in a hybrid of SunSoft's transport-independent...
2001-03-09 deischenCorrect a race condition where it was possible for...
2001-03-05 krisThis commit was generated by cvs2svn to compensate...
2001-03-05 msmithThis commit was generated by cvs2svn to compensate...
2001-03-03 krisThis commit was generated by cvs2svn to compensate...
2001-02-28 gshapiroThis commit was generated by cvs2svn to compensate...
2001-02-26 krisThis commit was generated by cvs2svn to compensate...
2001-02-26 deischenReally set the flags for a private mutex (used by libc...
2001-02-26 deischenLimit threads clock resolution to no less than 1000usec...
2001-02-18 krisThis commit was generated by cvs2svn to compensate...
2001-02-17 asmodaiThis commit was generated by cvs2svn to compensate...
2001-02-17 obrienThis commit was generated by cvs2svn to compensate...
2001-02-13 assarThis commit was generated by cvs2svn to compensate...
2001-02-11 deischenRemove (int) file descriptor locking. It should be...
2001-02-04 darrenrThis commit was generated by cvs2svn to compensate...
2001-01-31 msmithThis commit was generated by cvs2svn to compensate...
2001-01-31 deischens/_thread_sys_write/__sys_write/
2001-01-29 deischenUnbreak world by correctly specifying the prototype...
2001-01-29 deischen_exit in libc is now __sys_exit not __sys__exit.
2001-01-28 asmodaiThis commit was generated by cvs2svn to compensate...
2001-01-24 deischen-pthread -> -lc_r
2001-01-24 deischenAdd weak definitions for wrapped system calls. In...
2001-01-21 gshapiroThis commit was generated by cvs2svn to compensate...
2001-01-06 obrienForce strong references to several pthread_* functions...
2001-01-03 obrienThis commit was generated by cvs2svn to compensate...
2000-12-29 assarThis commit was generated by cvs2svn to compensate...
2000-12-21 msmithThis commit was generated by cvs2svn to compensate...
2000-12-20 deischenWhen retrieving the time of day in nanosleep(), store...
2000-12-20 deischenEnable check for pending signals after calling a signal...
2000-12-14 obrienThis commit was generated by cvs2svn to compensate...
2000-12-10 assarThis commit was generated by cvs2svn to compensate...
2000-12-10 assarThis commit was generated by cvs2svn to compensate...
2000-12-10 assarThis commit was generated by cvs2svn to compensate...
2000-12-08 msmithThis commit was generated by cvs2svn to compensate...
2000-12-05 ruThis commit was generated by cvs2svn to compensate...
2000-12-05 greenThis commit was generated by cvs2svn to compensate...
2000-12-01 ruThis commit was generated by cvs2svn to compensate...
2000-12-01 msmithThis commit was generated by cvs2svn to compensate...
2000-11-30 acheThis commit was generated by cvs2svn to compensate...
2000-11-26 obrienThis commit was generated by cvs2svn to compensate...
2000-11-26 obrienThis commit was generated by cvs2svn to compensate...
2000-11-25 obrienThis commit was generated by cvs2svn to compensate...
2000-11-20 deischenChange a "while {}" loop to a "do {} while" to allow...
2000-11-20 deischenFix MD macros to work for alpha. Without this fix...
2000-11-16 deischenFix a bug where a statically initialized condition...
2000-11-16 deischenDelete 4 lines of misleading/incorrect comments.
2000-11-15 obrienThis commit was generated by cvs2svn to compensate...
2000-11-14 deischenWhen entering the scheduler from the signal handler...
next