Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove MAP_INHERIT flag from mmaps. | dillon | 2001-08-25 | 4 | -11/+11 |
| | |||||
* | ``recognized -> recognize'' where appropriate. | dd | 2001-08-23 | 1 | -2/+2 |
| | | | | Obtained from: OpenBSD | ||||
* | Fix my previous snprintf() patches (which were largely no-ops). | brian | 2001-08-23 | 2 | -9/+11 |
| | | | | Mostly submitted by: bde | ||||
* | Add myself. | petef | 2001-08-22 | 1 | -0/+1 |
| | | | | Reviewed by: ade | ||||
* | Take maintainership of whois(1). | mike | 2001-08-21 | 1 | -0/+2 |
| | |||||
* | Update -v documentation to match reality. | ru | 2001-08-21 | 1 | -4/+3 |
| | | | | Spotted by: bde | ||||
* | Revert to version 1.16 which was more correct than either of my attempts. | brian | 2001-08-21 | 1 | -4/+4 |
| | |||||
* | Display a better error message when snprintf() returns < 0 | brian | 2001-08-21 | 1 | -1/+5 |
| | | | | Pointed out by: bde | ||||
* | Handle overflows from snprintf(), not just returns of < 0 | brian | 2001-08-21 | 1 | -5/+5 |
| | | | | Pointed out by: bde | ||||
* | Remove unnecessary casts. | brian | 2001-08-21 | 1 | -4/+4 |
| | | | | | | | The original (1.16) code was mostly correct, but this version is far clearer. Casts suggested to now be obfuscations by: bde | ||||
* | Handle snprintf() returning -1. | brian | 2001-08-20 | 4 | -18/+32 |
| | | | | MFC after: 2 weeks | ||||
* | Very minor stylistic nit. | markm | 2001-08-20 | 1 | -2/+1 |
| | | | | Discussed with: ru | ||||
* | Code merge and diff reduction between this and crypto telnet. | markm | 2001-08-20 | 14 | -567/+252 |
| | | | | | Also remove useless AUTHENTICATION code. We have never compiled this here, and it is doubtful that it even works without crypto. | ||||
* | Don't misuse the return from snprintf. | brian | 2001-08-20 | 1 | -5/+7 |
| | | | | MFC after: 2 weeks | ||||
* | Don't overflow a buffer from command line arguments. | kris | 2001-08-20 | 1 | -2/+6 |
| | | | | MFC after: 2 weeks | ||||
* | Part II of libss retirement: zap mk_cmds too. | kris | 2001-08-20 | 9 | -552/+0 |
| | | | | Pointy hat to: kris | ||||
* | Remove a blank line that snuck in with the previous commit. | des | 2001-08-18 | 1 | -1/+1 |
| | | | | Set the default timeout to 120 seconds instead of 0 (no timeout). | ||||
* | Correct path (../crypto, not ../../crypto) | peter | 2001-08-18 | 1 | -1/+1 |
| | |||||
* | Add some comments. | des | 2001-08-17 | 1 | -3/+26 |
| | |||||
* | Use a build-tool to create the .mgc files. | obrien | 2001-08-17 | 1 | -5/+11 |
| | | | | | | Submitted by: ru (partial) Obtained from: NetBSD (basic idea) Reviewed by: bde, ru | ||||
* | add an entry about myself | fjoe | 2001-08-17 | 1 | -0/+1 |
| | | | | Reviewed by: jdp | ||||
* | Print a space between the function name and line number. | mikeh | 2001-08-16 | 1 | -1/+1 |
| | | | | | PR: bin/10980 MFC after: 2 weeks | ||||
* | Add $FreeBSD$ | mikeh | 2001-08-16 | 7 | -0/+25 |
| | | | | MFC after: 2 weeks | ||||
* | * Update author's e-mail address. | sheldonh | 2001-08-16 | 1 | -2/+2 |
| | | | | | | * When the author of an utility also wrote its manual page (a rarety, I know), it is not necessary to say that the utility "and this manual page" were written by the author. | ||||
* | Use the .Cm macro to mark up the modifiers of the -s flag's size argument. | sheldonh | 2001-08-16 | 1 | -9/+10 |
| | |||||
* | Fix usage message, the executable is optional. | mikeh | 2001-08-15 | 2 | -2/+2 |
| | | | | | PR: bin/29735 MFC after: 2 weeks | ||||
* | Substitute ARGSTR in-place. | ru | 2001-08-15 | 1 | -4/+3 |
| | | | | Forgot trailing newline in usage(). | ||||
* | Fixed the usage() string. | ru | 2001-08-15 | 1 | -1/+3 |
| | | | | | | | | This also reverts change in rev. 1.36 to the documented style of writing usage(). PR: bin/29730 Submitted by: Joseph Mallett <jmallett@xMach.org> | ||||
* | The old fmt(1) always did what the new ``-l 8'' option does. | ru | 2001-08-15 | 2 | -2/+16 |
| | | | | | | | | POLA: Changed the default to ``-l 8'' while still providing a way to disable this feature with ``-l 0''. PR: bin/29247 Reviewed by: iedowse | ||||
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 32 | -106/+38 |
| | |||||
* | Removal of following export controll related sentences: | horikawa | 2001-08-15 | 1 | -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). | schweikh | 2001-08-14 | 1 | -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) | tg | 2001-08-14 | 2 | -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. | tg | 2001-08-14 | 2 | -18/+16 |
| | | | | Suggested by: Igor Serikov <bt@turtle.pangeatech.com> | ||||
* | mdoc(7) police: s/BSD/.Bx/ where appropriate. | ru | 2001-08-14 | 7 | -7/+21 |
| | |||||
* | An empty at.deny doesn't mean everyone can use at. | dd | 2001-08-14 | 1 | -4/+0 |
| | | | | | PR: 29549 Submitted by: swear@aa.net | ||||
* | Initialize outfile in main() | peter | 2001-08-13 | 1 | -1/+2 |
| | |||||
* | Initialize msg in main() | peter | 2001-08-13 | 1 | -1/+2 |
| | |||||
* | Initialize fp in main() | peter | 2001-08-13 | 1 | -1/+2 |
| | |||||
* | Initialize debugf in main() | peter | 2001-08-13 | 2 | -1/+2 |
| | |||||
* | mdoc(7) police: s;BSD/OS;.Bsx; where appropriate. | ru | 2001-08-13 | 1 | -2/+2 |
| | |||||
* | Spell "FreeBSD" with "F" and "BSD" in uppercase. | ru | 2001-08-13 | 4 | -4/+4 |
| | |||||
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 16 | -24/+16 |
| | |||||
* | Fix some bogus strncpy(3) to strlcpy(3) changes I made in the previous | mike | 2001-08-13 | 1 | -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 not | markm | 2001-08-12 | 3 | -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 of | mike | 2001-08-12 | 1 | -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() | ken | 2001-08-11 | 1 | -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. | markm | 2001-08-11 | 1 | -0/+2 |
| | |||||
* | WARNS=2 type cleanup. | markm | 2001-08-11 | 2 | -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 string | kris | 2001-08-11 | 1 | -1/+1 |
| | | | | MFC after: 1 week |