summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Don't wait for a keypress in INT 16 function 01, just return the currenttg2001-08-011-3/+0
| | | | state. This fixes Easytrax.
* Mark debug() and fatal() as __printflike() and fix resulting warnings.tg2001-07-3114-42/+42
|
* Sort options, remove unknown option 'f'.tg2001-07-311-68/+67
|
* Add a "X KBytes of wired memory reserved" metric that representsbmilekic2001-07-311-11/+14
| | | | | | | | | approximately the amount of memory allocated from the mbuf maps and sitting in the mbuf allocator's cache containers, and display in parantheses the percentage of said memory that is actually in use at the given time `netstat -m' is executed. Suggested by: mjacob
* Don't use ".nofinger" as a string constant from within the codeyar2001-07-302-1/+3
| | | | since there is the ``pathnames.h'' file; use _PATH_NOFINGER instead.
* - Add some more x86 instructions to emulate,tg2001-07-304-136/+267
| | | | | | | | | | - emulate VGA read mode 0, - emulate VGA write mode 1, - minor cleanup. Protel's Easytrax, a free PCB layout program, almost runs now; there are still some problems with the keyboard emulation, but the graphics are fine (albeit a bit slow).
* - Fix file names <:-(,tg2001-07-301-14/+12
| | | | | | | - attempt to find the X includes and libraries better, - sort some things. Submitted by: bde
* Fixed bitrot in DPADD in previous commit.bde2001-07-302-12/+8
| | | | Fixed some style bugs (mainly disorder).
* Removed garbage "CFLAGS+= -I.". This finishes backing out rev.1.4.bde2001-07-301-3/+0
|
OpenPOWER on IntegriCloud