| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Restore the parenthesis that are necessary around the constant values. | ghelmer | 2012-01-26 | 1 | -7/+7 |
* | Remove unnecessary includes from these libutil man pages. | ghelmer | 2012-01-16 | 3 | -4/+0 |
* | Fix more disorder in prototypes and constants. | ghelmer | 2012-01-16 | 1 | -46/+43 |
* | Move struct pidfh definition into pidfile.c, and leave a forward declaration | ghelmer | 2012-01-12 | 2 | -12/+13 |
* | Fix disorder in MAN and MLINKS lists. | ghelmer | 2012-01-12 | 1 | -37/+37 |
* | More prototype formatting fixes, struct member formatting fixes, | ghelmer | 2012-01-12 | 1 | -10/+17 |
* | pidfile_open() no longer uses fcntl() to set the close-on-exec flag. | ghelmer | 2012-01-12 | 1 | -2/+1 |
* | Fix prototype formatting (indentation, long lines, and continued lines). | ghelmer | 2012-01-11 | 1 | -23/+30 |
* | Fix namespace issues with prototype parameter names. | ghelmer | 2012-01-11 | 1 | -32/+32 |
* | Fix forward structure declaration and prototype disorder. | ghelmer | 2012-01-11 | 1 | -34/+33 |
* | jilles pointed out that O_CLOEXEC could be used in the open(2) flags | ghelmer | 2012-01-11 | 1 | -14/+1 |
* | Constify arguments. | pjd | 2012-01-11 | 2 | -3/+3 |
* | Add link for pidfile_fileno.3 to pidfile.3 - thanks again pjd! | ghelmer | 2012-01-10 | 1 | -1/+2 |
* | Style fixes courtesy of pjd. | ghelmer | 2012-01-10 | 2 | -2/+5 |
* | Document that pidfile_open() now sets the FD_CLOEXEC flag on the open | ghelmer | 2012-01-10 | 1 | -0/+4 |
* | Add pidfile_fileno() to obtain the file descriptor for an open | ghelmer | 2012-01-10 | 3 | -2/+39 |
* | Set the FD_CLOEXEC flag on the open pidfile file descriptor. | ghelmer | 2012-01-10 | 1 | -0/+14 |
* | Convert files to UTF-8 and add some copyright markers where missing. | uqs | 2012-01-07 | 2 | -2/+2 |
* | Add new pw_make_v7 to make a passwd line (in v7 format) out of a struct passwd | bapt | 2012-01-05 | 2 | -1/+16 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 1 | -1/+1 |
* | Modify pw_copy: | bapt | 2011-12-15 | 3 | -13/+332 |
* | In pidfile_open(), if the pidfile is locked, but empty (PID is not stored yet) | pjd | 2011-10-16 | 2 | -22/+27 |
* | Add missing "swapuse" resource limit. | trasz | 2011-07-09 | 1 | -1/+2 |
* | - Commit work from libprocstat project. These patches add support for runtime | stas | 2011-05-12 | 6 | -2/+325 |
* | Don't duplicate define the stdint types. | obrien | 2011-05-05 | 1 | -10/+1 |
* | Add support for IEE/IEC (and now also SI) power of two notions of | delphij | 2011-04-12 | 3 | -27/+89 |
* | Add missing resource limits: | pluknet | 2011-03-24 | 1 | -12/+14 |
* | humanize_number(3) multiply the input number by 100, which could cause an | delphij | 2011-03-23 | 1 | -16/+24 |
* | s/buffer/buf as is used in the code. | gjb | 2011-03-21 | 1 | -5/+5 |
* | expand_number() needs uint64_t, declare it here if not already declared. | pjd | 2011-03-06 | 1 | -0/+5 |
* | Mention setloginclass(2) in login_class(3). | trasz | 2011-03-06 | 1 | -2/+7 |
* | Add two new system calls, setloginclass(2) and getloginclass(2). This makes | trasz | 2011-03-05 | 2 | -1/+25 |
* | mdoc: drop redundant .Pp and .LP calls | uqs | 2010-10-08 | 2 | -2/+0 |
* | UTFize my name. | des | 2010-08-22 | 1 | -1/+1 |
* | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | joel | 2010-08-16 | 1 | -2/+2 |
* | In setusercontext(), do not apply user settings unless running as the | des | 2010-08-16 | 1 | -1/+1 |
* | Old patch I had lying around: clean up and use stpcpy(3) instead of | des | 2010-08-16 | 1 | -27/+34 |
* | Further simplify the code, and update the manpage. | des | 2010-08-15 | 2 | -26/+27 |
* | no-op commit to note that the example given in the previous commit is | des | 2010-08-15 | 1 | -1/+1 |
* | Fix the overflow test. It is possible for the result of an | des | 2010-08-15 | 1 | -1/+1 |
* | Simplify expand_number() by combining the (unrolled) loop with the | des | 2010-08-14 | 2 | -27/+27 |
* | Fix typos and spelling mistakes. | joel | 2010-08-06 | 1 | -1/+1 |
* | Spelling fixes. | joel | 2010-08-03 | 3 | -3/+3 |
* | Update to current version of head. | mckusick | 2010-04-28 | 19 | -25/+18 |
|\ |
|
| * | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 18 | -18/+18 |
| * | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-02 | 1 | -7/+0 |
* | | Debugging nits found while testing the new 64-bit quota code. | mckusick | 2010-03-16 | 1 | -16/+18 |
* | | IFH@204581 | des | 2010-03-04 | 11 | -469/+40 |
|\ \
| |/ |
|
| * | Fix a regression that was introduced in r191882. | ed | 2010-01-17 | 1 | -1/+1 |
| * | Remove login(3), logout(3) and logwtmp(3) from libutil. | ed | 2010-01-13 | 8 | -459/+4 |