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
/
sparc
Age
Commit message (
Expand
)
Author
2016-09-01
Celebrate OpenBSD 6.0 release by retiring the sparc port.
Ted Unangst
2016-08-16
replace hand rolled tsleep physlock with rwlock. ok mlarkin
Ted Unangst
2016-08-15
normalize some comments
Ted Unangst
2016-07-30
Prep for relro: make sure it's off for any non-PIE stand/ program
Philip Guenther
2016-07-27
ansify mem.c to the latest fashion. with a fix from mike burns. ok deraadt
Ted Unangst
2016-07-16
Fix typo in comment in three machdep.c files:
Tom Cosgrove
2016-06-22
dont need a traliing \ on a line in c code, it's not a macro definition.
David Gwynne
2016-06-20
rework the splfoo implementation so it can provide splraise.
David Gwynne
2016-06-16
Replace uvm_km_valloc(9) with a km_alloc(9) call that doesn't allocate any
Mark Kettenis
2016-06-08
remove obsolete raid from namtoblk tables. from Artturi Alm
Ted Unangst
2016-06-07
consistently set ipls on pmap pools.
David Gwynne
2016-05-27
Remove the non ELF macros
Theo de Raadt
2016-05-23
Place a cpu-dependent trap/illegal instruction over the remainder of the
Theo de Raadt
2016-05-21
hand-massage sendsig() and sys_sigreturn() to be much more similar.
Theo de Raadt
2016-05-11
fix compile issues in MD sigreturn(2)
Peter Hessler
2016-05-10
SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie
Theo de Raadt
2016-04-29
Do not remove local symbols from the table.
Martin Pieuchot
2016-04-27
G/C DDB_REGS.
Martin Pieuchot
2016-04-25
remove systrace
Ted Unangst
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-03-29
make the ie(4)s bpf_mtap_ether outgoing packets like all the other drivers
David Gwynne
2016-03-19
Reduces the noise around the global ``ticks'' variable by renaming
Martin Pieuchot
2016-03-16
More "(<blah> *)0" -> NULL, avoiding any stdarg functions.
Kenneth R Westerback
2016-03-15
'accomodate' -> 'accommodate' in comments.
Kenneth R Westerback
2016-03-14
Convert sparc drivers bpp and magma to uiomove
Stefan Kempf
2016-03-07
remove needless malloc cast
mmcc
2016-02-27
Rename kdb_trap() into db_ktrap().
Martin Pieuchot
2016-02-26
Remove stale RAIDframe entries from chrtoblktbl.
natano
2016-01-19
Fix a race causing hardclock() to be sometimes invoked between the end
Antoine Jacoutot
2015-12-29
Remove NULL-checks before free().
mmcc
2015-12-16
Remove the solbourne entries now that all its code is gone.
mmcc
2015-12-10
Remove remaining Solbourne code.
mmcc
2015-12-08
No trailers has been the default and only option for 20 years, yet some
Ted Unangst
2015-11-25
Network drivers should not include <net/route.h> or <net/netisr.h>
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-11-16
Replace unbounded gets() in libsa with getln() which takes a buffer size,
Miod Vallat
2015-11-14
No need to include <net/bpfdesc.h>
Martin Pieuchot
2015-11-12
can just IFQ_DEQUEUE instead of POLL followed immediately by DEQUEUE
David Gwynne
2015-11-10
Define pmap_nested() here too, since we define PMAP_EXCLUDE_DECLS for the sake
Miod Vallat
2015-11-06
make hfsc work on ie(4/sparc) by using IFQ_DEQUEUE instead of IF_DEQUEUE.
David Gwynne
2015-11-06
Move the logic for adjusting userspace registers in the child after fork
Philip Guenther
2015-11-05
Now that the kernel virtual address space has been made larger, even on
Miod Vallat
2015-11-02
intr_barrier() stub.
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-10-23
Allocate a new major for tap(4) also note that pseudo-device tun is for tap
Claudio Jeker
2015-10-21
Do not call uvm_swap_finicrypt_all() a second time in dumpsys().
Martin Pieuchot
2015-09-30
Use consistant whitespace/comments for #define'ing LABELSECTOR,
Kenneth R Westerback
2015-09-28
Keep sparc/disksubr.c and sparc64/disksubr.c as close as possible.
Kenneth R Westerback
[next]