Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some off-by-one errors dealing with limits of server names, | tjr | 2003-07-27 | 1 | -5/+5 |
| | | | | | | | | usernames, workgroup names and passwords. We can now connect to servers with 15-character NetBIOS names. (Some versions of Windows use semi-random 15-char names by default.) PR: 46902 | ||||
* | Add notice about the local change in r1.25 | mbr | 2003-07-26 | 1 | -0/+1 |
| | |||||
* | Fixes for 64 bit cleanliness. The length arg to sysctl is a pointer to | peter | 2003-07-26 | 1 | -1/+2 |
| | | | | | | size_t not int. Reviewed by: bp | ||||
* | Use #include <string.h> rather than <strings.h> so that the strdup() | peter | 2003-07-26 | 1 | -1/+2 |
| | | | | | | | prototype gets brought into scope. This is a big deal for 64 bit systems where the default return value of 'int' is != pointer. Reviewed by: bp | ||||
* | Fix an annoying bug in tar. When it converted 'tar zcf' to 'tar -z -c -f' | peter | 2003-07-24 | 1 | -1/+4 |
| | | | | | | | | it forgot to null terminate the new argv[] array. If you mixed this with $TAR_OPTIONS, phkmalloc and a whole bunch of other variables, you could end up with a segfault. This isn't strictly a phkmalloc victory since tar walks off the end of an array rather than use uninitialized malloc memory, but phkmalloc makes it easier to provoke. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r117839, | des | 2003-07-21 | 1 | -11/+11 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | MFP4: revert constification of pam_message.msg (perforce change #34785) | des | 2003-07-21 | 1 | -11/+11 |
| | | |||||
| * | These files have been removed from the distribution. | des | 2003-07-15 | 13 | -600/+0 |
| | | |||||
* | | Pass getvfsbyname() the address of a struct xvfsconf instead of | tjr | 2003-07-20 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | struct vfsconf. This silences a warning, but could also prevent stack corruption problems if xvfsconf ever became larger than vfsconf. PR: 53863 Submitted by: Lukas Ertl | ||||
* | | Changes to allow top to decide whether or not to show multiple threads per | julian | 2003-07-17 | 3 | -5/+20 |
| | | | | | | | | | | | | | | process. Option -H enables it and it is toggled at the interactive screen by 'H'. Submitted by: Jung-uk Kim <jkim@niksun.com> | ||||
* | | This file became OBE when we went to GCC 3. | obrien | 2003-07-17 | 1 | -257/+0 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r117615, | des | 2003-07-15 | 13 | -600/+0 |
| | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r117610, | des | 2003-07-15 | 99 | -393/+22505 |
|\ \ | |/ | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Vendor import of OpenPAM Dogwood. | des | 2003-07-15 | 99 | -393/+22505 |
| | | |||||
* | | FreeBSD does not use this code, but ftpd_popen() contains a buffer overflow. | kris | 2003-07-13 | 1 | -4/+10 |
| | | | | | | | | | | | | | | | | We might as well patch it. Submitted by: Przemyslaw Frasunek <venglin@freebsd.lublin.pl> PR: bin/23352 MFC After: The average time before an unpatched Windows 2000 server gets owned | ||||
* | | Do not override FP rounding options for 32bit platforms. amd64 doesn't | kan | 2003-07-12 | 1 | -4/+6 |
| | | | | | | | | need this. | ||||
* | | Merge FreeBSD changes into GCC 3.3.1-prerelease. | kan | 2003-07-11 | 1 | -0/+8 |
| | | | | | | | | Move FreeBSD specific flag variables from c-decl.c here. | ||||
* | | Merge FreeBSD modifications into gcc 3.3.1-prerelease: | kan | 2003-07-11 | 1 | -139/+54 |
| | | | | | | | | | | | | 1.2 -fformat-extensions. 1.3 -printf0 1.6 teach GCC about %y for DDB. | ||||
* | | Merge FreeBSD modifications into gcc 3.3.1-prerelease: | kan | 2003-07-11 | 1 | -948/+453 |
| | | | | | | | | | | | | | | 1.3 suppress warnings on K&R main. Rev. 1.2 (options for kernel printf enhancements) changes have been moved to another | ||||
* | | Update for GCC 3.3.1-prerelease. | kan | 2003-07-11 | 2 | -53/+41 |
| | | |||||
* | | Merge FreeBSD modifications into gcc 3.3.1-prerelease: | kan | 2003-07-11 | 1 | -244/+17 |
| | | | | | | | | 1.8 Change symbol values to match freebsd.h. | ||||
* | | Update for 3.3.1-prerelease. | kan | 2003-07-11 | 2 | -21/+28 |
| | | |||||
* | | Merge FreeBSD modifications into gcc 3.3.1-prerelease: | kan | 2003-07-11 | 1 | -1/+1 |
| | | | | | | | | 1.4 Look into right directory when linking 32-bit binaries. | ||||
* | | Use stock version of this file now. | kan | 2003-07-11 | 1 | -862/+251 |
| | | |||||
* | | Merge FreeBSD modifications into gcc 3.3.1-prerelease: | kan | 2003-07-11 | 1 | -613/+243 |
| | | | | | | | | 1.2 don't let gcc(1) hide warnings in system headers. | ||||
* | | Merge FreeBSD modifications into gcc 3.3.1-prerelease: | kan | 2003-07-11 | 1 | -633/+797 |
| | | | | | | | | | | | | 1.2 -fformat-extensions. 1.7 FORCE_OPTIMIZATION_DOWNGRADE knob for Alpha. 1.14 -O0 -O1 optimize alignment for time, not size. | ||||
* | | Merge FreeBSD modifications into gcc 3.3.1-prerelease: | kan | 2003-07-11 | 1 | -437/+533 |
| | | | | | | | | | | | | 1.{2,15} FREEBSD_NATIVE. 1.21 "GCC_OPTIONS". 1.{16,25,27} Cross-compiling issues. | ||||
* | | Merge FreeBSD changes into GCC 3.3.1-prerelease: | kan | 2003-07-11 | 1 | -12/+3 |
| | | | | | | | | 1.2 Tweaks to make this file live beside our hacked config. | ||||
* | | Merge FreeBSD modifications into gcc 3.3.1-prerelease: | kan | 2003-07-11 | 1 | -1/+15 |
| | | | | | | | | 1.2 Localize the version string. | ||||
* | | Merge FreeBSD modifications into gcc 3.3.1-prerelease: | kan | 2003-07-11 | 1 | -1582/+2124 |
| | | | | | | | | 1.8 printf format error fixes. | ||||
* | | Merge FreeBSD changes into GCC 3.3.1-prerelease: | kan | 2003-07-11 | 1 | -8/+10 |
| | | | | | | | | 1.2 Printf format errors fixes. | ||||
* | | Merge FreeBSD modifications into gcc 3.3.1-prerelease: | kan | 2003-07-11 | 1 | -1139/+3058 |
| | | | | | | | | 1.11 -mno-align-long-strings. | ||||
* | | Merge FreeBSD modifications into gcc 3.3.1-prerelease: | kan | 2003-07-11 | 1 | -439/+704 |
| | | | | | | | | | | 1.10 -mno-align-long-strings. 1.11 Allow the specification of LONG_TYPE_SIZE on the command line. | ||||
* | | Merge FreeBSD modifications into gcc 3.3.1-pre: | kan | 2003-07-11 | 1 | -78/+452 |
| | | | | | | | | | | 1.2 framework for our kernel printf enhancements. 1.3 suppress prototype warnings on K&R main. | ||||
* | | Merge rev. 1.2 (allow profiling of FORTRAN77 programs) info GCC 3.3.1-pre | kan | 2003-07-11 | 1 | -26/+10 |
| | | | | | | | | sources. | ||||
* | | FreeBSD uses stock versions of these GCC files. | kan | 2003-07-11 | 21 | -7189/+13760 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r117401, | kan | 2003-07-11 | 234 | -8170/+7950 |
|\ \ | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | Gcc 3.3.1-pre 2003-07-11 libf2c bits. | kan | 2003-07-11 | 234 | -8170/+7950 |
| | | | |||||
* | | | This commit was generated by cvs2svn to compensate for changes in r117399, | kan | 2003-07-11 | 26 | -1458/+1695 |
|\ \ \ | |/ / | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | Gcc 3.3.1-pre 2003-07-11 Objective C support bits. | kan | 2003-07-11 | 26 | -1458/+1695 |
| | | | |||||
* | | | This commit was generated by cvs2svn to compensate for changes in r117397, | kan | 2003-07-11 | 220 | -12208/+51201 |
|\ \ \ | |/ / | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | Gcc 3.3.1-pre 2003-07-11 C++ support bits. | kan | 2003-07-11 | 220 | -12208/+51201 |
| | | | |||||
* | | | This commit was generated by cvs2svn to compensate for changes in r117395, | kan | 2003-07-11 | 685 | -71259/+179006 |
|\ \ \ | |/ / | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | Gcc 3.3.1-pre as of 2003-07-11. | kan | 2003-07-11 | 726 | -85638/+201558 |
| | | | |||||
| * | | Remove files incidentally imported from the wrong place during | kan | 2003-03-26 | 136 | -29589/+0 |
| | | | | | | | | | | | | | | | | | | | | | 3.2.1 import. They are not used by any of our system GCC versions and will be physically removed from repository soon. Reviewed by: obrien | ||||
* | | | If we must yell at the user than a file cannot be linked into place when | green | 2003-07-11 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | requested (not required) to do it, reassure them that cpio is still intelligent enough that it will perform a full copy instead. | ||||
* | | | Add "blame" as an "annotate" alias for interoperability with subversion. | obrien | 2003-07-07 | 1 | -1/+1 |
| | | | |||||
* | | | This commit was generated by cvs2svn to compensate for changes in r117264, | ru | 2003-07-05 | 1 | -3/+5 |
|\ \ \ | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | | Fix for troff mode. The | ru | 2003-07-05 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .Pp .Bd -literal ... fragment resulted in two vertical spaces. From ChangeLog: 2003-07-04 Ruslan Ermilov <ru@FreeBSD.org> * tmac/doc.tmac (Bd): Change to doc-Li-font later. | ||||
* | | | | MFV. | ru | 2003-07-03 | 1 | -3/+25 |
| | | | |