summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Remove this Makefile, these docs are built by the Makefiles in ↵trhodes2003-02-011-11/+0
| | | | src/share/doc/smm.
* No need for the OPENSSL_NO_KRB5 switch anymore.markm2003-01-312-2/+0
| | | | Fixed by: nectar
* - Modernize the format of the open file showing mode output:robert2003-01-311-10/+23
| | | | | | | | | | | | | | | | | | . Print the column headers centered (except for the left-aligned TYPE header) using a different header for architectures where sizeof(uintptr_t) is not four. . Consistently do not print a '0x' prefix for hexadecimal values. . Separate columns by a single space character. . Pad the columns presenting an address or offset enough to hold their respective largest value. . Do not restrict the output to unknown file types, inodes and sockets; allow displaying of pipes, fifos, kqueues and crypto file descriptors too. - Shorten an overly long line by removing a cast of printf's return value to void. PR: alpha/45240 Tested on: i386, sparc64, alpha
* Eliminate hard sentence breaks.trhodes2003-01-301-4/+4
|
* Grammar cleanup.trhodes2003-01-302-5/+5
| | | | | | PR: 34529 Submitted by: David Sieborger <drs@rucus.ru.ac.za> (original version) With comments by: keramida
* Improve alignment in printf().simokawa2003-01-301-1/+1
|
* Part 1/3 of unbreaking cross releases:ru2003-01-292-1/+58
| | | | | | | | | Back out the removal of custom version of endian.h system header. On recent systems, it just falls back to <sys/endian.h>. But on older systems like 5.0-DP1 or 4-STABLE, this private version may be necessary, as crunchide(1) is a cross-tool for "make release". Spotted by: kris, markm
* iAdjust for OpenSSL 0.9.7.markm2003-01-282-0/+2
|
* Backout last commit by request.dillon2003-01-281-44/+11
|
* - Search free device node to open. (fwcontrol.c)simokawa2003-01-283-94/+135
| | | | | - Exploit multiple packets read/write for DV stream. (fwdv.c) - Add reference to libdv in the ports collection. (fwcontrol.8)
* Changes so the 'pw' command will allow '$' as the last character in a useridgad2003-01-281-14/+51
| | | | | | | | | | | or group name (mainly for the benefit of samba). This pretty much rewrites he pw_checkname() routine, but should work exactly the same except for the above change, and that error messages are somewhat more informative. PR: 28733 46890 Inspired by: example patch written by Terry Lambert Reviewed by: no objections on freebsd-arch and freebsd-current MFC plans: no plans, but will do if people want it in stable.
* Teach sysinstall about the em(4) device.trhodes2003-01-272-0/+2
| | | | | | | | PR: 46439 Submitted by: Dan Lukes <dan@obluda.cz> Approved by: re (murray) Tested? yes MFC: 1 day
* Note that -c is no longer supported. This was requested by a few users andtrhodes2003-01-271-0/+4
| | | | | | | | we even have a PR about it. PR: 47388 Discussed with: bmah Requested by: many
* Correct typo.murray2003-01-262-2/+2
| | | | Submitted by: Andreas Kohn <andreas.kohn@gmx.net> (via -STABLE)
* Reword the description of -R a bit and add a note about being carefulkeramida2003-01-261-2/+6
| | | | | | | when -R is combined with patterns that might match ".." (like ".*"). PR: 46415 Submitted by: Gary W. Swearingen <swear@attbi.com>
* Change the nominal swap calculation from 1/2 physical memory to 1/8dillon2003-01-252-2/+2
| | | | | | | | | | | | | | physical memory. The default is still 2x physical memory. The nominal calculation is used to back-off swap auto-allocation ('A'uto command) when the disk is not large enough to accomodate all filesystem auto-defaults. This gives other partitions (like /usr) more priority over swap on smaller disks. This should help solve reported auto-sizing failures on machines with small hard drives and huge amounts of memory. For example, a machine with 2G of disk and 4G of memory will fail to auto-size without this fix. MFC after: 3 days
* Commit simple mergemaster changes to make the UI more deterministicdillon2003-01-251-11/+44
| | | | | (far easier to use) by limiting the initial display to the size of the window.
* Change API of FW_GDEVLST ioctl.simokawa2003-01-251-28/+42
| | | | | | - include information about itself. - define struct fw_devinfo and use it in struct fw_devlstreq. - unify EUI64 representation using struct fw_eui64.
* Use stderr for message output.simokawa2003-01-242-31/+37
|
* back out logging to /var/log/adduserfjoe2003-01-241-6/+0
| | | | (/usr/sbin/pw already logs to /var/log/userlog)
* In interactive mode, ask the user if he/she wants to add anothermtm2003-01-241-0/+18
| | | | | | | | user and re-run interactive questions or quit depending on the answer. Submitted by: Scot Hetzel <hetzels@westbend.net> Approved by: markm (mentor)
* expr foo -> $((foo))fjoe2003-01-231-2/+2
|
* - restore an ability to write log of added users (default tofjoe2003-01-231-3/+13
| | | | | | | /var/log/adduser, disabled if empty or adduserlog="no") - do not ask for password in configure mode - print $passwdtype instead of password in configure mode - add DATECMD, GREPCMD (not overridable but with full path)
* Do not loose trailing spaces when printing prompt messages.fjoe2003-01-231-3/+3
|
* Do not expose password if it is empty and PWF_STANDARD format is requestedfjoe2003-01-231-1/+2
| | | | MFC after: 1 week
* Merge DV(Digital Video) support.simokawa2003-01-234-3/+449
|
* burncd format accepts either 'dvd+rw' or 'dvd-rw' not 'dwd+rw'.johan2003-01-231-2/+2
| | | | Approved by: sos
* ypserv(8) is now started from rc.dmtm2003-01-231-1/+1
| | | | Approved by: markm (mentor)(implicit)
* *blush*mtm2003-01-231-8/+8
| | | | | | | While I'm here properly quote all the other input I neglected to quote. Approved by: markm (mentor)(implicit)
* Don't forget to properly quote input.mtm2003-01-211-1/+1
| | | | | Approved by: markm (mentor)(implicit) Submitted by: Robin Breathe <robin@isometry.net>
* pccardd and pccardc are for i386 and pc98 only. Don't build them onimp2003-01-211-1/+1
| | | | | | other architectures. Pointed out by: peter
* - Restore header printing to wi_printaplist()mdodd2003-01-211-34/+59
| | | | | | | | | | | - Move APRATE switch() code to function for clarity. - Conditionally call wi_printaplist() alone if more than one 'L' is preset. - Add the 'Q' flag to suppress printing of extraneous information in wi_printaplist(). - Re-order second getopt() in main(). Reviewed by: imp
* Fix kldxref on sparc64 by allowing non-trivial relocations to be performedjake2003-01-216-3/+239
| | | | | | | | | on variables read out of raw kld files. Unlike other platforms the value will be in an Elf_Rela, not in the data section of the elf file. Submitted by: Hartmut Brandt <brandt@fokus.gmd.de> PR: 46730 Tested on: alpha (obrien), i386, sparc64
* fix -L (scan ap's): use WI_RID_SCAN_APS instead of WI_RDI_SCAN_REQ to startsam2003-01-201-7/+2
| | | | a scan so the driver can use the best/right op for the card
* do not loose trailing space when asking uidfjoe2003-01-201-1/+1
|
* - Rename installFixupBin to installFixupBase to finish up the 'bin' tojhb2003-01-1710-513/+655
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'base' dist rename. - Rework struct dist to allow for different types of dists. There are currently three types of dists: DT_TARBALL, the traditonal gzipped and split tar file; DT_PACKAGE, a package; and DT_SUBDIST, a meta-dist in the tree that has its own array of dists as its contents. For example, the 'base' dist is a DT_TARBALL dist, the 'perl' dist is a DT_PACKAGE dist, and the 'src' dist is a DT_SUBDIST dist with its own dist table that contains 'sbase', 'ssys', etc. - Add helper macros for defining array entries for the different types of dists to try and make the statically defined dist table in dist.c more readable. - Split the logic to deal with a DT_TARBALL dist out of distExtract() and into its own distExtractTarball() function. distExtract() now calls other functions to extract each dist. - Tweak the percentage complete calculation in distExtractTarball() to do the multiply prior to the divide so it doesn't have to use floating point. - Axe the installPackage() function along with the special handling for the perl and XFree86 dists in distExtractAll() since distExtract() handles package dists directly now. - Add back in subdists for the X packages based on the split up packages that XFree86-4 uses that as closely map to the X dists we used with X 3.3.x. - Lots of things like distSetX() and the X dist masks are no longer #ifndef X_AS_PKG since we use them in both cases now. - Make the entire installFixupXFree() function #ifndef X_AS_PKG, we only call it in that case anyways, and it's not suitable for the X_AS_PKG case. - Add in X dist menus for the X_AS_PKG case. Approved by: re
* Add 'vlan' as a network device.jhb2003-01-172-0/+2
| | | | Tested by: dcs
* Don't hide global `s'.ru2003-01-171-6/+6
|
* Implement nonblocking tpc-connections. rpcgen -m does stillmbr2003-01-166-8/+35
| | | | | | | | produce backcompatible code. Reviewed by: rwatson Obtained from: NetBSD MFC after: 1 day
* Using LOGIN_SETALL &~LOGIN_SETMAC to avoid setting the MAC label improperly,rwatson2003-01-161-1/+1
| | | | | | | | | | rather than specifically setting the process priority and resource class; otherwise, we improperly set other aspects of the login class. We have a bit more to do here, but the proper fix will probably involve breaking out MAC labels from the login class at some point, as well as further clarifying the logic here. Pointed out by: kuriyama, max
* Add a function driverFloppyCheck() that asks the user if they would like tojhb2003-01-155-0/+24
| | | | | | | | | load drivers from the driver floppy if the "driver_floppy" variable is set in the kernel environment and call this function after probing devices but before displaying the main menu. X-MFC after: as soon as I finish committing to current Approved by: re@ (blanket)
* update for revised wi driver that uses the 802.11 link layer supportsam2003-01-151-105/+140
| | | | Reviewed by: imp
* Move the realloc outside the inner loop. This reduces the number of timesobrien2003-01-151-1/+1
| | | | we do the realloc.
* sigh... revert the previous change; this isn't getpmacchris2003-01-151-2/+1
| | | | Pointy hat: chris
* Cross-reference the appropriate mac library functions.chris2003-01-152-2/+4
| | | | Sponsored by: DARPA, Network Associates Laboratories
* Cross-reference mac(4).chris2003-01-154-0/+4
| | | | Sponsored by: DARPA, Network Associates Laboratories
* Activate getpmac.8chris2003-01-151-1/+1
|
* Document getpmac.chris2003-01-151-0/+56
| | | | | Sponsored by: DARPA, Network Associates Laboratories Obtained from: TrustedBSD Project
* s/^Sh/.Sh/ (macros begin with .)chris2003-01-151-1/+1
|
* Document setpmac.chris2003-01-152-1/+62
| | | | | Sponsored by: DARPA, Network Associates Laboratories Obtained from: TrustedBSD Project
OpenPOWER on IntegriCloud