summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* Let a file with '@' or ':' in it take precedence over defaulting togreen1999-10-102-4/+8
| | | | nfs.
* Nuke the old antique copy of ipfilter from the tree. This is old enoughpeter1999-10-105-46/+0
| | | | | to be dangerous. It will better serve us as a port building a KLD, ala SKIP.
* Remove the ft program, the driver is long gone.phk1999-10-094-1103/+0
|
* mount* fixes from Martin Blapp <mb@imp.ch>:phk1999-10-0922-124/+227
| | | | | | | | | | | | | | | | | Made mount more userfriendly (bad slashes are now filtered out) and we remove in mount_nfs trailing slashes if there are any. Fixed mount_xxx binarys to resolve with realpath(3) the mountpoint. Translate the deprecated nfs-syntax with '@' to ':' . The ':' syntax has now precedence, but '@' still works. Notify the user that the '@' syntax should not be used. PR: 7846 PR: 13692 Submitted by: Martin Blapp <mb@imp.ch> Reviewed by: phk
* Fix -Wall warningsn_hibma1999-10-082-3/+4
| | | | Submitted-By: Martin Blapp <mblapp@kassiopeja.lan.attic.ch>
* - Fixed some cases in which mount was segfaulting.n_hibma1999-10-082-20/+24
| | | | | | | | | Original patch from Adrian. Martin added a check for free(). - Included the filesystem type in output of mount PR: bin/13143 Submitted-By: Martin Blapp <mblapp@kassiopeja.lan.attic.ch>
* Put the umount request through the same translation as the mountalfred1999-10-061-2/+11
| | | | | | | | | request. Fix some uninitialized warnings and a style bug while we are here. Problem still exists where a failed umount can be misreported as success. Submitted by: Martin Blapp <mb@imp.ch>
* Fixed the description of how packets re-enter IP firewall filter.ru1999-10-061-3/+6
| | | | Suggested by: Ari Suutari <ari@suutari.iki.fi>
* Removal of sys/device.hn_hibma1999-10-051-1/+0
| | | | | | | | | | | | | - Move intrhook stuff into kernel.h - Remove all occurrences of #device <device.h> - Add kernel.h were necessary (nowhere) - delete device.h This file contained the structures for cfdata (old style config) and is no longer used. It was included by most drivers. It confuses the remote debugger as the definition of 'struct device' in device.h is found before the one in bus_private.h.
* Print a warning that includes the mount source when the foregrounddillon1999-10-021-0/+1
| | | | | | | mount fails prior to going into the background when a background NFS mount is requested. PR: misc/12376
* Add description of checkparity and rebuildparity.grog1999-09-281-4/+9
| | | | | | Remove a half-started message. Reported-by: "Jeffrey J. Mountin" <jeff@mountin.net>
* Brucify comments.grog1999-09-281-23/+66
| | | | | | | | | | | | | | vinum_lpi: Add information about progress of rebuildparity and checkparity commands. listconfig: Print object counts in a different format, don't refer to the internal number of slots allocated: Caused-confusion-to: Norbert Meissner <norbert.meissner@daimlerchrysler.com> vinum_info: Change format of device numbers so that they fit in the column (ignore high-order minor number bits, which aren't really of much interest).
* vinum_init: Fix message typo.grog1999-09-281-1/+50
| | | | | | | vinum_start: bzero the statinfo.dinfo struct. The lack of this was causing sporadic failures of the start command. Add body of vinum_checkparity command.
* Document the "noasync" option.obrien1999-09-282-0/+6
|
* Do not defer setting of the aliasing address fromru1999-09-281-19/+15
| | | | | | interface name if not operating in dynamic mode. Reviewed by: Ari Suutari <ari@suutari.iki.fi>
* Use mkstemp(3) instead of tmpnam(3) when creating temporary files for modeken1999-09-282-6/+12
| | | | | | | page editing. Submitted by: roberto Reviewed by: imp, ken
* Fix two rather embarrassing bugs in camcontrol. The first caused theken1999-09-271-3/+5
| | | | | | | | | | | | CAM_PASS_ERR_RECOVER flag to be set unconditionally on READ DEFECTS commands, and also caused the CAM_DIR_IN flag to not be set. This was the cause of all of the "camcontrol defects doesn't work with my NCR controller" bugs. The second prevented camcontrol negotiate from negotiating any bus width other than 8 bits. Submitted by: groudier@club-internet.fr (Gerard Roudier)
* -Wall cleanups, handle unknown cases.billf1999-09-261-5/+9
| | | | | Submitted by: billf, ken Reviewed by: ken
* Silence -Wallbillf1999-09-261-1/+2
| | | | Reviewed by: dillon
* Mention /dev/vn0b and /dev/vntab. ascii -> ASCII transform hadnik1999-09-261-0/+4
| | | | | | | already happened in an earlier commit. PR: docs/13645 Submitted by: Stephen Roznowski <sjr@home.com>
* Remove two more unnecessary function declarations/prototypes.billf1999-09-251-4/+0
|
* Include the proper headers, remove the unnecessary function declarations.billf1999-09-251-1/+2
|
* Remove duplicate declarations for two internal functions.billf1999-09-252-4/+0
| | | | Remove delcaration for getenv(), we already get it from stdlib.h
* Stuff a variable declaration inside a #if block that is only used for thatbillf1999-09-252-0/+4
| | | | #if.
* Remove declaration of getenv(), we get that from stdlib.h already.billf1999-09-251-1/+1
|
* Bring documentation up to datedillon1999-09-231-5/+60
|
* Correct spelling : ascii -> ASCIIphantom1999-09-201-1/+1
| | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp
* If we don't appear to have a module loaded supporting the interfacemsmith1999-09-201-0/+44
| | | | | | | | | | | | | | we're about to operate on, try to load one. Don't complain if the load fails, and always press on regardless (there may not be a module suitable or required). With the renaming of the PCI ethernet driver modules and the addition of appropriate miibus dependancies on those modules that need it, it is now no longer necessary to compile many ethernet drivers into the kernel; they will be loaded on demand the first time they are ifconfig'ed. Inspiration from: mount Reviewed by: obrien
* Prepare for K5.markm1999-09-202-2/+2
|
* Fix for new KerberosFix for new Kerberos44markm1999-09-192-0/+2
|
* `permanent_link' is obsolete; update examples.ru1999-09-131-9/+7
|
* Add Ari Suutari as a maintainer.ru1999-09-131-0/+3
| | | | Approved by: Ari Suutari <ari@suutari.iki.fi>
* Fixed bitrot in usage message (-n is now optional).bde1999-09-081-1/+1
|
* Config file parser changes:ru1999-09-072-9/+15
| | | | | | | - Trailing spaces and empty lines are ignored. - A `#' sign will mark the remaining of the line as a comment. Reviewed by: Ari Suutari <ari@suutari.iki.fi>
* Indicate that we now control quota checking via an rc.conf variable,mph1999-09-061-5/+12
| | | | | | instead of putting it in rc.local. Submitted by: Alex Perel <veers@disturbed.net>
* FreeBSD kernel doesn't allow any process to decrease securelevel. So,kato1999-09-062-8/+1
| | | | | | | init(8) cannot decrease securelevel. The manual page explains this and single_user() doesn't try to downgrade kernel to insecure mode. Reviewed by: bde (manual page)
* Show that the -n option is optionaln_hibma1999-09-061-1/+4
| | | | | Suggested by: Bruce Evans <bde@zeta.org.au> Reviewed by: dfr
* $Revision$ -> $FreeBSD$ (more cleanup needed here)peter1999-09-0512-12/+12
|
* Make the "uid" and "gid" code better. Now it can detect invalid usergreen1999-09-031-4/+20
| | | | | | names/numbers. Reviewed by: chris
* Add cross-references to respective syscalls.chris1999-09-033-0/+3
|
* Get this to compile again. struct pnp_cinfo went away somdodd1999-09-031-0/+4
| | | | | | | this is just a temporary hack until someone figures out what they want to do with the override tables etc. Example copied: sys/isa/{pnp,sio}.c
* Allow signals to interrupt system calls.ru1999-09-021-1/+3
| | | | | | | | Remove redundant signal() call. PR: 6676 Submitted by: luoqi Reviewed by: Ari Suutari <ari@suutari.iki.fi>
* Fix savecore so that it operates correctly on character devices withphk1999-08-311-27/+90
| | | | | | sectorsizes up to 8k. Pointed out by: sos
* $Id$ -> $FreeBSD$peter1999-08-28323-349/+349
|
* Update and tidy descriptions of info -V.grog1999-08-261-30/+69
| | | | | Describe use of -w option with start. Tidy up descriptions of scale factor suffixes.
* Add -e option to usage().dwhite1999-08-252-4/+4
|
* Document the setstate command.grog1999-08-241-6/+22
|
* Change declaration for initsd.grog1999-08-241-1/+4
| | | | | Add declarations for vinum_setstate, vinum_checkparity and vinum_rebuildparity.
* parseline(): Reset the -w flag.grog1999-08-241-27/+29
| | | | continue_revive: Implement the -w flag.
* vinum_info(): Add support for logging subdisk I/O.grog1999-08-241-17/+21
|
OpenPOWER on IntegriCloud