| Commit message (Expand) | Author | Age | Files | Lines |
* | truncate: Detect integer overflow, fix relative sizes, add tests. | jilles | 2014-06-09 | 4 | -5/+421 |
* | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE. | bdrewery | 2014-06-08 | 16 | -0/+32 |
* | Minor mdoc improvements. | joel | 2014-06-06 | 1 | -5/+6 |
* | Move atf-sh from /usr/bin/ to /usr/libexec/ | jmmv | 2014-06-06 | 6 | -127/+0 |
* | Fix some rpcgen sample file issues. | bdrewery | 2014-06-06 | 2 | -2/+3 |
* | Minor mdoc nit. | joel | 2014-06-06 | 1 | -1/+1 |
* | When building picobsd, define WITHOUT_OPENSSL and WITHOUT_KERBEROS and | imp | 2014-06-06 | 1 | -2/+0 |
* | mdoc: drop the trailing dot from the xref list. | pluknet | 2014-06-05 | 1 | -1/+1 |
* | Cross-reference jot(1) and seq(1). | kib | 2014-06-04 | 1 | -1/+4 |
* | Sadly, we do not actually live in the future. | allanjude | 2014-06-04 | 1 | -1/+1 |
* | Further updates to the netstat(1) man page and usage message | allanjude | 2014-06-04 | 2 | -253/+515 |
* | - Avoid calling a wrapper function around strcmp | gahr | 2014-06-03 | 1 | -10/+3 |
* | - style, remove (void) in front of printf and the like | gahr | 2014-06-03 | 1 | -5/+5 |
* | Remove extraneous "mkdir -p" | emaste | 2014-06-02 | 1 | -1/+0 |
* | printf: Install tests/regress.missingpos1.out, fixing tests. | jilles | 2014-06-01 | 1 | -0/+1 |
* | - Added myself and mentor/mentee relationship to the src committers | pkelsey | 2014-05-31 | 1 | -0/+1 |
* | Fix m2 regression test. | pfg | 2014-05-31 | 1 | -0/+1 |
* | Rework the notion of CPU used in top. In particular, for subsequent | jhb | 2014-05-30 | 1 | -13/+97 |
* | Update number of tests. | pfg | 2014-05-29 | 1 | -1/+1 |
* | Minor style knit. | pfg | 2014-05-29 | 1 | -2/+1 |
* | Fix a couple of size_t != int warnings. | jhb | 2014-05-27 | 1 | -2/+2 |
* | Update backend files and makefiles for apr 1.4.8 -> 1.5.1 | peter | 2014-05-27 | 3 | -5/+24 |
* | Merge svn-1.8.8 -> 1.8.9 | peter | 2014-05-27 | 1 | -2/+2 |
* | printf(1): add tests for warn about incomplete uses n$ | pfg | 2014-05-26 | 2 | -0/+9 |
* | printf(1): warn about incomplete uses n$ | pfg | 2014-05-26 | 1 | -2/+16 |
* | Change libatf-c and libatf-c++ to be private libraries. | jmmv | 2014-05-25 | 1 | -12/+1 |
* | Add path markup on sys/mbuf.h to previous netstat(1) man page update | allanjude | 2014-05-25 | 1 | -1/+3 |
* | Document the new -R flag of netstat(1) introduced in r266448 that tracks the | allanjude | 2014-05-25 | 1 | -1/+9 |
* | Add .../share/mk to the default system make path. This will fix the | imp | 2014-05-23 | 1 | -1/+0 |
* | Create our temporary file in $TMPDIR, if the environment variable | marcel | 2014-05-22 | 2 | -2/+15 |
* | Rollback r266496. | ray | 2014-05-22 | 1 | -2/+2 |
* | Fix CID 1204379 (vtoc8.c) & CID 1204380 (bsd.c): Cast ncyls to lba_t | marcel | 2014-05-21 | 2 | -2/+2 |
* | Fix CID 1204394: Use strncpy(3) instead of strcpy(3). Note that it's | marcel | 2014-05-21 | 1 | -4/+6 |
* | Fix CID 1215124: Handle errors properly. | marcel | 2014-05-21 | 1 | -1/+5 |
* | Fix CID 1215125: fstat(2) returns -1 on error and sets errno. It does | marcel | 2014-05-21 | 1 | -4/+2 |
* | Fix CID 1215128: Free the allocated buf when image_set_size() | marcel | 2014-05-21 | 1 | -1/+3 |
* | Fix CID 1215129: move the call to lseek(2) before the call to malloc(3) | marcel | 2014-05-21 | 1 | -2/+2 |
* | Sync lock(1) on VT_LOCKSWITCH usage with syscons(4), vt(4) and vidcontrol(1). | ray | 2014-05-21 | 1 | -2/+2 |
* | - Fix a bug which can make sysctl() fail when -F is specified. | hrs | 2014-05-21 | 1 | -9/+5 |
* | Add -R to netstat to dump RSS/flow information. | adrian | 2014-05-19 | 3 | -5/+18 |
* | Note my mentors in the committers graph. | allanjude | 2014-05-18 | 1 | -0/+1 |
* | Add descriptions of the display formats for -e, -l, -r, and -x. Fix a few | jhb | 2014-05-17 | 1 | -2/+65 |
* | Use 'RESOURCE' instead of the more generic 'TYPE' for the resource name | jhb | 2014-05-17 | 1 | -1/+2 |
* | Correct some minor nits in the per-thread signal format description such | jhb | 2014-05-17 | 1 | -5/+5 |
* | - Add support for dumping current resource usage for processes via a new -r | jhb | 2014-05-17 | 5 | -13/+193 |
* | - Do not override sin6_scope_id in LLA when it is already set to non-zero. | hrs | 2014-05-15 | 1 | -5/+9 |
* | MFuser/marcel/mkimg: | marcel | 2014-05-15 | 19 | -160/+775 |
* | Revert r261296. This removes the WITHOUT_NCURSESW option. | brooks | 2014-05-15 | 3 | -16/+3 |
* | Makefile.inc is also included by the tests subdirectory, which results | imp | 2014-05-15 | 1 | -1/+4 |
* | units(1): Fix minor typos | eadler | 2014-05-15 | 1 | -2/+2 |