summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* note that 'nolockd' can't be used when updating mount flagsalfred2001-11-121-0/+3
|
* Allow users to use the 'nolockd' or -L options with mount_nfs in orderalfred2001-11-122-2/+26
| | | | | | to avoid the need for rpc.lockd to perform client locks. Using this option a user can revert back to using local locks for NFS mounts like we did before we had rpc.lockd.
* Check that the mode argument to fsdb's `chmod' command contains noiedowse2001-11-111-1/+1
| | | | | | | inode type bits set. Previously it would let you set IFMT bits (but not clear them). The `chtype' command should be be used instead for changing the inode type; having chmod half-work only causes confusion.
* Add a few articles to improve the readability of this manual page.murray2001-11-051-9/+9
| | | | | PR: docs/31583 Submitted by: setantae@submonkey.net
* sync the code with the one in stable (mostly formatting changes).luigi2001-11-041-26/+27
|
* Refer people looking to figure out what major to use for a device todd2001-11-041-9/+3
| | | | | | | | MAKEDEV and sys/conf/majors, not sys/conf/device.<arch>, which has never existed in the history of FreeBSD (well, at least it isn't in the repository). PR: 31558
* Repocopy pc98 fdisk out of its hidden subdir. Reconnect it to the build.peter2001-11-046-2019/+5
|
* Remove support for FreeBSD/tahoepeter2001-11-031-19/+0
| | | | Submitted by: phk
* Repo copied contents of src/sbin/i386 to src/sbin and set specificpeter2001-11-0311-3388/+0
| | | | SUBDIR lists there. Some of these are used on other platforms.
* Move i386/{fdisk,cxconfig,nextboot} to src/sbin. Eliminate the i386peter2001-11-031-4/+8
| | | | | subdir. Add fdisk to ia64 SUBDIR list. Add all the previous occupants of the i386 subdir to the i386 SUBDIR list.
* style(9) cleanup.phk2001-11-022-53/+52
| | | | | Submitted by: j mckitrick <jcm@freebsd-uk.eu.org> Reviewed by: phk, /sbin/md5
* Cosmetic: Don't output a blank line if a driver providesyar2001-11-021-2/+1
| | | | | | | | no media status. PR: bin/30587 Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> MFC after: 1 week
* Fix a typo in a format string, and fix error checking for missingluigi2001-11-011-6/+5
| | | | masks in "limit" rules.
* Do not uselessly whine in syslog about packets denied by ipfw rules.phk2001-10-312-3/+19
| | | | | | | | | Set 'log_ipfw_denied' option if you want the old behaviour. PR: 30255 Submitted by: Flemming "F3" Jacobsen <fj@batmule.dk> Reviewed by: phk MFC after: 4 weeks
* Replace `=' with more correct ``.Ql =''.tobez2001-10-311-1/+2
| | | | Mdoc-policed by: ru
* Implement -e option. It modifies the output produced by sysctl(8) intobez2001-10-302-13/+31
| | | | | | | | | | | such a way that the name and the value of the variable(s) are separated with `=' instead of the usual `: '. This is useful for producing output that can be fed back to the sysctl utility (pasted to sysctl.conf, for example). Reviewed by: rwatson Approved by: markm MFC after: 2 weeks
* Fix a bug where restore(8) segfaults while trying to restore on atobez2001-10-301-0/+1
| | | | | | | | read-only FS. Reviewed by: audit silence Approved by: markm MFC after: 2 weeks
* More white space changes.joe2001-10-291-3/+3
|
* More stylistic tidying.joe2001-10-291-20/+21
|
* Remove training white spaces, and some other style violations.joe2001-10-291-90/+90
|
* Properly convert long to time_tdillon2001-10-282-2/+4
|
* Make the protocol/dumprestore.h header match restore's idea of the dumpdillon2001-10-283-20/+41
| | | | | | | | header for the case where sizeof(time_t) != sizeof(int). dumprestore.h was embedding time_t when it should have been embedding int32_t. Use time_to_time32() and time32_to_time() to convert between the protocoll/file-format time and time_t.
* Typo.n_hibma2001-10-281-2/+2
|
* Add a Xref to dumpon.n_hibma2001-10-281-0/+1
|
* deltat declared time_t, msg("") call used %d (assumed time_t == int).dillon2001-10-281-1/+2
| | | | | | Changed deltat to be an int (result of delta time calculation). MFC after: 1 day
* Remove some extraneous spaces from the usage message.joe2001-10-281-1/+1
|
* Add missing cast for improper time_t use in computation.dillon2001-10-281-1/+1
|
* Put WARNS into the right place.ru2001-10-251-1/+1
|
* Style and WARNS cleanups.jlemon2001-10-253-65/+65
| | | | Submitted by: ru
* The directory of the makefile that's including the file is tried first.ru2001-10-254-4/+4
| | | | See section 3.2 of "PMake - A Tutorial" in /usr/share/doc/psd/12.make.
* Sort SUBDIR.ru2001-10-251-1/+1
|
* Mdoc fixes and clarification.jlemon2001-10-251-20/+29
| | | | Submitted by: sheldonh
* Add a manual page.jlemon2001-10-232-1/+87
|
* Hook up conscontrol to the build.jlemon2001-10-231-0/+1
|
* Add conscontrol, a front end interface for manipulating consoles.jlemon2001-10-232-0/+157
|
* Connect cxconfig(8) to build.ru2001-10-231-2/+2
| | | | PR: 30447
* WARNSify.ru2001-10-234-50/+94
|
* include ipfs in subdirsdarrenr2001-10-201-0/+1
| | | | PR: 27063
* build ipfs for -currentdarrenr2001-10-201-0/+14
| | | | PR: 27063
* Fix diskless clients by removing the code for calculating the minimumroberto2001-10-181-13/+1
| | | | | | | value for cpg. The change was bogus. Submitted by: bde MFC after: 2 days
* When specifying an interface to ifconfig, first look up the interfacejlemon2001-10-171-25/+11
| | | | | | | | index, then retrieve statistics for that index, rather than retrieving all interfaces and then looking for a matching name. This allows the user to refer to an interface via an alias name. While I'm here, also perform a few assorted cleanups.
* Bring in latest CSRG revisions to this file.ru2001-10-171-11/+11
|
* When nfsd was started with only UDP servers, the master nfsd wouldiedowse2001-10-161-76/+106
| | | | | | | | | | | | | | | | | spin in a loop eating CPU time. This bug has existed since the TI-RPC import. The problem is that we should only enter the select loop if at least one TCP server was started. Fix this by having the master nfsd become a UDP server itself if there are no TCP servers. Also improve/correct the code for cleaning up slave nfsd processes and unregistering with rpcbind when the master nfsd exits. One issue that remains open is that if a slave nfsd dies, then all nfsds will shut down. This is because nfssvc() in the master nfsd returns 0 when the master nfsd receives a SIGCHLD. Submitted by: tmm
* Fixed spelling error in previous commit.bde2001-10-162-2/+2
|
* Document the optimal block:fragment ratio, per discussiondougb2001-10-151-0/+3
| | | | | | on -arch and cvs-all. Reviewed by: dillon
* Allow reboot during runcom.des2001-10-151-0/+3
| | | | | | PR: bin/28116 Submitted by: Valentin Nechayev <netch@netch.kiev.ua> MFC in: 1 week
* Add 0xEE (EFI GPT) and 0xEF (EFI System Partition)peter2001-10-152-0/+4
|
* Reinstate VINUMDEBUG. Removing it also removes some diagnostic commands.grog2001-10-152-2/+1
| | | | I should reconsider whether I just leave them in without #ifdef VINUMDEBUG.
* Repair typo.dd2001-10-141-1/+1
| | | | | PR: 31262 Submitted by: <swear@blarg.net>
* Oops, fix a missing condition that broke umount's `-h' option. Iiedowse2001-10-131-1/+2
| | | | | had somehow removed an error check in revision 1.26, causing errx() to be called unconditionally in the -h case.
OpenPOWER on IntegriCloud