1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00
Commit Graph

39 Commits

Author SHA1 Message Date
Greg KH
17f2b1a7e0 Removed klibc/klibc.spec as it is autogenerated 2005-05-10 10:09:29 -07:00
kay.sievers@vrfy.org
d4b6114300 [PATCH] klibc: version 1.0.7 2005-04-26 23:55:01 -07:00
kay.sievers@vrfy.org
d3743cfb3b [PATCH] klibc: version 1.0.6 2005-04-26 23:55:01 -07:00
kay.sievers@vrfy.org
12340f4108 [PATCH] klibc: version 1.0.5 2005-04-26 23:55:00 -07:00
kay.sievers@vrfy.org
4f8d44c220 [PATCH] klibc: strlcpy/strlcat - don't alter destination if size == 0 2005-04-26 23:55:00 -07:00
kay.sievers@vrfy.org
8a4c0c32f4 [PATCH] fix klibc's broken strlcpy/strlcat
udevinfo segfaults cause klibc's strlcpy writes behind the specified
size of the destination string. strlcat truncates the destination
string which is also not what you expect from a concatenation function.
2005-04-26 23:54:59 -07:00
kay.sievers@vrfy.org
a6bece643c [PATCH] klibc: version 1.0.4 2005-04-26 23:54:59 -07:00
kay.sievers@vrfy.org
cb948532ff [PATCH] klibc: version 1.0.3 2005-04-26 23:51:00 -07:00
kay.sievers@vrfy.org
4272779706 [PATCH] klibc: version 0.214 2005-04-26 23:51:00 -07:00
kay.sievers@vrfy.org
fa548924d4 [PATCH] klibc: version 0.211 2005-04-26 23:48:48 -07:00
kay.sievers@vrfy.org
084420316c [PATCH] klibc: check for gcc4 2005-04-26 23:39:48 -07:00
kay.sievers@vrfy.org
e5f053b531 [PATCH] klibc: update v0.205 2005-04-26 23:39:48 -07:00
kay.sievers@vrfy.org
833aa0fab5 [PATCH] klibc v0.199 2005-04-26 23:36:14 -07:00
kay.sievers@vrfy.org
43ca395e49 [PATCH] klibc: update to version 0.198 2005-04-26 23:21:58 -07:00
kay.sievers@vrfy.org
c3a8dac6ff [PATCH] klibc: update to version 0.196 2005-04-26 23:21:58 -07:00
greg@kroah.com
c39f31e51d [PATCH] fix 'make clean' error in klibc 2005-04-26 23:13:48 -07:00
kay.sievers@vrfy.org
027263f005 [PATCH] update klibc to 0.194 2005-04-26 23:13:48 -07:00
kay.sievers@vrfy.org
90e84c8148 [PATCH] let klibc add the trailing newline to syslog conditionally
We get an empty line after every debug print from libsysfs,
so don't add a second if we already have one.
2005-04-26 22:27:34 -07:00
greg@kroah.com
e7c4f85f8a [PATCH] fix up Makefiles to get the klibc build working properly.
Based on a patch from Kay Sievers <kay.sievers@vrfy.org>
2005-04-26 21:37:02 -07:00
greg@kroah.com
60d1e263f0 [PATCH] oops forgot to add the new klibc/include directory 2005-04-26 21:37:02 -07:00
greg@kroah.com
a062277768 [PATCH] update klibc to version 0.181 2005-04-26 21:37:01 -07:00
greg@kroah.com
73028bc332 [PATCH] Update to version 117 of klibc (from version 108) 2005-04-26 21:35:47 -07:00
greg@kroah.com
89c941084f [PATCH] fix offsetof() define in klibc. 2005-04-26 21:32:27 -07:00
greg@kroah.com
5a98bc58e4 [PATCH] update klibc to version .107 2005-04-26 21:32:27 -07:00
greg@kroah.com
da92f46b9e [PATCH] finish syncing up with klibc 2005-04-26 21:32:26 -07:00
greg@kroah.com
01504bd96b [PATCH] sync with latest version of klibc (0.107) 2005-04-26 21:32:26 -07:00
greg@kroah.com
977083c253 [PATCH] add KERNEL_DIR option so that the distros will be happy
Based on a patch from Svetoslav Slavtchev <svetljo@gmx.de>
2005-04-26 21:32:25 -07:00
kay.sievers@vrfy.org
d5c6d80ff1 [PATCH] let udevsend build with klibc
> I don't mind udevd using glibc, I just want the programs that get run a
> lot of different times (udev and udevsend) to be as small as possible to
> get the best cache results.  As udevd sticks around all the time, it's
> not as important.  Sound sane to you?

Oh, nice. Good idea.
2005-04-26 21:13:20 -07:00
greg@kroah.com
273636ca8b [PATCH] update to klibc version 0.101, fixing the stdin bug. 2005-04-26 21:13:20 -07:00
greg@kroah.com
125611d9d4 [PATCH] update klibc to version 0.98 2005-04-26 21:13:19 -07:00
greg@kroah.com
3555a14bae [PATCH] sync klibc with release 0.95 2005-04-26 21:13:08 -07:00
greg@kroah.com
02cbdf5eb9 [PATCH] sync up with the 0.84 version of klibc 2005-04-26 21:13:02 -07:00
greg@kroah.com
dc5cecf659 [PATCH] fix bug in klibc's isspace function. 2005-04-26 21:06:23 -07:00
greg@kroah.com
ebc180a2b7 [PATCH] add prototype for ftruncate to klibc 2005-04-26 21:06:23 -07:00
greg@kroah.com
606bce83da [PATCH] added vsyslog support to klibc. 2005-04-26 21:06:22 -07:00
greg@kroah.com
1861680616 [PATCH] add ftruncate to klibc.
probably got it wrong too...
2005-04-26 21:06:22 -07:00
greg@kroah.com
1e959a4b05 [PATCH] klibc specific tweaks 2005-04-26 21:06:22 -07:00
greg@kroah.com
a41a0e28c2 [PATCH] added klibc version 0.82 (cvs tree) to the udev tree.
Not hooked up to the build yet.
2005-04-26 21:05:23 -07:00
Greg KH
f0083e3d4e added initial files. 2005-04-26 20:59:47 -07:00