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
/
arm
Age
Commit message (
Expand
)
Author
2013-03-15
Delete the sequencer(4) driver, since its not used any longer. Diff
Alexandre Ratchov
2013-03-12
Fix kernel profiling on MP systems by using per-CPU buffers and teach
Martin Pieuchot
2013-02-12
Back out per-CPU kernel profiling, it shouldn't modify a public header
Martin Pieuchot
2013-02-11
Fix kernel profiling on MP systems by using per-CPU buffer. Previously
Martin Pieuchot
2013-02-09
Grammar, typos
Miod Vallat
2013-02-09
Fix indent, add RCS Id
Miod Vallat
2013-01-25
Updates for beagle/panda work. OK patrick@ and miod@
Brandon Mercer
2013-01-23
Add instruction fault register functions, which will be needed for further
Patrick Wildt
2013-01-18
Update the ARM CPU ID information. The IDs aren't vendor/product
Patrick Wildt
2013-01-17
New pmap for panda boards. Work from lots of folks.
Brandon Mercer
2013-01-16
cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; only
Miod Vallat
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-12-02
Determine whether we're currently on the alternative signal stack
Philip Guenthe
2012-10-17
Document the 'boothowto hack' used to flag to (a few) DVACT_POWERDOWN
Theo de Raadt
2012-10-08
Revamp the sequences for suspend/hibernate -> resume so that the code
Theo de Raadt
2012-09-11
Remove the 'OLF method' used for the transition from a.out to ELF and
Theo de Raadt
2012-08-29
Implement pci_min_powerstate().
Mark Kettenis
2012-08-25
Another missed PIC -> __PIC__ conversion.
Mark Kettenis
2012-08-23
kill nnpfs dead
Theo de Raadt
2012-08-22
Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure cc
Pascal Stumpf
2012-08-22
use static inline instead of inline so this will be compatible with
Jonathan Gray
2012-08-07
Move the common bits of syscall invocation and return handling into
Philip Guenthe
2012-06-26
create new machine/_float.h which is namespace clean. create a new
Theo de Raadt
2012-04-19
missing ;
Theo de Raadt
2012-04-11
The first ktrace record for a newly spawned thread is a return
Mike Belopuhov
2012-04-10
Make the KERN_NPROCS and KERN_MAXPROC sysctl()s and the RLIMIT_NPROC rlimit
Philip Guenthe
2012-04-06
tedu the raidframe.
Joel Sing
2012-03-26
Add APM_IOC_HIBERNATE
Theo de Raadt
2012-02-26
Remove no longer _KERNEL-visible constants which aren't used anyway.
Miod Vallat
2012-01-17
Add an __attribute__((__format__(__kprintf__))) to disasm_interface_t.di_printf
Miod Vallat
2011-11-16
Make userret() MI. On architectures which jammed stuff into it in the
Theo de Raadt
2011-11-15
label_t is the kernel setjmp buffer. It should simply be an array of
Theo de Raadt
2011-11-10
Recognize a few more v6 and v7 instructions.
Miod Vallat
2011-11-09
Fix manual wfi instruction encoding.
Miod Vallat
2011-11-09
In pmap_remove(), don't forget to do tlb flushes even in the !pmap_cachevivt
Miod Vallat
2011-11-08
merge cpu_coredump() back to where it belongs, ok drahn miod
Theo de Raadt
2011-11-08
merge cpu_coredump() back to where it belongs; ok miod drahn
Theo de Raadt
2011-11-08
remove support for big endian; ok drahn
Theo de Raadt
2011-11-08
compat_13 support died ages ago
Theo de Raadt
2011-11-08
arm has no need for procfs
Theo de Raadt
2011-11-07
Fix the definition of L1_S_V7_AP().
Miod Vallat
2011-11-06
For now turn back on the pmap PTE modification in pmap_l2ptp_ctor
Dale Rahn
2011-11-06
Correctly report WB and WT cache modes on v7 (they were swapped). ok uwe@
Miod Vallat
2011-11-05
Remove incorrect logic leading to skip page table flushes because
Miod Vallat
2011-10-27
Specify the TLS variant for each platform.
Philip Guenthe
2011-10-24
Introduce a pluggable interrupt controller infrastructure for beagle,
Dale Rahn
2011-10-19
API change to initarm to pass arguments from the bootloader thru to MD
Dale Rahn
2011-10-10
Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).
Miod Vallat
2011-10-06
ccd goes to the attic
Theo de Raadt
2011-09-22
None of the mainbus child devices care about getting a bus_space_tag_t from
Miod Vallat
[next]