summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-02-08PR/56693: Walter Lozano: Add support for rl_delete_text and rl_set_keychristos
2022-01-31PR/56622: Walter Lozano: Improve readline compatibility by addingchristos
2022-01-29Add more refreshes from Walter Lozano. The readline example inchristos
2022-01-29librefuse: default_log_func is __printfliketnn
2022-01-26remove double t from targeted, add missing r to arbitraryandvar
2022-01-25Correct (hopefully) the handling of wide characters.blymn
2022-01-24s/begining/beginning/ in comments and messages.andvar
2022-01-23librefuse: fix lint warnings about void function returning a valuerillig
2022-01-22Use sysconf(_SC_PAGESIZE) instead of PAGE_SIZEpho
2022-01-22lib/librefuse: Implement all sorts of compat tweaks to appease various file s...pho
2022-01-22Zero-clear the fuse_context in fuse_destroy(3)pho
2022-01-22Add some missing struct fields, structs, and constants that are part of the APIpho
2022-01-22Support the FUSE option -hopho
2022-01-22Implement some missing functions that are part of the APIpho
2022-01-22Correct the wrong prototype of fuse_daemonize(3) while retaining ABI compatib...pho
2022-01-22Cosmetic changespho
2022-01-22Change the way how FUSE_*_VERSION are handledpho
2022-01-22Implement a dummy pathconf() which always returns EINVALpho
2022-01-22Do not call fuse_operations.getattr() before initializing filesystempho
2022-01-22Increase the warning level to spot more mistakespho
2022-01-22lib/librefuse: Add support for legacy types and functionspho
2022-01-22lib/librefuse: Add stub functions for FUSE polling APIpho
2022-01-22lib/librefuse: Implement data buffer API appeared on FUSE 2.9pho
2022-01-22lib/librefuse: Implement FUSE session API and its signal handling functionalitypho
2022-01-22lib/librefuse: Implement logging API appeared on FUSE 3.7pho
2022-01-22Allow calling puffs_mount(3) before puffs_daemon(3)pho
2022-01-17PR/56640: Kimmo Suominen: Correct HISTORY section.christos
2022-01-16libpam: remove stray semicolonrillig
2022-01-16libcurses: remove unreachable statementsrillig
2022-01-14Don't use __printflike, use the explicit attribute so that this works outsidechristos
2022-01-14libedit: rl_message: annotate __printfliketnn
2022-01-11PR/56618: Walter Lozano: Improve libedit compatibility with readline bychristos
2022-01-10read the ps arguments from the correct place.christos
2022-01-10Get rid of usrstack/USRSTACK. Document that the old version of getargv ischristos
2022-01-06Revert change for array definition, it was incorrect, thanks Uwe.blymn
2022-01-06Properly size and array to hold the larget return from wctomb.blymn
2022-01-04s/compnent/component/andvar
2022-01-04exec(3): execlpe() first argument should be named "file"uwe
2022-01-04getopt_long(3): "index" is an argument, not a field.uwe
2022-01-04getopt_long(3): use NULL, not 0, for flag in the example.uwe
2022-01-02ptsname(3): fix equivalence exampleuwe
2022-01-01zero out the tzh structure to fix reproducibile builds.christos
2022-01-01s/sytem/system/msaitoh
2022-01-01s/implemenation/implementation/ in comment.msaitoh
2021-12-31fix few typos in comments, mainly in word "parameter".andvar
2021-12-17curses: spell "foreground" correctly in commentsuwe
2021-12-15Fix for PR lib/56298blymn
2021-12-12fix typos in word "request(s)".andvar
2021-12-12fix typos in word "operation(s)".andvar
2021-12-11remove clause 3 from all my licenses that aren't conflicting withmrg