summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* When using sysinstall on a running system and editing a disk labelceri2006-10-081-1/+7
| | | | | | | | fails, suggest setting kern.geom.debugflags to 16. PR: bin/94409 Submitted by: Markus Oestreicher <m punkt oe at x dash trader dot de> MFC after: 10 days
* Sort SUBDIR.ru2006-10-051-3/+3
|
* Added rudimentary support for the "include" directive (inside "files").ru2006-10-012-1/+15
| | | | | This will be used to split sys/conf/files into multiple files similar to how this is done in NetBSD.
* Revise markup.ru2006-09-309-184/+302
|
* Fix usage().ru2006-09-302-2/+4
|
* Create section 8 man subdirectories for PowerPC.ru2006-09-301-0/+1
|
* o Check we have a non-NULL pointer to a super block before dereference it.maxim2006-09-301-1/+1
| | | | | | PR: misc/103822 Submitted by: Dmitry Stefankov MFC after: 2 weeks
* Markup fixes.ru2006-09-2924-313/+531
|
* Sync usage() with manpage's SYNOPSIS.ru2006-09-291-2/+2
|
* Line up usage output.ru2006-09-291-1/+1
|
* Fix usage().ru2006-09-291-6/+6
|
* Sync usage() with manpage's SYNOPSIS.ru2006-09-291-1/+1
|
* Sync usage() with manpage's SYNOPSIS.ru2006-09-291-1/+1
|
* Language tweak.ru2006-09-291-1/+1
|
* Sync usage() and SYNOPSIS.ru2006-09-292-2/+6
|
* Whitespace nit.ru2006-09-291-1/+1
|
* Sync utility's usage() with manpage's SYNOPSIS.ru2006-09-291-2/+2
|
* Push removal of mrouted down to the rest of the tree.bms2006-09-291-1/+1
|
* Remove mrouted from -CURRENT.bms2006-09-2943-18634/+0
| | | | Discussed with: fenner, net@
* Remove mrouted and its utilities from the base system.bms2006-09-291-1/+0
| | | | | | They may now be obtained from ports. Discussed with: fenner, net@
* Remove bogus casts of valid integer ioctl() arguments.ru2006-09-261-2/+2
|
* Behave as documented when reading fields saying "X/Y" where X != *brian2006-09-261-1/+3
| | | | | | rather than mis-parsing them as "X". MFC after: 1 day
* Oops. Catch up on the last couple of releases and prepare for the nextkensmith2006-09-261-0/+3
| | | | one.
* Catch up with share/mk/bsd.sys.mk rev. 1.38.obrien2006-09-261-1/+0
|
* auditreduce now requires OpenBSM's config/config.h, so add that to therwatson2006-09-251-0/+2
| | | | | | | build include path. MFC after: 3 days Obtained from: TrustedBSD Project
* De-orbit burn tcpslice.bms2006-09-247-1702/+0
| | | | Reviewed by: sam, bmah
* Disconnect tcpslice from build.bms2006-09-241-1/+1
| | | | Reviewed by: sam, bmah
* Fix our ancient tcpslice for >2GB limits.bms2006-09-233-16/+23
| | | | | | PR: bin/13691 MFC after: 1 week Submitted by: Bruce A. Mah
* Do not bypass WARNS machinery by hadcoding -Werror into CFLAGS.kan2006-09-211-1/+1
|
* Pacify new GCC4 warnings.emax2006-09-213-4/+4
| | | | | Submitted by: kan MFC after: 1 week
* Get rid of extra const to pacify new GCC4 warnings.emax2006-09-212-30/+30
| | | | | Submitted by: kan MFC after: 1 week
* Use socklen_t instead of int32_t where appropriate to pacify new GCC4emax2006-09-215-7/+12
| | | | | | | warnings. Submitted by: kan MFC after: 1 week
* Do not use int where socklen_t is expected.kan2006-09-211-1/+2
|
* Silence GCC4 signed/unsigned pointer mismatch warning.kan2006-09-212-2/+2
|
* Do not use int where socklen_t is expected.kan2006-09-211-1/+2
|
* o Fix groupadd getopt line and make 'pw groupadd -o' work.maxim2006-09-181-1/+1
| | | | | | PR: bin/100684 Submitted by: Devon H. O'Dell MFC after: 3 weeks
* Listen to a control socket on an IPv4 as well throughume2006-09-181-0/+7
| | | | | | | | an IPv4-mapped IPv6 address. Reported by: Julian H. Stacey <jhs__at__flat.berklix.net> Test by: Julian H. Stacey <jhs__at__flat.berklix.net> MFC after: 1 week
* Make op parameter to mux_keyboard() u_int instead of int.emax2006-09-151-2/+2
| | | | | | | | | This should fix sparc64 messages like Sep 15 11:17:39 peahi kernel: WARNING pid 5477 (kbdcontrol): ioctl sign-extension ioctl ffffffff80244b45 PR: sparc64/96798 MFC after: 1 week
* Removed T/TCP bits.ru2006-09-143-26/+3
|
* initialize unitialized variables (WARNS=6)charnier2006-09-141-2/+6
|
* compile under WARNS=6charnier2006-09-132-5/+3
|
* Temporarily put ugly workaround in place to make sparc64 build happy.emax2006-09-081-12/+12
| | | | panther is down at the moment, so better fix will follow later.
* Update bthidd(8) code and hook it up to the build.emax2006-09-0714-462/+642
| | | | | | | | | | bthidd(8) now was integrated with vkbd(4) and supports multiple keyboards via vkbd(4)/kbdmux(4). The code was tested with Apple Bluetooth keyboard and SE k700i cell phone (remote control feature). MFC after: 1 month
* Remove leading zerosbrian2006-09-061-1/+1
| | | | Suggested by: mdoc police (ru)
* Remove __DATE__ so that compiling the same source produces the same binarybrian2006-09-062-4/+5
| | | | (for non-static binaries at least).
* If the peer REJects our MRU request and that request is for a valuebrian2006-09-061-0/+3
| | | | less than the current MTU, set our mtu to the value requested.
* update for v3.9.4sam2006-09-041-4/+4
| | | | MFC after: 1 month
* add define's from config.h for pcap-int.h; this is a noop nowsam2006-09-041-0/+4
| | | | but will be required for libpcap 0.9.4
* Use a #define to refer to /etc/crontab.ru2006-09-031-2/+2
|
* incorporate Rui Paulo's worksam2006-09-021-2/+156
| | | | Obtained from: netbsd
OpenPOWER on IntegriCloud