index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-18
s-s-d: Reset the user and group names from the password entry on --chuid
Guillem Jover
1
-0
/
+2
2011-09-18
s-s-d: Fix do_procinit() on OSHurd, OShpux and HAVE_KVM_H
Guillem Jover
1
-5
/
+19
2011-09-18
s-s-d: Cast proc_stat_owner_uid() to uid_t to fix a warning
Guillem Jover
1
-1
/
+1
2011-09-18
u-a: Free struct alternative_map variables
Guillem Jover
1
-0
/
+23
2011-09-18
u-a: Add ref counting support to struct alternative
Guillem Jover
1
-0
/
+17
2011-09-12
update-alternatives: properly handle stat()/lstat() failures
Raphaël Hertzog
1
-9
/
+25
2011-09-12
update-alternatives: use alternative_path_classify() more extensively
Raphaël Hertzog
1
-3
/
+3
2011-09-12
update-alternatives: new non-regression test
Raphaël Hertzog
1
-1
/
+9
2011-09-12
Revert "u-a: Use xreadlink() instead of areadlink() in alternative_evolve()"
Raphaël Hertzog
1
-2
/
+2
2011-09-09
u-a: Update alternative links only if they change
Guillem Jover
1
-3
/
+29
2011-09-09
u-a: Refactor alternative_path_classify from alternative_can_replace_path
Guillem Jover
1
-9
/
+23
2011-09-09
u-a: Do not try to readlink() a non-symlink
Guillem Jover
1
-0
/
+6
2011-09-09
u-a: Use xreadlink() instead of areadlink() in alternative_evolve()
Guillem Jover
1
-1
/
+1
2011-09-09
u-a: Split xreadlink() allocation code into areadlink()
Guillem Jover
1
-16
/
+26
2011-08-20
u-a: Do not build strings from parts in alternative_check_install_args
Guillem Jover
1
-7
/
+7
2011-08-20
u-a: Refactor alternative argument checks into new function
Guillem Jover
1
-22
/
+19
2011-08-20
u-a: Refactor --install argument checking into a new function
Guillem Jover
1
-100
/
+104
2011-08-20
u-a: Move alternative map loading to the actions that make use of them
Guillem Jover
1
-10
/
+15
2011-08-20
u-a: Split alternative map loading into two functions
Guillem Jover
1
-20
/
+49
2011-08-20
u-a: Refactor scandir() namelist free into new altdb_free_namelist()
Guillem Jover
1
-6
/
+10
2011-08-20
u-a: Rename get_all_alternatives() to altdb_get_namelist()
Guillem Jover
1
-3
/
+3
2011-08-20
u-a: Do not check if linknames can be updated if --force is in use
Guillem Jover
1
-1
/
+4
2011-08-20
Do not use possessive «'s» after ‘s’ or ‘x’
Guillem Jover
1
-2
/
+2
2011-08-20
Fix spelling errors
Guillem Jover
2
-3
/
+3
2011-07-16
update-alternatives: can_replace_link() → can_replace_path()
Raphaël Hertzog
1
-5
/
+5
2011-07-16
update-alternatives: clarify role of --force concerning removal of links
Raphaël Hertzog
2
-7
/
+14
2011-07-16
update-alternatives: fix regression when dropping slave alternatives
Raphaël Hertzog
2
-15
/
+68
2011-06-28
update-alternatives: do not allow to reuse a slave link in another slave alte...
Raphaël Hertzog
2
-1
/
+17
2011-04-30
s-s-d: Return status_unknown on error reading from the pid file
Guillem Jover
1
-0
/
+2
2011-04-29
s-s-d: Add process name kernel limits for several systems
Guillem Jover
1
-0
/
+10
2011-04-29
s-s-d: Add LSB --status command to check for process status
Guillem Jover
1
-25
/
+73
2011-04-29
Clarify exit status in dpkg-split and start-stop-daemon --help output
Guillem Jover
1
-2
/
+5
2011-04-29
s-s-d: Use a single action variable to track the command line actions
Guillem Jover
1
-10
/
+26
2011-04-26
s-s-d: Change do_stop() to always obey global quietmode
Guillem Jover
1
-4
/
+4
2011-04-25
s-s-d: Refactor do_stop_summary() out from do_stop()
Guillem Jover
1
-13
/
+23
2011-04-23
u-a: Flush the alternatives database file stream before fsync()ing it
Guillem Jover
1
-0
/
+2
2011-04-22
update-alternatives: fsync the administrative files before installation
Raphaël Hertzog
1
-0
/
+2
2011-04-22
update-alternatives: new syserr() function
Raphaël Hertzog
1
-25
/
+33
2011-04-21
u-a: Remove unused new_choice assignment
Guillem Jover
1
-1
/
+1
2011-03-14
Use size_t and %zu to handle memory sizes and offsets
Guillem Jover
1
-1
/
+1
2011-03-14
u-a: Do not unneedingly initialize variables to NULL
Guillem Jover
1
-1
/
+0
2011-03-14
u-a: Fix memory leaks due to scandir() return value
Guillem Jover
1
-0
/
+3
2011-03-02
s-s-d: Do not unneedingly fsync() the pid file
Guillem Jover
1
-5
/
+2
2011-01-31
Merge branch 'squeeze' (through tag '1.15.8.10')
Guillem Jover
1
-1
/
+5
2011-01-30
u-a: Fix segfault in --auto on link groups with only dangling symlinks
Guillem Jover
1
-1
/
+5
2011-01-16
Propagate --admindir to programs run from maintainer scripts
Guillem Jover
1
-1
/
+20
2011-01-08
u-a: Removed unused ret variable from altdb_parse_error()
Guillem Jover
1
-2
/
+1
2011-01-08
s-s-d: Rename do_help() to usage()
Guillem Jover
1
-2
/
+2
2011-01-08
s-s-d: Rename clear() to pid_list_free()
Guillem Jover
1
-3
/
+3
2011-01-08
s-s-d: Rename push() to pid_list_push()
Guillem Jover
1
-3
/
+3
[next]