summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Add usage of -m option.simokawa2004-10-291-2/+3
|
* For variables that are only checked with defined(), don't provideru2004-10-2435-42/+42
| | | | any fake value.
* Allow multiple devices to be specified on one device / nodevice line.des2004-10-241-7/+27
| | | | | | Also allow "device" / "nodevice" to be spelled "devices" / "nodevices". MFC after: 2 weeks
* If the file specified in an "include" line does not exist in the currentdes2004-10-241-1/+9
| | | | | | | | directory, and its name does not begin with a period or a forward slash, go look for it in ../../conf. Wished for by: scottl MFC after: 2 weeks
* Add -m option, set default fwmem target.simokawa2004-10-232-1/+27
|
* removed compilation warningsuz2004-10-222-0/+2
| | | | PR: bin/71624
* Remove unnecessary include of vnode.h.rwatson2004-10-211-1/+0
| | | | Requested by: phk
* Fix typo.simon2004-10-201-1/+1
| | | | | | Submitted by: Patrick Oonk <patrick@cookie.monster.org> PR: docs/72912 MFC after: 1 week
* Make the -m option actually work.ru2004-10-191-1/+1
|
* This is now WARNS 6 clean on 64-bit platforms.obrien2004-10-191-1/+1
|
* Utilize FILES, SCRIPTS, and SYMLINKS. While here, fixed a bug inru2004-10-181-9/+8
| | | | | | | | | | | the implementation of the following feature in revision 1.4: - Install Makefile.yp as /var/yp/Makefile.dist and link it to /var/yp/Makefile only if /var/yp/Makefile doesn't already exist. Suggested by Peter Wemm. The actual code was only symlinking when no /var/yp/Makefile.dist existed, i.e., never.
* Utilize SCRIPTS.ru2004-10-181-5/+2
|
* Replaced afterinstall: with FILES.ru2004-10-181-3/+3
|
* Add a -q flag to pkg_version. It suppresses the output of <,=,>.obrien2004-10-187-8/+23
| | | | This makes it possible to "portupgrade `pkg_version -q -l '<'`".
* Remove an extra semicolon after a function.stefanf2004-10-171-1/+1
|
* Remove definition of struct dom_binding, it's non-standard C code andstefanf2004-10-175-5/+0
| | | | unnecessary since src/include/rpcsvc/ypclnt.h's revision 1.10.
* Set the real limits on 5-current, add 5-stable, add 6-current.obrien2004-10-171-1/+3
|
* We accept both "option" and "options" so also accept both "nooption"phk2004-10-121-0/+1
| | | | and "nooptions".
* Handle a malloc() failure when allocating urgent portsbrian2004-10-111-3/+8
| | | | PR: 59995
* Add a bunch of malloc() return checksbrian2004-10-119-25/+61
| | | | | PR: 71592 Submitted by: Dan Lukes <dan@obluda.cz> with further changes
* Add 'virtual scrolling' support to moused(8). When holding down the middlephilip2004-10-112-3/+109
| | | | | | | mouse button, motions are interpreted as scrolling. Submitted by: Jordan Sissel <psionic-AT-csh.rit.edu> Approved by: njl
* Add an '-a' switch to only display providers that are at leastle2004-10-102-3/+13
| | | | | | 0.1% busy. OK'ed by: phk
* Include <unistd.h> for {g,s}eteuid().stefanf2004-10-091-0/+1
|
* Delete a .Fn that had no argument andkeramida2004-10-091-1/+1
| | | | | | properly terminate a .Bl with a matching .El MFC after: 3 days
* Mention "-d directory" in usage().brooks2004-10-061-1/+1
| | | | Pointy hat to: brooks
* Don't prepend the directory specified by -d when the file is a relativebrooks2004-10-051-1/+1
| | | | | path. Doing so makes no sense. I'm not sure allowing relative paths makes sense either, but I'm not going to break that now.
* Update a comment that was outdated.njl2004-10-051-1/+1
|
* Back out the -s flag and go back to dumping the SSDTs by default.njl2004-10-054-22/+6
|
* Update the man page for the -s flag and other changes that we've missed.njl2004-10-051-5/+19
| | | | MFC after: 3 days
* Add the -s flag to make dumping SSDTs optional (disabled by default).njl2004-10-053-5/+16
| | | | | | | | | Since we can only override the DSDT, a custom ASL dumped previously that contained SSDTs would result in lots of multiple definition errors. A longer-term fix involves adding the ability to override SSDTs to ACPI-CA. MFC after: 3 days
* Add a new -d argument which is used to specify an alternate root for logbrooks2004-10-042-2/+19
| | | | | files similar to DESTDIR in the BSD make process. This only affects log file paths not config file (-f) or archive directory (-a) paths.
* fix typo in generated /etc/exports: s/synatx/syntax/rse2004-10-042-2/+2
|
* Don't rely on NULL being a pointer, add a cast before passing it to a variadicstefanf2004-10-031-2/+2
| | | | function.
* Get debugging macros from sivar.hphk2004-10-022-2/+8
| | | | | | | | | | Disable some code which magics minor numbers into card/port numbers. I think we will have to parse this from the device name in the future, but I need to confer with peter@ about this. Put sicontrol back in the build. Troublespotter: dwhite
* Augh!phk2004-10-021-2/+2
| | | | | Disconnect sicontrol(8) from the build while I sort out the trouble I created.
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-10-022-21/+21
|
* Pass an array of gid_t rather than an array of int to getgroups().stefanf2004-10-022-3/+5
| | | | PR: 56646
* General overhaul:schweikh2004-10-013-58/+76
| | | | | | | | | - Makefile: WARNS=6 - man page: sort options, better xrefs, informative BUGS section - C source: proper option parsing, use printer control (.ctl) device, removed heaps of bit rot, style(9) cleanup, WARNS=6 cleanup. Prodded by: joerg
* Stop on write error.phk2004-09-271-2/+5
|
* 1. Add much finer granularity to the NO_BIND knobs with the addition of:dougb2004-09-271-1/+3
| | | | | | | | | NO_BIND_DNSSEC, NO_BIND_ETC, NO_BIND_NAMED, and NO_BIND_UTILS. 2. Make creation of directories in /usr/include that are only needed in the WITH_BIND_LIBS case conditional. Reviewed by: ru, des
* Previously I thought I was seeing a failure to install the .5 man pagesdougb2004-09-272-4/+2
| | | | | | | | | with this configuration, but Ruslan tells me that I was probably mistaken, and on retest the .5 pages are being installed just fine. Therefore reverse the MAN[58] change in favor of the more modern syntax. Submitted by: ru
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-261-9/+9
| | | | Approved by: dwmalone
* Invalidate dcons buffer address if the magic is wrong.simokawa2004-09-261-1/+5
|
* Get rid of obsolete MAN[0-9] syntax.ru2004-09-262-2/+2
|
* Fix up the man file installation for the new BIND 9 sources:dougb2004-09-264-2/+15
| | | | | | | | 1. Install man files and links for the lwres library. 2. Fix the path in various files to say /etc/namedb/ instead of just /etc. 3. Correctly install the conf file man pages for named and rndc.
* Revert to always descending into the "bsnmp" subdir -- gensnmptreeru2004-09-251-2/+1
| | | | and bsnmpd should not be controlled by the NOATM knob.
* Uncomment bsnmpd so it can build.trhodes2004-09-251-1/+1
| | | | Noticed by: dougb
* Fix build in the !NOATM case by using the begemot library in place oftrhodes2004-09-241-3/+3
| | | | | | | | using libisc which was a part of BIND8. Discussed with: des, re, dougb Submitted by: harti (one part) Reviewed by: harti (previous version)
* More remnants of BIND 8; these live in usr.sbin now.des2004-09-243-34/+0
|
* Don't expose BIND libraries and their headers to the public by default,ru2004-09-247-7/+14
| | | | | | | | | | | | | | | but have a knob (WANT_BIND_LIBS) to build and install them in /usr/lib and /usr/include. Rumors are that this may be useful at a later point, let's see. What this really means is that all BIND libraries are now internal to buildworld (by default, unless WANT_BIND_LIBS is defined), and linked statically into various BIND executables. While here, removed redundant -I's from CFLAGS in lib/bind makefiles. Sponsored by: des OK'ed by: dougb
OpenPOWER on IntegriCloud