summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add device id for PANASONIC KXLRW32AN(USB CD-R/RW,not yet support)sanpei2004-01-181-0/+1
|
* Define LDBL_MANH_SIZE and LDBL_MANL_SIZE to be the sizes of thedas2004-01-186-0/+18
| | | | high and low words of the mantissa in bits, respectively.
* Fix a bug that caused long double subnormals to be printeddas2004-01-181-0/+3
| | | | | incorrectly on architectures without an explicit normalization bit (sparc64, powerpc).
* Added two utility targets "secure" and "insecure", analogous toru2004-01-181-1/+23
| | | | | | | | "kerberize" and "dekerberize" in kerberos5/Makefile. These can be used to recompile bits with optional crypto support with and without crypto, respectively. Reviewed by: markm
* Work around a recently-introduced gcc bug. The compiler no longerdas2004-01-181-1/+1
| | | | | accepts certain floating point constant representations that are legal in C99.
* Increase UMA_BOOT_PAGES because of changes to pv entry initialization inalc2004-01-181-1/+1
| | | | revision 1.457 of i386/i386/pmap.c.
* PC98 uses the different frame code.nyan2004-01-181-21/+43
|
* Fix to support KANA and graphics characters which code are over 0x80.nyan2004-01-181-1/+1
|
* Don't acquire Giant in vm_object_deallocate() unless the object is vnode-alc2004-01-181-8/+12
| | | | backed.
* Fix type in comment, 's/writtent/written/'johan2004-01-181-1/+1
| | | | | PR: 56954 Submitted by: Dan Langille <dan@langille.org>
* Do not install SYMLINKS if both NO_MAILWRAPPER andjohan2004-01-171-0/+2
| | | | | | | | | | NO_SENDMAIL is defined. PR: 57058 Reported by: Henri Hennebert <hlh@cocoon.cercle.be> Melvyn Sopacua on current@ Submitted by: ru@ MFC after: 2 weeks
* Add support for the Silicon Image 3114 4 channel SATA controller.sos2004-01-172-10/+18
|
* It appears that the changes in the resources allocated is causing muchimp2004-01-171-1/+4
| | | | | | | pain and suffering. Attempt to back it out by removing the 'if the requested range is larger than the window, clip to the window' code. This is a band-aide until the issues are better understood and the issues with the lazy allocation patches are resolved.
* Don't panic because of RPC proto mismatches. Whitespace cleanup.alfred2004-01-171-35/+37
| | | | Submitted by: Jim Rees <rees@umich.edu>
* Handle sf_buf_alloc() returning null. This can happen if thegallatin2004-01-171-9/+18
| | | | | | process takes a signal while waiting for an sf_buf to become available. Reviewed by: alc
* Once upon a time we had both "crypto" and "krb5" distributions,ru2004-01-172-2/+2
| | | | | | | | | | | | | | | | | | | | and rebuilt some bits with crypto but without Kerberos support (most notably SSH) during "make release", to put them into the "crypto" distribution. Now that we don't ship the separate "krb5" distribution anymore (it's now part of the "crypto" distribuion), don't waste time recompiling SSH bits without crypto and without Kerberos support in an attempt to put them in the "base" distribution -- it just doesn't work as SSH always uses crypto code. We avoid this by not rebuilding KPROGS from kerberos5/Makefile in release/Makefile and adding "libpam" to SPROGS in secure/Makefile to ensure it's still rebuilt without crypto support for the "base" distribution. (Disabling crypto (NOCRYPT) also disables building of Kerberos-related PAM modules, and it's OK to depend on this.) This should be a no-op change saving some "make release" time.
* Guess better the source for object files in case .depend file isru2004-01-172-0/+18
| | | | | | | | | | | | missing and there are multiple choices using multiple inference (suffix transformation) rules. This is known to fix compilation of s_log1p.o in lib/msun on i386, as otherwise it attempted to use s_log1p.S as the source (which is marked broken) instead of legal s_log1p.c which is in CFLAGS. The normal case where .depend file exists is not affected. Reviewed by: bde
* MFRELENG_5_2: Default the snapshot versioning to 5.2.ru2004-01-171-2/+2
| | | | | PR: misc/61402 Submitted by: Chris Knight
* - Properly build both crypto and non-crypto versions of theru2004-01-179-29/+11
| | | | | | | package management tools. - Drop redundant dependency of pkg_create(1) and pkg_delete(1) on crypto libraries now that they do not link with libfetch.
* Replaced black magic with white magic.ru2004-01-171-5/+2
|
* remove elan_mmcr, I'm not sure I understand what it did here in thephk2004-01-171-1/+0
| | | | first place.
* Remove an extraneous semicolon (;;).mtm2004-01-171-1/+0
|
* Add Canon N676U and Canon N1220U to the list of supported devices.simon2004-01-171-0/+2
| | | | MFC after: 1 week
* Use the checkyesno routine instead of a case statement tomtm2004-01-171-5/+3
| | | | check an rc.conf(5) variable. This is in line with rc.d style.
* Remove checks for the FreeBSD OS.mtm2004-01-174-47/+27
|
* Make conform to general rc.d style.mtm2004-01-172-5/+4
|
* o Rename the start command to conform to rc.d style.mtm2004-01-171-4/+4
| | | | | o Move the additional commands list to the end of the variable initialization to conform to rc.d style
* Simplify setting of securelevel.mtm2004-01-171-12/+9
|
* Remove variables whose sole purpose was to make easier tomtm2004-01-174-29/+13
| | | | work with the NetBSD specific stuff.
* Luke Mewburn has indicated that they (NetBSD) are not interestedmtm2004-01-1725-513/+206
| | | | | | | | | in keeping the scripts under rc.d in sync with us. So, remove NetBSD specific stuff (which made our scripts more complicated than necessary). The NetBSD ident string will be left intact, both for history and also incase we wish to pull in future versions.
* Mostly mechanical rework of libalias:phk2004-01-1732-1474/+2142
| | | | | | | | | | | | Makes it possible to have multiple packet aliasing instances in a single process by moving all static and global variables into an instance structure called "struct libalias". Redefine a new API based on s/PacketAlias/LibAlias/g Add new "instance" argument to all functions in the new API. Implement old API in terms of the new API.
* Make sure set the media type in the phy, we cannot trust it to have chosenphk2004-01-171-0/+1
| | | | | | | the type we happen to want. Bug triggered by net-booting soekris hardware which comes up in 10/hdx mode by default.
* Drop a hint about '+' being a potential wildcard.phk2004-01-171-0/+4
|
* Luke Mewburn has indicated that they (NetBSD) are not interestedmtm2004-01-1714-341/+132
| | | | | | | | | in keeping the scripts under rc.d in sync with us. So, remove NetBSD specific stuff (which made our scripts more complicated than necessary). The NetBSD ident string will be left intact, both for history and also incase we wish to pull in future versions.
* As previously announced: discontinue use of makedev() call in soundcode.phk2004-01-176-56/+171
| | | | | | | | | | | This takes us a lot closer to refcounting dev_t. This patch originally by cg@ with a few minor changes by me. It is largely untested, but has been HEADSUP'ed twice, so presumably people have not found any issues with it. Submitted by: cg@
* Luke Mewburn has indicated that they (NetBSD) are not interestedmtm2004-01-1756-56/+56
| | | | | | in keeping the scripts under rc.d in sync with us. So, begin removal of NetBSD specific stuff (which made our scripts more complicated than necessary), starting with the NetBSD KEYWORD.
* Remove crossref to pam.conf(5) which never existed.schweikh2004-01-171-1/+0
|
* Backout revision 1.6, because some stub functions not in libc, anddavidxu2004-01-171-18/+2
| | | | | non-threaded won't build. The cancellation point support should be further discussed.
* - Handle failure of cam_sim_alloc().mdodd2004-01-171-0/+12
| | | | | | | This prevents xpt_bus_register() from dereferencing NULL. - Assign pointer to NULL after cam_sim_free(). Submitted by: Paul Twohey <twohey@CS.Stanford.EDU>
* Replaced outdated comment.ru2004-01-171-1/+1
|
* Improve translation.hrs2004-01-171-39/+36
|
* Removed well outdated comment.ru2004-01-171-4/+0
|
* Return EPERM if mutex owner is not current thread but it tries todavidxu2004-01-172-36/+6
| | | | | | unlock the mutex, old code confuses some programs when it returns EINVAL. Noticed by: bland
* Enable cancellation point in sem_wait, it is required by POSIX.davidxu2004-01-171-2/+18
| | | | | | For pshared semaphore, this commit still does not enable cancellation point, I think there should be a pthread_enter_cancellation_point_np for libc to implement a safe cancellation point.
* Fixed the fatal bug: CFLAGS should be added to, not overridden.ru2004-01-172-2/+2
| | | | This prevented CPU and optimization flags to be added here.
* Create ${WORLDTMP}/legacy/usr/include/c++/3.3 for usr.bin/lex.ru2004-01-171-1/+1
|
* Restore correct semantics for F_DUPFD fcntl. This should fix the errorsdes2004-01-173-6/+6
| | | | people have been getting with configure scripts.
* Fixed spacing in previous revision.ru2004-01-171-1/+1
|
* Do not allow operations which cause known file-system corruption.green2004-01-161-2/+8
|
* Remove a warning.green2004-01-161-2/+0
|
OpenPOWER on IntegriCloud