| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a compile knob to avoid using PAM code (login will use standard Unix | abial | 1999-01-19 | 2 | -4/+22 |
* | Replace 'long int' with 'int' for Alpha. | simokawa | 1999-01-19 | 1 | -6/+6 |
* | Fixed breakage of `make checkdpadd' in previous commit. | bde | 1999-01-19 | 1 | -4/+4 |
* | "19%02", tm.year -> "%d", tm.year+1900 | danny | 1999-01-18 | 1 | -2/+2 |
* | Allow two digit years 1969-2068 | danny | 1999-01-18 | 1 | -3/+6 |
* | Fix "make world" breakage because MT_RTABLE was still referenced here. | roberto | 1999-01-18 | 1 | -1/+3 |
* | Update to Global-3.42. | simokawa | 1999-01-18 | 6 | -30/+28 |
* | Don't use ip_mrtproto to determine whether multicast routing is in | fenner | 1999-01-18 | 3 | -83/+32 |
* | Fix logic error in RFC 850 kluge. | wollman | 1999-01-15 | 1 | -3/+4 |
* | For RFC 850 dates received in HTTP responses, implement the century pivot | wollman | 1999-01-15 | 2 | -4/+48 |
* | Typo. | jmz | 1999-01-15 | 2 | -4/+4 |
* | Allocate aligned memory according to sizeof(char *). | simokawa | 1999-01-13 | 1 | -2/+2 |
* | Move nologin from /etc to /var/run. This means one less file that has | asami | 1999-01-11 | 1 | -3/+3 |
* | From the submitter: | dfr | 1999-01-10 | 1 | -2/+2 |
* | Fix the annoying bug introduced in rev 1.18 that caused each line to be | peter | 1999-01-10 | 2 | -13/+15 |
* | uptime display more in style with original code | obrien | 1999-01-09 | 1 | -1/+19 |
* | revert to rev 1.29. (floppy drives will be gotten rid of another way) | obrien | 1999-01-09 | 1 | -10/+1 |
* | Add Hitachi SH-3, SH-4, ARM, PPC, 68k PA-ARCH and a few others to PE | imp | 1999-01-09 | 1 | -27/+99 |
* | Don't allow pointer underrun in loop. | jkh | 1999-01-08 | 1 | -2/+4 |
* | Merge from 2_2 man page change. | danny | 1999-01-05 | 2 | -2/+2 |
* | PR: 9323 | danny | 1999-01-05 | 1 | -1/+4 |
* | Backed out previous commit. The bug was in rev.1.49 of src/Makefile.inc1, | bde | 1999-01-04 | 1 | -1/+1 |
* | Fix a build problem when upgrading from 9 month old sources. There's | chuckr | 1999-01-04 | 1 | -1/+1 |
* | Make the timeout handler log any failed logins, to make sure failed | eivind | 1999-01-03 | 1 | -7/+17 |
* | Typo - "the -delete primary do not.." -> "the -delete primary does not.." | billf | 1998-12-31 | 1 | -2/+2 |
* | Add copyright and RCS/CVS Id. | obrien | 1998-12-27 | 1 | -0/+28 |
* | Update section on DK_NDRIVES (which was removed with CAM), and explain | obrien | 1998-12-27 | 1 | -9/+10 |
* | Turn the compile time option into a run-time option. | obrien | 1998-12-27 | 2 | -7/+10 |
* | Don't waste precious space on showing the performance of fdX. | obrien | 1998-12-27 | 1 | -1/+9 |
* | No __profname bozoness, no strstr() bozoness... test argv[0] against | dillon | 1998-12-24 | 1 | -4/+21 |
* | Since argv is in scope, use argv[0] instead of __progname. | steve | 1998-12-24 | 1 | -2/+2 |
* | Print out latched cdb's correlated to latched errors in MTIOCERRSTAT case. | mjacob | 1998-12-22 | 1 | -1/+13 |
* | Flush the output file before exiting; short-lived programs don't even fill | msmith | 1998-12-21 | 1 | -1/+2 |
* | Fixed typo. | foxfair | 1998-12-20 | 1 | -1/+1 |
* | add in new errstat subcommand (MTIOCSERRSTAT) | mjacob | 1998-12-19 | 1 | -2/+33 |
* | Made changes suggested by bruce, plus a couple of others which made -Wall work. | mjacob | 1998-12-18 | 1 | -11/+17 |
* | Unbreak K&R support, and generate code that works in K&R C as well as | des | 1998-12-18 | 1 | -20/+12 |
* | 1) Clarify that a weof count of zero is allowed (flush buffers). | mjacob | 1998-12-18 | 1 | -1/+30 |
* | Free memory from setmode. | imp | 1998-12-16 | 1 | -1/+2 |
* | Return memory from setmode. | imp | 1998-12-16 | 1 | -0/+1 |
* | The perlinterp option builds and works, but I'm not so sure how it'll go | peter | 1998-12-16 | 1 | -5/+6 |
* | Generate a prototype for initialize_XXXX_error_table() when the language | des | 1998-12-15 | 1 | -3/+3 |
* | Add "-N" option to supress reverse name lookup. | billf | 1998-12-14 | 5 | -3/+12 |
* | Added support for DIS 8859-15 based locales using patch | dillon | 1998-12-14 | 2 | -1/+53 |
* | Change the wording to reflect that only the first character of the two | steve | 1998-12-13 | 1 | -2/+2 |
* | Fixed disordering of cross references in previous commit. | bde | 1998-12-13 | 1 | -3/+3 |
* | PR: bin/9016 | dillon | 1998-12-13 | 1 | -3/+8 |
* | PR: bin/8680 | dillon | 1998-12-13 | 1 | -4/+3 |
* | PR: bin/8680 | dillon | 1998-12-13 | 1 | -6/+8 |
* | Add reference to login.conf(5) | dillon | 1998-12-13 | 1 | -2/+3 |