| Commit message (Expand) | Author | Age | Files | Lines |
* | According to Mark Murray, Makefiles do not belong here. I guess we're | nsayer | 1999-08-16 | 4 | -99/+0 |
* | Add SRA authentication to src/crypto/telnet. | nsayer | 1999-08-16 | 13 | -6/+923 |
* | Fix int function without return (make consistent with neighbors) | nsayer | 1999-08-16 | 1 | -0/+1 |
* | Move "WORD_SWITCH_TAKES_ARG" & "SWITCH_TAKES_ARG" to the general spec file | obrien | 1999-08-15 | 2 | -7/+7 |
* | Move "LIBGCC_SPEC" to freebsd-native.h as it is not approapiate for | obrien | 1999-08-15 | 1 | -6/+1 |
* | Document how I imported this. | obrien | 1999-08-14 | 2 | -0/+53 |
* | Add "--broken-undeftoken-init" option. This makes Bison 1.28 bug compatable | obrien | 1999-08-14 | 2 | -1/+7 |
* | Fix conflicts. | obrien | 1999-08-14 | 1 | -201/+220 |
* | Fix conflicts, ensure rev 1.2 changes are made to v1.28. | obrien | 1999-08-14 | 1 | -4/+11 |
* | Use stock v1.28 bison.simple. | obrien | 1999-08-14 | 1 | -43/+108 |
* | This commit was generated by cvs2svn to compensate for changes in r49795, | obrien | 1999-08-14 | 52 | -2185/+6207 |
|\ |
|
| * | Virgin import of GNU Bison 1.28 | obrien | 1999-08-14 | 55 | -2428/+6546 |
* | | Bad reference of uname(2) -> uname(3) | chris | 1999-08-14 | 1 | -2/+2 |
* | | Check to see if /usr/bin/logger exists before using it. Use "echo" if | obrien | 1999-08-10 | 1 | -1/+5 |
* | | Set the close-on-exec flag when we lock the file we're editing. | brian | 1999-08-06 | 1 | -3/+10 |
* | | Log hostname settings/changes. | obrien | 1999-08-04 | 1 | -0/+1 |
* | | Back out rev 1.2. The correct type of host-name is `X'. There was a problem | obrien | 1999-08-04 | 1 | -1/+1 |
* | | MFS: use logger(1) instead of plain echo(1). | obrien | 1999-08-04 | 1 | -2/+7 |
* | | Support the setting of hostname via DHCP. | obrien | 1999-08-04 | 1 | -0/+7 |
* | | Tune table since 0200-0206 is not available, add more chars | ache | 1999-07-31 | 1 | -9/+5 |
* | | bad news: chars 0200-0206 used internally in troff, make them back illegal | ache | 1999-07-31 | 2 | -2/+2 |
* | | make all chars above 127 legal | ache | 1999-07-31 | 2 | -4/+4 |
* | | change prev. commit: emulate latin1 on ascii if latin1 chars are | ache | 1999-07-31 | 2 | -2/+2 |
* | | Add more koi8-r chars | ache | 1999-07-31 | 1 | -0/+64 |
* | | Pick hardcoded latin1 chars definitions only if -Tlatin1 | ache | 1999-07-31 | 2 | -2/+3 |
* | | Document the "skey" command in telnet(1). | nik | 1999-07-30 | 1 | -0/+4 |
* | | dhclient-lease(8) -> dhclient.leases(5) | nik | 1999-07-30 | 1 | -1/+1 |
* | | Correct reference to dhclient.conf(5) (was dhclient.conf(8)), as pointed | nik | 1999-07-30 | 1 | -1/+1 |
* | | If "YYPARSE_PARAM" is defined, we need a different prototype for yyparse(). | obrien | 1999-07-30 | 1 | -0/+4 |
* | | Sense $LANG only if $LC_CTYPE is not set | ache | 1999-07-30 | 4 | -16/+12 |
* | | Teach the .At macro about releases v2, v3, v4, and v5 of AT&T UNIX. | mpp | 1999-07-30 | 1 | -0/+8 |
* | | Force safer mode of operation for man's use of *roff. | imp | 1999-07-30 | 2 | -4/+4 |
* | | bc core dumped when a value with between 128 and 255 (mod 256) digits | n_hibma | 1999-07-28 | 2 | -1/+3 |
* | | Fix a problem where commands in backticks `` wont get executed in taint | markm | 1999-07-19 | 1 | -0/+6 |
* | | Fix type of host-name option. Partial fix for referenced PR. | jkh | 1999-07-19 | 1 | -1/+1 |
* | | Merge some patches from RedHat-6.0. The most important change fixes a bug | dfr | 1999-07-17 | 1 | -30/+90 |
* | | This commit was generated by cvs2svn to compensate for changes in r48743, | obrien | 1999-07-10 | 13 | -33/+217 |
|\ \ |
|
| * | | Virgin import of GCC 2.7.2.3 | obrien | 1999-07-10 | 18 | -87/+312 |
| * | | This commit was manufactured by cvs2svn to create branch 'VENDOR-gcc'. | cvs2svn | 1999-03-30 | 14 | -0/+8724 |
* | | | Fixed style bugs in FreeBSD changes. KNF style doesn't apply to gnu | bde | 1999-07-04 | 1 | -4/+4 |
* | | | Remove the soft-updates sources from their original location. They | jdp | 1999-07-03 | 3 | -5353/+0 |
* | | | * The OBSTACK_CHUNK_SIZE #define was in the "Code generation parameters" | obrien | 1999-07-02 | 1 | -6/+6 |
* | | | The GNU standard about putting 2 spaces after sentences in comments | obrien | 1999-07-02 | 1 | -10/+10 |
* | | | No longer need to set B_ASYNC flag since BUF_KERNPROC now | mckusick | 1999-06-29 | 1 | -2/+1 |
* | | | Define "OBSTACK_CHUNK_SIZE" as getpagesize(). | obrien | 1999-06-28 | 1 | -1/+5 |
* | | | Keep the inlines for <sys/buf.h> happy.. | peter | 1999-06-27 | 1 | -3/+3 |
* | | | Actually describe all of the command line options in fsinfo(8). | mpp | 1999-06-26 | 1 | -16/+116 |
* | | | Convert buffer locking from using the B_BUSY and B_WANTED flags to using | mckusick | 1999-06-26 | 1 | -9/+13 |
* | | | Sort options. | obrien | 1999-06-25 | 1 | -21/+39 |
* | | | Fix -1 (onetry) fails, exit(2) rather than exit(1) so an error from this | obrien | 1999-06-25 | 1 | -3/+3 |