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
/
dev
/
sbus
Age
Commit message (
Expand
)
Author
2019-07-19
ttysleep(): drop unused timeout parameter
cheloha
2018-12-27
Convert K&R function definitions to modern C. clang is more picky about
Claudio Jeker
2018-10-22
More "explicitely" -> "explicitly" in various comments.
Kenneth R Westerback
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-02-14
prune files.* entries that refer to files not in tree
Jonathan Gray
2017-12-30
Don't pull in <sys/file.h> just to get fcntl.h
Philip Guenther
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2017-01-04
In the set_params() routine, remove the AUDIO_ENCODING_ULINEAR case
Alexandre Ratchov
2016-09-19
Remove unused getdev() audio driver functions.
Alexandre Ratchov
2016-09-14
Remove drain(), query_encoding(), mappage() and get_default_params()
Alexandre Ratchov
2016-09-04
remove some more sparc remnants. ok deraadt
Ted Unangst
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-03-19
Reduces the noise around the global ``ticks'' variable by renaming
Martin Pieuchot
2016-03-14
Convert sparc drivers bpp and magma to uiomove
Stefan Kempf
2015-12-08
No trailers has been the default and only option for 20 years, yet some
Ted Unangst
2015-11-28
Rework gem_start to check that there's enough space in the ring before
Jonathan Matthew
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-11
Kill useless IFQ_POLL().
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer needed and almost dead.
Martin Pieuchot
2015-09-12
More ifmedia64 fallout; that should be the last.
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-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
2015-05-13
test mbuf pointers against NULL not 0
Jonathan Gray
2015-05-11
Remove support for ADPCM encoding which isn't used nowadays and
Alexandre Ratchov
2015-05-11
Remove all audio format conversion code from the kernel (btw holding
Alexandre Ratchov
2015-04-07
Keep in sync with the sparc version: convert to if_input().
Martin Pieuchot
2015-02-10
First step towards making uiomove() take a size_t size argument:
Miod Vallat
2014-12-22
unifdef INET
Ted Unangst
2014-08-11
Fewer <netinet/in_systm.h>
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-03-15
ISP1000 SBus support for qlw(4).
Mark Kettenis
2014-02-14
florian@ noticed that I missed some isp24xx code in the sbus glue
Jonathan Matthew
2014-02-10
Build isp2xxx firmware into separate object files so we only include
Jonathan Matthew
2014-02-02
sbus(4) glue for qla(4)
Mark Kettenis
2014-01-22
add a missing argument to a debug printf
Jonathan Gray
2014-01-18
instead of having every bit of glue set up and attach an identical
David Gwynne
2013-11-26
1 << 31 cleanup. Eitan Adler pointed out that there has been a
Theo de Raadt
2013-11-26
Instead of comparing the lower and higher addresses of all the multicast
Martin Pieuchot
2013-11-19
oops
Theo de Raadt
2013-11-18
simplify kthread_create(). no more stdarg
Theo de Raadt
2013-10-20
Use C99 named initializers for struct wsdisplay_accessops fields.
Miod Vallat
2013-09-28
Fix use of uninitialized variable, found by Maxime Villard.
Mike Larkin
2013-09-24
Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:
Miod Vallat
[next]