summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Use stdlib.h for getopt interface.imp2003-06-071-2/+0
|
* remove unnecessary '?' from getopt stringimp2003-06-071-1/+1
|
* MAXPATHLEN includes trailing NULimp2003-06-071-1/+1
|
* Use safer strlcpy and snprintf interfacesimp2003-06-071-4/+4
|
* Get getopt interface from unistd.himp2003-06-072-5/+2
|
* Get getopt interface from unistd.himp2003-06-071-3/+1
|
* Don't need to redundantly redeclare optreset.imp2003-06-071-1/+0
|
* Allow the optional setting of a user, primary group, or grouplistmtm2003-06-072-6/+114
| | | | | | | when chrooting. Obtained from: NetBSD MFC after: 4 weeks
* Move my maintainership of parts of ipfilter back to Darren Reedguido2003-06-064-4/+4
|
* Warn if there is no newline at the end of the group file.roam2003-06-061-0/+4
| | | | | | | PR: 51256 Submitted by: Brian D Gallaway <bdg730@makserver0.usask.ca> Reviewed by: tjr, -audit Approved by: tjr
* Report NODEV devices as <NFSfile>phk2003-06-051-2/+6
|
* Follow the trend of moving MAINTAINER lines from Makefile intoroberto2003-06-052-4/+0
| | | | src/MAINTAINERS.
* Update lsextattr(8) to use the new extattr_list_*() APIs, rather thanrwatson2003-06-051-12/+28
| | | | | | | | using the somewhat more hackish variant on extattr_get_*() to retrieve the attribute list on an object. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* GRRR. Do not force Dangerously Dedicated mode on amd64 when you selectpeter2003-06-042-2/+2
| | | | | | | 'use entire disk'. Neither for ia64 while I'm here - it needs a MBR if its going to use fdisk+disklabel. The ia64 case is mostly academic though because you'd be creating two partitions (dos + freebsd) rather than a single freebsd-only partition.
* Correct a spelling error.ceri2003-06-041-1/+1
|
* Drop MAINTAINER bits from here.markm2003-06-042-4/+0
|
* Remove MAINTAINER line in favor of the entry in src/MAINTAINERSdougb2003-06-041-2/+0
|
* Turn on btxld for amd64.peter2003-06-031-0/+4
|
* Add AMD64 support.peter2003-06-032-1/+5
|
* Port libc_r to amd64, and turn it back on for amd64. It passes all ofpeter2003-06-021-1/+1
| | | | the same src/lib/libc_r/test/* tests that the other platforms pass.
* Add a missing return statement to distExtractTarball().tmm2003-06-021-0/+1
| | | | Reviewed by: jhb
* Assorted mdoc(7) fixes.ru2003-06-021-31/+38
|
* Explicitly compare the values returned by chdir(2) and chroot(2) to -1.mtm2003-06-021-1/+1
|
* CSTD=c89 due to mismatched declarations.obrien2003-06-021-0/+1
|
* Mostly fixed the SYNOPSIS.ru2003-05-311-12/+14
|
* excute: typo; possible replacements: excite, excuse.ru2003-05-311-4/+4
|
* Sigh, I guess this manpage used cat(1) as a template?ru2003-05-311-7/+6
| | | | | Otherwise, fix the manpage to not use the second person, and add two missing punctuation bits.
* Assorted mdoc(7) fixes.ru2003-05-311-7/+8
|
* Teach sysinstall to recognize if acpi was turned off from the bootloader,scottl2003-05-316-0/+102
| | | | | | and then ask the user if this should be made permanent. Approved by: re
* pkg_create incorrectly does not add trailing '\n' when it receiveslioux2003-05-262-1/+23
| | | | | | | | | | | | | | | | | | | either COMMENT or DESCR from the command line. When a port is installed, one gets both +COMMENT and +DESCR files with a trailing '\n' character. However, +COMMENT does not contain a trailing '\n' when it is installed from a package due to this behavior of pkg_create. Therefore, make sure it behaves exactly the same regardless of where got its information; either command line or files. The modified functions are used by pkg_create. PR: 52097 Reviewed by: bento, kris, portmgr, re, Michael Nottebrock <michaelnottebrock@gmx.net>, Martin Horcicka <horcicka@FreeBSD.cz> Approved by: re (scottl) MFC after: 1 week
* Add a trailing '\n' character if none is found in the informationlioux2003-05-261-10/+19
| | | | | | | | | | | | | | | obtained from a package. Patch show_file() [1] and show_index() [2] functions. PR: 52097 Reviewed by: bento, kris, portmgr, re, Michael Nottebrock <michaelnottebrock@gmx.net>, Martin Horcicka <horcicka@FreeBSD.cz> Approved by: re (scottl) Obtained from: NetBSD [1], OpenBSD [2] MFC after: 1 week
* Add a pretty cheesy hack to avoid a gcc-3.2.2 ICE (internal compilerpeter2003-05-252-7/+4
| | | | | | | | error) on amd64 when doing pointer subtraction. This bug is already fixed in gcc-3.3 (waiting for after the branch), and the hack will be backed out at the first opportunity. This is in the ipv6 code path. Approved by: re (scottl)
* Add __amd64__ ifdefs to enable the bootblock handling code, slices, etc.peter2003-05-2411-20/+20
| | | | | Approved by: re (murray) Obtained from: obrien
* no libc_r on amd64 yet -> no pppctl.peter2003-05-241-1/+1
| | | | Approved by: re (safe amd64 changes)
* The "krb5" distribution was merged with "crypto", record the death.ru2003-05-226-26/+8
| | | | | Reviewed by: jhb Approved by: re (jhb)
* Erase whitespace at EOL.ru2003-05-223-6/+6
| | | | Approved by: re (blanket)
* Moved $FreeBSD$ tag to where it belongs.ru2003-05-221-1/+2
| | | | Approved by: re (blanket)
* Nitpicking.ru2003-05-221-1/+1
| | | | Approved by: re (blanket)
* Assorted mdoc(7) fixes.ru2003-05-224-30/+43
| | | | Approved by: re (blanket)
* Reapply mdoc(7) fixes that got accidentally lost in the lastru2003-05-208-380/+424
| | | | | | | Bluetooth update, and fix a few more issues. Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>, ru Approved by: re (blanket)
* Previous revision broke release building, unbreak it.ru2003-05-201-0/+1
| | | | Prodded by: scottl
* Retire the useless NOSECURE knob.des2003-05-1910-13/+11
| | | | Approved by: re (scottl)
* Fixed troff(1) and mdoc(7) warnings.ru2003-05-182-3/+3
| | | | Approved by: re (blanket)
* Avoid a corrupt timestamp on the consolegshapiro2003-05-171-2/+6
| | | | | | | PR: 51587 Submitted by: Dmitry Sivachenko <mitya@cavia.pp.ru> Approved by: re (rwatson) MFC after: 3 days
* Avoid code duplication by using libutil's trimdomain() instead ofgshapiro2003-05-172-10/+7
| | | | | | | | | an incorrect re-implementation. PR: 52223, 52342 Submitted by: Dan Nelson <dnelson@allantgroup.com> Approved by: re (bmah/rwatson) MFC after: 2 days
* When getting back an NLM DENIED response for a requested lock from therwatson2003-05-151-2/+2
| | | | | | | | | | | | server, map it to EAGAIN locally rather than EACCES. The NLM spec indicates the DENIED corresponds to lock contention, not a permission failure. This fixes O_EXLOCK/O_SHLOCK with O_NONBLOCK, which would previously give a permission error, which in turn fixes things like mailq(8) and lockf(1) over NFS. Approved by: scottl (re) Reviewed by: truckman, Andrew P Lentvorski, Jr. <bsder@allcaps.org> Idea from: truckman
* Avoid registering for a lock on the server in the event the NFS clientrwatson2003-05-141-6/+11
| | | | | | | | | | | has requested the lock in a non-blocking form, instead returning an immediate failure. This appears to help reduce one of my "locks get lost" symptoms involving lockf(1), which attempts a non-blocking lock attempt before actually blocking on the lock. At this point the client still gets back EACCES, which is an issue we're still working. Approved by: re (scottl) Submitted by: Andrew P. Lentvorski, Jr. <bsder@allcaps.org>
* When giving examples of how to use extattrctl(8) to configure UFS1rwatson2003-05-141-4/+4
| | | | | | | attributes, use the current convention for attribute directory names so that UFS_EXTATTR_AUTOSTART will work with them. Approved by: re (scottl)
* When receiving NLM_GRANTED_RES or NLM4_GRANTED_RES lock granted messagesrwatson2003-05-141-2/+7
| | | | | | | | | | | | | from the NFS server, following contention on a lock by this or another client, immediately notify the waiting process that the lock has been granted via a wakeup. Without this change, the client rpc.lockd will not wakeup the waiting process until it next re-polls the lock (sometime in the next ten seconds), which can lead to marked latency across all potential lockers, as the lock is held by the client for the duration. Approved by: re (scottl) Submitted by: truckman Reviewed by: Andrew P. Lentvorski, Jr <bsder@allcaps.org>
* Reword the infamouse mouse dialog to ask if you have a PS/2, serial, orjhb2003-05-132-2/+2
| | | | | | | | bus mouse instead of if you have a non-USB mouse. Requested by: many Prodded by: dougb Approved by: re (scottl)
OpenPOWER on IntegriCloud