summaryrefslogtreecommitdiff
path: root/libc/ChangeLog
blob: 4f73f99ff728a924de9faf66badbd87bd4791c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
2005-02-23  Dawid Gajownik  <gajownik@gmail.com>

	* README: Correct options passed to configure script.

2005-02-06  Marcus Brinkmann  <marcus@gnu.org>

	* patches/09-sysdeps-generic-lseek.patch: New file.
	* Makefile.am (patch_files): Add 09-sysdeps-generic-lseek.patch.

	* Makefile.am (hurd_l4_sysdeps_l4_hurd): Add Makeconfig.

	* Makefile.am (patch_files): Add 08-sysdeps-generic-dl-sysdep.patch
	and 51-nptl-hurd-l4-tls.patch.

2005-02-05  Marcus Brinkmann  <marcus@gnu.org>

	* Makefile.am (hurd_l4_sysdeps_l4_hurd): Update the file list.
	(hurd_l4_sysdeps_l4): New variable.
	(hurd_l4): Add hurd_l4_sysdeps_l4.

2005-02-02  Marcus Brinkmann  <marcus@gnu.org>

	* Makefile.am (glibc_version): Fix date.

2005-01-31  Marcus Brinkmann  <marcus@gnu.org>

	* hurd-l4/sysdeps/l4/getclktck.c: New file.

	* hurd-l4/sysdeps/l4/hurd/isatty.c: New file.
	* hurd-l4/sysdeps/l4/hurd/fxstat64.c (__fxstat64): Fake a
	character device for fds 0 to 2.

2005-01-30  Marcus Brinkmann  <marcus@gnu.org>

	* hurd-l4/sysdeps/l4/gettimeofday.c,
	hurd-l4/sysdeps/l4/nanosleep.c, hurd-l4/sysdeps/l4/sleep.c,
	hurd-l4/sysdeps/l4/sched_yield.c, hurd-l4/sysdeps/l4/usleep.c:
	New files.

	* hurd-l4/sysdeps/l4/hurd/read.c: New file.
	* hurd-l4/sysdeps/l4/hurd/write.c: New file.

2005-01-28  Marcus Brinkmann  <marcus@gnu.org>

	* gcc-3.4.3-i686-gnu.dpatch: New file.
	* Makefile.am (EXTRA_DIST): Add gcc-3.4.3-i686-gnu.dpatch.

2005-01-27  Marcus Brinkmann  <marcus@gnu.org>

	* hurd-l4/sysdeps/l4/hurd/i386: New directory.
	* hurd-l4/sysdeps/l4/hurd/i386/static-start.S: New file.
	* hurd-l4/sysdeps/l4/hurd/i386/init-first.c: New file.
	* hurd-l4/sysdeps/l4/hurd/init-first.c: Removed.
	* hurd-l4/sysdeps/l4/hurd/enbl-secure.c: New file.
	* hurd-l4/sysdeps/l4/hurd/brk.c: New file.
	* hurd-l4/sysdeps/l4/hurd/Makeconf: New file.
	* hurd-l4/sysdeps/l4/hurd/Makefile [$(subdir) eq csu]:
	(crt0): New target.
	(extra-objs): Add static-start.o.

	* patches/51-nptl-hurd-l4-tls.patch: New file.
	
	* patches/08-sysdeps-generic-dl-sysdep.patch: New file.

	* hurd-l4/sysdeps/l4/hurd/getpagesize.c: Removed.
	* hurd-l4/sysdeps/l4/getpagesize.c: New file.

	* hurd-l4/sysdeps/l4/hurd/sigaction.c: New dummy file to prevent
	including recursive dependencies from the BSD implementation.
	* hurd-l4/sysdeps/l4/hurd/sigprocmask.c: Likewise.

2005-01-23  Marcus Brinkmann  <marcus@gnu.org>

	* Initial check-in.