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
/
sparc64
Age
Commit message (
Expand
)
Author
2016-03-15
'accomodate' -> 'accommodate' in comments.
Kenneth R Westerback
2016-03-14
Change a bunch of (<blah> *)0 to NULL.
Kenneth R Westerback
2016-03-07
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
2016-03-01
DB_SYM_NULL -> NULL.
Martin Pieuchot
2016-02-27
Rename kdb_trap() into db_ktrap().
Martin Pieuchot
2016-02-26
Prevent memory leak when the ldc gets reset.
Mark Kettenis
2016-02-26
Remove stale RAIDframe entries from chrtoblktbl.
natano
2016-01-20
Check for disks deeper than 4 levels down in the Open Firmware device tree.
Stefan Sperling
2016-01-08
Move HID support files out of dev/usb into new dev/hid directory
Joshua Stein
2016-01-08
Enable uonerng(4) where ualea(4) is already present.
Martin Pieuchot
2015-12-29
Remove NULL-checks before free().
mmcc
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
2015-12-05
Avoid using ifq_deq_rollback().
Mark Kettenis
2015-12-04
Add intr_barrier() just in case...
Mark Kettenis
2015-11-27
Don't panic in pmap_enter() if we deplete the pool of pv entries and the
Mark Kettenis
2015-11-25
Don't bother keeping track of the resident count for the kernel pmap.
Mark Kettenis
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-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-11-16
Replace unbounded gets() in libsa with getln() which takes a buffer size,
Miod Vallat
2015-11-06
Move the logic for adjusting userspace registers in the child after fork
Philip Guenther
2015-11-01
Remove the definition of USRTEXT. It has no relevance outside of the non-PIE
Miod Vallat
2015-10-28
Support backspace in softraid boot passphrase prompt.
Joel Sing
2015-10-28
missing splx in error path
Jonathan Gray
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-10-01
Remove more blinding trailing whitespace.
Kenneth R Westerback
2015-09-30
Use consistant whitespace/comments for #define'ing LABELSECTOR,
Kenneth R Westerback
2015-09-28
Oops. sparc64/disksubr.c was overlooked when all the other disksubr.c's
Kenneth R Westerback
2015-09-27
Use readdisksector() instead of manual buf initialization. sparc64
Kenneth R Westerback
2015-09-27
Store the target CPU in "struct intrhand" and use it in intr_barrier().
Mark Kettenis
2015-09-26
lint is dead and C99 may be old enough to drive a car: delete LONGLONG
Philip Guenther
2015-09-19
trivial "if(x) free(x)" replacement by "free(x)"
Sebastien Marie
2015-09-15
Fix overlapping memcpy found by Maxime Villard's Brainy Code Scanner.
Mark Kettenis
2015-09-14
unify free(NULL,size) behaviour by allowing passing NULL
Sebastien Marie
2015-09-13
Introduce intr_barrier(4), an interface that guarantees that an interrupt
Mark Kettenis
2015-09-08
sizes for free(); ok semarie
Theo de Raadt
2015-09-02
Make pmap_kenter_pa(9) and pmap_kremove(9) mpsafe. This required me to
Mark Kettenis
2015-08-30
The pmap_pool pool will never be used in interrupt context, so pass the
Mark Kettenis
2015-08-30
Provide remaining arch with END() macro for setting calculated size on
Philip Guenther
2015-08-29
_NLIST_DO_ELF is no longer needed: it's the only option
Philip Guenther
2015-08-28
Add support for switching CPUs in ddb on sparc64.
Mark Kettenis
2015-08-28
These days, we have two 4MB pages of read-only kernel memory.
Mark Kettenis
2015-08-26
Kill code that tries to handle 32-bit code that we're never going to use.
Mark Kettenis
2015-07-23
Missed file in *_data_offset -> *_data_blkno switch.
Kenneth R Westerback
2015-07-19
Use DEV_BSIZE instead of 512 where appropriate. Use DL_SECTOBLK()
Kenneth R Westerback
2015-07-17
remove obsolete INET kernel option
Ted Unangst
2015-07-10
Avoid calling pool_put(9) while holding a mutex here as well to prevent lock
Mark Kettenis
[next]