summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Unrevert something which shouldn't have been reverted in the previous revert.phk2001-03-171-0/+1
| | | | (Yes, I'm going to bed now to get some much needed sleep...)
* Backout my previous commit, it appearantly doesn't work for asynchronousphk2001-03-173-55/+8
| | | | messages.
* Stop cron from shouting in the syslog. Use setproctitle() instead, sincepeter2001-03-171-6/+1
| | | | | | | smashing argv[0] doesn't have the intended effect of changing the ps(1) output these days. PR: 25850
* Fix a number of warnings that come up when compiling with BDECFLAGS.gad2001-03-161-7/+7
|
* Add -ledit to ngctl.phk2001-03-162-8/+54
| | | | | | | Somebody submitted this long time ago, and it has been sitting in my tree for months because I thought archie would pick it up. Submitted by: (sorry, lost track)
* mdoc(7) police: simplify bogus ``.Ql Fl'' constructs.ru2001-03-161-33/+33
|
* mdoc(7) police: -mdoc still has a nine-arguments limitation.ru2001-03-161-2/+2
|
* s/0x7f000001/INADDR_LOOPBACKalfred2001-03-161-1/+1
|
* Very small cosmetic tweak - avoid starting an extra xterm for the fvwmjkh2001-03-162-2/+2
| | | | desktop case.
* Moved '#endif' to correct position. (previous commit broke pc98 support)nyan2001-03-152-2/+2
|
* When creating a package sort dependencies in such a way that if dependencysobomax2001-03-155-74/+152
| | | | | | | | | | | | | | | | | | A depends on dependency B then dependency A will be in all cases listed before B, so ``pkg_add -r'' will fetch/install packages in the correct order. Previously dependencies were sorted just by its names, which is why ``pkg_add -r'' never actually worked properly. To be usefull, hovewer, this fix requires that all packages have been rebuilt, so it will take some time until users would be able to feel posititive improvements. For the same reasons it is desirable to propagate these changes to the 4-stable package building cluster *before* 4.3 ports freeze, so packages for 4.3-RELEASE would be properly prepared. Prompted by: kris Insanely appreciated by: obrien Silently approved by: jkh, -ports
* o Update getextattr and setextattr utilities to take into account therwatson2001-03-156-22/+50
| | | | | | | | revised EA interface with explicit namespacing. Link against libutil to provide string/constant conversion for namespaces. Document revised interface. Obtained from: TrustedBSD Project
* o Update extattrctl to take into account the updated EA interface withrwatson2001-03-153-23/+59
| | | | | | | | explicit namespaces. Modify it to use libutil for string/constant namespace conversions. Update the documentation to take into account the new interface. Obtained from: TrustedBSD Project
* When matching installed packages against glob keep track of which patternssobomax2001-03-141-2/+23
| | | | | | | | actually triggered a match and which did not, and add patterns that didn't into resulting list, so caller will have a chance to notify user that package isn't installed. This should fix current, POLA-breaking behaviour when user doesn't receive a notification if he specifies several packages, some of which aren't installed.
* Typo. Move FreeBSD Id out of copyright section.charnier2001-03-141-4/+6
|
* Document the HTTP proxy install method.murray2001-03-141-7/+10
| | | | PR: 21451
* Avoid sending a pointless `CWD .' command which confuses somemurray2001-03-141-1/+3
| | | | | | non-standard ftp servers. PR: 21856
* Argh! Why can't I stop breaking the fvwm desktop option? *I* usejkh2001-03-142-2/+2
| | | | | fvwm as my desktop, yet I've broken this damn thing 3 times in a row now while all the desktops I don't actually use continue to work fine! :)
* OK, *now* we only sort the file once (red face).jkh2001-03-142-2/+2
|
* Document the lock and unlock commands. This fixes a segmentation fault.dd2001-03-141-0/+10
| | | | | PR: 25187 Approved by: nik
* Document the lock and unlock commands.dd2001-03-141-0/+32
| | | | | PR: 25187 Approved by: nik
* Document (with warnings) the otherwise undocumented `F' command.jkh2001-03-132-0/+12
|
* Be a better rc.conf citizen and create an initial file which:jkh2001-03-132-0/+18
| | | | | | | | | | | 1. Has a time-stamp to show when it was created 2. Sorts and uniq's the output to only contain single instances of a given setting. This doesn't mean you still can't have settings which override one another, that's still possible since it's too much trouble to do the redundancy checking here. Requested by: lots of people
* Properly deal with the fvwm desktop - this should restore that optionjkh2001-03-124-8/+8
| | | | to functionality.
* Allow a script-using to disable the emergency holographic shell asjkh2001-03-126-4/+14
| | | | | | a security measure. Requested by: "David E. Cross" <crossd@enterprise.cs.rpi.edu>
* Deal with ENOENT properly on non-devfs machinesbrian2001-03-121-4/+3
| | | | Broken in revision 1.109
* Really finish softupdate setting from the label editor and fixjkh2001-03-127-105/+80
| | | | | | | | | | a few cosmetic problems: o Allow it to work with scripts (see man page or install.cfg file). o Preserve old softupdates flag across newfs toggles o Clean up partitioned/labelled flag handling o Don't ask for MBR choice again if you've already written it out. o Actually document the new features.
* Document newly added "paste" keywordache2001-03-121-0/+2
|
* 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
OpenPOWER on IntegriCloud