summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Fix some style bugs.guido1997-12-102-9/+10
| | | | Submitted by: bruce
* natd 1_10 => 1_11brian1997-12-102-61/+70
| | | | | | Cosmetic style changes Use u_short for port values. Submitted by: Ari Suutari <ari@suutari.iki.fi>
* Log all failed mount attempts.guido1997-12-092-9/+59
| | | | | Also add a flag (-l) so mountd will also log all succeeded requests to mountd.
* Reverse my previous change and use htons() on an intbrian1997-12-061-1/+1
| | | | | | | | | | | | | instead of htonl() ! This results in the int a,b,c,d changing to b,a,c,d, but as it's subsequently coerced to a u_short, the ultimate answer is correct. If this isn't fixed properly soon (by the author) I'll have a look at it again. Noted by: eivind & ari@suutari.iki.fi
* Allow ipfw to accept comments and blank lines.julian1997-12-052-1/+7
| | | | This makes ipfw config files a LOT more readable.
* Add mount_devfs(8) to the SEE ALSO section.steve1997-12-012-2/+4
| | | | PR: 5125
* Fix syntax error for the mount_mfs example.obrien1997-11-241-2/+2
| | | | Also update to a more realistic example.
* Add missing argument detected by "-Wformat".jdp1997-11-181-2/+3
|
* Fix missing arguments detected by "-Wformat".jdp1997-11-181-2/+3
|
* Fix two missing arguments detected by "-Wformat".jdp1997-11-181-2/+4
|
* Use htonl() rather than htons().brian1997-11-131-1/+1
|
* Reviewed by: hackers@freebsd.org in generaljulian1997-11-136-6/+44
| | | | | | | | | | | | | Obtained from: Whistle Communications tree Add an option to the way UFS works dependent on the SUID bit of directories This changes makes things a whole lot simpler on systems running as fileservers for PCs and MACS. to enable the new code you must 1/ enable option SUIDDIR on the kernel. 2/ mount the filesystem with option suiddir. hopefully this makes it difficult enough for people to do this accidentally. see the new chmod(2) man page for detailed info.
* Fix a misleading comment.steve1997-10-271-2/+2
| | | | | PR: bin/4861 Submitted by: Alex <garbanzo@hooked.net>
* use += on cflagsjmg1997-10-263-6/+6
| | | | Submitted-by: Steve Price <sprice@hiwaay.net>
* Make this part of the 'krb' distribution if it is being built as themarkm1997-10-241-0/+1
| | | | Kerberised version.
* Make this part of the 'krb' distribution.markm1997-10-241-0/+1
|
* fix mispelling of kldjmg1997-10-241-2/+2
|
* a few code style changes:jmg1997-10-216-54/+57
| | | | | | | | | | | | | o start function names in column 1 o sort order of flags in getopt and switch o don't try to reference progname o unspam some changes introduced by a 2.2.1-R build box instead of a -current build box doc changes: o document when these commands first appeared o put email address in angle brakets o minor mdoc clean up
* Don't install mount_msdos setuid root. Lite2's mount(2) handlesbde1997-10-213-12/+3
| | | | | | permissions centrally and a setuid root mount utility just breaks its security. There was no new breakage in practice because mfdosfs_mount() still checks the ruid.
* Use err(3). Change err(-1,... to err(1,...charnier1997-10-203-82/+86
|
* Introduce a -N option that disables the use of reserved ports, nowjoerg1997-10-192-5/+14
| | | | | | | that -P is on by default. Remove do-nothing code in the -P case (but leave the option itself for backward compatibility). PR: bin/4500
* activate the programs that will be used to manipulate kld modulesjmg1997-10-197-10/+31
| | | | | | | | fix a few problems with missing headers, warn called with an exit value, and undeclared getopt vars these programs now compile -Wall clean (and yes, I know I should use more than just -Wall) :)
* Fix the man page description about what will go into an incrementaljoerg1997-10-191-2/+2
| | | | | | | backup. PR: docs/4785 Submitted by: Matthew Dillon
* Add -redirect_port and -redirect_address to thebrian1997-10-181-0/+2
| | | | synopsis.
* Make the supported media info output the default.peter1997-10-163-27/+10
| | | | | | The -m switch is now accepted for backwards compatability. Suggested by: davidg
* Remove Xref to format(8) which does not exist.max1997-10-151-2/+1
|
* Do not account the tape change time for ETA estimations.joerg1997-10-121-0/+6
| | | | | PR: bin/4369 Submitted by: blank@fox.uni-trier.de (Sascha Blank)
* The unit for the B option is 1 KB, not `dump records'.joerg1997-10-121-2/+2
| | | | PR: docs/4223
* Enable spppcontrol.joerg1997-10-111-1/+2
|
* This commit was generated by cvs2svn to compensate for changes in r30302,joerg1997-10-114-0/+698
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * The spppcontrol(8) utility that is required to set or display thingsjoerg1997-10-114-0/+698
| | | | | | like PAP and CHAP secrets with sppp(4). This is the first utility using the new SIOC[SG]IFGENERIC ioctls (and the reason for inventing them in the first place).
* This has always bugged me. At single user, the implied example it givespeter1997-10-101-2/+2
| | | | | | is not valid - it says that "sh" is the default, but you can't actually type "sh" at this prompt - it has to be /bin/sh or some other full pathname.
* Use err(3). Change firewall to firewall_enable in man page according tocharnier1997-10-022-147/+70
| | | | /etc/rc.conf.
* Sort cross refereces in section SEE ALSO.wosch1997-09-292-4/+4
|
* Changes for the new KTH KerberosIVmarkm1997-09-281-4/+8
|
* Changes for the new KTH KerberosIV.markm1997-09-281-4/+8
|
* Add noclusterr and noclusterw options. The noclusterr and noclusterwkato1997-09-276-8/+36
| | | | | | disable clustered read and write, respectively. Reviewed by: bde
* Spell out a few things for the media options.peter1997-09-271-5/+14
|
* Fix bad assumptions about types.phk1997-09-181-0/+10
| | | | | | PR: 1649 Reviewed by: phk Submitted by: Jason Thorpe <thorpej@nas.nasa.gov>
* Many places in the code NULL is used in integer context, wherephk1997-09-184-5/+5
| | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
* Typo.charnier1997-09-181-1/+1
|
* Some tweaks to get this to cope with ELF where the address space startspeter1997-09-131-8/+18
| | | | | | | | | | higher up in memory (0x0800000 upwards) rather than near zero (0x1000 for our qmagic a.out format). The method that mount_mfs uses to allocate the memory within data size rlimits for the ram disk is entirely too much of a kludge for my liking. I mean, if it's run as root, surely it makes sense to just raise the resource limits to infinity or something, and if it's a non-root user mount (do these work? with mfs?) it could just fail if it's outside limits.
* If a host in an export line in /etc/exports (or within a netgroup onjlemon1997-09-121-7/+18
| | | | | | | | an export line) is unresolvable, make a note of it via syslog and skip that individual host instead of skipping the entire line. PR: 1981, 815 Perused by: joerg
* Fix typo in comment.danny1997-09-121-1/+1
|
* Mention the IPFIREWALL_DEFAULT_TO_ACCEPT option and it's effect onpeter1997-09-101-2/+14
| | | | rule 65535
* Fix typo (65434 -> 65534)peter1997-09-101-1/+1
|
* tell dset how to save the pnp info in the kernel...jmg1997-09-091-0/+86
|
* Ingored incoming packets are now dropped whenbrian1997-09-062-2/+20
| | | | | deny_incoming option is set to yes. Submitted by: Ari Suutari <ari@suutari.iki.fi>
* Fix my e-mail address. Old work addres is no good.eivind1997-08-311-1/+1
|
* fix a few spelling changesjmg1997-08-301-1/+1
| | | | | | | | Submitted by: Josh Gilliam Closes PR's: 4429, 4431-4438 PS: He has agreed to submit all contrib fixes back to the original author.
OpenPOWER on IntegriCloud