summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Part #2 of the <machine/ioctl_fd.h> => <sys/fdcio.h> move: handle thejoerg2001-06-064-5/+4
| | | | tools in usr.sbin/fd*.
* PR: bin/26817hm2001-06-051-2/+8
| | | | | | Submitted by: Clement Ballabriga <clement@asso.ups-tlse.fr> Reviewed by: hm Check for read errors from the controlling tty when in fullscreen mode.
* Correct cross-references:sobomax2001-06-051-1/+1
| | | | | | | | setsockopt.3 --> setsockopt.2 syslog.8 --> syslogd.8 tcpdump.8 --> tcpdump.1 MFC after: 1 week
* Correct cross-references:sobomax2001-06-053-5/+5
| | | | | | | | | | | | ng_bpf.8 --> ng_bpf.4 ng_ether.8 --> ng_ether.4 ng_iface.8 --> ng_iface.4 ng_pppoe.8 --> ng_pppoe.4 ng_socket.8 --> ng_socket.4 ng_tty.8 --> ng_tty.4 ng_{type}.4 --> /dev/null MFC after: 1 week
* Fixed pkg_add so when it does not find a package, it returns != 0.pirzyk2001-06-041-1/+2
| | | | | | PR: bin/23083 Submitted by: Patch submitted by Maxime Henrion <mux@qualys.com> MFC after: 2 weeks
* Now that we've got the ne765.h file installed under <dev/ic/>, use itjoerg2001-06-041-2/+1
| | | | | | here instead of the old "/sys/isa/ic/..." hack. This should fix building the world for machines that don't have a /sys symlink, finally.
* Fix the default number of virtual consoles in the usage.hlp file: thereolgeni2001-06-041-1/+1
| | | | | | were 3 virtual consoles in older releases, but now they are 8. MFC after: 1 week
* Renamed to README.natbrian2001-06-041-352/+0
|
* Add BSD style copyrights (with permission from Charles Mott where appropriate)brian2001-06-047-95/+254
| | | | Deprecate -alias further (after a repo-copy)
* mdoc(7) police: minor markup cleanup.ru2001-06-041-6/+3
|
* msdos -> msdosfsru2001-06-041-8/+8
| | | | | | | | null -> nullfs umap -> umapfs union -> unionfs Approved by: obrien
* Correct a comment - the time service returns seconds since 1900 not 1970.dwmalone2001-06-041-1/+1
| | | | Submitted by: ru
* This patch cleans up the ident stuff in inetd. The code which hasdwmalone2001-06-043-123/+145
| | | | | | | | | | | | | | | | | | | been patched so many times it was a bit of a mess. There are style, code and man page cleanups. The following are the functional changes: The RFC only permits the returning of 4 possible error codes, make sure we only return these (PR 27636). Use MAXLOGNAME to determine the longest usernames. Add a -i flag, which returns the uid instead of the username (this is from a PR 25787, which also contained alot of the cleanups in this patch). PR: 25787, 27636 Partially Submitted by: Arne.Dag.Fidjestol@idi.ntnu.no Reviewed by: Arne.Dag.Fidjestol@idi.ntnu.no, green MFC after: 3 weeks
* Resetting using COR bit 7 appears to be bad on pci based systems.imp2001-06-041-0/+2
| | | | #ifdef it out for now.
* You can't free a string and then use it as the error message topaul2001-06-041-1/+2
| | | | | | | errx. Instead use warn to print the string, then cleanup and exit normally. This fixes a core dump if the executable to be run doesn't exist.
* Add diskcheck-daemon.phk2001-06-034-0/+1014
| | | | | | | | | | | | | With a small disk being 20GB these days, chances are pretty good that an ailing sector will not be read while still being recoverable by the drive. Diskcheck daemon will read disks in the background at a low rate and that way give the diskdrive a chance to detect and correct soft read errors before they become hard errors. Idea by: phk Written by: ben
* Remove pim6[ds]d from the tree. The software had a restrictive licenseume2001-06-0393-34962/+0
| | | | than we can handle. pim6[ds]d are available as ports instead.
* Fix a grammar bogon and removed whitespace at EOL.schweikh2001-06-031-8/+8
| | | | MFC after: 1 week
* Remove double //'s in path.obrien2001-06-021-1/+1
|
* msdos -> msdosfs.ru2001-06-014-7/+7
|
* mount_msdos(8) -> mount_msdosfs(8).ru2001-06-011-1/+1
|
* - VFS_SET(msdos) -> VFS_SET(msdosfs)ru2001-06-011-1/+1
| | | | | | - msdos.ko -> msdosfs.ko - mount_msdos(8) -> mount_msdosfs(8) - "msdos" -> "msdosfs" compatibility glue in mount(8)
* Remove vestiges of MFS.ru2001-06-013-6/+3
|
* Starting with 5.0-R, do not support `.' as a owner / group delimiter.obrien2001-05-311-1/+0
|
* Cross reference pkg_update(1).eric2001-05-311-0/+1
| | | | Approved by: murray
* Support a range of registers to read.imp2001-05-312-10/+38
| | | | | | | | | eg pciconf -r pci0:10:0 0:0xff and keep the output of the old singleton the same. Reviewed by: audit@, dd MFC after: 10 days
* Fix typos and modify obscure wordingtom2001-05-311-5/+5
| | | | MFC after: 5
* Fixed the bug from the previous revision.ru2001-05-311-1/+1
| | | | | | | | | | | | | | | ``chown -h owner symlink'' did not set the symlink's owner if the file the symlink points to already had that owner: # ls -l alink afile -rw-r--r-- 1 nobody ru 0 May 31 14:14 afile lrwxr-xr-x 1 root ru 5 May 31 14:14 alink -> afile # ./chown -h -v nobody alink # ls -l alink afile -rw-r--r-- 1 nobody ru 0 May 31 14:14 afile lrwxr-xr-x 1 root ru 5 May 31 14:14 alink -> afile Similarly for chgrp(1) and chmod(1).
* Recently, other BSDs had faith support in inetd. Though our inetd hasume2001-05-311-1/+7
| | | | | | | | it already, their syntax is not compatible with ours. It will confuse users. So, we have compatibility with their syntex. Approved by: dwmalone Obtained from: NetBSD
* Minor style(9) tweak: if ( instead of if(.imp2001-05-311-3/+3
|
* Add suggested parens around truth value.imp2001-05-311-1/+1
|
* From the PR:imp2001-05-301-4/+2
| | | | | | | | | | | | | The PCCard daemon can hang indefinately while reading its configuration file. If the last line of the file is a comment line that does not end in a newline, the program goes into an infinite loop searching for the non-existent newline. This fix, provided by the PR, will allow files ending without a newline to be read without hanging. Submitted by: Crist J. Clark <cjclark@alum.mit.edu> PR: bin/25791
* Fix an alignment errorbrian2001-05-301-5/+10
| | | | | | PR: 27766 Submitted by: Sudish Joseph <sudish@mindspring.com> MFC after: 2 weeks
* Add the last of the compatibility mods from openbsd. Neatly, thedougb2001-05-301-9/+14
| | | | | | | | | "install && rm" change fits in with the new FreeBSD default of copy instead of move for install. Changing the order of the deletion of the spurious password files doesn't affect FreeBSD functionality, but it's done in such a way as not to matter. Obtained from: Christian Weisgerber <naddy@mips.inka.de>
* Change to spell erasing right.sos2001-05-301-6/+7
| | | | PR 26306 but implemented differently by me.
* Catch up to new include paths.msmith2001-05-301-2/+2
| | | | Submitted by: walt <wsheets@att.net>
* Remove MFSphk2001-05-291-4/+1
|
* Add section "CONTRIBUTORS" and move nik and sobomax there, since we are notsobomax2001-05-291-0/+2
| | | | really "AUTHORS".
* Since the netexport struct was centralised to 'struct mount',iedowse2001-05-291-3/+4
| | | | | | | | | | | | | attempting to remove nonexistant exports with MNT_DELEXPORT returns an error; before this change it always succeeded. This caused mountd(8) to log "can't delete exports for /whatever" warnings. Change the error code from EINVAL to a more specific ENOENT, and make mountd ignore this error when deleting the export list. I could have just restored the previous behaviour of returning success, but I think an error return is a useful diagnostic. Reviewed by: phk
* - Syncronizes command line syntax warnings with manpage (bin/27010);sobomax2001-05-292-9/+14
| | | | | | | | - silence gcc(1) warnings (sobomax). PR: 27010 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>, sobomax MFC after: 10 days
* Various fixes, including suggestions from some thoughtful folks, thanks.dougb2001-05-281-18/+47
| | | | | | | | | * Minor umask portability change (Christian Weisgerber <naddy@mips.inka.de>) * Clarify default value of the "run it now" option (bmah) * Make "run it now" $DESTDIR safe (bsd) * Handle installation of hard links for /.profile and /.cshrc properly when the auto-install option is selected * Fix some more whitespace issues
* Clarify handling of /etc/mergemaster.rc and $HOME/.mergemasterrcdougb2001-05-281-1/+6
|
* Follow symbolic links named as command line arguments if run without -R.ru2001-05-281-2/+3
| | | | | | | | | | | | | | This is required by symlink(7), ``Commands not traversing a file tree'' subsection, third paragraph: : It is important to realize that this rule includes commands which may : optionally traverse file trees, e.g. the command ``chown file'' is : included in this rule, while the command ``chown -R file'' is not. For chown(8) and chgrp(1), this is also is compliance with the latest POSIX 1003.1-200x draft. MFC after: 1 week
* Move the scrollback controls from kbdcontrol to vidcontrol.des2001-05-284-156/+147
| | | | | | Also fix some style bugs in the code and poor language in the man pages. Reviewed by: sobomax
* Be more consistent with the terminology, referring to "temporary anddougb2001-05-281-2/+2
| | | | | | | installed" instead of "old and new". Inspired by the somewhat non-linear PR, which really didn't have a fix, per se. PR: conf/27235 Roelof Osinga <roelof@eboa.com>
* Fix a problem when user selects -a (auto run) but we encounter a filedougb2001-05-281-1/+16
| | | | | | | | | | missing on the system. Instead of passing it by, mm was prompting... bad mm, no cookie! Brought to my attention by the PR, but the fix needed to be tweaked to handle the auto-install option as well. PR: misc/25731 Gilbert Gong <ggong@cal.alumni.berkeley.edu>
* Whitespace only changes to try and fit a little better into 80 columns.dougb2001-05-281-15/+20
|
* Instead of defining CONS_CLRHIST if it isn't defined, simply disabledd2001-05-271-6/+6
| | | | | | | | the -c option [when CONS_CLRHIST isn't defined]. This is okay since the only time CONS_CLRHIST wouldn't be defined is when kbdcontrol is being built in bootstrap-tools, and -c isn't needed then. Submitted by: imp
* A la rev. 1.36, define CONS_CLRHIST here if it isn't already sincedd2001-05-271-2/+6
| | | | this is a build tool, so it has to build on 4.x with the old headers.
* Add a -c option which clears the history buffer using the newdd2001-05-272-5/+18
| | | | | | | CONS_CLRHIST ioctl. PR: 27616 Reviewed by: ru
OpenPOWER on IntegriCloud