Age | Commit message (Expand) | Author |
2010-11-06 | urtwn(4) works on sparc64 too. | Damien Bergamini |
2010-11-05 | urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU 802.11n USB devices. | Damien Bergamini |
2010-11-05 | Sync a bunch of USB devices from i386 to macppc, compiles, but | Dale Rahn |
2010-11-03 | no need to specify the -t flag to ctags | Theo de Raadt |
2010-11-03 | only let vmt match and therefore attach if mainbus is specifically asking | David Gwynne |
2010-11-01 | use the amd64 name for this frame, instead of the i386 name, to be | Peter Hessler |
2010-11-01 | convert a trap that ends up in 'we_re_toast' from a boot(RB_HALT) into a | Peter Hessler |
2010-10-28 | Inital commit of PCI and SATA support for OCTEON | Takuya ASADA |
2010-10-28 | Inital commit of PCI and SATA support for OCTEON | Takuya ASADA |
2010-10-27 | Report proper pc address in siginfo; found the hard way by naddy@ and gcc 4. | Miod Vallat |
2010-10-27 | Fix a few logic errors in comparison instruction emulation: make sure the | Miod Vallat |
2010-10-26 | thib missed this architecture when he did all the other architectures; | Theo de Raadt |
2010-10-26 | The LDT is only used by dead compat code now, so load the ldt | Philip Guenthe |
2010-10-26 | enable vmt(4). hopefully it will get some use soon. | David Gwynne |
2010-10-26 | Replace broken CF driver with new one, fixed bus_space base address. | Takuya ASADA |
2010-10-24 | Move build_trampoline() and setregs() to a common location for all mips ports. | Miod Vallat |
2010-10-24 | Don't short-circuit userret() when returning from trap() in the rm7000 | Miod Vallat |
2010-10-23 | Add working compile directory | Miod Vallat |
2010-10-19 | grow i386 inside media a teeny bit | Theo de Raadt |
2010-10-14 | Move glxpcib(4) to MI land unifying the two MD drivers. | Paul Irofti |
2010-10-14 | Clean up segment handling: switch user-space to using code and data | Philip Guenthe |
2010-10-13 | do the same thing for the cd: | Mike Belopuhov |
2010-10-13 | shave some bytes off the ramdisk kernels by disaling a bunch of | Mike Belopuhov |
2010-10-12 | Force openings to 1 for devices that can't do tagged i/o, i.e. more | Kenneth R Westerback |
2010-10-11 | correct MACHINE, MACHINE_ARCH | Takuya ASADA |
2010-10-10 | Compact Flash support for OCTEON | Takuya ASADA |
2010-10-08 | allocate a major number to midi, since midi is already enabled | Alexandre Ratchov |
2010-10-06 | Save and restore the lapic Task Priority register accross suspend/resume, | Mark Kettenis |
2010-10-06 | Correct the condition under which the x_wakeup_vector is cleared. | Theo de Raadt |
2010-10-04 | add support for midi(4) ports to envy(4) | Alexandre Ratchov |
2010-10-03 | Remove unused header. ok deraadt@ | Takuya ASADA |
2010-10-03 | Follow recent changes on mip64 FPU handling. ok deraadt@ miod@ | Takuya ASADA |
2010-10-02 | turn off lid suspend if we doing halt -p | Theo de Raadt |
2010-10-02 | unneccessary check before calling cpu_unidle; Vladimir Kirillov | Theo de Raadt |
2010-10-02 | Ensure the caches are wbinvd'd before we say that the cpu is not running | Theo de Raadt |
2010-10-02 | make ci_flags volatile; some future MD code will depend on this. | Theo de Raadt |
2010-10-02 | Added octeon specific cop0 registers. ok miod@ | Takuya ASADA |
2010-10-01 | Implemented combus to support com device on OCTEON without modifing dev/ic/co... | Takuya ASADA |
2010-10-01 | Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platforms | Philip Guenthe |
2010-09-29 | Back out previous, it appears to be broken. | Joshua Elsasser |
2010-09-29 | When reading MXCSR from userland sigcontext, mask out invalid bits. | Joshua Elsasser |
2010-09-29 | It's never too late to make things at least compile. | Miod Vallat |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2010-09-28 | malloc() without a WAIT flag | Theo de Raadt |
2010-09-28 | Make this compile again. | Miod Vallat |
2010-09-28 | typo | Miod Vallat |
2010-09-28 | Correct the handling of GS.base when iretq faults: the fault happens | Philip Guenthe |
2010-09-27 | must use M_WAITOK here; run into by landry | Theo de Raadt |
2010-09-27 | add support for tracing process stacks in ddb (trace /p). | Mike Belopuhov |
2010-09-26 | No need for ums either; from Brad | Miod Vallat |