index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
hppa
Age
Commit message (
Expand
)
Author
2011-06-29
Replace all instances of "scsibus* at hba?" with a single "scsibus* at
Matthew Dempsky
2011-06-26
if_downall() cannot be done MI in sys_reboot() because vfs_shutdown()
Theo de Raadt
2011-06-24
When reading the value from a simple lock, we do not need to ldcws into a
Joel Sing
2011-06-06
Sort includes.
Joel Sing
2011-06-06
Fix whitespace and use #ifdef TRAPDEBUG instead of #if 0.
Joel Sing
2011-06-05
Move the bufcachepercent setting code to MI locations -- set it to 42%
Theo de Raadt
2011-05-30
Remove the freelist member from vm_physseg
Owain Ainsworth
2011-05-25
Also enclose variable names with external linkage in __BEGIN_DECLS.
Martynas Venckus
2011-05-24
On OpenBSD, we've always attached scsibus(4) to umass(4), even for
Matthew Dempsky
2011-05-21
Add pci_intr_map_msi() stub.
Mark Kettenis
2011-05-12
Get rid of the biomask printf here as well. Suggested by mikeb@
Mark Kettenis
2011-05-07
So long, uvm_pglist.h
Owain Ainsworth
2011-05-05
Adjust comments on the statements in the various ITLB handlers that make sure
Mark Kettenis
2011-05-02
Cope with userland mappings of unmanaged pages (i.e. device memory being
Miod Vallat
2011-05-01
Fix counting of interrupts for devices that attach to elroy(4). Shared
Mark Kettenis
2011-04-28
Expose pmap_prefer parameters.
Ariane van der Steldt
2011-04-28
fenv improvements and cleanups
Martynas Venckus
2011-04-25
Move .rodata 512KB further once more.
Mark Kettenis
2011-04-23
Stop calling shared interrupt handlers as soon as one of them return 1
Mark Kettenis
2011-04-21
fenv for hppa
Martynas Venckus
2011-04-20
Back out r1.10 of mutex.c as this breaks serial on hppa (at least for MP).
Joel Sing
2011-04-18
Revert the sigacts diff: NFS can apparently retain pointers to processes
Philip Guenthe
2011-04-17
Tweak the behaviour of boot(8) on hppa. Normal boots now will give you a
Mark Kettenis
2011-04-16
Initialize %cr30 for proc0 with the address of proc0fpstate. Shouldn't really
Mark Kettenis
2011-04-16
_LOCORE is already defined
Theo de Raadt
2011-04-16
Use 'CLR(<buf>->b_flags, B_READ | B_WRITE | B_DONE)' regardless of
Kenneth R Westerback
2011-04-15
In days of yore one could arbitrarily whack buffer flags. Those days
Kenneth R Westerback
2011-04-15
Correct the sharing of the signal handling state: stuff that should
Philip Guenthe
2011-04-15
die blank line die die die
Theo de Raadt
2011-04-15
Convert the kernel Makefiles to autogenerate dependencies during compilation
Philip Guenthe
2011-04-10
'kernel libraries' always get in the way of the build process. Teach
Theo de Raadt
2011-04-07
Make sure the ALIGN() macro uses u_long on all platforms for consistency, and
Miod Vallat
2011-04-07
Do not use NULL in integer comparisons. No functional change.
Miod Vallat
2011-04-06
The various read*label() have stopped returning error strings for quite
Miod Vallat
2011-04-03
Remove the `skip splraise/splx for IPL_NONE mutexes' optimizations. It is not
Miod Vallat
2011-04-03
Move PPWAIT flag from struct proc to process, so that rthreads in
Philip Guenthe
2011-03-24
Process interrupts in priority order. Joint work with jsing@.
Mark Kettenis
2011-03-23
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Paul Irofti
2011-03-13
Change daddr_t to daddr32_t. The bootblocks on our architectures only
Theo de Raadt
2011-03-11
Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do.
Paul Irofti
2011-02-26
Force the DUID cache used to generate hw.disknames to be updated
Kenneth R Westerback
2011-02-17
Disable sbt and ubt devices. The bluetooth code will sometimes sleep while
Miod Vallat
2011-01-23
Ansify function.
Joel Sing
2011-01-23
Ansify functions.
Joel Sing
2011-01-23
Spinning up secondary CPUs on an MP kernel results in PDC output on the
Joel Sing
2011-01-14
- use nitems()
Jasper Lievisse Adriaanse
2011-01-14
Halt secondary CPUs when shutting down or rebooting. This should prevent
Joel Sing
2011-01-14
Implement a function to broadcast IPIs to all running CPUs.
Joel Sing
2011-01-14
Provide an IPI to halt a CPU.
Joel Sing
2011-01-12
Provide a specific rw_cas() function for MP kernels; stolen from m88k.
Mark Kettenis
[next]