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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Actually allow tabs in environment files
gentoo-206
Zbigniew Jędrzejewski-Szmek
2013-09-21
1
-1
/
+1
*
Allow tabs in environment files
Zbigniew Jędrzejewski-Szmek
2013-09-21
1
-0
/
+4
*
util: add split_pair() for splitting foo=bar strings
Lennart Poettering
2013-07-18
1
-0
/
+31
*
util: make gcc shut up by passing a 0 mode param to open()
Lennart Poettering
2013-07-17
1
-2
/
+6
*
util: make some gcc versions shut up regarding unintialized variable access
Lennart Poettering
2013-07-17
1
-2
/
+2
*
util.c:is_locale_utf8(): check, if "C" was set on purpose
Harald Hoyer
2013-07-16
1
-6
/
+10
*
journal: add logging of effective capabilities _CAP_EFFECTIVE
Shawn Landden
2013-07-16
1
-0
/
+34
*
util: recognize 'ncp' as an alias to 'ncpfs'
Frederic Crozat
2013-07-16
1
-0
/
+1
*
journald: drop (deleted) from _EXE= fields
Zbigniew Jędrzejewski-Szmek
2013-07-02
1
-1
/
+11
*
journalctl: allow the user to specify the file(s) to use
Zbigniew Jędrzejewski-Szmek
2013-06-10
1
-6
/
+28
*
Properly check for overflow in offsets
Zbigniew Jędrzejewski-Szmek
2013-06-10
1
-4
/
+14
*
Allow for the use of @ in remote host calls
Daniel Wallace
2013-06-09
1
-0
/
+14
*
systemctl: suggest 'systemctl daemon-reload' without --system
Zbigniew Jędrzejewski-Szmek
2013-05-30
1
-4
/
+4
*
hostname: only suppress setting of pretty hostname if it is non-equal to the ...
Lennart Poettering
2013-05-07
1
-6
/
+11
*
systemd-sleep: add support for freeze and standby
Zbigniew Jędrzejewski-Szmek
2013-05-06
1
-53
/
+0
*
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-05-02
1
-3
/
+3
*
id128: when taking user input for a 128bit ID, validate syntax
Lennart Poettering
2013-04-30
1
-0
/
+41
*
util: rework safe_atod() to be locale-independent
Lennart Poettering
2013-04-25
1
-2
/
+4
*
core/killall: use procfs_file_alloca
Zbigniew Jędrzejewski-Szmek
2013-04-19
1
-9
/
+0
*
Reintroduce f_type comparison macro
Harald Hoyer
2013-04-19
1
-2
/
+3
*
Revert f_type fixups
Harald Hoyer
2013-04-18
1
-3
/
+2
*
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-18
1
-2
/
+2
*
rename CMP_F_TYPE to F_TYPE_CMP
Harald Hoyer
2013-04-18
1
-2
/
+2
*
Add ugly CMP_F_TYPE() macro
Harald Hoyer
2013-04-18
1
-2
/
+3
*
fixup for cddf148028f52
Harald Hoyer
2013-04-17
1
-2
/
+2
*
fixup 8c68a7017 and cast to (unsigned long)
Harald Hoyer
2013-04-17
1
-2
/
+2
*
fixed statfs.f_type signed vs unsigned comparisons
Harald Hoyer
2013-04-17
1
-2
/
+2
*
util: make generation of profcs PID paths nicer
Lennart Poettering
2013-04-16
1
-82
/
+87
*
macro: rework how we define cleanup macros
Lennart Poettering
2013-04-16
1
-20
/
+0
*
util: make sure result of hostname_cleanup() passes hostname_is_valid()
Lennart Poettering
2013-04-16
1
-8
/
+13
*
do not change console to non-unicode for LANG=C
Harald Hoyer
2013-04-15
1
-1
/
+17
*
errno is positive
Zbigniew Jędrzejewski-Szmek
2013-04-11
1
-1
/
+1
*
machine-id: fix missing initialization
v201
Lennart Poettering
2013-04-08
1
-0
/
+11
*
util: Avoid memory allocations for formatting paths
Holger Hans Peter Freyther
2013-04-08
1
-29
/
+25
*
Add _cleanup_globfree_
Zbigniew Jędrzejewski-Szmek
2013-04-05
1
-3
/
+1
*
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2013-04-05
1
-63
/
+46
*
util: add a bit of syntactic sugar to run short code fragments with a differe...
Lennart Poettering
2013-04-04
1
-6
/
+7
*
macro: add macro for precisely determining length of decimal string formattin...
Lennart Poettering
2013-04-02
1
-12
/
+8
*
util: add a bit of syntactic sugar for saving/restoring errno
Lennart Poettering
2013-04-02
1
-3
/
+1
*
Always use our own MAX/MIN definitions
Cristian Rodríguez
2013-04-01
1
-1
/
+1
*
Modernization
Zbigniew Jędrzejewski-Szmek
2013-03-31
1
-11
/
+10
*
bus: parse matches locally and allow registration of callbacks for them
Lennart Poettering
2013-03-31
1
-0
/
+17
*
bus: implement server mode, and anonymous authentication
Lennart Poettering
2013-03-30
1
-0
/
+26
*
Always use errno > 0 to help gcc
Zbigniew Jędrzejewski-Szmek
2013-03-29
1
-3
/
+3
*
catalog: open up catalog internals
Zbigniew Jędrzejewski-Szmek
2013-03-28
1
-0
/
+19
*
shared: free dt (temporary dir name) on fail
Václav Pavlín
2013-03-27
1
-2
/
+4
*
Simplify the meaning of %s
Zbigniew Jędrzejewski-Szmek
2013-03-26
1
-47
/
+0
*
bus: implement support for FD passing
Lennart Poettering
2013-03-25
1
-0
/
+2
*
util: workaround two gcc warnings
Zbigniew Jędrzejewski-Szmek
2013-03-22
1
-2
/
+2
*
util: be more picky when validating hostnames
Lennart Poettering
2013-03-22
1
-3
/
+17
[next]