summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * This file was not part of the GDB 5.2.1 import and should have beenmarcel2004-06-2020-9238/+0
| | | | | | | | deleted from the vendor branch.
| * This file was not part of the GDB 5.2.1 import and should have beenmarcel2004-06-20362-166798/+0
| | | | | | | | deleted from the vendor branch.
| * This file was not part of the GDB 5.2.1 import and should have beenmarcel2004-06-19239-156804/+0
| | | | | | | | deleted from the vendor branch.
| * This file has been removed from HEAD when it should (also) have beenmarcel2004-06-1930-32873/+0
| | | | | | | | removed from the vendor branch.
* | Bump document date.des2004-06-201-1/+1
| | | | | | | | Requested by: ru
* | When retrieving the SO_LINGER socket option for user space, hold therwatson2004-06-201-0/+7
| | | | | | | | | | | | socket lock over pulling so_options and so_linger out of the socket structure in order to retrieve a consistent snapshot. This may be overkill if user space doesn't require a consistent snapshot.
* | Convert an if->panic in soclose() into a call to KASSERT().rwatson2004-06-201-2/+1
| |
* | Give zlib the ability to be a module that can be depended on,markm2004-06-202-0/+32
| | | | | | | | in the MODULE_DEPEND() sense.
* | Annotate some ordering-related issues in solisten() which are not yetrwatson2004-06-201-0/+5
| | | | | | | | | | | | | | resolved by socket locking: in particular, that we test the connection state at the socket layer without locking, request that the protocol begin listening, and then set the listen state on the socket non-atomically, resulting in a non-atomic cross-layer test-and-set.
* | Annotate two intentionally unlocked reads with comments.rwatson2004-06-201-0/+6
| | | | | | | | | | Annotate a potentially inconsistent result returned to user space when performing fstaT() on a socket due to not using socket buffer locking.
* | Initialize ni_cnd.cn_cred before calling lookup() (this is normally donetmm2004-06-201-0/+1
| | | | | | | | | | | | | | by namei(), which cannot easily be used here however). This fixes boot time crashes on sparc64 and probably other platforms. Reviewed by: phk
* | Fix the format-string in a call to err(). It was causing a warning ifgad2004-06-201-1/+1
| | | | | | | | compiled on 4.x-stable.
* | Document the possibility of setting default values forjosef2004-06-201-0/+1
| | | | | | | | mixer channels via boot loader.
* | Enable pcm to read kenv variables to set default values forjosef2004-06-201-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | mixer channels. e.g.: pcm0.line=0 to muten input line per default. Approved by: cg Reviewed by: le, stefanf Requested by: Eugene Grosbein <eugen@grosbein.pp.ru> (implicitly) PR: kern/63771
* | MFNetBSD 1.15, author: mycroftle2004-06-201-2/+2
| | | | | | | | Fix an unimportant typo.
* | Re-add the code to automatically load the smbfs.ko module if necessary.mux2004-06-201-1/+11
| | | | | | | | | | | | | | | | | | We can't realy on the mount(2) system call to do it for us here because smb_lib_init() needs the module and we call it before mount(). The old code has been slightly modified to not use the getvfsent(3) API which is now retired. Noticed by: many
* | Micro-tweaking.markm2004-06-201-7/+10
| |
* | Spelling fixes.mpp2004-06-201-1/+1
| |
* | Spelling fixes.mpp2004-06-202-2/+2
| |
* | Spelling fix and add $ FreeBSD $ tagmpp2004-06-201-1/+2
| |
* | Grr. Fixup markup on my last commit. Sorry, I'm a little out of practice :)mpp2004-06-201-6/+6
| |
* | Sync up ERRORS section with errno.h.mpp2004-06-201-0/+14
| |
* | Fix a spelling error.mpp2004-06-201-1/+1
| |
* | This commit was generated by cvs2svn to compensate for changes in r130780,stefanf2004-06-201-97/+0
| | | | | | | | which included commits to RCS files with non-trunk default branches.
* | This commit was generated by cvs2svn to compensate for changes in r130777,stefanf2004-06-204-26/+1028
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import the rest of tzcode2004a, the bits needed for the timezone compiler.stefanf2004-06-209-92/+1162
| | | | | | | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode2004a.tar.gz
| * | Import tzcode2004a.stefanf2004-06-145-133/+398
| | | | | | | | | | | | Obtained from: ftp://elsie.nci.nih.gov/pub/tzcode2004a.tar.gz
* | | Retire support for gprof's -c option. All our currently supportedstefanf2004-06-2012-111/+1
| | | | | | | | | | | | | | | | | | architectures only provide a dummy implementation. Silence on: current@
* | | Completely remove s_ilogb.S as the assembler implementation gives very littlestefanf2004-06-202-84/+1
| | | | | | | | | | | | | | | | | | speed improvement to none at all over the MI version. Submitted by: bde
* | | Uncomment some functions that we now support.das2004-06-201-3/+3
| | |
* | | Remove outdated comments.tjr2004-06-201-3/+1
| | |
* | | With tmm's latest change to the sparc64 dynamic loader, we can remove thisobrien2004-06-202-19/+1
| | | | | | | | | | | | hack to binutils and use the stock sparc64 sources.
* | | Cross-reference round(3) and trunc(3) as appropriate.das2004-06-203-3/+8
| | |
* | | Connect scalbln(), trunc(), and the associated documentation to the build.das2004-06-201-4/+6
| | |
* | | Declare scalbln(), scalblnf(), trunc(), and truncf().das2004-06-201-0/+4
| | |
* | | Implement trunc() and truncf().das2004-06-203-0/+188
| | |
* | | Add trivial implementations of scalbln() and scalblnf().das2004-06-202-4/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | These routines are specified in C99 for the sake of architectures where an int isn't big enough to represent the full range of floating-point exponents. However, even the 128-bit long double format has an exponent smaller than 15 bits, so for all practical purposes, scalbln() and scalblnf() are aliases for scalbn() and scalbnf(), respectively.
* | | Add pmap locking to pmap_is_prefaultable().alc2004-06-202-12/+18
| | |
* | | Backed out previous commit. Blind substitution of dev_t by `struct cdev *'bde2004-06-205-5/+5
| | | | | | | | | | | | was just wrong here because the dev_t's are user dev_t's.
* | | Fixed misformatting of code and breaking of a comment in previous commit.bde2004-06-202-4/+4
| | |
* | | Fixed misformatting in previous commit.bde2004-06-202-2/+2
| | |
* | | Backed out previous commit. The dev_t -> `struct cdev *' changes havebde2004-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | lots of errors. Blind substitution of "dev_t foo" by "struct cdev *foo" in comments usually just created an English syntax error (e.g., "struct cdev *changes"), but here it did less than that since the dev_t is a user dev_t.
* | | Add a call to calcru() to update the kproc_info fields of ki_rusage.ru_utimegad2004-06-201-0/+2
| | | | | | | | | | | | | | | | | | and ki_rusage.ru_stime. This greatly improves the accuracy of those fields. Suggested by: bde
* | | Our 'TOOLS_PREFIX' and not 'DESTDIR' matches what the stock GNU buildobrien2004-06-201-2/+2
| | | | | | | | | | | | framework wants.
* | | Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including thebde2004-06-201-1/+1
| | | | | | | | | | | | former, not after.
* | | Update to binutils 2.15.marcel2004-06-191-15/+20
| | |
* | | Print the `99.99% done, finished soon' message only as often as theiedowse2004-06-191-2/+5
| | | | | | | | | | | | | | | | | | | | | normal status messages. Previously a large number of these new messages could be spewed out towards the end of a dump. Reviewed by: imp
* | | Clear any pending exceptions before using frstor (in the non-FXSR case)bde2004-06-191-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in npxsetregs() too. npxsetregs() must overwrite the previous state, and it is never paired with an npxgetregs() that would defuse the previous state (since npxgetregs() would have fninit'ed the state, leaving nothing to do). PR: 68058 (this should complete the fix) Tested by: Simon Barner <barner@in.tum.de>
OpenPOWER on IntegriCloud