aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/util-linux
Commit message (Collapse)AuthorAge
* Populate a bunch of main_repo values. (#4815)Gravatar Oliver Chang2020-12-10
| | | | Also enforce this for future integrations.
* [systemd,util-linux] build more often (#4312)Gravatar Evgeny Vereshchagin2020-08-13
| | | | | | Hopefully this should prevent OSS-Fuzz from reporting bugs that have alread been fixed. Though I'm not sure how stable it's going to be given that https://github.com/google/oss-fuzz/issues/4083 is still open. Let's see.
* [util-linux] switch to the upstream build script (#4289)Gravatar Evgeny Vereshchagin2020-08-10
| | | | Now that https://github.com/karelzak/util-linux/pull/1068 is merged we no longer need to keep the fuzz target and build script here.
* [util-linux] more util-linux contributors (#4287)Gravatar Evgeny Vereshchagin2020-08-09
|
* [util-linux] turn on MSan (#4265)Gravatar Evgeny Vereshchagin2020-08-07
| | | This PR should be merged once https://github.com/karelzak/util-linux/pull/1114 is merged
* [util-linux] run tools/oss-fuzz.sh if it exists (#4227)Gravatar Evgeny Vereshchagin2020-07-30
| | | | to make it easier to use CIFuzz to make sure https://github.com/karelzak/util-linux/pull/1068 is more or less in good shape.
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* [util-linux] move the fuzz target to the OSS-Fuzz repository (#4063)Gravatar Evgeny Vereshchagin2020-07-01
|
* [util-linux] cover mnt_table_parse_stream (#4032)Gravatar Evgeny Vereshchagin2020-06-25
| | | | | | | | | * [util-linux] cover mnt_table_parse_stream Waiting for https://github.com/karelzak/util-linux/pull/1068 * temporarily point OSS-Fuzz to evverx/util-linux * make sure it can be built with sanitizer=coverage
* add util-linux project (#120)Gravatar Ruediger Meier2016-12-02
util-linux is the major collection of standard Linux utilities and libraries. It's used by most Linux distributions during system init (sysvinit, openrc, systemd) and by users or admins. I've set my committer email address as primary contact and the project maintainer (Karel Zak) on CC. These are the official links to the project: MAILING LIST: E-MAIL: util-linux@vger.kernel.org URL: http://vger.kernel.org/vger-lists.html#util-linux DOWNLOAD: ftp://ftp.kernel.org/pub/linux/utils/util-linux/ SOURCE CODE: Web interface: http://git.kernel.org/cgit/utils/util-linux/util-linux.git https://github.com/karelzak/util-linux Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>