index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update.
glibc-2.0.5
cvs/glibc-2_0_5
Ulrich Drepper
1997-08-25
1
-0
/
+29
*
Define macros in a special way if gcc is not used and so dev_t is an
Ulrich Drepper
1997-08-25
1
-4
/
+13
*
Include features.h instead of sys/cdefs.h. Pretty print.
Ulrich Drepper
1997-08-25
1
-49
/
+52
*
Correct assembler versions to work even for descriptors >= 32.
Ulrich Drepper
1997-08-25
1
-16
/
+26
*
Change name of parameters in prototypes of xdr_reference,
Ulrich Drepper
1997-08-25
1
-3
/
+3
*
Add missing __END_DECLS.
Ulrich Drepper
1997-08-25
1
-0
/
+2
*
Don't define alloca to __alloca since if gcc is used __alloca is not
Ulrich Drepper
1997-08-25
1
-4
/
+4
*
Update.
cvs/glibc-2_0_5pre5
Ulrich Drepper
1997-08-23
3
-41
/
+31
*
Update for more recent ISO 4217
Ulrich Drepper
1997-08-23
1
-145
/
+159
*
Update.
Ulrich Drepper
1997-08-23
1
-0
/
+24
*
(__tzset_internal): Fix memory leak when the user specifies a TZ value
Ulrich Drepper
1997-08-23
1
-2
/
+7
*
Remove the IS_* macros, they operate on internal kernel structures and
Ulrich Drepper
1997-08-23
1
-22
/
+0
*
Fix typo.
Ulrich Drepper
1997-08-23
1
-1
/
+1
*
Don't use fstat, use fxstat.
Ulrich Drepper
1997-08-23
1
-1
/
+1
*
(__srandom_r): Don't use seed 0. Use 1 in this case.
Ulrich Drepper
1997-08-23
1
-1
/
+2
*
Make {,v}snprintf functions available is __USE_BSD.
Ulrich Drepper
1997-08-23
1
-5
/
+7
*
Regenerated from source files
Ulrich Drepper
1997-08-21
1
-111
/
+128
*
.
Ulrich Drepper
1997-08-16
1
-0
/
+2
*
Add cthreads.c.
Ulrich Drepper
1997-08-16
1
-1
/
+3
*
Update.
cvs/libc-ud-970816
Ulrich Drepper
1997-08-16
2
-0
/
+89
*
Interpret no DST information in user provided time zone specification
Ulrich Drepper
1997-08-16
1
-13
/
+12
*
CThread interface for glibc.
Ulrich Drepper
1997-08-16
1
-0
/
+48
*
[subdir=misc] (sysdep_routines): Add cthreads.
Ulrich Drepper
1997-08-16
1
-0
/
+4
*
Introduce thread-specific key handling functions.
Ulrich Drepper
1997-08-16
1
-7
/
+21
*
Include <gnu/types.h>, not <bits/types.h>.
Ulrich Drepper
1997-08-16
2
-2
/
+2
*
(getpeername): Correct type of len argument.
Ulrich Drepper
1997-08-16
1
-1
/
+1
*
utmpname implementation.
Ulrich Drepper
1997-08-16
1
-0
/
+78
*
Rewrite lock handling.
Ulrich Drepper
1997-08-16
1
-126
/
+161
*
Removed since no direct db backend will ever exist.
Ulrich Drepper
1997-08-16
1
-104
/
+0
*
Reformat and correct typos.
Ulrich Drepper
1997-08-16
1
-8
/
+9
*
Update for changed internal functions.
Ulrich Drepper
1997-08-16
1
-5
/
+13
*
Rewrite to use jump table correctly.
Ulrich Drepper
1997-08-16
3
-152
/
+92
*
(logout): Correct test for result of utmpname and pututline. Handle
Ulrich Drepper
1997-08-16
1
-17
/
+20
*
(login): Correct test for result of utmpname.
Ulrich Drepper
1997-08-16
1
-19
/
+4
*
Rename to __getutline and make getutline a weak alias.
Ulrich Drepper
1997-08-16
1
-2
/
+3
*
Rewrite to use jump table correctly.
Ulrich Drepper
1997-08-16
1
-9
/
+3
*
Rename to __getutid and make getutid a weak alias.
Ulrich Drepper
1997-08-16
1
-2
/
+3
*
Rename to __getutent and make getutent a weak alias.
Ulrich Drepper
1997-08-16
1
-2
/
+3
*
(routines): Add utmpname, remove utmp_db.
Ulrich Drepper
1997-08-16
1
-1
/
+1
*
(usage): Fix help text.
Ulrich Drepper
1997-08-16
1
-1
/
+1
*
[__USE_GNU]: Undefine assert_perror.
Ulrich Drepper
1997-08-16
1
-2
/
+6
*
Update.
cvs/glibc-2_0_5pre2
Ulrich Drepper
1997-08-08
2
-4
/
+186
*
Linux specific configuration file for libio.
Ulrich Drepper
1997-08-08
1
-0
/
+67
*
(__libc_once_define): Add new parameter for object class.
Ulrich Drepper
1997-08-08
1
-1
/
+1
*
Correct comment.
Ulrich Drepper
1997-08-08
2
-17
/
+17
*
(profile_waiter): Do vm_deallocate
Ulrich Drepper
1997-08-08
1
-43
/
+138
*
($(common-objpfx)hurd/../mach/RPC_vm_deallocate_rpc.c): Delete this
Ulrich Drepper
1997-08-08
1
-1
/
+6
*
(__libc_once, __libc_once_define): New macros.
Ulrich Drepper
1997-08-08
1
-0
/
+14
*
Replace call to abort by infinite loop, to avoid dragging stdio into
Ulrich Drepper
1997-08-08
1
-16
/
+16
*
No new code in 2.0.x
Ulrich Drepper
1997-08-08
3
-608
/
+0
[next]