| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r314475: | ngie | 2017-07-20 | 1 | -2/+2 |
* | Rename getline with get_line to avoid collision with getline(3) | bapt | 2016-05-10 | 1 | -2/+2 |
* | Use MIN macro from sys/param.h. | araujo | 2016-05-02 | 1 | -1/+1 |
* | lpr: replace 0 with NULL for pointers. | pfg | 2016-04-10 | 1 | -6/+6 |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+21 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | sjg | 2015-05-27 | 1 | -3/+2 |
| |\
| |/
|/| |
|
| * | Merge from head@274682 | sjg | 2014-11-19 | 1 | -2/+0 |
| |\ |
|
| * \ | Merge head from 7/28 | sjg | 2014-08-19 | 2 | -3/+5 |
| |\ \ |
|
| * | | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| * | | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| * | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| * | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | | | |
| | \ \ | |
| *-. \ \ | Sync from head | sjg | 2012-11-04 | 3 | -34/+36 |
| |\ \ \ \ |
|
| * | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+22 |
| | |/ / /
| |/| | | |
|
* | | | | | Convert usr.sbin to LIBADD | bapt | 2014-11-25 | 1 | -3/+2 |
| |_|_|/
|/| | | |
|
* | | | | Revert r267233 for now. PIE support needs to be reworked. | bdrewery | 2014-08-19 | 1 | -2/+0 |
| |_|/
|/| | |
|
* | | | Replace all uses of libncurses and libtermcap with their wide character | brooks | 2014-07-17 | 1 | -2/+2 |
* | | | In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE. | bdrewery | 2014-06-08 | 1 | -0/+2 |
| |/
|/| |
|
* | | Check the return error of set[ug]id. While this can never fail in the | eadler | 2012-10-22 | 3 | -34/+36 |
|/ |
|
* | Print out a warning message if a `lpc setstatus' is done when | gad | 2012-04-30 | 1 | -0/+18 |
* | Catch the user-error when no queue name was specified on an | gad | 2012-04-30 | 1 | -0/+8 |
* | The scandir(3) function expects fourth parameter, compar, be in type of: | delphij | 2012-04-13 | 1 | -4/+4 |
* | - Remove some unnecessary cast when assigning NULL to a handle. | kevlo | 2012-02-15 | 1 | -3/+3 |
* | fgets(3) returns a pointer, so compare against NULL, not integer 0. | kevlo | 2012-01-13 | 1 | -1/+1 |
* | Spelling fixes for usr.sbin/ | uqs | 2011-12-30 | 1 | -4/+4 |
* | Remove the advertising clause from UCB copyrighted files in usr.sbin. This | joel | 2010-12-11 | 6 | -24/+0 |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | In preparation for raising NGROUPS and NGROUPS_MAX, change base | brooks | 2009-06-19 | 1 | -2/+6 |
* | Use the new name H_SETSIZE instead of the old H_EVENT to set the history | stefanf | 2005-10-19 | 1 | -1/+1 |
* | MFS5: Minor style(9) tweak. | delphij | 2005-02-22 | 1 | -1/+1 |
* | Be more careful when doing el_parse() - only do it when el is | delphij | 2005-02-15 | 1 | -1/+1 |
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Fixed .Xr call. | ru | 2005-01-21 | 1 | -1/+2 |
* | Sort sections. | ru | 2005-01-18 | 1 | -7/+7 |
* | Fix two buffer overflows caused by off-by-one errors: avoid writing a null | tjr | 2003-10-13 | 1 | -2/+2 |
* | More changes to use __FBSDID() for setting rcsids, and fix the | gad | 2003-07-14 | 5 | -18/+17 |
* | mdoc(7) police: markup fixes. | ru | 2002-11-27 | 1 | -13/+16 |
* | Changes which rewrite 'lpc topq', and which add 'lpc bottomq'. These | gad | 2002-07-17 | 6 | -8/+415 |
* | The .Nm utility | charnier | 2002-07-14 | 1 | -3/+4 |
* | Call routine to free everything obtained when filling in 'struct printer'. | gad | 2002-07-12 | 1 | -0/+1 |
* | Remove the backup-versions ("x*") of various lpc commands that were | gad | 2002-07-02 | 3 | -377/+0 |
* | Stop adding ${CWARNFLAGS} to CFLAGS. The standard makefile processing will | gad | 2002-06-23 | 1 | -1/+1 |
* | Just rename two generic-queue init routines from 'init_*' to '*_gi' | gad | 2002-06-16 | 3 | -7/+7 |
* | Add a nearly complete rewrite of the lpc command 'down'. The only user- | gad | 2002-06-16 | 4 | -3/+73 |
* | Make the description of the 'down' command a little more readable. | gad | 2002-06-15 | 1 | -2/+4 |
* | Reorganize the way that arguments are processed in lpc's generic-queue | gad | 2002-06-15 | 1 | -20/+24 |
* | Add a new command to 'lpc' called 'setstatus', which would be used to | gad | 2002-06-15 | 6 | -28/+140 |
* | Almost complete rewrite of the lpc commands 'abort', 'enable', 'disable', | gad | 2002-06-13 | 3 | -14/+306 |
* | Add 'const' to some casts to fix two warnings that are printed by the | gad | 2002-04-22 | 1 | -2/+2 |