summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Add a comment pointing to the freebsd-print@bostonradio.org mailing list.gad2001-03-121-0/+3
|
* Change the usage() message to include the recently-added -4 and -6 options.gad2001-03-121-7/+15
|
* Fix "lprm -" (remove all jobs) processing for remote printer queues.gad2001-03-121-10/+17
| | | | PR: bin/25544
* Improve a few error messages wrt if= filters on remote print queues.gad2001-03-121-8/+26
|
* Update to use proper nomenclature for the security profiles.jkh2001-03-111-1/+1
| | | | Submitted by: olgeni
* Implement keyboard pasteache2001-03-113-0/+10
| | | | | PR: 25499 Submitted by: Gaspar Chilingarov <nm@web.am>
* o Replace part-wise instructions for building world for jail(8) withrwatson2001-03-111-5/+1
| | | | | | | | | | a simple make world; while this does a bit more work, it means that jail(8) doesn't have to be kept in sync with /usr/src/Makefile{,.inc1} which is a moving target. MFC candidate. Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Reviewed by: phk Also pointed out by: Phil Kernick <Phil@Kernick.org>
* Document the softupdate stuff and also warn people against usingjkh2001-03-112-0/+34
| | | | it on root unless root is very large.
* Support setting soft updates from the label editor.jkh2001-03-106-24/+70
|
* Allow for the last arugment to be the mountpoint of a filesystem,ps2001-03-101-2/+9
| | | | not just the device.
* MAXHOSTNAMELEN includes the NULbrian2001-03-091-5/+5
|
* MAXHOSTNAME includes space for a NULbrian2001-03-094-10/+10
|
* Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)phk2001-03-092-616/+12
| | | | | | | entirely as previously advertised. md(4) adopted all assets of vn(4) some time back and has proper devfs support and cloning abilities to boot.
* mdoc(7) police revision 1.15:ru2001-03-091-10/+9
| | | | | | - replaced Oo/Oc enclosures with Op; - removed hard sentence breaks; - removed doubled space.
* The new version of the daylight time saving support. This time it worksbabkin2001-03-093-5/+182
| | | | | for any change of the time zone offset from GMT. To enable use the option -s.
* Talk a little more about the differences between PPPoE on FreeBSD & OpenBSD.brian2001-03-092-4/+20
|
* MAXPATHLEN -> PATH_MAXbrian2001-03-089-16/+16
| | | | | | Don't assume MAXHOSTNAMELEN includes the NUL Correct a diagnostic Use "localhost" in our prompt instead of ""
* Fix a paste-o which introduced a syntax error.jkh2001-03-082-2/+0
|
* TUNSIFINFO now requires uid 0 to change the interface MTU.brian2001-03-081-2/+3
| | | | Reviewed by: Mark Knight <markk@knigma.org>
* Fix some of the security profile messages to be more explanatoryjkh2001-03-085-12/+35
| | | | | | | and also obey most of the rules of english in their construction. Add a help screen for the security menu which gives the user a rough idea just what the various security profiles do.
* Change check_sign to proper "pkg_sign" reference.jkh2001-03-081-2/+2
| | | | Noted by: Andrew Hesford <ajh3@chmod.ath.cx>
* zeropad mac address ouputbillf2001-03-081-1/+2
| | | | | | PR: bin/25584 Submitted by: David Xu <davidx@viasoft.com.cn> Reviewed by: wollman, billf
* Properly detach at startup. We could be passing revoked fd's topeter2001-03-071-12/+2
| | | | | child processes or starting children with no fd 0 (stdin) at all etc. This is currently breaking on hub.freebsd.org.
* replace the custom type of comments (``'\"'') with the standard one (``.\" '').dmlb2001-03-071-33/+30
| | | | | | remove the duplicate $FreeBSD$ tag. Submitted by: ru
* Sawfish is invoked by the gnome stuff automatically if it exists -jkh2001-03-062-2/+2
| | | | | | we don't need to start it explicitly. Noted by: "Jose M. Alcaide" <jose@we.lc.ehu.es>
* mdoc(7) police: misc markup fixes.ru2001-03-051-23/+40
|
* Change types of "numeric" function to match that of a qsort comparisondwmalone2001-03-051-3/+4
| | | | function.
* * Add two requested features, source'ing of /etc/mergemaster.rc, anddougb2001-03-052-17/+66
| | | | | | | | | | | | | | asking the user to actually run the recommended commands related to installation of files such as aliases or login.conf. * Return to using grep for CVS $Id comparison. Using ident caused too many problems for people with local CVS/RCS tags in their stuff. Attempt to make portability a little easier to maintain in spite of this change by defining the name of the tag to search for. This is a slightly different change that solves the problem in the PR. PR: bin/24564 Submitted by: Tony Finch <dot@dotat.at>
* Build package signing tools if OpenSSL is included in the build.wes2001-03-051-0/+4
| | | | Prodded-by: kkenn, this time.
* Switch from using rand() or random() to a stronger, more appropriate PRNGkris2001-03-051-19/+2
| | | | | | (random() or arc4random()) Reviewed by: bde
* A NetBSD specific fixbrian2001-03-051-2/+8
| | | | Kind-of obtained from: NetBSD
* When called with the "-n" command line argument, pkg_deleteroberto2001-03-041-5/+4
| | | | | | | | | | | | | | | | is supposed to inform the user of all steps it would take. The current code does not issue any messages regarding actions that would be performed by delete_package (removing files and executing @unexec commands), because when the Fake variable is 1, delete_package (which itself respects Fake and prints messages rather than taking action when it is 1) is not called at all. Fix this. PR: bin/24971 Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org>
* setlocale(3) has been fixed to match POSIX standard:ru2001-03-023-3/+3
| | | | LC_ALL takes precedence over other LC_* envariables.
* Ack! I finally got annoyed enough to actually kill this. There is nopeter2001-03-023-11/+0
| | | | | | need to manually force the network_interfaces variable in /etc/rc.conf, and it only ever gets in the way. rc.network and rc.network6 DTRT with the default of 'auto'. This should have died over a year ago.
* Fix brokeness in rev. 1.6: this manpage appeared in NetBSD 1.4.ru2001-03-011-1/+1
| | | | Obtained from: NetBSD
* Put back several lines that I erroneously deleted in my previous commit. Thissobomax2001-03-011-0/+3
| | | | | | should fix recent segfault of `pkg_info -e'. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net>, knu
* h_errno is declared in netdb.h.imp2001-03-011-2/+0
|
* Include <unistd.h> for getopt's interface rather than declare thingsimp2001-03-016-23/+11
| | | | individually here.
* optarg and optind are declared in unistd.h, so don't redundantlyimp2001-03-011-2/+0
| | | | declare them here.
* Move installation of sendmail helpfile into etc/sendmail/Makefile. It isgshapiro2001-03-011-4/+0
| | | | a user configurable file and it would benefit from mergemaster.
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.ru2001-02-289-19/+19
|
* Prepare for mdocNG.ru2001-02-281-1/+1
|
* newbus_ioconf() is long gonepeter2001-02-281-1/+0
|
* Some more tidying up. we dont use config-dependent anyware. Eliminatepeter2001-02-282-22/+8
| | | | some duplicate code (cut/paste bug?). tidy up some other minor stuff.
* s/special/compilewith/ (so I stop confusing myself) and GC an unusedpeter2001-02-282-27/+12
| | | | function I missed before.
* Untangle some special magic that happened for conflicting defintions forpeter2001-02-282-24/+0
| | | | local files.* and options.* files on the third pass.
* Remove some more dead code. :-/peter2001-02-281-10/+4
|
* GC some leftover stuff (device-driver suffix)peter2001-02-281-7/+0
|
* Properly detect and report malloc(3) failures.sobomax2001-02-271-36/+51
|
* Print a diagnostic message if no interface could be determinedru2001-02-271-0/+2
| | | | | | | | | when attempting to create a published ARP entry. For example: # arp -s 1.1.1.1 auto pub PR: bin/7753 Submitted by: Jonathan Hanna <pangolin@home.com>
OpenPOWER on IntegriCloud