summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Add __amd64__ to an ifdef set so that pppd compiles. Reactivate on amd64.peter2003-05-122-3/+3
| | | | Approved by: re (amd64 "safe" ifdefs etc)
* Correct a type in the bugs section. Also turn it into a list.gordon2003-05-111-2/+2
| | | | Approved by: re(murray)
* Teach sysinstall about the ServeRAID disk device.scottl2003-05-112-0/+2
|
* Make the README reflect reality.julian2003-05-111-3/+2
| | | | Approved by: re@ (blanket for bluetooth upgrade)
* Re-enable the broadcom firmware utility now that the Makefile in that subdirjulian2003-05-111-3/+1
| | | | | | | | has been fixed to not need the missing files. The firmware files themselves still now need to be fetched from the internet. The README there gives the location. Approved by: re@ (part of bluetooth upgrade)
* Fix (presently unused) Makefile to not need files not yet checked in.julian2003-05-111-11/+11
| | | | | | Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com> Approved by: re@ (part of Bluetooth upgrade)
* Don't compile the broadcom firmware module yet.julian2003-05-101-2/+3
|
* Broadcom firmware loading module.. The actual firmware files will follow whenjulian2003-05-105-0/+455
| | | | | the legal status has been confirmed, in the meanwhile they can be downloaded from the location in the README file.
* Part 2 of the commit if new bluetooth code.julian2003-05-1037-394/+2194
| | | | | Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com> Approved by: re@
* Turn off ppp (ICE) and pppd (cc objects to a varargs decl) on amd64.peter2003-05-091-2/+5
|
* Add information about the log file.trhodes2003-05-081-0/+10
| | | | | PR: 35575 Submitted by: "Simon L. Nielsen" <simon@nitro.dk> (original version)
* Fix age_old_log checking so that it will notice log files which weregad2003-05-051-4/+19
| | | | | | | | | | rotated and then compressed with bzip2 instead of gzip. Otherwise, any file which had a time-interval specified for 'when' and also specified the 'J' flag would be rotated every time newsyslog was run. (this is a quick-fix, trying to beat the code-freeze for 5.1-release) PR: bin/51519 MFC after: 1 week
* Slightly improve the checking of the 'size' field, so people will getgad2003-05-051-2/+8
| | | | | | a warning message if they switch the values for 'size' and 'when'. MFC after: 1 week
* Add the dragon screen saver.murray2003-05-052-0/+4
| | | | | PR: bin/51571 MFC After: 1 week
* A few grammatical improvements.murray2003-05-041-3/+5
| | | | | PR: docs/40911 MFC After: 3 days
* Cleanup hostname matching in syslogd:gshapiro2003-05-041-17/+24
| | | | | | | | | | | | | | | | | | | 1. Hostnames were not treated case insensitively in all cases. 2. The method for stripping hostnames when reading the syslog.conf differed from that when finding the hostname of an incoming request. This lead to a broken match check. In my case, it meant I had to have '@scooter.smi.example.com.example.com' to have 'logger.example.com' properly save messages from 'scooter.smi.sendmail.com'. 3. Add paranoia to cfline() such that it doesn't try to access memory outside of the bounds of the f_host string. 4. While I am here, get rid of an outdated comment, argv[{0,1,2}] are now checked for NULL after the strdup() calls. Reviewed by: dwmalone MFC after: 1 week
* Add support for using the CDROM env var for device to use;sos2003-05-042-1/+14
| | | | PR: 38178
* Fix filename printing when using -l option.sos2003-05-041-2/+2
| | | | PR: 43574
* Dont fixate when doing dvdrw or test writing.sos2003-05-041-1/+1
| | | | PR: 47195
* Default speed is 4 not 1.sos2003-05-041-1/+1
| | | | PR: 50474
OpenPOWER on IntegriCloud