summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* Xref police: ntp.conf(8) -> ntp.conf(5).sobomax2003-06-171-1/+1
|
* Not particularly pretty hack to generate rules to make .ln filesmarkm2003-06-161-2/+10
| | | | | | | from .c files. Actually, this is overkill, as the .ln file targets are assumed from .? (any) files. This is not a problem in practice, merely a bit untidy, as the linting rules DTRT. See the sys/conf/* and sys/mk/* files for usage.
* MYADDR6 in ppp.link{up,down} should match even when IPCP is enabled.ume2003-06-161-24/+20
| | | | MFC after: 1 week
* o BATTTIME and BATTPERCENT are 'int' not 'str'.maxim2003-06-161-1/+1
| | | | | | PR: bin/48793 Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org> MFC after: 2 week
* Fix yppasswdproc_update_master_1_svc() too.mbr2003-06-151-0/+32
| | | | | | | | | | Only call pw_mkdb if passfile == _PATH_MASTERPASSWD. Otherwise, rename master.passwd to a temp filename, rename the new passwd to master.passwd, and let yppwupdate update passwd as it sees fit. Reviewed by: phk Tested by: genesys
* Only call pw_mkdb if passfile == _PATH_MASTERPASSWD.mbr2003-06-151-9/+47
| | | | | | | | | | Otherwise, rename master.passwd to a temp filename, rename the new passwd to master.passwd, and let yppwupdate update passwd as it sees fit. PR: 52601, 7968 Reviewed by: des Submitted by: Dan Nelson <dnelson@allantgroup.com>
* Document changes to default output.grog2003-06-151-6/+7
|
* Print out the current recording devices in the default printout.grog2003-06-151-3/+9
| | | | | | | | Discussed with: cg Break some particularly long lines. Still not enough for: bde.
* make rarpd use in_addr_t instead of u_long since this is neccessaryjmg2003-06-151-24/+24
| | | | | | on 64bit platforms ok'd by: silence
* Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcamken2003-06-141-2/+0
| | | | | | | | and libdevstat, since the new way of doing things is to just list maintainership in src/MAINTAINERS. Also, remove duplicate entries in src/MAINTAINERS for those utilities. I already had entries for them.
* Eliminated two dozens of superfluous cats and two r-cats (sorry, Jordan).ru2003-06-131-73/+51
| | | | Suggested by: Dan Nelson
* Check the return values of opendir() and unlink() in cleanheaders().tmm2003-06-121-2/+4
| | | | If unlink() fails, just print a warning for now.
* Add missing header for system_Select() prototypekris2003-06-121-0/+1
|
* Minor improvement to some debugging code that is probably used by no onegad2003-06-121-4/+15
| | | | | | but me (it's usually #ifdef-ed out). MFC after: 1 week
* Remove MAINTAINER= lines. That info is now in /usr/src/MAINTAINERSgad2003-06-121-3/+0
|
* When sanity-checking a variable, it's good to check the correct variable...gad2003-06-121-1/+1
| | | | MFC after: 1 week
* Remove uneeded cast.obrien2003-06-111-1/+1
|
* This appears to be WARNS=3 safe.obrien2003-06-111-0/+2
|
* Best we can do is WARNS=1 due to lex.obrien2003-06-111-0/+1
|
* Do not refer to the non-existant BDECFLAGS.obrien2003-06-112-3/+0
|
* There is no need for this makefile to reference BDECFLAGS, particularlygad2003-06-111-1/+0
| | | | | | since that is no longer defined in the default system install. MFC after: 1 week
* Autosize the property buffer instead of limiting it to 8192, andtmm2003-06-112-7/+76
| | | | exiting if a property happens to be larger.
* Tidy up the manpage.ru2003-06-101-22/+27
| | | | Reviewed by: grog
* Decode bus_info block.simokawa2003-06-101-4/+13
|
* Update the number and size of ports in the Ports Collection.murray2003-06-091-2/+2
|
* Change incorrect strings.h to more correct string.h to pick upimp2003-06-092-2/+2
| | | | declarations for strlcpy, strlen, strmp and strcpy.
* Include sys/param.h for both modfind and kldloadimp2003-06-091-2/+5
| | | | | | Include sys/linker.h for kldload Include sys/module.h for modfind sort sys includes
* Include stdlib.h for atoi declaration.imp2003-06-091-0/+3
| | | | Add $FreeBSD$ while I'm here.
* Include stdlib.h for atoi declarationimp2003-06-091-0/+3
| | | | Add $FreeBSD$ while I'm here.
* include string.h for memcmp declearationimp2003-06-091-0/+1
|
* Include string.h for strlen declarationimp2003-06-091-0/+1
|
* Include stdlib.h for exit declarationimp2003-06-091-0/+1
|
* Include string.h for strcmp declarationimp2003-06-091-0/+1
|
* Add section number to .Xrcharnier2003-06-083-3/+3
|
* The .Xr utility. Spelling. Put NIS under .Tncharnier2003-06-081-11/+19
|
* The .Xr utilitycharnier2003-06-083-7/+11
|
* Add section number to .Xrcharnier2003-06-082-5/+5
|
* Use implicit SRCS list, remove WARNS=0, the code is WARNS=4 clean now,jmallett2003-06-081-2/+1
| | | | which is more than enough.
* WARNS cleanup. Constness and shadowing, namely.jmallett2003-06-081-8/+8
|
* Fix format string.jmallett2003-06-081-1/+1
|
* Add licence.grog2003-06-081-1/+26
| | | | | | Complained about by: juli Correct usage() text.
* Oops, this is section 8, not 1.grog2003-06-081-1/+1
|
* Add man page.grog2003-06-081-0/+98
|
* Include stdlib.h for exit()imp2003-06-082-0/+2
|
* Introducing asf, a helper program for kernel debugging.grog2003-06-082-0/+207
|
* 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
|
OpenPOWER on IntegriCloud