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-05-04
Some hardware (such as the onboard dc(4) of the Netra X1) has a broken DMA
Mark Kettenis
2016-05-04
Initial support for MSI-X. Only supported on amd64 for now. I have diffs to
Mark Kettenis
2016-05-03
Revert previous commit. Calling sched_init_cpu() from
Mark Kettenis
2016-04-29
Call sched_init_cpu() just before booting secondary CPUs.
Martin Pieuchot
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-15
enable nvme(4). it Just Works(tm).
David Gwynne
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-04-10
For now, disable ahc(4) such that GENERIC.MP kernels don't overflow the 8M
Mark Kettenis
2016-03-30
some oce(4) work, it appears
Theo de Raadt
2016-03-29
Some sparc64 pci frame buffers incorrectly have the `depth' property
Mark Kettenis
2016-03-21
Plug a memory leak in vnet(4) ioctl code path.
Stefan Sperling
2016-03-19
Remove the unused flags argument from VOP_UNLOCK().
natano
2016-03-19
Reduces the noise around the global ``ticks'' variable by renaming
Martin Pieuchot
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
[next]