summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Fix markup (in the same way as it was fixed in tip.1) and thusru2006-08-311-135/+171
| | | | make the diffs against tip.1 minimal (as in OpenBSD).
* Fix compilation warnings (up to level 3).ru2006-08-318-12/+14
|
* Document the undocumented change in OpenBSD: the ${raisechar}ru2006-08-311-2/+1
| | | | | | is no longer set to ^A by default, it's unset. Reported by: imp, sam
* Actually merge OpenBSD changes and local changes (a diff shouldru2006-08-311-140/+179
| | | | be viewed relative to revision 1.24).
* Remove some dust.ru2006-08-311-65/+0
|
* Resolve merge conflicts.ru2006-08-3128-1164/+1033
|
* This commit was generated by cvs2svn to compensate for changes in r161751,ru2006-08-311-0/+470
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import OpenBSD's tip(1) as of todayru2006-08-3129-1048/+1441
| |
| * Import of OpenBSD's tip (which was the tip code of a month ago, modulomarkm2001-12-2028-1443/+1538
| | | | | | | | OpenBSD commits).
| * This commit was manufactured by cvs2svn to create branch 'bsd'.cvs2svn1995-03-3128-0/+6859
| |
* | In rev. 1.2 we have introduced a fallback handler for files with unknowndelphij2006-08-301-3/+0
| | | | | | | | | | | | | | | | | | | | extensions. This seems to be unnecessary and prevents less(1) from being able to detect file changes, so remove the part. Submitted by: Eric Huss <e-huss netmeridian com> PR: bin/102624 Discussed with: des MFC After: 3 days
* | Manual page tweaks.jkoshy2006-08-291-6/+6
| | | | | | | | Submitted by: Niclas Zeising <lothrandil at n00b.apagnu.se> on freebsd-doc
* | Improve input parsing:phk2006-08-281-14/+36
| | | | | | | | | | | | | | | | Add "-C <column>" and "-d <delims>" options to chop up input lines. Make '#' a comment character, rest of line is ignored. Submitted by: Dmitry Morozovsky <marck@rinet.ru>
* | Remove alpha-specific stuff.ru2006-08-234-460/+0
| |
* | Build libsmb and smbutil on ia64.marcel2006-08-221-0/+4
| |
* | Remove alpha left-overs.marcel2006-08-214-251/+1
| |
* | Add myself to the FreeBSD callendar. Ooops, it seems like I'm thedanger2006-08-201-0/+1
| | | | | | | | | | | | second youngest. Approved by: keramida (mentor)
* | Hook lessecho(1) to build.delphij2006-08-201-1/+1
| |
* | Regen.delphij2006-08-201-2/+15
| |
* | Tell in a comment that the symlinks from /usr/bin areyar2006-08-201-0/+5
| | | | | | | | | | | | for compatibility with other OS types, too. Pointed out by: gad
* | Install pkill(1), aka pgrep(1), to /bin so that rc scriptsyar2006-08-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | can use this small and nifty utility. Create compatibility symlinks from /usr/bin for the time being to avoid breaking custom scripts relying on the hardcoded path to the utility. If pkill(1) takes root, its source should be repocopied some day to src/bin. Idea by: des Discussed with: brooks (in cvs-src and cvs-all)
* | Further nitpicking.ceri2006-08-171-13/+13
| |
* | Fix a grammatical error.ceri2006-08-171-1/+1
| | | | | | | | Funny how one character can completely distort the perception of a sentence :)
* | o Fix the date of LZ 129 Hindenburg crash.maxim2006-08-161-1/+1
| | | | | | | | | | | | PR: misc/102137 Submitted by: jasper@openbsd MFC after: 3 days
* | Add support for splitting at gigabyte boundaries. [1]keramida2006-08-102-8/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also make both lowercase and uppercase suffix letters work as byte-count suffixes, i.e. the following two commands are equivalent now: % split -b 4m foo % split -b 4M foo Submitted by: Roman Divacky [1] Lots of help by: cperciva Reviewed by: cperciva MFC after: 1 week
* | o Simple strcpy/strcat replacement.maxim2006-08-091-3/+4
| | | | | | | | | | | | | | PR: bin/101575 Founded by: Dan Lukes Obtained from: OpenBSD, rev. 1.11 by deraadt MFC after: 2 weeks
* | Update usage & SYNOPSIS and clarify that input files are not removed.keramida2006-08-082-18/+30
| | | | | | | | | | | | | | | | | | | | | | Sort getopt option handling of -p too, while here. The changes are adapted from a patch by Ruslan Ermilov, posted as followup to docs/33852. PR: docs/33852 Submitted by: Gary W. Swearingen <swear@blarg.net> MFC after: 1 week
* | Update document date.bms2006-08-031-1/+1
| | | | | | | | Noticed by: ru
* | Add a new command-line option, -P, which allows the user to specifybms2006-08-022-11/+27
| | | | | | | | | | | | | | | | an arbitrary port to which syslog messages are to be sent. PR: bin/54026 Submitted by: Oliver Fromme MFC after: 10 days
* | In 'od -c' mode, deal with printable but zero-width combiningjkoshy2006-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | characters correctly. These characters are displayed "combined" with a space character. PR: misc/100215 Submitted by: "J.R. Oldroyd" <<fbsd AT opal.com>> Reviewed by: "J.R. Oldroyd" <<fbsd AT opal.com>> (revised patch) MFC after: 3 days
* | Stop enforcing dependencies between MK_* options at Makefile level.yar2006-07-311-1/+2
| | | | | | | | All the dependencies are satisfied now in <bsd.own.mk>.
* | Remove two unused variables.kientzle2006-07-311-6/+0
| | | | | | | | Thanks to: Stefan Farfeleder
* | Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it.kientzle2006-07-301-1/+4
| | | | | | | | | | | | While I'm here, correctly alphabetize 't' after 's'. Thanks to: VMiklos
* | o Kill unneeded assignment.maxim2006-07-301-1/+0
| | | | | | | | Obtained from: OpenBSD
* | - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.yar2006-07-286-49/+52
| | | | | | | | | | | | | | | | - Fix a nlist initialization: it should be terminated by a NULL entry. - Constify. - Catch an unused parameter. Tested on: i386 amd64 ia64
* | Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,yar2006-07-2818-307/+321
| | | | | | | | | | | | | | including to printf(). Using uintmax_t is also robust to further extensions in both the C language and the bitwidth of kernel counters. Tested on: i386 amd64 ia64
* | Both fields of struct timeval are of a non-basic type,yar2006-07-281-6/+10
| | | | | | | | so we should cast them to a type printf() knows about.
* | Avoid useless work: Do not build inet6.c if INET6 support is off.yar2006-07-281-1/+3
| | | | | | | | | | This also avoids pretending that netstat includes inet6.c in the output from ident(1).
* | Obey MK_INET6_SUPPORT.yar2006-07-273-5/+23
| |
* | Respect MK_INET6_SUPPORT.yar2006-07-271-1/+5
| | | | | | | | | | | | | | Move INET6 out of the RELEASE_CRUNCH conditional block because it saves as little as 2% of the binary size and IPv6 is rather popular today. (Some other binaries, e.g., telnetd, include INET6 for RELEASE_CRUNCH already.)
* | rpcinfo(1) doesn't depend on INET6 explicitly.yar2006-07-271-1/+1
| |
* | Make sure that the sc pointer gets initialized. No functional changedelphij2006-07-262-2/+2
| | | | | | | | should happen with this change.
* | Fix 32-bit integer math on 64-bit processor. Just use int32_t(!) insteadjkim2006-07-251-10/+3
| | | | | | | | | | | | | | of incorrect and machine-dependent integer math. Now we can encrypt a file on an i386 and decrypt it on an amd64, and vice versa. Submitted by: Andrew Heybey < ath at niksun dot com >
* | Remove MT_FTABLE printout in systat, as MT_FTABLE mbufs are no longerrwatson2006-07-241-1/+0
| | | | | | | | used in the kernel.
* | Tell when a .include is processed with '-dd'.obrien2006-07-221-0/+1
| |
* | Remove break after return.stefanf2006-07-181-2/+0
| |
* | Document that the pathname(s) following the options need not be given ifstefanf2006-07-181-1/+7
| | | | | | | | -f pathname was specified.
* | Fix type mismatch between char * and unsigned char *. C guarantees thatstefanf2006-07-181-1/+1
| | | | | | | | | | the values of the characters here are positive, so it's safe to index arrays with them.
* | The variables i and tot don't need to be static.stefanf2006-07-181-2/+2
| |
* | Remove break after return.stefanf2006-07-181-2/+0
| |
OpenPOWER on IntegriCloud