Age | Commit message (Expand) | Author |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-03-18 | Fix obj directory probing to support cross compiling. | Matthew Dempsky |
2011-03-13 | Disable write gathering on devio settings we inherit from ARCS. | Miod Vallat |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2011-03-12 | Be more paranoid when attempting to parse an IA record, and make sure we | Miod Vallat |
2011-02-26 | Force the DUID cache used to generate hw.disknames to be updated | Kenneth R Westerback |
2011-01-14 | - use nitems() | Jasper Lievisse Adriaanse |
2010-12-30 | If genassym fails, sort on the pipeline will indicate no error resulting | Theo de Raadt |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-12-04 | Make sgi port compile again. | Joel Sing |
2010-12-03 | removed slot argument of function pckbd_cnattach | Alexandr Shadchin |
2010-12-02 | After the most recent change, make it possible to make -j again. The | Theo de Raadt |
2010-12-02 | move vers.o to before the other objects, so that it is not linked last. | Theo de Raadt |
2010-11-27 | Missed one rbus_new_body() call in previous change. | Miod Vallat |
2010-11-26 | Disable uscanner(4) by default on all kernels which configure it. First step | Miod Vallat |
2010-11-22 | Remove old comment about constab[] being eventually generated by config(8). | Miod Vallat |
2010-11-19 | Sync MAKEDEV against conf.c, and both against GENERIC. | Miod Vallat |
2010-11-19 | Add urio, uscanner and pseudo-device hotplug. | Miod Vallat |
2010-11-12 | Push all potential (as in, all system MI not utilized by the bootblocks) | Theo de Raadt |
2010-11-03 | no need to specify the -t flag to ctags | Theo de Raadt |
2010-10-24 | Move build_trampoline() and setregs() to a common location for all mips ports. | Miod Vallat |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2010-09-24 | enable utwitch(4) for SGI machines too. | Yojiro Uo |
2010-09-23 | Add pppx(4) to the cdevs of the remaining archs. | Claudio Jeker |
2010-09-22 | remove unused offset argument to rbus functions | Jonathan Gray |
2010-09-20 | Get rid of evcount's support for arranging counters in a tree | Matthew Dempsky |
2010-09-17 | FPU control/status register defines, and upcoming userland function | Miod Vallat |
2010-09-17 | Do not trust the FPU identification register obtained from KL configuration | Miod Vallat |
2010-09-14 | Undo unrelated changes commitedby mistake. | Miod Vallat |
2010-09-14 | Force .rodata.str1.4 section to be merged into .text for the 32-bit bootblocks, | Miod Vallat |
2010-09-14 | unstatic variable we need elsewhere, fixes stand build on tezro | Marco Peereboom |
2010-09-14 | Fix couple of warnings | Marco Peereboom |
2010-09-14 | Forc -mno-abicalls when compiling non-PIC bootblocks, for gcc 4 passes -KPIC | Miod Vallat |
2010-09-11 | move machine dependent GET_CPU_INFO(), getcurcpu(), setcurcpu() to arch/sgi. ... | Takuya ASADA |
2010-09-09 | Move cache settings into hw_cpu_init_secondary() ok miod@ | Takuya ASADA |
2010-08-23 | Implement bus_space_barrier() on sgi; on xbridge, this will also flush | Miod Vallat |
2010-08-23 | Rework the logic of xbridge pci_conf_{read,write} to avoid doing the disable | Miod Vallat |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-07-31 | remove references to ``opl'', since it doesn't exist any longer | Alexandre Ratchov |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback |
2010-07-03 | Omit some silly USB devices from RAMDISK kernels. | Matthew Dempsky |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-06-27 | If you include <uvm/uvm.h>, you do not need to include any other <uvm/uvm_foo.h> | Miod Vallat |
2010-06-27 | uvm constraints. Add two mandatory MD symbols, uvm_md_constraints | Thordur I. Bjornsson |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
2010-06-10 | Declare safepri at the MD level on each platform, so that the kern_synch.c | Theo de Raadt |