summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | | | | | | Update the upgrade instructions.marcel2004-06-251-15/+6
| | | | | | | |
* | | | | | | | Committ changes from 3.4.31 -> 3.4.35darrenr2004-06-218-44/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix bug parsing port comparisons in proxy rules * make parsing errors in ipf/ipnat return an error rather than return indicating success. * make parsing errors in ipf/ipnat return an error rather than return indicating success. * make ipfstat work as a set{g,u}id thing - gave up privs before opening /dev/ipl * fix ipfstat -A * make "ipfstat -f" output more informative * various changes to ipsend for sending packets with ipv4 options * ipmon was not correctly calculating the length of the IPv6 packet (excluded ipv6 header length) MFC: 1 week
* | | | | | | | This commit was generated by cvs2svn to compensate for changes in r130887,darrenr2004-06-2161-376/+1296
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Import ipfilter 3.4.35 onto vendor branchdarrenr2004-06-2186-838/+2160
| | | | | | | | |
* | | | | | | | | Remove from HEAD, that what is not on the vendor branch anymore.marcel2004-06-201-291/+0
| | | | | | | | |
* | | | | | | | | Revive files which were pulled from the vendor branch only to bemarcel2004-06-2073-0/+46808
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed on HEAD, but which are part of the GDB 6.1.1 import. This makes HEAD identical to the vendor branch, for better or for worse.
* | | | | | | | | Update to GDB 6.1.1. These files are identical to the vendor branch.marcel2004-06-2029-10453/+17851
| | | | | | | | |
* | | | | | | | | Update to match the GDB 6.1.1 import.marcel2004-06-201-119/+67
| | | | | | | | |
* | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r130805,marcel2004-06-20252-154185/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
* | | | | | | | | This commit was generated by cvs2svn to compensate for changes in r130803,marcel2004-06-20623-33904/+200826
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | | | | | Import of GDB version 6.1.1 (stripped; see FREEBSD-Xlist rev. 1.6).marcel2004-06-20725-44357/+265485
| | | | | | | | |
OpenPOWER on IntegriCloud