index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
*
Build lib/ with WARNS=6 by default.
ed
2010-01-02
1
-2
/
+0
|
*
Remove a dead store.
scf
2009-12-12
1
-2
/
+2
|
*
Make <libutil.h> work when included by itself.
ed
2009-12-02
1
-0
/
+28
|
*
sigset() is the name of function specified by SUSv4.
kib
2009-11-26
1
-4
/
+4
*
|
Add and document the quota_convert function which converts between the
mckusick
2009-12-28
3
-10
/
+124
*
|
Minor bugs turned up during conversion of quotacheck.
mckusick
2009-12-27
1
-6
/
+7
*
|
Add and document new quoat_on and quota_off functions.
mckusick
2009-11-16
3
-49
/
+104
*
|
Add quota_maxid which returns the maximum user (or group) identifier
mckusick
2009-10-20
3
-5
/
+36
*
|
Further extend the quotafile API.
des
2009-09-26
4
-42
/
+137
*
|
Style
des
2009-09-25
1
-6
/
+6
*
|
Merge from head
des
2009-09-17
9
-41
/
+41
|
\
\
|
|
/
|
*
Bump the version of all non-symbol-versioned shared libraries in
kensmith
2009-07-19
1
-1
/
+1
|
*
Fix copy-and-paste-o's from kinfo_getfile.3 in kinfo_getvmmap.3.
rwatson
2009-06-24
1
-2
/
+2
|
*
Merge NetBSD revision 1.14: humanize_number.c is now 2-clause BSD licensed.
delphij
2009-06-23
1
-8
/
+1
|
*
Usermode portion of the support for swap allocation accounting:
kib
2009-06-23
1
-0
/
+1
|
*
Note that the structures are defined in <sys/user.h> in the text (using
jhb
2009-06-15
2
-4
/
+4
|
*
- Note that these interfaces require <sys/user.h> for the structure
jhb
2009-06-12
2
-2
/
+12
|
*
Revert (once again, and hopefully for the last time) to flock(2) locks.
des
2009-06-06
2
-23
/
+14
|
*
Add missing .Pp
des
2009-06-06
1
-0
/
+1
|
*
Add tcsetsid(3).
ed
2009-05-07
1
-3
/
+7
*
|
Merge from head up to r188941 (last revision before the USB stack switch)
des
2009-09-17
5
-11
/
+161
|
\
\
|
|
/
|
*
Include param.h instead of types.h when using user.h. Otherwise there is
rwatson
2008-12-27
2
-2
/
+2
[next]