summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Return exit value 0 on success when PID is specified.kuriyama2001-01-251-0/+1
|
* -pthread -> -lc_rdeischen2001-01-241-1/+1
|
* mdoc(7) police: Remove the debug line that prevents hyphenationru2001-01-241-1/+0
| | | | | for the purposes of spelling checking that left in after my last visit to this file.
* Make `-y' option actually work.sobomax2001-01-241-1/+1
| | | | Submitted by: reg
* zero-cleared allocated prefix information when configured.ume2001-01-231-0/+2
| | | | Obtained from: KAME
* Backed out the DST support changes.babkin2001-01-233-173/+7
|
* Various cleanups of inetd: Avoid shadowing variables, use socklen_tdwmalone2001-01-222-20/+18
| | | | | | | instead of ints, don't cast to char *, clear up some remote name handling code which had become a little odd. Should result in no functional changes.
* Don't mention /etc/protocols in inetd documentation or comments, as inetddwmalone2001-01-222-5/+4
| | | | | | | doesn't actually use it. PR: 24307 Submitted by: opentrax@email.com
* Use .Pa instead of .Dq.sobomax2001-01-221-3/+2
| | | | Submitted by: ru
* Add support for configuring PowerPC kernels.benno2001-01-224-0/+6
| | | | Reviewed by: peter
* - Add ability to handle bzip2-compressed packages;sobomax2001-01-228-26/+79
| | | | | | | - fix cosmetics to shut-up compiler in -pedantic mode (axe several unused vars and provide default clause in several switch() statements). No response from: -ports
* Fix for NetBSD wherebrian2001-01-222-2/+4
| | | | | | | .Oc Oc .Xc doesn't seem to work....
* mdoc(7) police: .Dv -> .Cm where appropriate.ru2001-01-221-6/+6
|
* mdoc(7) police: ``Ds'' is not certified (no macro with such name exist)ru2001-01-221-1/+1
| | | | | | to be used as the -width parameter, it is provided solely for backwards compatibility with old mdoc(7). To make this work, mdocNG is forced to provide a dummy ``Ds'' macro.
* Clean up some obsolete stuff. config -r has not been needed since aroundpeter2001-01-225-43/+12
| | | | | | FreeBSD 3.x or so when the 'make depend' picked up the opt_foo.h files. Convert warnings into actual errors in the hope that buildkernel users will pay more attention. :-(
* Made the special handling of the daylight time switches optional,babkin2001-01-222-6/+19
| | | | | | | | | enabled by the option "-s" (for dSt). This returned the default behavior to its original form. The new option name is not "-d" because that would cause associations with "debug" and cron already has "-x" for debugging, so this would cause confusion.
* Handle SECDNS being rejected when PRIDNS is notbrian2001-01-221-2/+5
| | | | | Submitted by: OGAWA Takaya <t-ogawa@triaez.kaisei.org> PR: 24518
* make it easier to handle $FreeBSD$ tags (amount of diff matters).itojun2001-01-2116-31/+16
|
* make it clearer that rtadvd.conf is optional (configs are grabbed from kernel).itojun2001-01-212-59/+66
|
* Added sensible handling of switch to and from daylight saving timebabkin2001-01-203-5/+158
| | | | | | | for the jobs that fall into the disappearing or duplicated time interval. PR: bin/24494
* - Correct MAXPATHLEN/MAXHOSTNAMELEN usagejedgar2001-01-201-36/+39
| | | | | | | - Check return values of malloc() and strdup() - Replace strcpy()/strcat()/sprintf() usage with strlcpy()/snprintf Reviewed by: -audit
* Use more secure temporary files using mktemp(1)jedgar2001-01-201-8/+12
| | | | Submitted by: Mike Heffner <mheffner@vt.edu>
* Check strdup() return valuesjedgar2001-01-202-4/+14
| | | | Reviewed by: kris
* Prevent overflow in -d argument by replacing hand-rolledkris2001-01-191-23/+5
| | | | | | strcat+strcpy+perror with err() Submitted by: Mike Heffner <mheffner@vt.edu>
* mdoc(7) police: removed leading whitespaces that are not insideru2001-01-193-4/+5
| | | | Bd/Ed; these hardly degrade the quality of the produced output.
* Stop turning 'mandatory' into an implicit 'count' line. i386/npx was thepeter2001-01-191-1/+0
| | | | only consumer of this and it is no longer needed.
* Implement option strings that we can use in #ifdefs (where unavoidable)peter2001-01-193-2/+27
| | | | | | | | as a replacement for the evil #define NFOO. If 'device npx' is in the static kernel, a synthetic option '#define DEV_NPX 1' will be available to stick in an opt_xxx.h file. "#if NNPX > 0" can be replaced with "#ifdef DEV_NPX" and we can get rid of the overloaded meaning of the device count mechanism.
* Create a build-tools target for sysinstall and rtermcap. This is stillpeter2001-01-192-0/+4
| | | | | | | not right because rtermcap would be reading the *host* termcap, not from the termcap in the src tree. Besides, /usr/sbin/sysinstall (not the crunched one in /stand) should use the runtime termcap not the precompiled set.
* mdoc(7) police: add missing .Ed call.ru2001-01-182-0/+2
|
* man(7) -> mdoc(7).ru2001-01-182-387/+611
|
* Deal with table parsing bugs caused by out-of-order record entries.peter2001-01-181-31/+41
| | | | | | Complain about out-of-order entries. This fixes the 'mp extended table HOSED!" report on the DL360 we have here with the "fixed" compaq bios rom to fix the table length off-by-one error.
* The example install.cfg now lives in /usr/src/usr.sbin/sysinstall.jhb2001-01-172-2/+2
|
* Look for help files in /usr/src/usr.sbin/sysinstall instead ofjhb2001-01-172-4/+4
| | | | /usr/src/release/sysinstall.
* man(7) -> mdoc(7).ru2001-01-173-156/+225
|
* mdoc(7) police: compact a few lists for better output.ru2001-01-171-24/+25
|
* mdoc(7) police: removed empty line (mdocNG does not like them),ru2001-01-171-3/+7
| | | | columnate ENVIRONMENT variables.
* Activate sysinstall.jhb2001-01-171-0/+1
|
* - We live in /usr/sbin now, so don't set special veriables to build ajhb2001-01-172-28/+12
| | | | | | | | | static version that installs in /stand. Also, don't use an extra before-install target to create /stand. - Add missing $FreeBSD$. - Fix dependencies to handle keymap.h. (*) Submitted by: obrien (*)
* Ooops, the -M and -N flags were already documented, though not very clearly.ben2001-01-161-10/+0
| | | | | | Remove the old description in favour of the new description which lists the -M and -N flags along with all the other flags. This is consistent with the manual pages for ps, netstat, iostat, etc.
* document -M and -N flags.ben2001-01-161-0/+7
| | | | | PR: 24323 Submitted by: Jesse Monroy <opentrax@email.com>
* Deprecate the use of the CD_DRIVE, CDPLAY, DISC and MUSIC_CD environmentjoe2001-01-162-12/+20
| | | | | | variables in favour of CDROM. Discussed on: stable@FreeBSD.org
* man(7) -> mdoc(7).ru2001-01-162-20/+31
|
* Enhance find_matching_entry_incoming() to check if the controller, onhm2001-01-161-1/+15
| | | | | | | which the call gets in, matches the one given in the entry section, or -1 for any controller. Submitted by: Oliver von Bueren <maillist@ovb.ch>
* mdoc(7) police: fixed broken references.ru2001-01-161-1/+0
|
* Prepare for mdoc(7)NG.ru2001-01-1610-17/+18
|
* Prepare for mdoc(7)NG.ru2001-01-161-3/+3
|
* - Fix a nasty bug where pkg_create doesn't gzip package if lengh of packagesobomax2001-01-162-8/+5
| | | | | | | | | | | name is less than 5 and doesn't contain recognizeable suffix (one of .tar or .tgz), while gzip's it if lengh of the name greater than 4. For example `pkg_create [options] pkg1' will create pkg1.tar, while `pkg_create [options] pkg11' will create pkg11.tgz; - use TRUE/FALSE as a values for boolean variables instead of explicit 1/0 and erroneous YES in one case. MFC candidate.
* mdoc(7) police: fix the unbalanced Bk/Ek.ru2001-01-151-31/+0
|
* Fix a bug arised from the ')' in the wrong place when calling printf()-likesobomax2001-01-151-1/+1
| | | | | | | varargs function, which lead to one of the arguments was left out. This resulted in failure when inwoking mtree, warning message "mtree returned a non-zero status - continuing" and probably is the reason for zillion mtree errors on bento.
* Backtrack a bit.. Put the dangerously dedicated option under apeter2001-01-152-2/+22
| | | | | | non-advertised option (F = "FreeBSD only"), and leave the A key with standard partitioning. It seems people still want a runtime backdoo to get to dangerously dedicated mode.
OpenPOWER on IntegriCloud