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
*
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
*
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
*
Include param.h instead of types.h when using user.h. Otherwise there is
rwatson
2008-12-27
2
-2
/
+2
*
Initialize the cntp pointer to 0 prior to doing any work so that callers
marcus
2008-12-19
2
-8
/
+10
*
Add filler man pages for the kinfo functions I added recently.
peter
2008-12-07
3
-1
/
+149
*
Attempt a quick bandaid for arm build breakage. I went to the trouble of
peter
2008-12-02
2
-4
/
+4
*
Add experimental front ends to the kinfo_vmentry and kinfo_filedesc
peter
2008-11-30
4
-1
/
+152
*
Fixing !INET6 builds.
avatar
2008-11-25
1
-0
/
+2
*
Fixed style issues with variable ordering and naming, spacing and
scf
2008-11-23
2
-77
/
+99
*
style(9) fixes.
scf
2008-11-11
1
-20
/
+14
*
Like many other functions that handle sockaddrs, realhostname_sa() takes a
des
2008-11-05
1
-5
/
+18
*
Comment out WARNS. There are too many alignment issues in libutil.
des
2008-11-05
1
-1
/
+1
*
Disconnect gr_util.c from the build. It isn't documented or used anywhere
des
2008-11-05
1
-1
/
+1
*
libutil now builds at WARNS level 6.
des
2008-11-04
1
-0
/
+2
*
Add missing header.
des
2008-11-04
1
-0
/
+1
*
Avoid assigning a const char * to a char *.
des
2008-11-04
2
-10
/
+10
*
Remove unneeded call to revoke() inside openpty().
ed
2008-10-28
1
-4
/
+0
*
Diff reduction against Varnish, including one important fix: use a shared
des
2008-10-20
1
-12
/
+12
*
Reimplement flopen(3) using fcntl(2) locks instead of flock(2) locks.
des
2008-10-20
2
-13
/
+16
*
pidfile(3) uses flopen(3) - don't make any assumptions about how the
des
2008-10-20
1
-9
/
+8
*
There is no point in releasing a lock on a file which we've unlinked and
des
2008-10-20
1
-4
/
+0
*
Since in_lt() and in_lts() are not static, assume that they are intended to
des
2008-10-20
2
-2
/
+22
*
Additional style and whitespace fixes.
des
2008-10-20
1
-1
/
+3
*
Style and whitespace
des
2008-10-20
1
-17
/
+17
*
Unbreak
des
2008-10-20
1
-3
/
+3
*
Since setclasscpumask() is not static, assume that it is intended to be
des
2008-10-20
2
-5
/
+10
*
Style and whitespace.
des
2008-10-20
1
-15
/
+19
*
Parenthesize return values.
des
2008-10-20
1
-11
/
+11
*
include and whitespace cleanup.
des
2008-10-20
1
-7
/
+8
*
Use strlcpy() when we mean it.
delphij
2008-10-17
3
-6
/
+3
*
Small cleanups to openpty().
ed
2008-10-03
1
-23
/
+15
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
2
-14
/
+16
*
Add support for a new login capability, cpumask which allows login
brooks
2008-07-25
4
-1
/
+132
*
Add #include <inttypes.h> for the strtoimax().
kib
2008-07-07
1
-0
/
+1
*
Merge hexdump(9) to userland as hexdump(3) in libutil. I'm tired of doing
jhb
2008-07-01
4
-3
/
+201
*
Add four utility functions related to struct grp processing modeled in-part
scf
2008-04-23
3
-1
/
+242
*
Merge changes from NetBSD on humanize_number.c, 1.8 -> 1.13
antoine
2008-03-08
1
-5
/
+10
*
Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3)
jhb
2008-01-15
1
-55
/
+3
*
Back out last commit, since it accidentally broke pts.
cperciva
2008-01-15
1
-3
/
+55
*
Update the manpage for openpty(3) to account for the recent fixes.
jhb
2008-01-14
1
-18
/
+14
[next]