| Commit message (Expand) | Author | Age | Files | Lines |
* | Indent ecaps the same way we indent caps. | imp | 2012-10-19 | 1 | -1/+1 |
* | More -Wmissing-variable-declarations fixes. | ed | 2012-10-19 | 23 | -92/+73 |
* | Add missing const keywords. | ed | 2012-10-19 | 1 | -4/+4 |
* | More-accurately replicate the help system from sysinstall(8). However, also | dteske | 2012-10-18 | 5 | -5/+61 |
* | Fix a bug where blank lines were not being counted (because awk's split() | dteske | 2012-10-18 | 1 | -1/+1 |
* | make sure that socket's send and receive buffers are properly sized | emax | 2012-10-18 | 2 | -1/+45 |
* | Disconnect non-MPSAFE SMBFS from the build in preparation for dropping | attilio | 2012-10-18 | 5 | -5/+0 |
* | Fix typo. | dteske | 2012-10-18 | 1 | -1/+1 |
* | Fully backout latest changes. | sobomax | 2012-10-18 | 2 | -49/+6 |
* | Ask to become root via sudo(8) and give user ability to save this preference. | dteske | 2012-10-17 | 2 | -0/+65 |
* | Remove harmless, but superfluous local change that creeped in along | sobomax | 2012-10-17 | 1 | -1/+0 |
* | Revert latest changes to cron, until better version is worked out (I hope). | sobomax | 2012-10-17 | 4 | -45/+10 |
* | Disconnect non-MPSAFE NWFS from the build in preparation for dropping | attilio | 2012-10-17 | 2 | -6/+0 |
* | o Use nanosleep(2) to sleep exact amount of time till the next second, | sobomax | 2012-10-17 | 1 | -6/+48 |
* | Properly handle non-keyword case by setting e->second to 0. | sobomax | 2012-10-16 | 1 | -0/+1 |
* | Disconnect non-MPSAFE PORTALFS from the build in preparation for dropping | attilio | 2012-10-16 | 2 | -2/+1 |
* | Add per-second scheduling into the cron(8). Right now it's | sobomax | 2012-10-15 | 4 | -9/+45 |
* | Add a description for the '-S' option to the mountd man page. | rmacklem | 2012-10-15 | 1 | -2/+15 |
* | Add a new '-S' option to mountd, which tells it to suspend | rmacklem | 2012-10-15 | 1 | -2/+11 |
* | Mirror the changes made in SVN r240798: | dteske | 2012-10-14 | 1 | -4/+3 |
* | Remove cvs/cvsup reference. | joel | 2012-10-14 | 1 | -5/+1 |
* | SVN r240684 broke the ability of the dot module to map include dependencies. | dteske | 2012-10-13 | 1 | -46/+66 |
* | Some 3G modems return the wrong signature in echo packets and make it | n_hibma | 2012-10-12 | 1 | -1/+2 |
* | - Fix the error message when a dependency string is not provided to | jhb | 2012-10-10 | 1 | -2/+2 |
* | Minor mdoc fixes. | joel | 2012-10-07 | 3 | -3/+3 |
* | Add support for bmake. This includes: | marcel | 2012-10-06 | 1 | -3/+3 |
* | mdoc: begin sentences on a new line. | joel | 2012-10-06 | 1 | -10/+20 |
* | Minor mdoc fix. | joel | 2012-10-06 | 1 | -1/+1 |
* | Remove trailing whitespace. | joel | 2012-10-06 | 1 | -1/+1 |
* | MFV: tcpdump 4.3.0. | delphij | 2012-10-05 | 2 | -17/+63 |
* | Provide ability for printing and decoding pfsync(4) traffic. This | glebius | 2012-10-05 | 1 | -0/+1 |
* | Remove references to CVS so that people will stop bringing it up | dougb | 2012-10-05 | 1 | -31/+37 |
* | Display the matrix of inter-domain distances in the SLIT table. This is | jhb | 2012-10-04 | 1 | -0/+30 |
* | Move properly to the next parameter when jailparam_init fails | jamie | 2012-10-04 | 1 | -0/+1 |
* | Fix HISTORY. | joel | 2012-10-04 | 1 | -1/+1 |
* | Sort manual page cross references. | zeising | 2012-10-03 | 1 | -5/+6 |
* | Remove whitespace at EOL | zeising | 2012-10-03 | 1 | -16/+16 |
* | Import sysutils/sysrc from the ports tree (current version 5.1). Importing | dteske | 2012-10-03 | 5 | -2/+924 |
* | Fix alignment related warnings reported by gcc | eadler | 2012-10-02 | 2 | -29/+17 |
* | mdoc: point to an existing cross reference. | pluknet | 2012-10-02 | 1 | -1/+1 |
* | Fix build with LOG_FILE undefined and DEBUGGING disabled. | pluknet | 2012-10-02 | 1 | -0/+2 |
* | Fix build with DEBUGGING disabled. | pluknet | 2012-10-02 | 1 | -0/+4 |
* | Do not treat empty name as an uid 0 | bapt | 2012-10-01 | 1 | -1/+2 |
* | Remove useless atoi(3), previous strspn(3) makes sure that a_name->val is a | bapt | 2012-10-01 | 1 | -2/+1 |
* | Document the security.bsd.unprivileged_idprio in idprio(1) in addition | eadler | 2012-09-30 | 1 | -1/+9 |
* | Allow deferred word-splitting via f_sysrc_get() by allowing $IFS in the | dteske | 2012-09-29 | 1 | -3/+2 |
* | Change "only only" to "only" in portsnap(8). | issyl0 | 2012-09-28 | 1 | -1/+1 |
* | Add a note to portsnap(8) about the behaviour of the example cron command. | issyl0 | 2012-09-28 | 1 | -1/+18 |
* | Make sure that each va_start has one and only one matching va_end, | kevlo | 2012-09-28 | 2 | -0/+2 |
* | Sanitize varname argument in f_sysrc_find. This is as much for security as it | dteske | 2012-09-28 | 1 | -2/+15 |