Repository for eudev development
Go to file
Anthony G. Basile c36cba5bc1 Remove unused functions from src/libudev/{conf-files,exit-status,hashmap,log,path-util,set,strv}.c
A lot of upstream commits cross many boundaries between systemd code
and udev code.  The point of intersection is upstreams src/shared
folder.  The best way we find to track them is to apply their commits
to udev and libudev and then just pick remove functions from the
shared folder.  Its timely but it gives us the best control over what
gets in and what doesnt.

In this commit we removed the following functions:

  conf_files_list_nulstr
  exit_status_to_string
  is_clean_exit_lsb
  uint64_hash_func
  uint64_compare_func
  hashmap_free_free_free
  hashmap_update
  hashmap_get2
  hashmap_remove_and_replace
  hashmap_remove_value
  hashmap_steal_first_key
  hashmap_next
  log_forget_fds
  log_set_facility
  log_meta_object
  log_struct_internal
  log_set_target_from_string
  log_set_max_level_from_string
  log_get_target
  log_get_max_level
  log_show_color_from_string
  log_show_location_from_string
  log_on_console
  is_path
  path_split_and_make_absolute
  set_ensure_allocated
  set_replace
  set_remove_and_put
  set_size
  set_isempty
  set_iterate_skip
  set_steal_first
  set_first
  set_last
  set_merge
  set_move_one
  set_copy
  set_clear_free
  set_get_strv
  strv_find_prefix
  strv_merge_concat
  strv_split_newlines
  strv_join
  strv_remove_prefix
  strv_parse_nulstr
  strv_overlap
  strv_sort
  strv_print

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
2013-06-05 19:20:52 -04:00
docs docs/libudev/libudev-sections.txt: add missing symbol 2013-04-02 15:02:35 -04:00
hwdb hwdb: update 2013-06-02 10:50:26 -04:00
keymaps keymap: Add Logitech USB (iTouch) 2013-06-02 11:25:06 -04:00
keymaps-force-release keymap: Update the list of Samsung Series 9 models 2013-03-14 17:49:02 -04:00
m4 Allow autogen on systems without gtk-doc or introspection installed 2012-11-26 18:40:20 -05:00
man man: updates from upstream 2013-04-02 15:22:47 -04:00
rule_generator Removed hard-coded paths in rule-writer scripts 2013-04-04 10:26:47 -04:00
rules rules/95-keymap.rules: move comment since udev-test.pl fails otherwise 2013-06-03 10:43:55 -04:00
src Remove unused functions from src/libudev/{conf-files,exit-status,hashmap,log,path-util,set,strv}.c 2013-06-05 19:20:52 -04:00
test test/udev-test.pl: fix a spelling error 2013-06-03 09:42:36 -04:00
.gitignore Forward-port of libudev.so.0 code from libudev-171 2013-01-21 14:34:02 -05:00
autogen.sh Allow autogen on systems without gtk-doc or introspection installed 2012-11-26 18:40:20 -05:00
configure.ac Remove libudev-legacy 2013-06-04 05:41:20 -04:00
CONTRIBUTING CONTRIBUTING: documentation on how to contribute 2012-12-04 17:50:37 -05:00
COPYING Final step of revamping the build system 2012-11-15 21:47:20 -05:00
Makefile.am Restored the rule generator bits from udev-171 2013-04-04 10:19:35 -04:00
README doc: clarify the scope of the project 2012-11-19 18:19:50 +01:00

This git repo is a fork of git://anongit.freedesktop.org/systemd/systemd
with the aim of isolating udev from any particular flavor of system
initialization.  In this case, the isolation is from systemd.

This is a project started by Gentoo developers and testing is currently being
done mostly on OpenRC.  We welcome contribution from others using a variety of
system initializations to ensure eudev remains system initialization and
distribution neutral.

Contact: You can email us as a group below.

IRC: Freenode/#gentoo-udev

Committers (alphabetical order by last name):

    Luca Barbato        (lu_zero)           <lu_zero@gentoo.org>
    Anthony G. Basile   (blueness)          <blueness@gentoo.org>
    Francisco Izquierdo (klondike)          <klondike@gentoo.org>
    Ian Stakenvicius    (axs)               <axs@gentoo.org>
    Matthew Thode       (prometheanfire)    <prometheanfire@gentoo.org>
    Tony Vroon          (chainsaw)          <tony@linx.net>
    Richard Yao         (ryao)              <ryao@gentoo.org>