| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC -fno-common fixes: r359389, r359394, r359397-r359399, r359403-r359404, | Kyle Evans | 2020-04-09 | 3 | -5/+1 |
* | MFC r350957: | Konstantin Belousov | 2019-09-02 | 1 | -1/+2 |
* | Revert r330897: | Eitan Adler | 2018-03-29 | 8 | -24/+8 |
* | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 8 | -8/+24 |
* | MFC r314451,r314452,r314453,r314456,r314457,r314458,r314459,r314460,r314461,r... | Enji Cooper | 2017-05-30 | 1 | -3/+2 |
* | MFC r311469: | Enji Cooper | 2017-02-04 | 1 | -2/+7 |
* | Delay calling yp_malloc_dnsent() until after some additional sanity | Don Lewis | 2016-05-25 | 1 | -3/+3 |
* | Call free(cur) if strdup(dirp->d_name) fails to avoid a memory leak. | Don Lewis | 2016-05-25 | 1 | -0/+1 |
* | DIRDEPS_BUILD: Regenerate without local dependencies. | Bryan Drewery | 2016-02-24 | 1 | -12/+0 |
* | Generate ipnodes.by{addr,name} from /etc/hosts for compatibility with | Hajimu UMEMOTO | 2015-12-18 | 1 | -12/+5 |
* | - Keep hosts.by{name,addr} IPv4 only. | Hajimu UMEMOTO | 2015-12-18 | 1 | -2/+13 |
* | Don't need cast malloc. | Marcelo Araujo | 2015-11-16 | 3 | -5/+5 |
* | Fix a ton of speelling errors | Eitan Adler | 2015-10-21 | 1 | -1/+1 |
* | Sync ypwhich(1) code with the OpenBSD version that is more modern. | Marcelo Araujo | 2015-08-25 | 3 | -2/+413 |
* | Serve /etc/eui64 via NIS. | Alan Somers | 2015-08-18 | 3 | -5/+42 |
* | Staticfy and constify some variables and clean up the code a bit to make it | Marcelo Araujo | 2015-07-28 | 4 | -12/+10 |
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+34 |
|\ |
|
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 1 | -2/+1 |
| |\
| |/
|/| |
|
| * | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 2 | -3/+3 |
| |\ |
|
| * | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -1/+0 |
| * | | Updated dependencies | Simon J. Gerraty | 2014-05-10 | 1 | -0/+2 |
| * | | Merge from head | Simon J. Gerraty | 2013-09-05 | 3 | -5/+8 |
| |\ \ |
|
| * | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+1 |
| * | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| * | | | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 1 | -1/+1 |
| |\ \ \ |
|
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+35 |
* | | | | | Convert usr.sbin to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -2/+1 |
| |_|_|/
|/| | | |
|
* | | | | use .Mt to mark up email addresses consistently (part2) | Baptiste Daroussin | 2014-06-20 | 2 | -3/+3 |
| |_|/
|/| | |
|
* | | | Fix compiler warnings. | Hiroki Sato | 2013-07-15 | 2 | -2/+6 |
* | | | Fix a wrong memcpy of struct sockaddr. | Hiroki Sato | 2013-07-12 | 1 | -3/+2 |
| |/
|/| |
|
* | | Fix socket calls on error post-r243965. | Kevin Lo | 2012-12-21 | 1 | -1/+1 |
|/ |
|
* | Remove superfluous paragraph macro. | Joel Dahl | 2012-03-25 | 1 | -2/+0 |
* | Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor | Dimitry Andric | 2012-02-07 | 1 | -1/+1 |
* | Revert changes in r228790. It prevented the ypserv daemon from working with | Hiroki Sato | 2012-01-17 | 1 | -3/+1 |
* | Spelling fixes for usr.sbin/ | Ulrich Spörlein | 2011-12-30 | 1 | -1/+1 |
* | - Fix style(9) bug I introduced in the last commit | Eitan Adler | 2011-12-21 | 1 | -1/+1 |
* | - Remove extraneous null ptr deref checks | Eitan Adler | 2011-12-21 | 1 | -2/+5 |
* | Protect NIS server with madvise(2) since this daemon is required | Gleb Smirnoff | 2011-10-25 | 1 | -0/+4 |
* | Add missing argument for -h in usage. | Jun Kuriyama | 2011-06-20 | 1 | -1/+1 |
* | Spelling fixes. | Joel Dahl | 2010-08-01 | 1 | -1/+1 |
* | Simply ignore unsupported protocols listed in /etc/netconfig and | Hiroki Sato | 2010-01-20 | 1 | -4/+10 |
* | Try a privileged port for binding whenever possible because the | Hiroki Sato | 2010-01-20 | 1 | -7/+12 |
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | Ed Schouten | 2010-01-02 | 1 | -0/+2 |
* | (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument. | Antoine Brodin | 2009-12-28 | 1 | -2/+2 |
* | To remove a server, one should use double backslash, and half of them | Dmitry Morozovsky | 2009-12-27 | 1 | -1/+1 |
* | - Fix main() to use two separated sockets for the two transports | Hiroki Sato | 2009-12-13 | 2 | -116/+300 |
* | - In ypproc_all_2_svc(), yp_fork() is called only when !debug case. | Jun Kuriyama | 2009-12-04 | 1 | -1/+4 |
* | - Replace magic number with YPOLDVERS macro (which may be missed in | Jun Kuriyama | 2009-12-04 | 1 | -1/+1 |
* | Support shadow.byname and shadow.byuid maps, protecting them by | Brian Somers | 2009-06-25 | 3 | -27/+81 |