summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* Allow GB18030 localeache2003-07-291-0/+1
|
* Add the -n maxrec option as an alias for -maxrec for compatibility withtjr2003-07-272-10/+18
| | | | | | | System V and consistency with other utilities. Document the new form instead of the old form in the manual page. PR: 54661
* State that in -exec ... ; the semicolon should be quoted if invoked fromschweikh2003-07-251-0/+4
| | | | | | | | a shell. PR: docs/54667 Submitted by: Patrick Alken <pa59@cornell.edu> MFC after: 3 days
* Don't check for the existance of src/crypto/ for building items thatmarkm2003-07-241-1/+1
| | | | | may contain crypto. The days of ITAR paranoia are over, and the simple macro tests that remain are sufficient.
* Make sure that a "make release" (more accurately the bit that makesmarkm2003-07-241-0/+2
| | | | | the crunched binary) get a non-cryptographic telnet. This is overkill in that it covers stuff that is not normally used in a crunched binary.
* Ensure that for the cryptographic instances of *telnet*, the "crypto"markm2003-07-241-0/+1
| | | | distribution is used. This only affects release-building.
* Connect ncplist, ncplogin, and smbutil to the amd64 build.peter2003-07-241-0/+6
|
* Fixed .Nm element, updated HISTORY section, added AUTHORS section.dds2003-07-221-2/+6
| | | | | Reviewed by: schweikh (mentor) MFC after: 2 weeks
* Test 8.16 in sed.test tests the ability of a sed to handle an emptydds2003-07-221-11/+19
| | | | | | | | | | | | | | | | | regular expression as the first argument to a substitute command. If used to test a sed which (erroneously) evaluates this at translation time rather than at execution time, the bugged sed is put into an infinite loop. This mode of failure seems excessive. Such a failing sed is the Free Software Foundation's sed 3.02. The specific test was also not being executed for the BSD sed. Both problems are now fixed. PR: misc/25585 Submitted by: Walter Briscoe <w.briscoe@ponl.com> Approved by: schweikh (mentor) MFC after: 2 weeks
* Make sure the crypto versions of libfetch and fetch(1) appear inru2003-07-221-0/+1
| | | | | | the "crypto" distribution. Approved by: des
* Replace an alloca() call with a slightly more standard malloc()/free()markm2003-07-211-3/+8
| | | | pair.
* Add my birthday to calendarkrion2003-07-211-0/+1
| | | | Approved by: fjoe
* Test correct macro for "without crypto" option(s).markm2003-07-201-1/+1
|
* Add my birthday to the calendar.simon2003-07-201-0/+1
| | | | Approved by: ceri (mentor)
* make sockstat not print wierd addresses on not connected unix domain socketsjmg2003-07-191-1/+5
| | | | | Pointed out by: rwatson Reviewed by: peter
* Changes to allow top to decide whether or not to show multiple threads perjulian2003-07-172-1/+7
| | | | | | | process. Option -H enables it and it is toggled at the interactive screen by 'H'. Submitted by: Jung-uk Kim <jkim@niksun.com>
* Very big makeover in the way telnet, telnetd and libtelnet are built.markm2003-07-1618-10799/+17
| | | | | | | | | | | | | | | | | | | | | | | Previously, there were two copies of telnet; a non-crypto version that lived in the usual places, and a crypto version that lived in crypto/telnet/. The latter was built in a broken manner somewhat akin to other "contribified" sources. This meant that there were 4 telnets competing with each other at build time - KerberosIV, Kerberos5, plain-old-secure and base. KerberosIV is no longer in the running, but the other three took it in turns to jump all over each other during a "make buildworld". As the crypto issue has been clarified, and crypto _calls_ are not a problem, crypto/telnet has been repo-copied to contrib/telnet, and with this commit, all telnets are now "contribified". The contrib path was chosen to not destroy history in the repository, and differs from other contrib/ entries in that it may be worked on as "normal" BSD code. There is no dangerous crypto in these sources, only a very weak system less strong than enigma(1). Kerberos5 telnet and Secure telnet are now selected by using the usual macros in /etc/make.conf, and the build process is unsurprising and less treacherous.
* Since (x)install is pretty unhelpfull and just spits out a Usagephk2003-07-111-12/+13
| | | | | | | for a lot of unrelated error conditions, at least report the line number where it bailed. Don't use multiline string literals for Usage, gcc 3.3 doesn't like them.
* Do not compare unsigned int values with ULONG_MAX. The comparison iskan2003-07-111-2/+2
| | | | always false on 64bit platforms and GCC 3.3.1 issues warning there.
* Point to the new C++ include files location.kan2003-07-111-1/+1
|
* Add my birthday to the calendar.blackend2003-07-081-0/+1
|
* Remove utmp references, no longer done by login(1) in 5.x.dannyboy2003-07-081-15/+3
| | | | | PR: 54201 Submitted by: mdg <mdg@secureworks.net>
* Remove MAINTAINER= lines from individual Makefiles in favor of thegshapiro2003-07-071-2/+0
| | | | MAINTAINER file (which already had entries for sendmail).
* remove whitespace at end of lineluigi2003-07-042-2/+2
|
* Fixed broken arithmetic expression parser.ru2003-07-041-5/+2
| | | | | Reminded by: bde In memory of: alane
* Make the sysctlbyname stuff look like the 2-level MIB stuff. Thisjmallett2003-07-011-0/+1
| | | | | | | | means actually setting 'len', for example. Which will make uname -i work on some systems where it did not. Anywhere where it did work, it was a matter of coincidence. Submitted by: redpixel on EFnet.
* Improve expression evaluation debugging output, tidy up the handling offanf2003-07-011-22/+23
| | | | EOF, and improve the commentary about backslash-newline handling.
* Add the British hundredweight (brhundredweight). For discussion, see:tom2003-07-011-0/+7
| | | | | | | | | | | | http://london.pm.org/pipermail/london.pm/Week-of-Mon-20030630/019926.html For a definition, see: http://www.bartleby.com/61/55/H0325500.html Also add some more computing terms described at: http://www.wikipedia.org/wiki/Integral_data_type Reviewed by: dwmalone MFC after: 2 weeks
* Various fixes from upstream, including a bug...fanf2003-06-301-11/+18
| | | | | | | | | | | | | | | | | Fix the usage synopsis. Amend the copyright notice to reflect the fact that there's no Berkeley code left. Fix a typo in a comment, improve the descriptions of the way we use some global variables (relevant to the bug below), and note that division-by-zero has side effects so the current expression evaluator can't be trivially extended to arithmetic in its current design. Avoid hitting an abort(); /* bug */ when in "text mode" (i.e. ignoring comment state) by updating the line parser state properly. PR: 53907
* o Fix identation.maxim2003-06-301-21/+21
|
* o Support for '--' to cancel options list processing.maxim2003-06-301-3/+12
| | | | | | | PR: bin/32433 Prodded by: Zak Johnson <zakj-freebsd-hackers@nox.cx> Obtained from: easyedit-1.4.6 MFC after: 2 weeks
* Back out .SU workaround - people at whois-servers.net set upache2003-06-291-6/+1
| | | | su.whois-servers.net
* Add code to keep going if you're really intent on fingering someone, butjmallett2003-06-282-4/+16
| | | | can't use utmp(5).
* Synchronize usage() and SYNOPSIS, and fix them (flags are notru2003-06-282-5/+5
| | | | optional here). Sort options. Print the file name on error.
* utmp.ut_time is not a time_t, do not pass a pointer to it to pr_attime().peter2003-06-281-1/+4
|
* Finish the deorbital burn of the i386-only a.out toolchain.obrien2003-06-2733-4672/+0
|
* Move scmp() to more appropriate locationphantom2003-06-261-10/+9
|
* Add support of '-m' option to show charmaps (or correctly to say list ofphantom2003-06-262-13/+54
| | | | | | available codesets) Modify manpages appropriatelly
* implement LC_MONETARY's int_* keywordsphantom2003-06-261-2/+32
|
* locale.c:phantom2003-06-252-7/+6
| | | | | | | | | | Use newly added __detect_path_locale() helper to lookup _PathLocale value. It adds boundary checking for PATH_LOCALE environment variable value and check for super-user fallback. Makefile: Add lib/libc/locale to compiler's include path (for setlocale.h)
* Catch up with _PATH_LOCALE move from rune.h to paths.hphantom2003-06-251-1/+1
|
* Restore INET6 option from config.h.mikeh2003-06-251-1/+1
| | | | Submitted by: David Malone <dwmalone@maths.tcd.ie>
* Add my birthday to the calendar.smkelly2003-06-251-0/+1
| | | | Approved by: jeff (mentor)
* Temporarily re-remove the bluetooth tools..julian2003-06-241-2/+0
| | | | | | there are problems with their Makefiles I wasn't aware of.. Pointed out by: ru@
* While there is no su.whois-servers.net, use fallback toache2003-06-241-1/+6
| | | | ru.whois-servers.net for su domain or country
* Connect bluetooth tools for i386 only.julian2003-06-241-0/+2
| | | | | | | These are probably machine independent, but there is no way for the developers to test them other than on x86. They will become MD as testing becomes possible.
* fix this code properly. msdosfs can't have device nodes on them.jmg2003-06-243-3/+7
| | | | | | | comment how to read device nodes from ufs (if an adventurous soul wants to fix it!). Reviewed by: bde
* New committer Diomidis D. Spinellis - dds@FreeBSD.orgdds2003-06-231-0/+1
| | | | Approved by: schweikh (mentor)
* FIx catalog name I overlook in prev. obsolete locales removingache2003-06-231-1/+1
| | | | Submitted by: ru
* We use modernized version of soelim(1) shipped with Groff.ru2003-06-233-269/+0
|
OpenPOWER on IntegriCloud