summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Remove 'SET_ASM_OP' macro, which is unused now and rather harmfulsimokawa1999-06-101-2/+0
| | | | for recent egcs.
* Fix -T doublingache1999-06-072-6/+6
|
* Fix typo which causes an unnecessary line break.nik1999-05-291-1/+1
| | | | | PR: docs/11561 Submitted by: Norihiro Kumagai <kuma@nk.rim.or.jp>
* fix End key nameache1999-05-281-1/+1
|
* describe processache1999-05-281-0/+3
|
* mergeache1999-05-2810-355/+638
|
* This commit was generated by cvs2svn to compensate for changes in r47558,ache1999-05-2847-838/+2420
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * readline v4.0ache1999-05-2855-1147/+3062
| |
* | Port pnpinfo to alpha.dfr1999-05-221-4/+10
| |
* | Fix a coredump when debugging corefiles from static programs.dfr1999-05-221-1/+1
| |
* | Cosmetic changes to make it compile without errors in gcc -Walljulian1999-05-221-10/+17
| |
* | Fix typo (#unset where #undef was meant).jdp1999-05-211-1/+1
| |
* | Consistantly protect "#define FOO ..." with "#undef FOO".obrien1999-05-201-1/+37
| |
* | Add 3.2 to the list of legal FreeBSD versions for the .Os FreeBSD macro.fenner1999-05-141-0/+1
| |
* | Add 3.2 to the list of legal FreeBSD versions for the .Fx macro.fenner1999-05-141-0/+1
| |
* | Complete the list of FreeBSD version numbers accepted by the .Fx macro.jkoshy1999-05-141-0/+6
| | | | | | | | | | PR: docs/11705 Submitted by: Stephen J. Roznowski <sjr@home.net>
* | Add a hook to ffs_fsync to allow soft updates to get first chance at doingmckusick1999-05-141-28/+97
| | | | | | | | | | | | a sync on the block device for the filesystem. That allows it to push the bitmap blocks before the inode blocks which greatly reduces the number of inode rollbacks that need to be done.
* | Add a min TTL flag to go along with the max TTL flag. That is, this flagarchie1999-05-122-20/+44
| | | | | | | | | | | | allows you to start tracing at a hop number other than 1. Submitted by: Stefan `Sec` Zehl <sec@42.org>
* | Don't assume branch heads are alive.. (related to previous change to thepeter1999-05-101-1/+2
| | | | | | | | older 1.9.26 baseline)
* | Put back changes that might be causing trouble on Alpha.mckusick1999-05-091-3/+5
| |
* | Update this with reality.obrien1999-05-081-4/+4
| |
* | Revive the pam_deny and pam_permit modules from Linux-PAM. They arejdp1999-05-086-0/+450
| | | | | | | | | | | | | | | | | | | | simple enough to be trusted. Add account management functionality to the pam_unix module. These changes should make it possible to use PAM in some ports. Submitted by: Max Khon <fjoe@iclub.nsu.ru>
* | Whitespace cleanup.mckusick1999-05-071-2/+2
| |
* | Get rid of random debugging cruft; sync up with latest version.mckusick1999-05-071-38/+10
| |
* | Severe slowdowns have been reported when creating or removing manymckusick1999-05-071-108/+290
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files at once on a filesystem running soft updates. The root of the problem is that soft updates limits the amount of memory that may be allocated to dependency structures so as to avoid hogging kernel memory. The original algorithm just waited for the disk I/O to catch up and reduce the number of dependencies. This new code takes a much more aggressive approach. Basically there are two resources that routinely hit the limit. Inode dependencies during periods with a high file creation rate and file and block removal dependencies during periods with a high file removal rate. I have attacked these problems from two fronts. When the inode dependency limits are reached, I pick a random inode dependency, UFS_UPDATE it together with all the other dirty inodes contained within its disk block and then write that disk block. This trick usually clears 5-50 inode dependencies in a single disk I/O. For block and file removal dependencies, I pick a random directory page that has at least one remove pending and VOP_FSYNC its directory. That releases all its removal dependencies to the work queue. To further hasten things along, I also immediately start the work queue process rather than waiting for its next one second scheduled run.
* | Fix spelling and typos.jkoshy1999-05-061-6/+8
| | | | | | | | | | PR: docs/11506 Submitted by: Norihiro Kumagai <kuma@jp.freebsd.org>
* | Add the capability for traceroute(8) to send packets of any IP protocolarchie1999-05-062-37/+244
| | | | | | | | | | | | | | instead of just UDP; an alternate protocol is specified by '-P proto'. This is useful for finding routers that are blocking packets based on IP protocol. New handlers can be added fairly easily to do protocol- specific things.
* | Uninitialized variable. Do not assume certain endianess.luoqi1999-05-041-3/+4
| |
* | GC some unused files from gdb and add them to the exclude list for futuredfr1999-05-033-268/+10
| | | | | | | | imports.
* | Resurrect a file for alpha support in GDB and add some minor FreeBSD tweaks.dfr1999-05-021-0/+1415
| | | | | | | | Magic wand waved by: Peter Wemm <peter@netplex.com.au>
* | Delete parts of gdb which are now shared with binutils.dfr1999-05-02300-105553/+0
| |
* | Merge conflicts. More elegant improvements will follow in a couplemarkm1999-05-0210-124/+543
| | | | | | | | of days.
* | This commit was generated by cvs2svn to compensate for changes in r46307,markm1999-05-02408-4856/+22192
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Maintenance releace 3 of perl5.005. Includes support for threads.markm1999-05-02418-4951/+22733
| | |
* | | The maximum pagesize for alpha is 64k, not 1Mb.dfr1999-05-021-1/+1
| | |
* | | Add upgrade instructions to facilitate future gdb imports.dfr1999-05-022-0/+29
| | |
* | | Merge local changes into gdb-4.18 and add changes for FreeBSD/alpha.dfr1999-05-0226-1811/+7519
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r46283,dfr1999-05-02297-14202/+120511
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Virgin import of gdb-4.18dfr1999-05-02387-20882/+141599
| | | |
* | | | Fix conflicts.obrien1999-05-026-102/+191
| | | |
* | | | junk from the last importobrien1999-05-021-89/+0
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r46275,obrien1999-05-0223-161/+770
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Virgin import of ISC-DHCP v2.0b1pl27obrien1999-05-0228-250/+947
| | | | |
* | | | | Turn DEFAULT_VTABLE_THUNKS back on. It caused problems with undefined symbolsobrien1999-04-301-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in libstdc++. Until I have a chance to look at what that problem is and to carefully consider the upgrade issues of turning it back on at a later date if we leave it turned off for any extended peroid of time.
* | | | | Rather than hack config/freebsd.h to contain our hacks for a native compiler,obrien1999-04-281-45/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | just include them in tm.h (as built from cc/cc_tools/Makefile). This will reduce the diffs from the vendor sources. Excellent idea by: jdp
* | | | | Simplify the definition of FBSD_SWITCH_TAKES_ARG, and make sureobrien1999-04-272-18/+8
| | | | | | | | | | | | | | | | | | | | | | | | | SWITCH_TAKES_ARG isn't defined (which svr4.h does) when we assign our definition to it.
* | | | | Wait until EGCS 1.2 to use more efficient ``thunks'' to implement C++ vtables.obrien1999-04-271-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While I have yet to hear of any problems with us using thunks. The EGCS mailing list notes some have problems with it and not using them are a safer default. People wanting to use them, can set the appropiate compiler flag.
* | | | | Use new `FBSD_SWITCH_TAKES_ARG' and `FBSD_WORD_SWITCH_TAKES_ARG'.obrien1999-04-221-0/+3
| | | | |
* | | | | Move `SWITCH_TAKES_ARG' to `FBSD_SWITCH_TAKES_ARG' and `WORD_SWITCH_TAKES_ARG'obrien1999-04-221-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | to `FBSD_WORD_SWITCH_TAKES_ARG' which allows architectures to tweak these values if needed.
* | | | | Fix typos.nik1999-04-141-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR: docs/8682 Submitted by: hnokubi@yyy.or.jp Reviewed by: nik
OpenPOWER on IntegriCloud