| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r247534 (by ru): Fixed documented prototype of kinfo_getproc(3). | Sergey Kandaurov | 2013-03-10 | 1 | -2/+2 |
| * | MFC: r240391 | Baptiste Daroussin | 2012-09-19 | 1 | -1/+1 |
| * | MFH r237269: switch default password hash to sha512. | Dag-Erling Smørgrav | 2012-07-15 | 1 | -1/+1 |
| * | MFH r236751: document sha256 / sha512 support | Dag-Erling Smørgrav | 2012-07-15 | 6 | -129/+11 |
| * | MFC: r237268 | Baptiste Daroussin | 2012-06-29 | 1 | -6/+13 |
| * | MFC r233648: | Eitan Adler | 2012-06-18 | 2 | -4/+4 |
| * | MFC: 228545,229572 | Baptiste Daroussin | 2012-06-02 | 3 | -19/+351 |
| * | MFC r235337: | Glen Barber | 2012-05-18 | 1 | -1/+2 |
| * | MFC r232157, r232158: | Glen Barber | 2012-04-26 | 1 | -2/+2 |
| * | MFC: 229942, 231938 | Guy Helmer | 2012-04-03 | 2 | -3/+6 |
| * | MFC r229951,229985-229986,229988,230011,230037,230233,230599-230601 | Guy Helmer | 2012-04-03 | 2 | -108/+122 |
| * | MFC r229937: | Guy Helmer | 2012-04-03 | 3 | -2/+39 |
| * | MFC r231306: | Eitan Adler | 2012-03-19 | 1 | -3/+6 |
| * | Add missing "swapuse" resource limit. | Edward Tomasz Napierala | 2011-07-09 | 1 | -1/+2 |
| * | - Commit work from libprocstat project. These patches add support for runtime | Stanislav Sedov | 2011-05-12 | 6 | -2/+325 |
| * | Don't duplicate define the stdint types. | David E. O'Brien | 2011-05-05 | 1 | -10/+1 |
| * | Add support for IEE/IEC (and now also SI) power of two notions of | Xin LI | 2011-04-12 | 3 | -27/+89 |
| * | Add missing resource limits: | Sergey Kandaurov | 2011-03-24 | 1 | -12/+14 |
| * | humanize_number(3) multiply the input number by 100, which could cause an | Xin LI | 2011-03-23 | 1 | -16/+24 |
| * | s/buffer/buf as is used in the code. | Glen Barber | 2011-03-21 | 1 | -5/+5 |
| * | expand_number() needs uint64_t, declare it here if not already declared. | Pawel Jakub Dawidek | 2011-03-06 | 1 | -0/+5 |
| * | Mention setloginclass(2) in login_class(3). | Edward Tomasz Napierala | 2011-03-06 | 1 | -2/+7 |
| * | Add two new system calls, setloginclass(2) and getloginclass(2). This makes | Edward Tomasz Napierala | 2011-03-05 | 2 | -1/+25 |
| * | mdoc: drop redundant .Pp and .LP calls | Ulrich Spörlein | 2010-10-08 | 2 | -2/+0 |
| * | UTFize my name. | Dag-Erling Smørgrav | 2010-08-22 | 1 | -1/+1 |
| * | Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while | Joel Dahl | 2010-08-16 | 1 | -2/+2 |
| * | In setusercontext(), do not apply user settings unless running as the | Dag-Erling Smørgrav | 2010-08-16 | 1 | -1/+1 |
| * | Old patch I had lying around: clean up and use stpcpy(3) instead of | Dag-Erling Smørgrav | 2010-08-16 | 1 | -27/+34 |
| * | Further simplify the code, and update the manpage. | Dag-Erling Smørgrav | 2010-08-15 | 2 | -26/+27 |
| * | no-op commit to note that the example given in the previous commit is | Dag-Erling Smørgrav | 2010-08-15 | 1 | -1/+1 |
| * | Fix the overflow test. It is possible for the result of an | Dag-Erling Smørgrav | 2010-08-15 | 1 | -1/+1 |
| * | Simplify expand_number() by combining the (unrolled) loop with the | Dag-Erling Smørgrav | 2010-08-14 | 2 | -27/+27 |
| * | Fix typos and spelling mistakes. | Joel Dahl | 2010-08-06 | 1 | -1/+1 |
| * | Spelling fixes. | Joel Dahl | 2010-08-03 | 3 | -3/+3 |
| * | Update to current version of head. | Kirk McKusick | 2010-04-28 | 19 | -25/+18 |
| |\ |
|
| | * | mdoc: order prologue macros consistently by Dd/Dt/Os | Ulrich Spörlein | 2010-04-14 | 18 | -18/+18 |
| | * | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | Joel Dahl | 2010-03-02 | 1 | -7/+0 |
| * | | Debugging nits found while testing the new 64-bit quota code. | Kirk McKusick | 2010-03-16 | 1 | -16/+18 |
| * | | IFH@204581 | Dag-Erling Smørgrav | 2010-03-04 | 11 | -469/+40 |
| |\| |
|
| | * | Fix a regression that was introduced in r191882. | Ed Schouten | 2010-01-17 | 1 | -1/+1 |
| | * | Remove login(3), logout(3) and logwtmp(3) from libutil. | Ed Schouten | 2010-01-13 | 8 | -459/+4 |
| | * | Build lib/ with WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -2/+0 |
| | * | Remove a dead store. | Sean Farley | 2009-12-12 | 1 | -2/+2 |
| | * | Make <libutil.h> work when included by itself. | Ed Schouten | 2009-12-02 | 1 | -0/+28 |
| | * | sigset() is the name of function specified by SUSv4. | Konstantin Belousov | 2009-11-26 | 1 | -4/+4 |
| * | | Add and document the quota_convert function which converts between the | Kirk McKusick | 2009-12-28 | 3 | -10/+124 |
| * | | Minor bugs turned up during conversion of quotacheck. | Kirk McKusick | 2009-12-27 | 1 | -6/+7 |
| * | | Add and document new quoat_on and quota_off functions. | Kirk McKusick | 2009-11-16 | 3 | -49/+104 |
| * | | Add quota_maxid which returns the maximum user (or group) identifier | Kirk McKusick | 2009-10-20 | 3 | -5/+36 |
| * | | Further extend the quotafile API. | Dag-Erling Smørgrav | 2009-09-26 | 4 | -42/+137 |