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-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
2015-09-27
Use readdisksector() instead of manual buf initialization. sparc64
Kenneth R Westerback
2015-09-26
lint is dead and C99 may be old enough to drive a car: delete LONGLONG
Philip Guenther
2015-09-21
Increase MAXTSIZ to 64MB, required for gcc/gnat
Tobias Ulmer
2015-09-19
trivial "if(x) free(x)" replacement by "free(x)"
Sebastien Marie
2015-09-18
Drop the workarounds allowing SMALL_KERNEL (i.e. installation media) to be
Miod Vallat
2015-09-14
Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...
Stefan Sperling
2015-09-12
Add a few -fno-builtin-foo to silence the build.
Miod Vallat
2015-09-12
Rework fb_setsize() logic to get rid of gotos.
Miod Vallat
2015-09-11
Make room for media types of the future. Extend the ifmedia word to 64 bits.
Stefan Sperling
2015-09-10
Fix a zx_putchar() stupid bug I introduced nine years ago by actually
Miod Vallat
2015-09-08
sizes for free(); ok semarie
Theo de Raadt
2015-09-06
qlw fits
Miod Vallat
2015-09-01
missing splx
Jonathan Gray
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-07-17
remove obsolete INET kernel option
Ted Unangst
2015-07-08
MFREE(9) is dead, long live m_freem(9)!
Martin Pieuchot
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-06-19
remove isp(4) now that the ql* family have replaced it
Jonathan Matthew
[next]