summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* With tmm's latest change to the sparc64 dynamic loader, we can remove thisobrien2004-06-202-19/+1
* 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
* 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
* 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
* Add a call to calcru() to update the kproc_info fields of ki_rusage.ru_utimegad2004-06-201-0/+2
* Our 'TOOLS_PREFIX' and not 'DESTDIR' matches what the stock GNU buildobrien2004-06-201-2/+2
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including thebde2004-06-201-1/+1
* 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
* Clear any pending exceptions before using frstor (in the non-FXSR case)bde2004-06-191-0/+4
* Seperately add regex.c and splay-tree.c to SRCS. They are both neededmarcel2004-06-191-6/+9
* Sync to 1.182 of usbdevssanpei2004-06-192-2/+18
* Add support Microtune Bluetooth donglesanpei2004-06-191-0/+4
* Yield to ru's ninja-like manpage skills and update watchdog(4) tosmkelly2004-06-191-29/+38
* Add the necessary branding of ELF files. This is relatively easy tomarcel2004-06-191-3/+2
* Add bfdwin.c to SRCS. The file contains support for mmap(2) windowsmarcel2004-06-191-1/+1
* Fix compilation for Xscale.cognet2004-06-191-1/+1
* Grrr. our rev 1.19 (FSF GCC rev 1.579) is causing some problems on 32-bitobrien2004-06-191-0/+9
* Move the elf32-target.h and elf64-target.h targets from the MDmarcel2004-06-197-20/+6
* Remove dead code related to pv entry allocation.alc2004-06-191-14/+0
* The 3C3SH573BT looks like the Xircom RealPort cards to the naked eye,imp2004-06-191-1/+1
* Update to binutils 2.15:marcel2004-06-191-3/+3
* Update to binutils 2.15:marcel2004-06-191-5/+26
* Remove unused pt_entry_ts. Remove an unneeded semicolon.alc2004-06-192-17/+8
* Fine-tune the last change even more and use the return value as errorle2004-06-191-1/+1
* Update to binutils 2.15.marcel2004-06-191-891/+1251
* Define __lwpid_t as an int32_t in <sys/_types.h> and define lwpid_tmarcel2004-06-194-6/+14
* Include sys/module.h.cognet2004-06-192-0/+2
* I happened to have a sys/pool.h file in my tree, but most people do not,cognet2004-06-191-1/+0
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including thebde2004-06-194-5/+3
* When no fixed address is given in a shmat() request, pass a hint addresstjr2004-06-191-2/+5
* This is just a forced commit to note that the previous update was from:gad2004-06-190-0/+0
* Fill in the some new fields 'struct kinfo_proc', namely ki_childstime,gad2004-06-191-5/+29
* Fill in the some new fields 'struct kinfo_proc', namely ki_childstime,gad2004-06-191-4/+22
* Add some more fields to the 'struct kinfo_proc', including some fieldsgad2004-06-191-3/+15
* Define a KERN_PROC_GID option for kvm_getprocs().gad2004-06-191-1/+2
* Removed foot-shooting setting of CR0_TS in exec_setregs(). It isbde2004-06-191-25/+7
* Only initialize f_data and f_ops if nobody else did so already.phk2004-06-192-4/+8
* Explicitly initialize f_data and f_vnode to NULL.phk2004-06-191-0/+3
* Add the f_vnode pointer to struct xfile, shortly it will no longer bephk2004-06-191-0/+1
* Don't return NULL when the function is defined to return an integer.le2004-06-191-1/+1
* Document ilogb()'s return values in terms of the FP_ILOGB* macros.stefanf2004-06-191-2/+5
* Return the same result as the MI version for 0.0, INFINITY and NaN.stefanf2004-06-191-1/+31
OpenPOWER on IntegriCloud