summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Set the default manual section for usr.sbin/ to 8.ru2001-03-20174-215/+81
|
* Set the default manual section for sbin/ to 8.ru2001-03-203-3/+0
|
* mdoc(7) police: fixes to the previous revision:ru2001-03-201-2/+8
| | | | | | - fixed bad formatting - avoid using German - removed hard sentence break
* Included in the updated version of tirpc's sm_inter.x Sun added thealfred2001-03-201-23/+2
| | | | | | | | | | | | SM_NOTIFY procedure. Remove our hand-coded one as it was causing world breakage for worlds compiled with NOSHARED=yes because the static linker is a bit less forgiving (or not as broken as) our dynamic linker. Add $FreeBSD$ while I'm here. Pointed out by: bde
* Allow LQR periods of 1 second and FSM retry periods of 1 second. This allows usroger2001-03-191-2/+2
| | | | | | | | to run PPP over Radiocontact T-Link Radio Modems which run best when something is transmitted at least every 1.5 seconds. Tested by: Jennifer Clark <jen@telepresence.strath.ac.uk> Approved by: Brian
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-1946-2248/+8282
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | associated changes that had to happen to make this possible as well as bugs fixed along the way. Bring in required TLI library routines to support this. Since we don't support TLI we've essentially copied what NetBSD has done, adding a thin layer to emulate direct the TLI calls into BSD socket calls. This is mostly from Sun's tirpc release that was made in 1994, however some fixes were backported from the 1999 release (supposedly only made available after this porting effort was underway). The submitter has agreed to continue on and bring us up to the 1999 release. Several key features are introduced with this update: Client calls are thread safe. (1999 code has server side thread safe) Updated, a more modern interface. Many userland updates were done to bring the code up to par with the recent RPC API. There is an update to the pthreads library, a function pthread_main_np() was added to emulate a function of Sun's threads library. While we're at it, bring in NetBSD's lockd, it's been far too long of a wait. New rpcbind(8) replaces portmap(8) (supporting communication over an authenticated Unix-domain socket, and by default only allowing set and unset requests over that channel). It's much more secure than the old portmapper. Umount(8), mountd(8), mount_nfs(8), nfsd(8) have also been upgraded to support TI-RPC and to support IPV6. Umount(8) is also fixed to unmount pathnames longer than 80 chars, which are currently truncated by the Kernel statfs structure. Submitted by: Martin Blapp <mb@imp.ch> Manpage review: ru Secure RPC implemented by: wpaul
* Update obsolete history info.ru2001-03-191-1/+2
|
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++rwatson2001-03-192-13/+13
| | | | | | | reserved word. Submitted by: jkh Obtained from: TrustedBSD Project
* o Rename "namespace" argument to "attrnamespace" as namespace is a C++rwatson2001-03-194-13/+13
| | | | | | | reserved word. Submitted by: jkh Obtained from: TrustedBSD Project
* properly document the loadConfig optionjkh2001-03-182-4/+4
|
* Correct the arguments to the extattrct()l call so that the enable andtmm2001-03-171-3/+3
| | | | | | disable commands work as documented. Approved by: rwatson
* 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
|
OpenPOWER on IntegriCloud