GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/systemd.git
gentoo-206
gentoo-207
gentoo-208
gentoo-212
gentoo-215
gentoo-217
gentoo-220
gentoo-229
gentoo-230
gentoo-234
gentoo-236
gentoo-239
gentoo-240
master
Gentoo mirror of systemd with backported commits
systemd project <systemd@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[PATCH] fix up logging code so that it can be built without it being enabled
greg@kroah.com
2005-04-26
1
-0
/
+2
*
[PATCH] rework the logging code so that each program logs with the proper nam...
greg@kroah.com
2005-04-26
7
-16
/
+40
*
[PATCH] remove logging.c as it's no longer needed.
greg@kroah.com
2005-04-26
1
-56
/
+0
*
[PATCH] udevd - config cleanup
kay.sievers@vrfy.org
2005-04-26
4
-26
/
+28
*
[PATCH] udevd - cleanup and better timeout handling
kay.sievers@vrfy.org
2005-04-26
5
-249
/
+339
*
[PATCH] kill the last examples that contained the %D option.
greg@kroah.com
2005-04-26
2
-7
/
+1
*
[PATCH] fix possible buffer overflow
kay.sievers@vrfy.org
2005-04-26
1
-12
/
+13
*
[PATCH] remove a __KLIBC__ tests in libsysfs, as klibc now supports getpagesi...
greg@kroah.com
2005-04-26
1
-5
/
+2
*
[PATCH] udevd - remove stupid locking error I wrote.
greg@kroah.com
2005-04-26
1
-1
/
+0
*
[PATCH] update to klibc version 0.101, fixing the stdin bug.
greg@kroah.com
2005-04-26
8
-26
/
+58
*
[PATCH] udevd - next round of fixes
kay.sievers@vrfy.org
2005-04-26
6
-82
/
+185
*
[PATCH] fix Makefile typo for USE_LSB install.
greg@kroah.com
2005-04-26
1
-1
/
+1
*
[PATCH] udevinfo - missing options for man page
kay.sievers@vrfy.org
2005-04-26
1
-1
/
+10
*
[PATCH] udev - trivial style cleanup
kay.sievers@vrfy.org
2005-04-26
3
-15
/
+12
*
[PATCH] 015_bk mark
greg@kroah.com
2005-04-26
2
-2
/
+2
*
[PATCH] allow dbus code to actually build again.
greg@kroah.com
2005-04-26
1
-0
/
+1
*
[PATCH] v015 release
015
greg@kroah.com
2005-04-26
3
-2
/
+40
*
[PATCH] update klibc to version 0.98
greg@kroah.com
2005-04-26
10
-13
/
+320
*
[PATCH] clean up udevinfo on 'make clean'
greg@kroah.com
2005-04-26
1
-1
/
+1
*
[PATCH] add udevinfo man page to spec file.
greg@kroah.com
2005-04-26
1
-2
/
+3
*
[PATCH] remove command line documentation from udev man page
greg@kroah.com
2005-04-26
1
-37
/
+1
*
[PATCH] create initial version of udevinfo man page.
greg@kroah.com
2005-04-26
2
-0
/
+54
*
[PATCH] added URL to spec file.
greg@kroah.com
2005-04-26
1
-0
/
+2
*
[PATCH] add udevinfo to udev.spec file.
greg@kroah.com
2005-04-26
1
-0
/
+4
*
[PATCH] add udevinfo to install target of Makefile
greg@kroah.com
2005-04-26
1
-3
/
+5
*
[PATCH] rip out command line code from udev, now that we have udevinfo.
greg@kroah.com
2005-04-26
1
-221
/
+12
*
[PATCH] udevinfo doesn't need to declare main_envp
greg@kroah.com
2005-04-26
1
-2
/
+0
*
[PATCH] move get_pair to udev_config.c because udevinfo doesn't need all of n...
greg@kroah.com
2005-04-26
4
-42
/
+41
*
[PATCH] more makefile cleanups
greg@kroah.com
2005-04-26
1
-4
/
+4
*
[PATCH] move udevinfo into the main build and clean up the main Makefile a bit.
greg@kroah.com
2005-04-26
3
-44
/
+30
*
[PATCH] udevinfo - now a real program :)
kay.sievers@vrfy.org
2005-04-26
2
-22
/
+301
*
[PATCH] udevd - cleanup and better timeout handling
kay.sievers@vrfy.org
2005-04-26
4
-131
/
+133
*
[PATCH] clean up compiler warnings if building using klibc.
greg@kroah.com
2005-04-26
1
-7
/
+12
*
[PATCH] LFS init script update
mbuesch@freenet.de
2005-04-26
1
-54
/
+46
*
[PATCH] make udevd only have one instance running at a time
greg@kroah.com
2005-04-26
1
-0
/
+39
*
[PATCH] new testd.block script for debugging.
greg@kroah.com
2005-04-26
1
-0
/
+36
*
[PATCH] udevsnd : clean up message creation logic a bit.
greg@kroah.com
2005-04-26
1
-20
/
+10
*
[PATCH] udev - next round of udev event order daemon
kay.sievers@vrfy.org
2005-04-26
4
-122
/
+133
*
[PATCH] fix udevd exec
kay.sievers@vrfy.org
2005-04-26
2
-5
/
+36
*
[PATCH] udev - udevinfo with device chain walk
kay.sievers@vrfy.org
2005-04-26
1
-13
/
+40
*
[PATCH] whitespace cleanups
greg@kroah.com
2005-04-26
1
-5
/
+3
*
[PATCH] spilt udev into pieces
kay.sievers@vrfy.org
2005-04-26
5
-2
/
+502
*
[PATCH] remove TODO item about BUS value, as it is now done.
greg@kroah.com
2005-04-26
1
-5
/
+0
*
[PATCH] add support for figuring out which device on the sysfs "chain" the ru...
greg@kroah.com
2005-04-26
2
-47
/
+75
*
[PATCH] 014_bk mark
greg@kroah.com
2005-04-26
2
-2
/
+2
*
[PATCH] 014 release
014
greg@kroah.com
2005-04-26
3
-2
/
+41
*
[PATCH] misc code cleanups.
greg@kroah.com
2005-04-26
3
-14
/
+11
*
[PATCH] udev-013/extras/multipath update
christophe.varoqui@free.fr
2005-04-26
3
-2
/
+7
*
[PATCH] fixup logging.h to handle different logging options properly.
greg@kroah.com
2005-04-26
1
-7
/
+9
*
[PATCH] udev - program to query all device attributes to build a rule
kay.sievers@vrfy.org
2005-04-26
2
-0
/
+146
[prev]
[next]