aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
...
* make pciconf understand it's own output as stated in the manpage.John-Mark Gurney2003-06-201-5/+13
| | | | | | | | | | | pciconf -r none8@pci1:12:2: 0x0 now works. PR: bin/10312 Submitted by: Castor Fu Notes: svn path=/head/; revision=116640
* s/warn/info/Mike Makonnen2003-06-201-1/+1
| | | | Notes: svn path=/head/; revision=116628
* Add support for the special shell nologin.Mike Makonnen2003-06-202-5/+44
| | | | | | | Prodded by: mikeh Notes: svn path=/head/; revision=116627
* Mention the use of Framed-IPv6-Prefix.Hajimu UMEMOTO2003-06-201-0/+4
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=116626
* Update my email address.Mike Makonnen2003-06-202-2/+2
| | | | Notes: svn path=/head/; revision=116624
* Don't forget the -r on the second password prompt.Mike Makonnen2003-06-201-1/+1
| | | | | | | PR: bin/53550 Notes: svn path=/head/; revision=116623
* IPV6PREFIX is set when Framed-IPv6-Prefix is defined, You mayHajimu UMEMOTO2003-06-203-0/+65
| | | | | | | | | | want to pass the value to upper layer protocol such as DHCPv6 for prefix delegation. MFC after: 1 week Notes: svn path=/head/; revision=116622
* Mention the use of Framed-IPv6-Route.Hajimu UMEMOTO2003-06-201-0/+46
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=116621
* Remove dev_mkdb(8). The kernel answers these questions.Poul-Henning Kamp2003-06-204-267/+0
| | | | Notes: svn path=/head/; revision=116609
* fix problem with uninitalized ptr (from PR)John-Mark Gurney2003-06-201-8/+13
| | | | | | | | | | other minor clean up. PR: bin/2785 Submitted by: mpp Notes: svn path=/head/; revision=116598
* Fix a coredump that would occur when fdopen was unable toMike Silbersack2003-06-191-1/+2
| | | | | | | | | | | return a valid fd. PR: 49096 Submitted by: demon MFC after: 3 days Notes: svn path=/head/; revision=116590
* Do RADIUS accounting on IPV6CP.Hajimu UMEMOTO2003-06-195-18/+110
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=116588
* Oops, I put unused variable in my previous commit.Hajimu UMEMOTO2003-06-191-1/+0
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=116587
* Install routes specified by Framed-IPv6-Route. Since the formatHajimu UMEMOTO2003-06-193-1/+71
| | | | | | | | | of Framed-IPv6-Route is user defined, it follows Framed-IP-route. MFC after: 1 week Notes: svn path=/head/; revision=116586
* Xref police: ntp.conf(8) -> ntp.conf(5).Maxim Sobolev2003-06-171-1/+1
| | | | Notes: svn path=/head/; revision=116477
* Not particularly pretty hack to generate rules to make .ln filesMark Murray2003-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. Notes: svn path=/head/; revision=116450
* MYADDR6 in ppp.link{up,down} should match even when IPCP is enabled.Hajimu UMEMOTO2003-06-161-24/+20
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=116443
* o BATTTIME and BATTPERCENT are 'int' not 'str'.Maxim Konovalov2003-06-161-1/+1
| | | | | | | | | PR: bin/48793 Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org> MFC after: 2 week Notes: svn path=/head/; revision=116442
* Fix yppasswdproc_update_master_1_svc() too.Martin Blapp2003-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 Notes: svn path=/head/; revision=116421
* Only call pw_mkdb if passfile == _PATH_MASTERPASSWD.Martin Blapp2003-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> Notes: svn path=/head/; revision=116392
* Document changes to default output.Greg Lehey2003-06-151-6/+7
| | | | Notes: svn path=/head/; revision=116389
* Print out the current recording devices in the default printout.Greg Lehey2003-06-151-3/+9
| | | | | | | | | | | Discussed with: cg Break some particularly long lines. Still not enough for: bde. Notes: svn path=/head/; revision=116388
* make rarpd use in_addr_t instead of u_long since this is neccessaryJohn-Mark Gurney2003-06-151-24/+24
| | | | | | | | | on 64bit platforms ok'd by: silence Notes: svn path=/head/; revision=116369
* Remove MAINTAINER= lines in the makefiles for camcontrol, iostat, libcamKenneth D. Merry2003-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. Notes: svn path=/head/; revision=116325
* Eliminated two dozens of superfluous cats and two r-cats (sorry, Jordan).Ruslan Ermilov2003-06-131-73/+51
| | | | | | | Suggested by: Dan Nelson Notes: svn path=/head/; revision=116301
* Check the return values of opendir() and unlink() in cleanheaders().Thomas Moestl2003-06-121-2/+4
| | | | | | | If unlink() fails, just print a warning for now. Notes: svn path=/head/; revision=116257
* Add missing header for system_Select() prototypeKris Kennaway2003-06-121-0/+1
| | | | Notes: svn path=/head/; revision=116251
* Minor improvement to some debugging code that is probably used by no oneGarance A Drosehn2003-06-121-4/+15
| | | | | | | | | but me (it's usually #ifdef-ed out). MFC after: 1 week Notes: svn path=/head/; revision=116234
* Remove MAINTAINER= lines. That info is now in /usr/src/MAINTAINERSGarance A Drosehn2003-06-121-3/+0
| | | | Notes: svn path=/head/; revision=116231
* When sanity-checking a variable, it's good to check the correct variable...Garance A Drosehn2003-06-121-1/+1
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=116230
* Remove uneeded cast.David E. O'Brien2003-06-111-1/+1
| | | | Notes: svn path=/head/; revision=116222
* This appears to be WARNS=3 safe.David E. O'Brien2003-06-111-0/+2
| | | | Notes: svn path=/head/; revision=116221
* Best we can do is WARNS=1 due to lex.David E. O'Brien2003-06-111-0/+1
| | | | Notes: svn path=/head/; revision=116220
* Do not refer to the non-existant BDECFLAGS.David E. O'Brien2003-06-112-3/+0
| | | | Notes: svn path=/head/; revision=116219
* There is no need for this makefile to reference BDECFLAGS, particularlyGarance A Drosehn2003-06-111-1/+0
| | | | | | | | | since that is no longer defined in the default system install. MFC after: 1 week Notes: svn path=/head/; revision=116214
* Autosize the property buffer instead of limiting it to 8192, andThomas Moestl2003-06-112-7/+76
| | | | | | | exiting if a property happens to be larger. Notes: svn path=/head/; revision=116212
* Tidy up the manpage.Ruslan Ermilov2003-06-101-22/+27
| | | | | | | Reviewed by: grog Notes: svn path=/head/; revision=116146
* Decode bus_info block.Hidetoshi Shimokawa2003-06-101-4/+13
| | | | Notes: svn path=/head/; revision=116141
* Update the number and size of ports in the Ports Collection.Murray Stokely2003-06-091-2/+2
| | | | Notes: svn path=/head/; revision=116081
* Change incorrect strings.h to more correct string.h to pick upWarner Losh2003-06-092-2/+2
| | | | | | | declarations for strlcpy, strlen, strmp and strcpy. Notes: svn path=/head/; revision=116078
* Include sys/param.h for both modfind and kldloadWarner Losh2003-06-091-2/+5
| | | | | | | | | Include sys/linker.h for kldload Include sys/module.h for modfind sort sys includes Notes: svn path=/head/; revision=116077
* Include stdlib.h for atoi declaration.Warner Losh2003-06-091-0/+3
| | | | | | | Add $FreeBSD$ while I'm here. Notes: svn path=/head/; revision=116076
* Include stdlib.h for atoi declarationWarner Losh2003-06-091-0/+3
| | | | | | | Add $FreeBSD$ while I'm here. Notes: svn path=/head/; revision=116075
* include string.h for memcmp declearationWarner Losh2003-06-091-0/+1
| | | | Notes: svn path=/head/; revision=116074
* Include string.h for strlen declarationWarner Losh2003-06-091-0/+1
| | | | Notes: svn path=/head/; revision=116073
* Include stdlib.h for exit declarationWarner Losh2003-06-091-0/+1
| | | | Notes: svn path=/head/; revision=116072
* Include string.h for strcmp declarationWarner Losh2003-06-091-0/+1
| | | | Notes: svn path=/head/; revision=116071
* Add section number to .XrPhilippe Charnier2003-06-083-3/+3
| | | | Notes: svn path=/head/; revision=116053
* The .Xr utility. Spelling. Put NIS under .TnPhilippe Charnier2003-06-081-11/+19
| | | | Notes: svn path=/head/; revision=116051
* The .Xr utilityPhilippe Charnier2003-06-083-7/+11
| | | | Notes: svn path=/head/; revision=116050