summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-1532-106/+38
|
* Removal of following export controll related sentences:horikawa2001-08-151-13/+1
| | | | | | | | | | | | | | o This option is not available outside of the United States and Canada. o Because of export controls, TELNET ENCRYPT option is not supported outside of the United States and Canada. src/crypto/README revision 1.5 commit log says: > Crypto sources are no longer export controlled: > Explain, why crypto sources are still in crypto/. and actually telnet encryption is used outside of US and Canada now. Pointed out by: OHSAWA Chitoshi <ohsawa@catv1.ccn-net.ne.jp> Reviewed by:no objection on doc
* Add hint about how we name profiled libraries (append _p at the right place).schweikh2001-08-141-0/+11
| | | | | | | PR: 8061 Submitted by: Brandon Gillespie <brandon@ice.cold.org> Reviewed by: joerg, ru MFC after: 5 weeks
* Fix INT 10:09 (write char) and INT 10:0a (write char and attribute)tg2001-08-142-10/+12
| | | | | | | when cursor is at the lower right corner. PR: 29574 29601 Submitted by: Nils M Holm <nmh@t3x.org>
* Move update of BIOS variable at 0x6c (time counter) completely to timer.c.tg2001-08-142-18/+16
| | | | Suggested by: Igor Serikov <bt@turtle.pangeatech.com>
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-147-7/+21
|
* An empty at.deny doesn't mean everyone can use at.dd2001-08-141-4/+0
| | | | | PR: 29549 Submitted by: swear@aa.net
* Initialize outfile in main()peter2001-08-131-1/+2
|
* Initialize msg in main()peter2001-08-131-1/+2
|
* Initialize fp in main()peter2001-08-131-1/+2
|
* Initialize debugf in main()peter2001-08-132-1/+2
|
* mdoc(7) police: s;BSD/OS;.Bsx; where appropriate.ru2001-08-131-2/+2
|
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-134-4/+4
|
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-1316-24/+16
|
* Fix some bogus strncpy(3) to strlcpy(3) changes I made in the previousmike2001-08-131-6/+6
| | | | | | | revision. <utmp.h> structures don't leave room for a NUL character. Also fix "UNKNOWN" which should have just been UNKNOWN. Pointed out by: bde
* Remove the WANT_INSECURE_OPIE option - it is now a default. This is notmarkm2001-08-123-9/+0
| | | | | | | | nearly as ominous as it sounds, and it allows OPIE to be used over SSH and on xterms. Requested by: ache Discussed on: -security
* o Replace occurrences of strncpy(3) with strlcpy(3); most ofmike2001-08-121-23/+47
| | | | | | | | | | | | | the uses of it were wrong anyway. o Always check for NULL returns on strdup(3). o Fix a possible buffer overflow in strcpy(3). o Fix a format string vulnerability. o t->ty_type in stypeof() could be NULL and eventually cause a segmentation fault in setenv(3), so check for that. Eyeballed by: kris Reviewed by: murray MFC after: 3 days
* Change the compute_stats() call to the new devstat_compute_statistics()ken2001-08-111-21/+21
| | | | | | | | interface. Cast the return of the rest of the printfs in here to void. Submitted by: "Sergey A. Osokin" <osa@freebsd.org.ru>
* Set the RUSER for PAM so that (eg) kerberos can set up tickets properly.markm2001-08-111-0/+2
|
* WARNS=2 type cleanup.markm2001-08-112-5/+9
| | | | | | | WARNS=2 cannot be enable because of an unresolvable conflict in arg 2 of execv(). Document this in the Makefile. Reviewed by: bde (su.c only)
* Don't call errx() with a variable format stringkris2001-08-111-1/+1
| | | | MFC after: 1 week
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-107-15/+11
|
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-106-7/+7
| | | | with a trailing zero-width space: `e.g.\&'.
* mdoc(7) police: fix markup.ru2001-08-101-9/+22
|
* Update for 3.36.ru2001-08-091-1/+1
|
* Update for 3.36.ru2001-08-091-193/+223
| | | | | Reduce diffs to distributed, man(7) format, version. Markup nits.
* Style fix: use .else where appropriate.dd2001-08-091-2/+2
| | | | | PR: 29489 Submitted by: Joseph Mallett <jmallett@xMach.org>
* Print the peer's name and address in the "Connection establish"dd2001-08-091-2/+25
| | | | | | | | | message. Similar information is given by the talk daemon when a connection is requested, but that part isn't on the screen when the main "talk" screen appears, and sometimes it's nice to know who you're talking to. Reviewed by: ru
* Replace the condemned access(2) by stat(2),yar2001-08-081-1/+2
| | | | as per the discussion in -audit.
* can not -> cannotsheldonh2001-08-082-2/+2
|
* Clean up this thing a little.obrien2001-08-081-34/+23
|
* Support the new "-i" (output MIME type strings) option by installingobrien2001-08-081-2/+11
| | | | the MIME files (both regular and precompiled).
* Build and use the precompiled magic file. Precompiled magic files haveobrien2001-08-081-2/+7
| | | | | been supported since version 3.35, however it is just with version 3.36 that file has become verbose about it.
* Add entry for wsanchez.ru2001-08-081-0/+1
|
* Silence some more warnings, mostly from `-W -Wwrite-strings'.tg2001-08-0818-649/+778
|
* Allow the user to specify port ranges against which to match inet sockets.des2001-08-072-3/+76
| | | | Suggested by: roam
* mdoc(7) police:ru2001-08-074-21/+12
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* mdoc(7) police: bump document date for the previous delta.ru2001-08-071-2/+2
|
* mdoc(7) police: sort xrefs.ru2001-08-071-2/+2
|
* mdoc(7) police: bump document date for the previous delta, fix markup.ru2001-08-071-2/+2
|
* Fix warnings resulting from `-Wredundant-decls -Wstrict-prototypes'.tg2001-08-0714-66/+39
|
* Constify, staticize, and set WARNS=2.mike2001-08-062-9/+11
| | | | MFC after: 3 days
* can not -> cannotdd2001-08-051-1/+1
|
* o Move APNIC flag from -p to -A. Since, -p is usually associatedmike2001-08-052-25/+51
| | | | | | | | | | | | | | | with specifying a port. o Add the -p flag for specifying a port. (PR: 28790) This is useful for querying rwhois servers. Example: whois -h rwhois.exodus.net -p rwhois 216.136.180.0 o Add the -c flag which allows one to get the same whois server that would normally be determined if no arguments were specified. (Concept based on work by phantom, requested by ache) Example: whois -c ru TCNET-MNT-RIPN o Deprecate -R flag in favour of -c ru. PR: 28790 Reviewed by: -audit, ache, phantom
* Document -d in usage.dd2001-08-051-1/+2
| | | | Submitted by: Martin Kammerhofer <mkamm@sbox.tu-graz.ac.at>
* Fix using /usr/bin/ftp as a slave process on the end of a pipe by callingjon2001-08-052-3/+3
| | | | | | | fflush(stdout). This is one ancient PR... PR: bin/1589 Submitted by: imp
* Fix warnings from `-Wmissing-prototypes'. Staticize.tg2001-08-0316-276/+231
|
* Sort SRCS.tg2001-08-031-2/+2
|
* Fix a cryptoless world by disconnecting libmp from the build when there is nosobomax2001-08-021-2/+4
| | | | | | | | | | | crypto bits installed and/or NOCRYPTO/NO_OPENSSL is defined. This unfortunately meants that usr.bin/chkey, usr.bin/newkey and usr.sbin/keyserv have also to be disconnected. IMO it is merely a workaround, the proper solution is to move libmp to src/crypto where it belongs and use libgmp for the cryptoless builds instead. Missed by: dd
* MFS: in HISTORY section, fix release number of first appearancesheldonh2001-08-011-1/+1
|
OpenPOWER on IntegriCloud