| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Connect scalbln(), trunc(), and the associated documentation to the build. | das | 2004-06-20 | 1 | -4/+6 |
* | | | Declare scalbln(), scalblnf(), trunc(), and truncf(). | das | 2004-06-20 | 1 | -0/+4 |
* | | | Implement trunc() and truncf(). | das | 2004-06-20 | 3 | -0/+188 |
* | | | Add trivial implementations of scalbln() and scalblnf(). | das | 2004-06-20 | 2 | -4/+59 |
* | | | Add pmap locking to pmap_is_prefaultable(). | alc | 2004-06-20 | 2 | -12/+18 |
* | | | Backed out previous commit. Blind substitution of dev_t by `struct cdev *' | bde | 2004-06-20 | 5 | -5/+5 |
* | | | Fixed misformatting of code and breaking of a comment in previous commit. | bde | 2004-06-20 | 2 | -4/+4 |
* | | | Fixed misformatting in previous commit. | bde | 2004-06-20 | 2 | -2/+2 |
* | | | Backed out previous commit. The dev_t -> `struct cdev *' changes have | bde | 2004-06-20 | 1 | -1/+1 |
* | | | Add a call to calcru() to update the kproc_info fields of ki_rusage.ru_utime | gad | 2004-06-20 | 1 | -0/+2 |
* | | | Our 'TOOLS_PREFIX' and not 'DESTDIR' matches what the stock GNU build | obrien | 2004-06-20 | 1 | -2/+2 |
* | | | Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including the | bde | 2004-06-20 | 1 | -1/+1 |
* | | | Update to binutils 2.15. | marcel | 2004-06-19 | 1 | -15/+20 |
* | | | Print the `99.99% done, finished soon' message only as often as the | iedowse | 2004-06-19 | 1 | -2/+5 |
* | | | Clear any pending exceptions before using frstor (in the non-FXSR case) | bde | 2004-06-19 | 1 | -0/+4 |
* | | | Seperately add regex.c and splay-tree.c to SRCS. They are both needed | marcel | 2004-06-19 | 1 | -6/+9 |
* | | | Sync to 1.182 of usbdevs | sanpei | 2004-06-19 | 2 | -2/+18 |
* | | | Add support Microtune Bluetooth dongle | sanpei | 2004-06-19 | 1 | -0/+4 |
* | | | Yield to ru's ninja-like manpage skills and update watchdog(4) to | smkelly | 2004-06-19 | 1 | -29/+38 |
* | | | Add the necessary branding of ELF files. This is relatively easy to | marcel | 2004-06-19 | 1 | -3/+2 |
* | | | Add bfdwin.c to SRCS. The file contains support for mmap(2) windows | marcel | 2004-06-19 | 1 | -1/+1 |
* | | | Fix compilation for Xscale. | cognet | 2004-06-19 | 1 | -1/+1 |
* | | | Grrr. our rev 1.19 (FSF GCC rev 1.579) is causing some problems on 32-bit | obrien | 2004-06-19 | 1 | -0/+9 |
* | | | Move the elf32-target.h and elf64-target.h targets from the MD | marcel | 2004-06-19 | 7 | -20/+6 |
* | | | Remove dead code related to pv entry allocation. | alc | 2004-06-19 | 1 | -14/+0 |
* | | | The 3C3SH573BT looks like the Xircom RealPort cards to the naked eye, | imp | 2004-06-19 | 1 | -1/+1 |
* | | | Update to binutils 2.15: | marcel | 2004-06-19 | 1 | -3/+3 |
* | | | Update to binutils 2.15: | marcel | 2004-06-19 | 1 | -5/+26 |
* | | | Remove unused pt_entry_ts. Remove an unneeded semicolon. | alc | 2004-06-19 | 2 | -17/+8 |
* | | | Fine-tune the last change even more and use the return value as error | le | 2004-06-19 | 1 | -1/+1 |
* | | | Update to binutils 2.15. | marcel | 2004-06-19 | 1 | -891/+1251 |
* | | | Define __lwpid_t as an int32_t in <sys/_types.h> and define lwpid_t | marcel | 2004-06-19 | 4 | -6/+14 |
* | | | Include sys/module.h. | cognet | 2004-06-19 | 2 | -0/+2 |
* | | | I happened to have a sys/pool.h file in my tree, but most people do not, | cognet | 2004-06-19 | 1 | -1/+0 |
* | | | Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including the | bde | 2004-06-19 | 4 | -5/+3 |
* | | | When no fixed address is given in a shmat() request, pass a hint address | tjr | 2004-06-19 | 1 | -2/+5 |
* | | | This is just a forced commit to note that the previous update was from: | gad | 2004-06-19 | 0 | -0/+0 |
* | | | Fill in the some new fields 'struct kinfo_proc', namely ki_childstime, | gad | 2004-06-19 | 1 | -5/+29 |
* | | | Fill in the some new fields 'struct kinfo_proc', namely ki_childstime, | gad | 2004-06-19 | 1 | -4/+22 |
* | | | Add some more fields to the 'struct kinfo_proc', including some fields | gad | 2004-06-19 | 1 | -3/+15 |
* | | | Define a KERN_PROC_GID option for kvm_getprocs(). | gad | 2004-06-19 | 1 | -1/+2 |
* | | | Removed foot-shooting setting of CR0_TS in exec_setregs(). It is | bde | 2004-06-19 | 1 | -25/+7 |
* | | | Only initialize f_data and f_ops if nobody else did so already. | phk | 2004-06-19 | 2 | -4/+8 |
* | | | Explicitly initialize f_data and f_vnode to NULL. | phk | 2004-06-19 | 1 | -0/+3 |
* | | | Add the f_vnode pointer to struct xfile, shortly it will no longer be | phk | 2004-06-19 | 1 | -0/+1 |
* | | | Don't return NULL when the function is defined to return an integer. | le | 2004-06-19 | 1 | -1/+1 |
* | | | Document ilogb()'s return values in terms of the FP_ILOGB* macros. | stefanf | 2004-06-19 | 1 | -2/+5 |
* | | | Return the same result as the MI version for 0.0, INFINITY and NaN. | stefanf | 2004-06-19 | 1 | -1/+31 |
* | | | Our MI implementation of ilogb() returns -INT_MAX for the argument 0.0 rather | stefanf | 2004-06-19 | 1 | -2/+3 |
* | | | Duplicate the securelevel check from spec_vnops.c here. | phk | 2004-06-19 | 1 | -0/+11 |