Edit

IABSD.fr/src/usr.bin/pkill

Branch :

  • Show log

    Commit

  • Author : millert
    Date : 2026-03-11 14:54:55
    Hash : 7282a1dc
    Message : Increase argv buffer from _POSIX2_LINE_MAX to _POSIX_ARG_MAX. This better handles matching commands with long arguments. Note that it is still possible for a command to have command line arguments larger than _POSIX_ARG_MAX, but this should be enough in most cases. From Mikolaj Kucharski