| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r220582: | Xin LI | 2011-04-29 | 3 | -27/+89 |
| * | MFC r219939: | Xin LI | 2011-04-22 | 1 | -16/+24 |
| * | MFC 219850: | Glen Barber | 2011-04-06 | 1 | -5/+5 |
| * | MFC r219963: | Sergey Kandaurov | 2011-03-31 | 1 | -12/+14 |
| * | MFC r200035, r219344: | Mikolaj Golub | 2011-03-29 | 1 | -0/+33 |
| * | MFC r211393 (des): | Xin LI | 2010-09-24 | 1 | -1/+1 |
| * | MFC r206622,207939,208593,208732,209031: mdoc cleanup | Ulrich Spörlein | 2010-08-27 | 18 | -18/+18 |
| * | MFC r202500: | Ed Schouten | 2010-01-24 | 1 | -1/+1 |
| * | Merge from head to stable/8: | Sean Farley | 2009-12-18 | 1 | -2/+2 |
| * | MFC r199826: | Konstantin Belousov | 2009-12-17 | 1 | -4/+4 |
| * | Bump the version of all non-symbol-versioned shared libraries in | Ken Smith | 2009-07-19 | 1 | -1/+1 |
| * | Fix copy-and-paste-o's from kinfo_getfile.3 in kinfo_getvmmap.3. | Robert Watson | 2009-06-24 | 1 | -2/+2 |
| * | Merge NetBSD revision 1.14: humanize_number.c is now 2-clause BSD licensed. | Xin LI | 2009-06-23 | 1 | -8/+1 |
| * | Usermode portion of the support for swap allocation accounting: | Konstantin Belousov | 2009-06-23 | 1 | -0/+1 |
| * | Note that the structures are defined in <sys/user.h> in the text (using | John Baldwin | 2009-06-15 | 2 | -4/+4 |
| * | - Note that these interfaces require <sys/user.h> for the structure | John Baldwin | 2009-06-12 | 2 | -2/+12 |
| * | Revert (once again, and hopefully for the last time) to flock(2) locks. | Dag-Erling Smørgrav | 2009-06-06 | 2 | -23/+14 |
| * | Add missing .Pp | Dag-Erling Smørgrav | 2009-06-06 | 1 | -0/+1 |
| * | Add tcsetsid(3). | Ed Schouten | 2009-05-07 | 1 | -3/+7 |
| * | Include param.h instead of types.h when using user.h. Otherwise there is | Robert Watson | 2008-12-27 | 2 | -2/+2 |
| * | Initialize the cntp pointer to 0 prior to doing any work so that callers | Joe Marcus Clarke | 2008-12-19 | 2 | -8/+10 |
| * | Add filler man pages for the kinfo functions I added recently. | Peter Wemm | 2008-12-07 | 3 | -1/+149 |
| * | Attempt a quick bandaid for arm build breakage. I went to the trouble of | Peter Wemm | 2008-12-02 | 2 | -4/+4 |
| * | Merge user/peter/kinfo branch as of r185547 into head. | Peter Wemm | 2008-12-02 | 4 | -1/+152 |
| * | Fixing !INET6 builds. | Tai-hwa Liang | 2008-11-25 | 1 | -0/+2 |
| * | Fixed style issues with variable ordering and naming, spacing and | Sean Farley | 2008-11-23 | 2 | -76/+98 |
| * | style(9) fixes. | Sean Farley | 2008-11-11 | 1 | -20/+14 |
| * | Like many other functions that handle sockaddrs, realhostname_sa() takes a | Dag-Erling Smørgrav | 2008-11-05 | 1 | -5/+18 |
| * | Comment out WARNS. There are too many alignment issues in libutil. | Dag-Erling Smørgrav | 2008-11-05 | 1 | -1/+1 |
| * | Disconnect gr_util.c from the build. It isn't documented or used anywhere | Dag-Erling Smørgrav | 2008-11-05 | 1 | -1/+1 |
| * | libutil now builds at WARNS level 6. | Dag-Erling Smørgrav | 2008-11-04 | 1 | -0/+2 |
| * | Add missing header. | Dag-Erling Smørgrav | 2008-11-04 | 1 | -0/+1 |
| * | Avoid assigning a const char * to a char *. | Dag-Erling Smørgrav | 2008-11-04 | 2 | -10/+10 |
| * | Remove unneeded call to revoke() inside openpty(). | Ed Schouten | 2008-10-28 | 1 | -4/+0 |
| * | Diff reduction against Varnish, including one important fix: use a shared | Dag-Erling Smørgrav | 2008-10-20 | 1 | -12/+12 |
| * | Reimplement flopen(3) using fcntl(2) locks instead of flock(2) locks. | Dag-Erling Smørgrav | 2008-10-20 | 2 | -13/+16 |
| * | pidfile(3) uses flopen(3) - don't make any assumptions about how the | Dag-Erling Smørgrav | 2008-10-20 | 1 | -9/+8 |
| * | There is no point in releasing a lock on a file which we've unlinked and | Dag-Erling Smørgrav | 2008-10-20 | 1 | -4/+0 |
| * | Since in_lt() and in_lts() are not static, assume that they are intended to | Dag-Erling Smørgrav | 2008-10-20 | 2 | -2/+22 |
| * | Additional style and whitespace fixes. | Dag-Erling Smørgrav | 2008-10-20 | 1 | -1/+3 |
| * | Style and whitespace | Dag-Erling Smørgrav | 2008-10-20 | 1 | -17/+17 |
| * | Unbreak | Dag-Erling Smørgrav | 2008-10-20 | 1 | -3/+3 |
| * | Since setclasscpumask() is not static, assume that it is intended to be | Dag-Erling Smørgrav | 2008-10-20 | 2 | -5/+10 |
| * | Style and whitespace. | Dag-Erling Smørgrav | 2008-10-20 | 1 | -15/+19 |
| * | Parenthesize return values. | Dag-Erling Smørgrav | 2008-10-20 | 1 | -11/+11 |
| * | include and whitespace cleanup. | Dag-Erling Smørgrav | 2008-10-20 | 1 | -7/+8 |
| * | Use strlcpy() when we mean it. | Xin LI | 2008-10-17 | 3 | -6/+3 |
| * | Small cleanups to openpty(). | Ed Schouten | 2008-10-03 | 1 | -23/+15 |
| * | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 2 | -14/+16 |
| * | Add support for a new login capability, cpumask which allows login | Brooks Davis | 2008-07-25 | 4 | -1/+132 |