| Age | Commit message (Expand) | Author |
| 2014-02-23 | fix typo | martin |
| 2014-02-07 | Check _BYTE_ORDER. | msaitoh |
| 2014-02-05 | fix incorrect variable; (hi matt) | christos |
| 2014-02-03 | Provide a simple version of _bus_dmamap_load_raw. If each segments can | matt |
| 2014-01-31 | Consolidate the 128-bit long double defintions to <sys/ieee754.h> | matt |
| 2014-01-31 | Convert to uint64_t | matt |
| 2014-01-25 | handle non-topdown binaries | christos |
| 2014-01-25 | delete VM_DEFAULT_ADDRESS; some of those should be GC'ed because they match | christos |
| 2014-01-22 | remove dup define (already defined in mips_param.h) | christos |
| 2014-01-04 | Remove __HAVE_PROCESS_XFPREGS and add the extra parameter for the size | dsl |
| 2014-01-01 | Change the type of the 'cookie' that holds the state of the core dump file | dsl |
| 2013-12-06 | fix a register copy in compat_16_sys___sigreturn14() that GCC 4.8 | mrg |
| 2013-11-25 | nobody uses qchain and it is about to be GC'ed. | christos |
| 2013-11-17 | Always define SLJIT_CACHE_FLUSH(), start include guards with '_' and use _LP6... | alnsn |
| 2013-11-10 | fix unused variable warnings | christos |
| 2013-11-10 | fix unused | christos |
| 2013-11-10 | use __unused instead of __USE and void cast to mark iterator variable unused | christos |
| 2013-10-30 | G/C struct user *proc0paddr. | uebayasi |
| 2013-10-04 | discard eh sections | christos |
| 2013-09-22 | Adapt to usbmp. Compile tested only. | skrll |
| 2013-09-22 | Remove trailing whitespace. | skrll |
| 2013-09-02 | Use C99 designated initializers. | skrll |
| 2013-08-23 | When decide to coalesce segments, if the d_cache isn't coherent also make | matt |
| 2013-08-22 | -extend the pcu(9) API by a function which saves all context on the | drochner |
| 2013-06-26 | Use sy_invoke | matt |
| 2013-05-23 | add generic copyrights so FreeBSD can use them. | christos |
| 2013-04-16 | add definitions for Loongson 2F Chip Config register | macallan |
| 2013-04-11 | add missing SSIZE_MIN | christos |
| 2013-03-10 | Explicitly set KERN_AS (this could be done in /usr/src/sys/conf/Makefile.*) | christos |
| 2013-03-01 | Retire OSI network stack. OK core@ | joerg |
| 2013-02-28 | add sysctl machdep.loongson-mmi to indicate wether Loongson Multimedia | macallan |
| 2013-02-14 | Define LDBL_IMPLICIT_NBIT | matt |
| 2013-02-14 | Make LDBL_NBIT and mask_nbit_l have no effect. | matt |
| 2013-01-30 | whitespace police | christos |
| 2013-01-30 | Add two missing relocs and DT_MIPS_PLTGOT and DT_MIPS_RWPLT | matt |
| 2012-12-26 | Update to use new pcu_state_{load,save,release} definitions | matt |
| 2012-12-26 | Fix typo | matt |
| 2012-12-26 | Update to use new pcu_state_{load,save,release} definitions. | matt |
| 2012-11-25 | EVPMIPS -> MIPS in include guard. | alnsn |
| 2012-11-25 | Add sljitarch.h to all mips machines. | alnsn |
| 2012-11-01 | We need to jump out of two switches to emulate rdhwr rt,$29 correctly. | skrll |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-09-12 | N32 uses dadd instructions to manipulate stack (actually, all ABIs except | matt |
| 2012-07-31 | Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdc | bouyer |
| 2012-07-26 | Revert, with intention of restoring in a less invasive way, the SATA Port | jakllsch |
| 2012-07-22 | Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes | matt |
| 2012-07-20 | EHCI_USBINTR is 4 bytes long so use EOWRITE4 | matt |
| 2012-07-05 | Change lockless segtab management to use a mutex for protection. Some minor | matt |
| 2012-07-02 | Add sata Port MultiPlier (PMP) support to the ata bus layer, | bouyer |
| 2012-06-07 | Fix can't assign IPv6 address. Valiable error resets to 0, if error == ENETR... | kiyohara |