summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network/ndisc-neighbor-internal.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-16basic/utf8: modernize utf8_is_valid_n a bitMike Yuan2-9/+9
2024-06-15man,units: drop "temporary" from description of systemd-tmpfilesMike Yuan3-5/+7
2024-06-15man: describe setting of the clock by systemd and systemd-timesyncdZbigniew Jędrzejewski-Szmek3-24/+64
2024-06-15manager: add structured log message about clock bumpZbigniew Jędrzejewski-Szmek4-28/+31
2024-06-15timesyncd: simplify handling of timestampsZbigniew Jędrzejewski-Szmek1-26/+21
2024-06-15manager: apply clock epoch on updates tooZbigniew Jędrzejewski-Szmek3-10/+14
2024-06-15manager: use max of: compile epoch, epoch file, timesyncd fileZbigniew Jędrzejewski-Szmek1-7/+17
2024-06-15shared/clock-util: small modernizationZbigniew Jędrzejewski-Szmek2-28/+23
2024-06-15random-util: add crypto_random_bytes_allocate_iovec()Lennart Poettering4-13/+23
2024-06-15importd: unify setup of bus connectivity in one placeLennart Poettering1-6/+8
2024-06-15selinux-util: make type of cleanup func voidMike Yuan1-2/+1
2024-06-15missing_loop: add missing assertions for fallback valuesMike Yuan1-4/+8
2024-06-15macro-fundamental: correct comment and remove trailing ';' for macroMike Yuan1-2/+2
2024-06-15json: extend JsonDispatch flags with nullable and refuse-null flagsLennart Poettering3-3/+103
2024-06-15varlink: handle NULL varlink server object gracefully in varlink_server_curre...Lennart Poettering1-1/+3
2024-06-15machined: use bus_message_read_id128() at one more placeLennart Poettering1-9/+2
2024-06-15pretty-print: enable stdio buffering while outputting progress barLennart Poettering1-0/+15
2024-06-15utf8: let utf8_console_width() handle NULL strings somewhat reasonablyLennart Poettering1-1/+4
2024-06-15json: add sd_json_dispatch_double() helperLennart Poettering4-0/+60
2024-06-15src/basic/missing_loop.h: fix missing LOOP_SET_BLOCK_SIZERaphaël Mélotte1-0/+4
2024-06-15man: add a bit of a warning to systemd-tmpfiles --purgeNick Rosbrook1-1/+5
2024-06-15creds-util: add common helper for determinign global boot credentials pathLennart Poettering3-29/+60
2024-06-15fs-util: add simple open_mkdir() wrapperLennart Poettering6-5/+8
2024-06-15string-util: make sure strrepa() doesn't doubly evaluate expressionsLennart Poettering1-3/+6
2024-06-14pcrlock: move event_log_reduce_to_safe_pcrs() down a bitLennart Poettering1-63/+63
2024-06-14pcrlock: don't override conf_root parameter for boot_entry_token_ensure()Lennart Poettering1-1/+1
2024-06-14fileio: add new helper write_base64_file_at() which encodes a binary object i...Lennart Poettering3-8/+21
2024-06-14vmspawn: report "systemd-vmspawn" as "service" to machinedLennart Poettering1-1/+1
2024-06-14nspawn: use parse_boolean_argument() at two placesLennart Poettering1-8/+4
2024-06-14utf8: assume tabs are 8 characters wide when written to consoleLennart Poettering1-0/+3
2024-06-14fundamental: declare flex array updated for gcc15 and clang 19Cristian Rodríguez1-0/+5
2024-06-14copy: increase copy buffer from 16K to 64KLennart Poettering1-2/+2
2024-06-14copy: when a progress callback is provided, never copy more than 1M per itera...Lennart Poettering1-0/+8
2024-06-14copy: rework how we determine the number of bytes to copy in copy_bytes_full()Lennart Poettering1-12/+20
2024-06-14iovec-util: add exported constant empty but valid (i.e. non-NULL) iovecLennart Poettering4-12/+18
2024-06-14analyze: show pcrs also in sha384 bankLennart Poettering1-1/+1
2024-06-14machined: use pidref instead of just pid when determining unit of pid when re...Lennart Poettering1-1/+1
2024-06-14machined: prefer pinning clients via pidfd when creating machine, rather than...Lennart Poettering1-13/+5
2024-06-14machined: modernize method_create_or_register_machine() return parameter namingLennart Poettering1-4/+9
2024-06-14tpm2-util: make one sd_json_dispatch_field[] table static constLennart Poettering1-1/+1
2024-06-14varlink-idl: include line/column in a parse log msgLennart Poettering1-1/+4
2024-06-14varlink-idl: align continuation line character \Lennart Poettering1-6/+6
2024-06-14machined: initialize CID of '.host' pseudo-machine to 1 (i.e. the loopback vs...Lennart Poettering1-0/+6
2024-06-14socket-util: make return parameter for socket_address_parse_vsock() optionalLennart Poettering1-3/+2
2024-06-14cryptsetup: downgrade log message to warning, when we ignore itLennart Poettering1-1/+1
2024-06-14cryptsetup: merge two mostly equivalent functionsLennart Poettering1-19/+5
2024-06-13sd-json: make static analyzers shut upLennart Poettering1-1/+5
2024-06-13io-util: move fputs_with_newline to fileioMike Yuan6-24/+28
2024-06-13namespace: rename 'n' to 'n_mount_images'Lennart Poettering1-4/+4
2024-06-13cryptsetup: manual FIDO2 PIN, UP and UV configurationKamil Szczęk2-23/+80