List of commits:
Subject Hash Author Date (UTC)
add hash utils to libkmod for mudev 19a3eeeb83156fbce815ab8c7a6bf568b22a0e69 Sylvain BERTRAND 2017-07-22 23:56:06
cleanup 85905188203b776ac80b2e7b1addb95f5169888b Sylvain BERTRAND 2017-07-22 15:28:19
first extraction and cleanup 67a09ceb6fc5b3536801096e1002347e2f115ddc Sylvain BERTRAND 2017-07-22 02:00:46
Commit 19a3eeeb83156fbce815ab8c7a6bf568b22a0e69 - add hash utils to libkmod for mudev
Author: Sylvain BERTRAND
Author date (UTC): 2017-07-22 23:56
Committer name: Sylvain BERTRAND
Committer date (UTC): 2017-07-22 23:56
Parent(s): 85905188203b776ac80b2e7b1addb95f5169888b
Signing key:
Tree: cdb1a8df0c4d23c18df9e32059ae4cf357127b53
File Lines added Lines deleted
make 1 0
src/libkmod-namespace.h 13 0
src/shared/hash.c 2 0
File make changed (mode: 100755) (index 6ca62dd..940fe03)
... ... src/libkmod-elf.c
33 33 src/libkmod-signature.c src/libkmod-signature.c
34 34 src/shared/util.c src/shared/util.c
35 35 src/shared/strbuf.c src/shared/strbuf.c
36 src/shared/hash.c
36 37 ' '
37 38
38 39 # it's benign here, but keep in mind it does define the order of static linking # it's benign here, but keep in mind it does define the order of static linking
File src/libkmod-namespace.h changed (mode: 100644) (index 02dcee6..9900094)
38 38 #define strbuf_popchars libkmod_strbuf_popchars #define strbuf_popchars libkmod_strbuf_popchars
39 39 /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/
40 40
41 /*----------------------------------------------------------------------------*/
42 /* hash */
43 #define hash_new libkmod_hash_new
44 #define hash_free libkmod_hash_free
45 #define hash_add libkmod_hash_add
46 #define hash_add_unique libkmod_hash_add_unique
47 #define hash_del libkmod_hash_del
48 #define hash_find libkmod_hash_find
49 #define hash_get_count libkmod_hash_get_count
50 #define hash_iter_init libkmod_hash_iter_init
51 #define hash_iter_next libkmod_hash_iter_next
52 /*----------------------------------------------------------------------------*/
53
41 54 /*----------------------------------------------------------------------------*/ /*----------------------------------------------------------------------------*/
42 55 /* libkmod-index */ /* libkmod-index */
43 56 #define index_file_open libkmod_index_file_open #define index_file_open libkmod_index_file_open
File src/shared/hash.c changed (mode: 100644) (index 584f0b4..bf682b7)
30 30 #include <string.h> #include <string.h>
31 31 #include <errno.h> #include <errno.h>
32 32
33 #include "libkmod-namespace.h"
34
33 35 #include "config.h" #include "config.h"
34 36
35 37 #include "shared/macro.h" #include "shared/macro.h"
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/nyankmod

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/nyankmod

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/nyankmod

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main