index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-11-21
add some reminders for additional tests that I'd like to implement
Damien Miller
2013-11-21
get bytes off the wire as unsigned char so we can pass them to
David Gwynne
2013-11-21
RCSID markers
Damien Miller
2013-11-21
My audit of mandoc revealed two missing (unsigned char) casts
Ingo Schwarze
2013-11-21
remove #define b_errcnt b_resid. nothing uses it, and nothing should.
David Gwynne
2013-11-21
Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"
Damien Miller
2013-11-21
remove the #define b_cylinder b_resid from bufs. i hated the
David Gwynne
2013-11-20
Update comments mentioning `resource maps' to mention `extents' instead.
Miod Vallat
2013-11-20
now that all the direct users of disksort have been removed, we can now
David Gwynne
2013-11-20
shared semaphore fixes. first, eliminate the sem inside a sem indirection.
Ted Unangst
2013-11-20
+.An -nosplit
Jason McIntyre
2013-11-20
Eliminate some differences with the Linux code; no code change.
Mark Kettenis
2013-11-20
Silly Linux-style negative errno returns.
Mark Kettenis
2013-11-20
Add omgpio(4) manpage.
Raphael Graf
2013-11-20
unsigned char cast for isdigit, dealing with argv
Theo de Raadt
2013-11-20
unsigned char casts for ctype.h macros, when dealing with the
Theo de Raadt
2013-11-20
unsigned char casts are needed for these isdigit & isprint calls
Theo de Raadt
2013-11-20
unsigned char casts for ctype.h macros, when dealing with optarg
Theo de Raadt
2013-11-20
unsigned char casts needed for isdigit()
Theo de Raadt
2013-11-20
str derives from argv; so use an unsigned char cast for isspace()
Theo de Raadt
2013-11-20
unsigned char casts with ctype macros are pretty obvious when dealing
Theo de Raadt
2013-11-20
unsigned char casts where neccessary
Theo de Raadt
2013-11-20
unsigned casts for ctype macros where neccessary
Theo de Raadt
2013-11-20
this isdigit() needs an unsigned char cast; ok ratchov
Theo de Raadt
2013-11-20
isxdigit() needs unsigned char cast for this specific argument
Theo de Raadt
2013-11-20
spelling fix;
Jason McIntyre
2013-11-20
oops, typo
Theo de Raadt
2013-11-20
regen
Miod Vallat
2013-11-20
Fix translation table for JIS keys; reported by Nakano Takaharu.
Miod Vallat
2013-11-20
cleanups for signed char vs ctype
Theo de Raadt
2013-11-20
missing unsigned char casts areound tolower()
Theo de Raadt
2013-11-20
repair signed char vs isdigit
Theo de Raadt
2013-11-20
Add gpio(4) support for omap3/4 and am335x.
Raphael Graf
2013-11-20
Rework the mda and scheduler to use the holdq mechanism instead of
Eric Faurot
2013-11-20
in_var.h is not needed.
Martin Pieuchot
2013-11-20
Instead of comparing the lower and higher addresses of all the multicast
Martin Pieuchot
2013-11-20
Convert sppp(4) to taskq; ok mikeb@ mpi@
Stefan Sperling
2013-11-20
give this a real chance to compile
Miod Vallat
2013-11-20
this implementation may now be capable of shared semaphores
Ted Unangst
2013-11-20
more detail on error conditions
Ted Unangst
2013-11-20
oops, forgot about unnamed shared sems
Ted Unangst
2013-11-20
zhuk and i have slightly different styles. unify and consistify
Ted Unangst
2013-11-20
delay closure of in/out fds until after "Bad protocol version
Damien Miller
2013-11-20
switch to the drm_mm based gtt eviction code from linux 3.8.13
Jonathan Gray
2013-11-20
replace bare use of disksort with bufqs. this is the last disksort user
David Gwynne
2013-11-20
replace bare use of disksort with bufqs.
David Gwynne
2013-11-20
replace bare use of disksort with bufqs.
David Gwynne
2013-11-19
handle msgbuf_write() returning EAGAIN
Sebastian Benoit
2013-11-19
Add autoinstall configuration to the list of files and output stirring
Alexander Hall
2013-11-19
Move the GTT management into the inteldrm driver. It is really obvious now
Mark Kettenis
[next]