Age | Commit message (Expand) | Author |
2013-07-07 | Fix pmap_extract() to actually only return TRUE for mappings which have the | Miod Vallat |
2013-07-07 | move to 5.4-beta | Theo de Raadt |
2013-07-07 | fix int vs long assumption; ok kettenis | Theo de Raadt |
2013-07-06 | Forgot to commit this file during the a.out->ELF transition. | Miod Vallat |
2013-07-06 | Use the write-only rasops code to speed up the console framebuffer. | Martin Pieuchot |
2013-07-06 | Add uhci* at cardbus, tested with a VIA VT83C572. | Martin Pieuchot |
2013-07-06 | Print the number of targets and the irq before looking for subdevices, | Martin Pieuchot |
2013-07-05 | VAX ELF boot block bits, and version crank. | Miod Vallat |
2013-07-05 | VAX ELF kernel bits. | Miod Vallat |
2013-07-05 | VAX ELF userland bits. Consists mostly of register prefix additions. | Miod Vallat |
2013-07-05 | Avoid truncation when calculating clock gain/loss | Philip Guenther |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-04 | format string fix | Stefan Fritsch |
2013-07-04 | Format string fixes: | Stefan Fritsch |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | Fix some netbsd-specific things to make this driver work in OpenBSD. | Raphael Graf |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |
2013-07-04 | Merge rev 1.16 of cl.c: time_t is not long | Philip Guenther |
2013-07-03 | Do not scribble to a page after uvm_pagefree()'ing it. | Miod Vallat |
2013-07-03 | fix: cast void * to char *, fix format args for (u)int64_t, | Stefan Fritsch |
2013-07-02 | Use time_t for storing and returning time_t values, and cast to time_t | Philip Guenther |
2013-07-01 | Replace magic number in USRPTSIZE with the proper computation based upon | Miod Vallat |
2013-07-01 | sync comment with it's intended meaning. | Jasper Lievisse Adriaanse |
2013-07-01 | Make the acpi global lock functions actually work. Luckily these functions | Mark Kettenis |
2013-07-01 | Make the acpi global lock functions actually work. Luckily these functions | Mark Kettenis |
2013-06-30 | Fix non-traditional cpp mode for real. | Miod Vallat |
2013-06-30 | Shortly run at ipl 1 in cpu_idle_cycle(), to let SIMH recognize the system | Miod Vallat |
2013-06-30 | Add a luna88k-specific function to initialize the instruction cmmu | Kenji Aoyama |
2013-06-29 | Remove unsigned comparison >= 0. | Brad Smith |
2013-06-29 | Minor fixes to let this build with gcc 3. | Miod Vallat |
2013-06-29 | Turn mfpr() and mtpr() into inline functions. | Miod Vallat |
2013-06-29 | Pass -D_LOCORE when building .S files. | Miod Vallat |
2013-06-28 | Fix unitialized variable; Maxime Villard. | Miod Vallat |
2013-06-28 | Uninitialized variable; Maxime Villard | Miod Vallat |
2013-06-28 | Uninitialized variable; Maxime Villard | Miod Vallat |
2013-06-26 | Since interrupts at IPL_AUDIO no longer grab the kernel lock, and nobody | Mark Kettenis |
2013-06-23 | Stop using -traditional-cpp on gcc3/4 platforms. | Miod Vallat |
2013-06-23 | Fix RELOC() in the __STDC__ case. | Miod Vallat |
2013-06-21 | enable 24-bit, lsb-aligned encoding, which is the device's | Alexandre Ratchov |
2013-06-17 | m68k kernel memcpy/memmove/bcopy implementation in libkern, remove ovbcopy, f... | Janne Johansson |
2013-06-16 | unbreak build; OK bmercer@, patrick@ | Florian Obser |
2013-06-16 | Add IPL_MPSAFE for some architectures that I missed in the first round. | Mark Kettenis |
2013-06-15 | Stop handling overlapping copies in memcpy() by jumping straight into the | Mark Kettenis |
2013-06-14 | Don't pull cpufunc.h in from the machine include directory, but from | Patrick Wildt |
2013-06-14 | Updating the ramdisk to support usb. | Brandon Mercer |
2013-06-14 | Add OpenBSD RCS Tag. | Patrick Wildt |
2013-06-14 | Rework beagle's ehci driver and add neccessay code to enable the clocks. | Patrick Wildt |
2013-06-14 | give up on fitting siop | Theo de Raadt |
2013-06-13 | Remove a remnant of the VIS optimized bcopy code that was hiding in a delay | Mark Kettenis |
2013-06-13 | - fix devboot() to properly retrieve octcf0a and add a comment for later | Jasper Lievisse Adriaanse |