OpenBSD CVS

CVS log for src/lib/libc_r/Attic/TODO


[BACK] Up to [local] / src / lib / libc_r

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18, Mon Jan 20 18:14:05 2003 UTC (21 years, 4 months ago) by marc
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +1 -1 lines
FILE REMOVED


bye-bye libc_r sources.
the sources have been moved (with history) to /usr/src/lib/libpthread

Revision 1.17 / (download) - annotate - [select for diffs], Fri Feb 22 04:25:20 2002 UTC (22 years, 3 months ago) by brad
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.16: +3 -4 lines
Diff to previous 1.16 (colored)

update Python listing and remove Squid.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Sep 5 02:54:12 2001 UTC (22 years, 9 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

and fix PTL site.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Sep 5 02:51:19 2001 UTC (22 years, 9 months ago) by fgsch
Branch: MAIN
Changes since 1.14: +19 -10 lines
Diff to previous 1.14 (colored)

Rearrange and add missing ports based on recent 'Use threads' commits.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Sep 5 02:41:13 2001 UTC (22 years, 9 months ago) by fgsch
Branch: MAIN
Changes since 1.13: +3 -1 lines
Diff to previous 1.13 (colored)

add getpw*_r to the list; from brad@

Revision 1.13 / (download) - annotate - [select for diffs], Wed Sep 5 00:10:41 2001 UTC (22 years, 9 months ago) by fgsch
Branch: MAIN
Changes since 1.12: +5 -1 lines
Diff to previous 1.12 (colored)

Add getaddrinfo(3) and gethostby*_r(3) to the list.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Aug 18 21:01:03 2001 UTC (22 years, 9 months ago) by pvalchev
Branch: MAIN
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored)

fix a typo and add devel/sdl to the ports applications using these pthreads
for testing

Revision 1.11 / (download) - annotate - [select for diffs], Thu Feb 10 12:28:56 2000 UTC (24 years, 4 months ago) by d
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.10: +19 -8 lines
Diff to previous 1.10 (colored)

more

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jan 6 06:48:06 2000 UTC (24 years, 5 months ago) by d
Branch: MAIN
Changes since 1.9: +15 -7 lines
Diff to previous 1.9 (colored)

update

Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 29 23:26:24 1999 UTC (24 years, 6 months ago) by brad
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8 (colored)

add devel/glib and www/squid to the TODO check list

Revision 1.8 / (download) - annotate - [select for diffs], Mon Nov 29 22:28:20 1999 UTC (24 years, 6 months ago) by d
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

add net/mrtd to the TODO check list, chris@dqc.org

Revision 1.7 / (download) - annotate - [select for diffs], Sun Nov 28 11:28:15 1999 UTC (24 years, 6 months ago) by d
Branch: MAIN
Changes since 1.6: +31 -15 lines
Diff to previous 1.6 (colored)

reality

Revision 1.6 / (download) - annotate - [select for diffs], Sun Jan 17 23:43:47 1999 UTC (25 years, 4 months ago) by d
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.5: +15 -1 lines
Diff to previous 1.5 (colored)

update

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 10 22:51:14 1999 UTC (25 years, 5 months ago) by d
Branch: MAIN
Changes since 1.4: +2 -8 lines
Diff to previous 1.4 (colored)

update

Revision 1.4 / (download) - annotate - [select for diffs], Tue Dec 22 22:30:35 1998 UTC (25 years, 5 months ago) by d
Branch: MAIN
Changes since 1.3: +9 -27 lines
Diff to previous 1.3 (colored)

update

Revision 1.3 / (download) - annotate - [select for diffs], Fri Nov 20 11:18:57 1998 UTC (25 years, 6 months ago) by d
Branch: MAIN
Changes since 1.2: +26 -6 lines
Diff to previous 1.2 (colored)

Add thread-safety to libc, so that libc_r will build (on i386 at least).
All POSIX libc api now there (to P1003.1c/D10)
  (more md stuff is needed for other libc/arch/*)
  (setlogin is no longer a special syscall)
Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS).
Doc some re-entrant routines
Add libc_r to intro(3)
dig() uses some libc srcs and an extra -I was needed there.
Add more md stuff to libc_r.
Update includes for the pthreads api
Update libc_r TODO

Revision 1.2 / (download) - annotate - [select for diffs], Mon Nov 9 03:12:54 1998 UTC (25 years, 7 months ago) by d
Branch: MAIN
Changes since 1.1: +3 -16 lines
Diff to previous 1.1 (colored)

sync with FreeBSD (rwlock, gc thread, man pages)
add (broken) mips md stuff
fix some const warnings
add sigaltstack() stub
another hash at getting shlib auto-init to work (mips/elf and i386/a.out)

Revision 1.1 / (download) - annotate - [select for diffs], Thu Aug 27 09:00:32 1998 UTC (25 years, 9 months ago) by d
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4

experimental threaded libc - kernel only

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.