summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: markup nits.ru2002-05-301-2/+4
|
* mdoc(7) police: make SYNOPSIS really match usage().ru2002-05-301-7/+3
|
* mdoc(7) police: markup nits.ru2002-05-301-7/+11
|
* mdoc(7) police: don't use .Pq with plain text, this breaks hyphenation.ru2002-05-301-1/+1
|
* mdoc(7) police: markup nit.ru2002-05-301-1/+1
|
* mdoc(7) police: removed an extra .Op call.ru2002-05-301-1/+1
|
* mdoc(7) police: tidy up the markup.ru2002-05-301-66/+70
|
* Use the predefined DOCDIR instead of hard-coding /usr/share/doc/bind,jedgar2002-05-291-3/+2
| | | | add support for DESTDIR.
* mdoc(7) police: nits.ru2002-05-291-4/+4
|
* Put on peril sensitive sunglasses and turn C++ stuff back on.peter2002-05-291-3/+0
|
* Comment out comments trailing #endif directivesalfred2002-05-281-16/+17
|
* Have this use 'static const char rcsid' instead of __RCSID()gad2002-05-281-3/+4
| | | | | Discussed with: bde, obrien MFC after: 10 days
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-284-60/+0
|
* MFS: two more testcases highlighting recently discovered problem with versionsobomax2002-05-281-0/+2
| | | | comparison routine.
* Remove references to the update/noupdate flag from the descriptioniedowse2002-05-281-4/+1
| | | | | | | and examples of the "-s" option, since these two features operate completely independently of each other. Reviewed by: obrien
* Actually accept the default argument to SCREEN_WIDTH.dougb2002-05-281-0/+3
| | | | Submitted by: brian
* If unable to retrive maxfiles / openfiles, fail rather than print garbage.des2002-05-281-33/+21
| | | | | | | | Gratuitously rename a couple of variables. Remove unused macros. Add NAI copyright. Sponsored by: DARPA, NAI Labs
* Remove the code that was disabled in a recent commit; it is of very limiteddes2002-05-282-101/+56
| | | | | | | | | use and has been broken in -CURRENT for a long time. Clean up unneeded entries in the nlist array. Implement kvm-backed ttymode (which we never had before). Incomplete as we do not (yet?) print the correct device, sid or pgid. Sponsored by: DARPA, NAI Labs
* Oops, don't print /dev/ twice.des2002-05-281-1/+1
|
* struct tty -> struct xtty. Reenable some previously disable code, butdes2002-05-281-35/+43
| | | | | | temporarily disable some rarely-used code that needs more work. Sponsored by: DARPA, NAI Labs
* Coerce pid_t to long rather than int for better portability.brian2002-05-274-17/+17
| | | | Suggested by: Theo de Raadt <deraadt@openbsd.org>
* The ports collection now contains over 7000 applications and consumesmurray2002-05-271-2/+2
| | | | | | about 165MB of space when first installed. Submitted by: rpratt
* As far as I can tell, the maximum packet size for 802.11b is 2346,dwmalone2002-05-271-2/+2
| | | | | which means that the valid range for the RTS threshold is 0-2347. The default is definitely 2347.
* Remove a stray "t" in the usage message.dwmalone2002-05-271-1/+1
| | | | | | PR: 38605 Submitted by: KOIE Hidetaka <hide@koie.org> MFC after: 1 week
* Log invalid config entries. Make the -d option actually log tojwd2002-05-261-4/+7
| | | | | | | the terminal(-d fix from dwmalone). Approved by: dwmalone MFC after: 2 weeks
* Make it work for a different endianness binary.ru2002-05-252-47/+31
| | | | | | (This version is still limited to ELF64.) Reviewed by: jake
* Get all the fruit from makefile.ru2002-05-253-30/+13
|
* Move elf2aout to usr.sbin/.ru2002-05-251-0/+1
| | | | Approved by: jake
* The man page is VERY WRONG about using "-o noupdate" with -s.obrien2002-05-251-5/+12
| | | | So fix it, and add an example using -s.
* Removed dead code.ru2002-05-241-8/+0
|
* Handle endianness. This completes cross-support for sparc64.ru2002-05-242-40/+112
|
* Un-kmemize. Portions of the tty mode code have been temporarily disabled;des2002-05-232-84/+147
| | | | | | everything else, including dead kernel support, works just like before. Sponsored by: DARPA, NAI Labs
* Nits in previous commits.des2002-05-231-3/+3
| | | | Sponsored by: DARPA, NAI Labs
* Cull large amounts of dead code (deprecated since 1997)des2002-05-232-586/+6
| | | | Sponsored by: DARPA, NAI Labs
* ANSIfy.des2002-05-231-61/+40
| | | | Sponsored by: DARPA, NAI Labs
* Staticize.des2002-05-231-50/+50
| | | | Sponsored by: DARPA, NAI Labs
* Whitespace cleanup.des2002-05-231-6/+6
| | | | Sponsored by: DARPA, NAI Labs
* Unbreak tty mode (cons was renamed to constty a while ago)des2002-05-231-1/+1
| | | | Sponsored by: DARPA, NAI Labs
* load_env(), the function that attempts to parse a crontabroberto2002-05-231-23/+76
| | | | | | | | | | | line as an environment variable assignment, is broken and not conformant to its description in the manual page. I think it is worthwhile to have that fix in 4.6. PR: bin/38374 Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org> MFC after: 2 days
* This manpage is for Alpha only.ru2002-05-231-1/+1
|
* Increase the maximum FSM option length to 50brian2002-05-222-3/+3
|
* Add some missing #includes that weren't required due to namespace polutionbrian2002-05-223-2/+3
| | | | | | in our headers. Submitted by: bde
* Eliminate free'ing already freed chunks.sobomax2002-05-221-2/+3
| | | | MFC after: 1 week
* Added support for ia64 and sparc64.ru2002-05-212-0/+10
|
* Mention our support of the authentication side of rfc2548brian2002-05-211-1/+1
|
* Add two FTP mirrors in France:roberto2002-05-202-0/+8
| | | | | | | - ftp7 in Paris (ftp.club-internet.fr) - ftp8 in Stransbourg (ftp.u-strasbg.fr) MFC after: 1 day
* Bootstrap elf2aout(1) for sparc64; used to build sys/boot/sparc64/boot1.ru2002-05-201-1/+29
|
* MFS: silence compiler warnings.sobomax2002-05-201-7/+7
|
* Kill the stray #include line.ru2002-05-201-1/+0
|
* s/u_int/u_int32_t/ru2002-05-201-8/+9
|
OpenPOWER on IntegriCloud