aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil
Commit message (Expand)AuthorAgeFilesLines
* mdoc: terminate quoted strings.Joel Dahl2012-03-301-53/+53
* mandoc complains loudly when <TAB>s are misused in columnated lists. FixJoel Dahl2012-03-291-1/+1
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-292-4/+4
* mdoc: sort prologue macros.Joel Dahl2012-03-262-2/+2
* This string should be quoted.Joel Dahl2012-03-261-1/+1
* mdoc: terminate quoted strings.Joel Dahl2012-03-261-21/+21
* Fix various typos in manual pages.Glen Barber2012-02-251-2/+2
* Set the O_CLOEXEC flag when opening the pidfile to avoid leaking theGuy Helmer2012-02-201-1/+1
* Detect file modification properly by using tv_nsec.Ed Schouten2012-02-101-1/+2
* Fix NULL ptr dereference in setusercontext if pwd is null,Eitan Adler2012-02-091-3/+6
* Add a comment to the example that pidfile_* functions can handle pfh being NULL.Pawel Jakub Dawidek2012-02-081-0/+5
* Note that calling pidfile_write(3) multiple times is fine.Pawel Jakub Dawidek2012-02-081-1/+4
* Using the O_CLOEXEC flag on open(2) caused the pidfile lock to be lostGuy Helmer2012-02-061-1/+1
* Consensus between bde and pjd seemed to be that if the function namesGuy Helmer2012-01-261-8/+8
* Make the comments consistent (capitalization, punctuation, andGuy Helmer2012-01-261-6/+10
* Restore the parenthesis that are necessary around the constant values.Guy Helmer2012-01-261-7/+7
* Remove unnecessary includes from these libutil man pages.Guy Helmer2012-01-163-4/+0
* Fix more disorder in prototypes and constants.Guy Helmer2012-01-161-46/+43
* Move struct pidfh definition into pidfile.c, and leave a forward declarationGuy Helmer2012-01-122-12/+13
* Fix disorder in MAN and MLINKS lists.Guy Helmer2012-01-121-37/+37
* More prototype formatting fixes, struct member formatting fixes,Guy Helmer2012-01-121-10/+17
* pidfile_open() no longer uses fcntl() to set the close-on-exec flag.Guy Helmer2012-01-121-2/+1
* Fix prototype formatting (indentation, long lines, and continued lines).Guy Helmer2012-01-111-23/+30
* Fix namespace issues with prototype parameter names.Guy Helmer2012-01-111-32/+32
* Fix forward structure declaration and prototype disorder.Guy Helmer2012-01-111-34/+33
* jilles pointed out that O_CLOEXEC could be used in the open(2) flagsGuy Helmer2012-01-111-14/+1
* Constify arguments.Pawel Jakub Dawidek2012-01-112-3/+3
* Add link for pidfile_fileno.3 to pidfile.3 - thanks again pjd!Guy Helmer2012-01-101-1/+2
* Style fixes courtesy of pjd.Guy Helmer2012-01-102-2/+5
* Document that pidfile_open() now sets the FD_CLOEXEC flag on the openGuy Helmer2012-01-101-0/+4
* Add pidfile_fileno() to obtain the file descriptor for an openGuy Helmer2012-01-103-2/+39
* Set the FD_CLOEXEC flag on the open pidfile file descriptor.Guy Helmer2012-01-101-0/+14
* Convert files to UTF-8 and add some copyright markers where missing.Ulrich Spörlein2012-01-072-2/+2
* Add new pw_make_v7 to make a passwd line (in v7 format) out of a struct passwdBaptiste Daroussin2012-01-052-1/+16
* Replace index() and rindex() calls with strchr() and strrchr().Ed Schouten2012-01-031-1/+1
* Modify pw_copy:Baptiste Daroussin2011-12-153-13/+332
* In pidfile_open(), if the pidfile is locked, but empty (PID is not stored yet)Pawel Jakub Dawidek2011-10-162-22/+27
* Add missing "swapuse" resource limit.Edward Tomasz Napierala2011-07-091-1/+2
* - Commit work from libprocstat project. These patches add support for runtimeStanislav Sedov2011-05-126-2/+325
* Don't duplicate define the stdint types.David E. O'Brien2011-05-051-10/+1
* Add support for IEE/IEC (and now also SI) power of two notions ofXin LI2011-04-123-27/+89
* Add missing resource limits:Sergey Kandaurov2011-03-241-12/+14
* humanize_number(3) multiply the input number by 100, which could cause anXin LI2011-03-231-16/+24
* s/buffer/buf as is used in the code.Glen Barber2011-03-211-5/+5
* expand_number() needs uint64_t, declare it here if not already declared.Pawel Jakub Dawidek2011-03-061-0/+5
* Mention setloginclass(2) in login_class(3).Edward Tomasz Napierala2011-03-061-2/+7
* Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala2011-03-052-1/+25
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-082-2/+0
* UTFize my name.Dag-Erling Smørgrav2010-08-221-1/+1
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whileJoel Dahl2010-08-161-2/+2