summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r132536,roberto2004-07-221-14/+59
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * The following patch has been taken from the ntp-stable vendor branch.roberto2004-07-221-14/+59
| | | | | | | | | | | | | | | | | | | | | | | | Put everything OpenSSL related between #ifdef OPENSSL..#endif. This also fixes bugs #252, #275 & #293. See <http://ntp.bkbits.net:8080/ntp-stable/hist/util/ntp-keygen.c?nav=index.html|src/+|src/util> for reference. Submitted by: Marius Strobl <marius@alchemy.franken.de>
* | Remove an extra '}'.roberto2004-07-201-1/+0
| |
* | Update information on build/import.roberto2004-07-201-11/+14
| |
* | Merge conflicts.roberto2004-07-20104-23620/+0
| | | | | | | | Lots of added files, some removed and quite a large number of renames :(
* | Merge conflicts (see also previous commit).roberto2004-07-201-148/+170
| | | | | | | | | | | | | | | | Reinsert our local changes to ntp_control.c: 1.4: Do not log every potential exploit attempt since a denial-of-service may result 1.5: int -> unsigned char fixes
* | Revert this file to the vendor version, we don't need to have our ownroberto2004-07-201-1072/+1489
| | | | | | | | version of it. Will help further upgrades.
* | This commit was generated by cvs2svn to compensate for changes in r132451,roberto2004-07-20378-16291/+95416
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of ntpd 4.2.0roberto2004-07-20380-17509/+97074
| |
* | This file was not used to import gdb. Remove.marcel2004-07-191-71/+0
| |
* | Use correct location for nsmb.conf file.bp2004-07-171-1/+2
| | | | | | | | PR: misc/45273
* | document the 'I' and 't' commands in the help screen in top(1).alfred2004-07-121-2/+3
| | | | | | | | Submitted by: Alex Vasylenko lxv omut.org
* | Make 'S' in interactive mode toggle display of system processes.alfred2004-07-123-3/+11
| |
* | Add the nls/*/charset files to the exclude list. These files are not neededmp2004-07-111-0/+1
| | | | | | | | and only provide comments in the text NLS files.
* | This commit was generated by cvs2svn to compensate for changes in r131962,mp2004-07-1167-1489/+4975
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import of tcsh-6.13.00mp2004-07-1167-1489/+4975
| | |
* | | Build upon the nice work of Alfred and add sorting capabilities tokeramida2004-07-082-6/+13
| | | | | | | | | | | | | | | | | | the -m "io" mode of top. Approved by: alfred
* | | This commit was generated by cvs2svn to compensate for changes in r131823,harti2004-07-0813-31/+336
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of NgATM user part 1.0harti2004-07-0813-31/+336
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r131722,obrien2004-07-064-0/+985
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of Binutils from the FSF 2.15 branch (just post-.0 release).obrien2004-07-064-0/+985
| | | | | | | | | | | | | | | | | | | | These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC.
* | | | | Fix a number of incorrect assumptions regarding the size of time_t.des2004-07-065-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code has its own TIME type, which is actually defined to time_t, but it still used u_int32_t in some places. In addition, dhclient not only had two separate global cur_time variables, one of which was defined as u_int32_t and the other as TIME, but cur_time was sometimes shadowed by local variables, leading to widespread confusion as to which of these variable was being referenced. There is a lesson in here somewhere: a decent compiler with warnings enabled should have caught all of this long before it became a problem. This patch has been submitted to the vendor, but it will likely be some time before they release a version that includes it. Approved by: mbr
* | | | | Readd accidently deleted file.mbr2004-07-061-0/+3
| | | | |
* | | | | Check if `dirmask' is a member of `pcfs_args_t'.mbr2004-07-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A diff to the autoconf aux-files has been submitted to the amd people. PR: 57401 Submitted by: Andre Albsmeier <andre.albsmeier@siemens.com>
* | | | | Resolve conflicts for am-utils-6.0-10p1 (am-utils-6.0-20040513)mbr2004-07-06136-15781/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | import: - Fix typo in amd/nfs_prot_svc.c - Manpage change in scripts/amd.conf.5 - Remove unneeded configure files - Remove unneeded m4/macros
* | | | | This commit was generated by cvs2svn to compensate for changes in r131702,mbr2004-07-06108-292/+638
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | Virgin import of AMD (am-utils) v6.0.10p1mbr2004-07-06133-364/+738
| | | | | |
* | | | | | Add some unneeded files to the Xlist in preparation for the newmbr2004-07-061-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | amd import.
* | | | | | Add an "iso8601" option keyword which causes 'cvs log' etc. to printdes2004-07-064-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dates in ISO 8601 format. Approved by: peter MFC after: 2 weeks
* | | | | | Use va_copy instead of __va_copy, which is not defined on most architectures.tjr2004-07-061-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | Noticed by: obrien
* | | | | | Remove my email & dateache2004-07-061-3/+0
| | | | | |
* | | | | | Fix handling of multibyte delimiter characters with the -t option.tjr2004-07-051-18/+17
| | | | | |
* | | | | | Correct a misleading (cut'n'pasted) comment.des2004-07-051-1/+1
| | | | | |
* | | | | | Update for coreutils.tjr2004-07-031-4/+5
| | | | | |
* | | | | | Add support for multi-byte character sets.tjr2004-07-021-42/+763
| | | | | | | | | | | | | | | | | | | | | | | | Obtained from: Mitsuru Chinen (IBM) via The Fedora Project
* | | | | | Resolve conflicts.tjr2004-07-022-651/+5
| | | | | |
* | | | | | This commit was generated by cvs2svn to compensate for changes in r131447,tjr2004-07-0256-9791/+8728
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | Import of GNU sort from coreutils 5.2.1 (trimmed)tjr2004-07-0257-9801/+8733
| | | | | | |
* | | | | | | New feature, provide a display that shows the amount of IO processesalfred2004-07-013-10/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are doing. Toggle this mode by hitting "m" or passing the command line option "-m io" to top(1). This allows one to identify disk bandwidth hogs much easier.
* | | | | | | Document the 64bit time_t fix.mbr2004-06-261-0/+2
| | | | | | |
* | | | | | | Use int32_t to convert the leasetime to fix support for platformsmbr2004-06-261-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | where time_t is 64-bit. Submitted by: des
* | | | | | | Our dhclient-script fails to update /etc/resolv.conf if no newmbr2004-06-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | domain name is given and /etc/resolv.conf doesn't exist. Fix this by using -f (force). Assigned to ISC as ISC-Bugs #11570 PR: bin/67613 Submitted by: Nikos Ntarmos <ntarmos@ceid.upatras.gr>
* | | | | | | Resolve conflicts.mbr2004-06-2616-583/+271
| | | | | | |
* | | | | | | This commit was generated by cvs2svn to compensate for changes in r131136,mbr2004-06-26119-2542/+2805
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | Import ISC DHCP 3.0.1 RC14 client.mbr2004-06-26131-2883/+3075
| | | | | | | |
* | | | | | | | Remove fbsd-thread.o, it's not for consumption yet.marcel2004-06-251-1/+1
| | | | | | | |
* | | | | | | | Update HEAD with support for ia64.marcel2004-06-252-1/+46
| | | | | | | |
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r131082,marcel2004-06-2510-69/+1522
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Add support for ia64. This code will be contributed to GDB as soonmarcel2004-06-2512-70/+1568
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as the legal prerequisites are met. To avoid future merge conflicts, this is added to the vendor branch. The changes are seperately kept in FREEBSD-diffs for easy reference.
| * | | | | | | | Remove files from the vendor branch that are not part of the GDB 6.1.1marcel2004-06-20253-154476/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | import.
OpenPOWER on IntegriCloud