summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add /usr/local/man as OPTIONAL_MANPATHache2003-02-111-0/+1
|
* Regensanpei2003-02-112-2/+9
|
* Add support SUNTAC U-Cable TypeD2 (DS96L)sanpei2003-02-112-0/+3
| | | | | PR: kern/47547 Submitted by: Kazu TAKAMUNE <takamune@mail.com>
* When unloading dependencies make sure they are removed from all thekan2003-02-101-9/+10
| | | | | | | | | | | | associated lists: remove RTLD_GLOBAL objects from global objects list; remove the parent object from dldags list of its children. Previosly we were doing that only to the top-level object OF the DAG being unloaded and all its dependencies were ignored, leading to mysterious crashes later. Submitted by: peter (partially)
* - Add a comment about a race that will happen without Giant.jeff2003-02-101-0/+1
|
* - Unlock the nblock after the loop in bwillwrite().jeff2003-02-101-1/+1
|
* Get cosmetic changes out of the way before I add routing table SMP locks.hsu2003-02-101-56/+47
|
* Install the OpenSSL man pages in /usr/share/openssl/mannectar2003-02-10273-666/+1609
| | | | and remove the WANT_OPENSSL_MANPAGES knob.
* The regression-tests for 'make' *expect* to trigger make's warning:gad2003-02-102-2/+2
| | | | | | | | | | warning: duplicate script for target "double" ignored The regression-tests do try to hide that message, but the message does still appear when using -j (eg: 'make -j5 buildworld'). This changes the regression-test so the expected warning message will not be seen even when -j is specified. Reviewed by: jmallett ru
* Use pam_get_user(3) instead of pam_get_item(3) where appropriate.des2003-02-102-4/+4
|
* Immortalize a Robert Watson quote.mike2003-02-101-0/+7
|
* - Determine the size of buffers with sizeof() instead of usingrobert2003-02-101-7/+7
| | | | | plain magic numbers - one of them was apparently wrong but unharmful. - Remove empty line.
* New release notes: GCC 3.2.2, sendmail 8.12.7.bmah2003-02-102-0/+12
|
* This commit was generated by cvs2svn to compensate for changes in r110647,gshapiro2003-02-101-3/+3
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import proto.m4 fix from vendor repository. This fixes a cf buildinggshapiro2003-02-101-3/+3
| | | | | | | | bug if LOCAL_RELAY and/or MAIL_HUB are used in an mc file.
* | - Enable STRICT_RESCHED until code that dynamically decides on reschedjeff2003-02-101-0/+2
| | | | | | | | strictness based on the current workload is finished.
* | - Add a new variable 'kg_runtime' that tracks the amount of time we've run.jeff2003-02-101-25/+66
| | | | | | | | | | | | | | | | | | - Use the ratio of kg_runtime / kg_slptime to determine our dynamic priority. - Scale kg_runtime and kg_slptime back when the sum of the two exceeds SCHED_SLP_RUN_MAX. This allows us to slowly forget old behavior. - Scale back the runtime and slptime in fork so that the new process has the same ratio but much less accumulated time. This causes new behavior to be noticed more quickly.
* | Use correct spl mask.nyan2003-02-102-3/+7
| | | | | | | | | | Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata) MFC after: 1 day
* | Allow inner whitespace in the right-hand side of an environment variablethomas2003-02-101-10/+17
| | | | | | | | | | | | | | | | assignment even if it is not quoted (as advertised by the man page). This fixes a regression wrt RELENG_4 introduced in rev. 1.11. Problem noted and patch tested by: CHOI Junho <cjh@kr.FreeBSD.org> Reviewed by: roberto
* | Add pthread_attr_getstack() and pthread_attr_setstack().alfred2003-02-109-0/+371
| | | | | | | | Submitted by: Craig Rodrigues <rodrigc@attbi.com>
* | Handle %%m properly in syslog format string. Previously it would expandalfred2003-02-101-3/+13
| | | | | | | | | | the %m into the errno and then vfprintf would expand the % and the first character of the strerror(3) return causing possible data corruption.
* | Try to fix two problems with the -I example. One is the fact that wedougb2003-02-101-1/+1
| | | | | | | | | | | | | | want to match a character $, not EOL. The other is that CVS helpfully expanded my example into an actual CVS tag. Submitted by: gad
* | Install one more header file which is new with GCC 3.2.2.kan2003-02-101-0/+1
| |
* | Merge FreeBSD modifications into gcc 3.2.2 release:kan2003-02-101-4/+8
| | | | | | | | 1.8 printf format error fixes.
* | Lock the proc around accessing p_siglist in ttycheckoutq() in thetjr2003-02-101-3/+14
| | | | | | | | unused wait != 0 case.
* | Merge FreeBSD modifications into gcc 3.2.2 release:kan2003-02-101-2/+2
| | | | | | | | | | 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.2.2 release:kan2003-02-101-1/+2
| | | | | | | | | | 1.11 -mno-align-long-strings. Note the change 1.15 is not needed anymore.
* | Update for Gcc 3.2.2 release.kan2003-02-101-1/+1
| |
* | Merge FreeBSD modifications into gcc 3.2.2 release:kan2003-02-101-2/+3
| | | | | | | | | | | | 1.{2,15} FREEBSD_NATIVE. 1.21 "GCC_OPTIONS". 1.{16,25,27} Cross-compiling issues.
* | - In getnewbuf() unlock the bq lock prior to sleeping when we're out ofjeff2003-02-101-0/+1
| | | | | | | | | | | | buffers. Submitted by: tegge
* | Merge FreeBSD modifications into gcc 3.2.2 release:kan2003-02-101-1/+1
| | | | | | | | | | | | | | 1.2 -fformat-extensions. 1.3 -printf0 1.6 Teach GCC about %y for DDB and implement support for the C99 %z format modifier.
* | Merge FreeBSD modifications into gcc 3.2.2 release:kan2003-02-101-51/+3
| | | | | | | | | | 1.2 kernel printf enhancements framework. 1.3 suppress prototype warnings on K&R main.
* | Merge FreeBSD modifications into gcc 3.2.2 release:kan2003-02-101-5/+0
| | | | | | | | | | 1.2 framework for our kernel printf enhancements. 1.3 suppress prototype warnings on K&R main.
* | Update HEAD with stock GCC 3.2.2 release files.kan2003-02-1010-156/+375
| |
* | This commit was generated by cvs2svn to compensate for changes in r110618,kan2003-02-107-64/+104
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Gcc 3.2.2-release libf2c bits.kan2003-02-107-64/+104
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r110616,kan2003-02-104-67/+87
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Gcc 3.2.2-release Objective C support bits.kan2003-02-104-67/+87
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r110614,kan2003-02-1040-2066/+2923
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Gcc 3.2.2-release C++ support bits.kan2003-02-1040-2066/+2923
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r110611,kan2003-02-1080-489/+1712
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Gcc 3.2.2-release.kan2003-02-1098-712/+2106
| | |
* | | Remove mtx_lock_giant from functions which are mp-safe.jake2003-02-101-9/+0
| | |
* | | Make this work without COMPAT_43 by using tcgetattr()/tcsetattr() insteadtjr2003-02-101-10/+10
| | | | | | | | | | | | of ioctl TIOCGETP/TIOCSETP.
* | | Major cleanup & homogenization.des2003-02-1014-131/+150
| | |
* | | No idea what this is for, and it doesn't make much sense. If a port needsdes2003-02-101-8/+0
| | | | | | | | | | | | it, it can install its own copy in /usr/local/etc/pam.d/.
* | | There's no reason to have two identical policies for FTP servers, sodes2003-02-102-26/+5
| | | | | | | | | | | | make ftp a symlink to ftpd.
* | | Add restrict keyword to string functions.hsu2003-02-104-13/+6
| | | | | | | | | | | | Reviewed by: bde
* | | Implement a new dynamic command allocator. FIBs are allocated in 1 pagescottl2003-02-103-56/+96
| | | | | | | | | | | | | | | | | | | | | | | | blocks now, which should eliminate problems with the driver failing to attach due to insufficient contiguous RAM. Allow the FIB pool to grow from the default of 128 to the max of 512 as demand grows. Also pad the adapter init struct to work around the 2120/2200 DMA bug now that there is no longer a FIB slab.
* | | Leak more stuff into libgeom.phk2003-02-105-6/+582
| | |
OpenPOWER on IntegriCloud