summaryrefslogtreecommitdiff
path: root/sbin
Commit message (Collapse)AuthorAgeFilesLines
* MFC: describe syncer(4)-related sysctls.Sheldon Hearn2000-07-261-1/+3
| | | | Notes: svn path=/stable/4/; revision=63882
* MFC: rev 1.9 (enhanced PATH)David E. O'Brien2000-07-221-1/+1
| | | | | | | Approved by: JKH Notes: svn path=/stable/4/; revision=63760
* MFC: Properly test the 16-bit signature at the end of the MBR.John Baldwin2000-07-211-1/+1
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=63735
* MCF: 1.15 dirs.c and 1.17 tape.c.David Malone2000-07-212-4/+4
| | | | | | | | | Don't try to make files immutable (ie. chflags) before setting access times. Approved by: jkh Notes: svn path=/stable/4/; revision=63709
* MFC: Don't call vfprintf-like functions without a format string.Kris Kennaway2000-07-202-2/+2
| | | | Notes: svn path=/stable/4/; revision=63636
* MFC: rev 1.8 (need /usr/sbin/for arp(8))David E. O'Brien2000-07-201-1/+1
| | | | Notes: svn path=/stable/4/; revision=63634
* MFC: upgrade to Patchlevel 3 of the ISC 2.0 dhcp client.David E. O'Brien2000-07-201-0/+1
| | | | | | | (need to set the shell script's PATH setting in the environment) Notes: svn path=/stable/4/; revision=63632
* Yet another world fixage.Kris Kennaway2000-07-201-1/+1
| | | | | | | Submitted by: Bryan Liesner <bleez@bellatlantic.net> Notes: svn path=/stable/4/; revision=63607
* Fix yet another world breakage.Kris Kennaway2000-07-201-1/+1
| | | | | | | Submitted by: Nat Lanza <magus@cs.cmu.edu> Notes: svn path=/stable/4/; revision=63602
* Attempt to unbreak world.Kris Kennaway2000-07-201-1/+1
| | | | | | | Submitted by: Nat Lanza <magus@cs.cmu.edu> Notes: svn path=/stable/4/; revision=63599
* MFC: merge in various cosmetic cleanups:Kelly Yancey2000-07-191-4/+24
| | | | | | | | | | | | | | | Add unsigned sysctl types; change certain existing sysctl oids to utilize the new types. Teach sysctl(8) about these types. Convert SYSCTL_LONG to accept a val parameter like all of the other SYSCTL_XXX macros. Add support to sysctl(8) for arrays of longs. Make sysctl(8) display dev_t's the same way as ls(1). Notes: svn path=/stable/4/; revision=63492
* MFC: make "ifconfig" with no arguments equivalent to "ifconfig -a".Archie Cobbs2000-07-181-0/+4
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=63477
* MFC: cross-reference mount_nfs(8) and showmount(8).Sheldon Hearn2000-07-181-1/+2
| | | | Notes: svn path=/stable/4/; revision=63440
* MFC: Make "ldconfig" with no arguments behave the same as "ldconfig -R".John Polstra2000-07-182-1/+4
| | | | | | | | ldconfig.8: 1.19 -> 1.20 ldconfig.c: 1.31 -> 1.32 Notes: svn path=/stable/4/; revision=63371
* MFC: Update to support MBR boot loaders longer than 1 sector.John Baldwin2000-07-171-17/+72
| | | | Notes: svn path=/stable/4/; revision=63342
* MFC: (rev 1.40) refer to rc.conf(5) on how to start natd(8) during boot.Ruslan Ermilov2000-07-171-0/+3
| | | | Notes: svn path=/stable/4/; revision=63301
* MFC: 1.18 Ensure devices, fifos, etc have length 0.David Malone2000-07-151-0/+6
| | | | Notes: svn path=/stable/4/; revision=63234
* MFC: Merge KAME 2000/07 code.Kris Kennaway2000-07-154-289/+771
| | | | Notes: svn path=/stable/4/; revision=63208
* MFC: rev 1.14Ben Smithurst2000-07-141-7/+17
| | | | Notes: svn path=/stable/4/; revision=63165
* MFC: Use struct uc_device in userconfig instead of struct isa_device.John Baldwin2000-07-141-14/+14
| | | | Notes: svn path=/stable/4/; revision=63133
* MFC: 1.7 -> 1.8David Malone2000-07-131-2/+5
| | | | | | | Clarify example and fix typo. Notes: svn path=/stable/4/; revision=63075
* MFC: (rev 1.33) Don't call warn() with no format string.Ruslan Ermilov2000-07-111-1/+1
| | | | Notes: svn path=/stable/4/; revision=62970
* MFC: rev 1.28 (document "-alias")David E. O'Brien2000-07-101-7/+9
| | | | Notes: svn path=/stable/4/; revision=62898
* MFC: [rev 1.30] Fix style bugs in rev.1.28.Paul Saab2000-07-041-2/+3
| | | | Notes: svn path=/stable/4/; revision=62502
* MFC: [rev 1.40] Catch the usage() function up to the command linePaul Saab2000-07-021-1/+1
| | | | | | | changes. Add -I and remove -e. Notes: svn path=/stable/4/; revision=62397
* MFC, rev 1.26:Kenneth D. Merry2000-07-011-1/+2
| | | | | | | | | | | | | | When printing out the transfer rate display for 'camcontrol inquiry', use the current setting for tagged queueing when deciding whether or not to print "Tagged Queueing Enabled" instead of using the device's actual capabilities. Reported by: Gustavo Vieira Goncalves Coelho Rios <kernel@tdnet.com.br> Reviewed by: mjacob Tested for RELENG_4 by: markm, nectar, will Notes: svn path=/stable/4/; revision=62373
* MFC: camcontrol.c rev 1.25, camcontrol.8 rev 1.23Kenneth D. Merry2000-07-012-17/+15
| | | | | | | | | | | | | | Eliminate the default device name (da) and unit number (0) in camcontrol. This may break some scripts, but with the number of ways users can damage a system with this tool, it's important to make sure they specify which device they want to talk to. Suggested by: joerg Tested for RELENG_4 by: markm, nectar, will Notes: svn path=/stable/4/; revision=62371
* MFC, rev 1.24:Kenneth D. Merry2000-07-011-2/+2
| | | | | | | | | | | | | | Send 'camcontrol help' usage output to stdout instead of stderr, so it can be viewed more easily with a pager. Regular (i.e. short) usage output is still sent to stderr. PR: bin/12358 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> Tested for RELENG_4 by: markm, nectar, will Notes: svn path=/stable/4/; revision=62370
* MFC, rev 1.22:Kenneth D. Merry2000-07-011-44/+51
| | | | | | | | | | Use the Ic (Internal command) mdoc macro to denote camcontrol subcommands. Submitted by: sheldonh Tested for RELENG_4 by: markm, nectar, will Notes: svn path=/stable/4/; revision=62369
* MFC, Implement a new camcontrol function, 'camcontrol format'.Kenneth D. Merry2000-07-012-31/+393
| | | | | | | | | | | | | | | Merged files/revisions: camcontrol.c: rev 1.23 camcontrol.8: rev 1.21 libcam/Makefile: rev 1.7 scsi_da.c: rev 1.49 scsi_da.h: rev 1.5 Tested for RELENG_4 by: markm, nectar, will Notes: svn path=/stable/4/; revision=62368
* MFC: Wrong speed.Nick Hibma2000-07-011-1/+1
| | | | Notes: svn path=/stable/4/; revision=62363
* MFC: /dev/rXXX -> /dev/XXXPaul Saab2000-07-013-8/+6
| | | | Notes: svn path=/stable/4/; revision=62345
* MFC: [rev 1.21] Update references to disk and tape devices.Paul Saab2000-07-011-5/+5
| | | | Notes: svn path=/stable/4/; revision=62331
* MFC: [rev 1.7] Fix occurences of nos_tun to nos-tun.Paul Saab2000-07-011-6/+6
| | | | Notes: svn path=/stable/4/; revision=62330
* MFC: [rev 1.11] Clarify error message.Paul Saab2000-07-011-1/+2
| | | | Notes: svn path=/stable/4/; revision=62329
* MFC:Paul Saab2000-07-011-2/+6
| | | | | | | | | [rev 1.37] /dev/rXXX -> /dev/XXXX [rev 1.38] Add QNX 4 partitions to fdisk's list. [rev 1.39] ADd plan9 partitions to fdisk's list. Notes: svn path=/stable/4/; revision=62328
* Back this out. This really does not give us the version number ofPaul Saab2000-07-012-5/+5
| | | | | | | | | the kld's. Pointed out by: bp Notes: svn path=/stable/4/; revision=62326
* MFC: [rev 1.2] Use the same order in DPADD as in LDADD.Paul Saab2000-07-011-4/+3
| | | | Notes: svn path=/stable/4/; revision=62325
* MFC: [rev 1.32] Remove xref to mount_lfs.Paul Saab2000-07-011-1/+0
| | | | Notes: svn path=/stable/4/; revision=62324
* MFC: Display version number of each kld module when using the -vPaul Saab2000-07-012-5/+5
| | | | | | | flag. Notes: svn path=/stable/4/; revision=62323
* MFC: [rev 1.10] Block devices are gone.Paul Saab2000-07-011-5/+0
| | | | Notes: svn path=/stable/4/; revision=62322
* MFC: /dev/rXXX -> /dev/XXXPaul Saab2000-07-013-11/+11
| | | | Notes: svn path=/stable/4/; revision=62320
* MFC: Add include of errno.h where needed, remove extern int errnoPaul Saab2000-07-015-9/+3
| | | | | | | where not. Notes: svn path=/stable/4/; revision=62319
* MFC: Remove unused includes.Paul Saab2000-07-015-5/+0
| | | | Notes: svn path=/stable/4/; revision=62318
* MFC: [rev 1.7] 1000000 usec -> 1 sec 0 usec; fixPaul Saab2000-07-011-1/+1
| | | | Notes: svn path=/stable/4/; revision=62317
* MFC:Paul Saab2000-07-011-7/+15
| | | | | | | | [rev 1.7] Make the fore_dnld program more robust and reliable. [rev 1.8] Remove unused #include. Notes: svn path=/stable/4/; revision=62316
* MFC: Remove unused #include.Paul Saab2000-07-018-8/+0
| | | | Notes: svn path=/stable/4/; revision=62315
* MFC: (rev 1.39) "Ease understanding" of how -punch_fw works.Ruslan Ermilov2000-06-291-9/+11
| | | | Notes: svn path=/stable/4/; revision=62253
* Argh, MFC failed last time for this file.Ruslan Ermilov2000-06-271-115/+203
| | | | Notes: svn path=/stable/4/; revision=62166
* MFC:Ruslan Ermilov2000-06-272-221/+363
| | | | | | | | | - new options: -redirect_proto, -target_addr, -punch_fw - obsoleted option: -pptpalias - LSNAT support Notes: svn path=/stable/4/; revision=62165