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-04-17
large time_t problems
Theo de Raadt
2013-04-17
variety of fixes to correct large time_t code. it is quite broken upstream.
Theo de Raadt
2013-04-17
(long long) and %lld for time_t output
Theo de Raadt
2013-04-17
Replace some casts by ifatoia() and sintosa().
Martin Pieuchot
2013-04-17
Add new ioctl command USB_DEVICE_GET_DDESC to usb(4) to retrieve the
Marcus Glocker
2013-04-17
revert rev 1.262; it fails because uid is already set here. ok djm@
Darren Tucker
2013-04-17
%zu format for size_t.
Nicholas Marriott
2013-04-17
Simplify the check to call in_ifinit() by merging two conditional
Martin Pieuchot
2013-04-17
ext2fs has a 32-bit time fields. store a u_int32_t of the real time_t --
Theo de Raadt
2013-04-17
use CLOCK_MONOTONIC, and repair future time_t overflow
Theo de Raadt
2013-04-17
mention that the tga driver is specifically for the DECchip 21030
Jonathan Gray
2013-04-17
give a timespec a name that is easier to verify
Theo de Raadt
2013-04-17
remove time_t cast not needed; ok guenther
Theo de Raadt
2013-04-17
handle large tv_sec
Theo de Raadt
2013-04-17
handle large time_t
Theo de Raadt
2013-04-16
handle large time_t types; ok millert
Theo de Raadt
2013-04-16
an acceptable time_t truncation (binding cannot take that long)
Theo de Raadt
2013-04-16
sync
Theo de Raadt
2013-04-16
time(NULL) looks better than time(0)
Theo de Raadt
2013-04-16
spelling errors; Diego Casati
Theo de Raadt
2013-04-16
handle long long tv_sec; ok millert
Theo de Raadt
2013-04-16
handle larger tv_sec types
Theo de Raadt
2013-04-16
handle larger time_t types
Theo de Raadt
2013-04-16
remove unneccessary time_t * cast
Theo de Raadt
2013-04-16
handle large time_t variables; ok guenther
Theo de Raadt
2013-04-16
mark time_t edges with comments
Theo de Raadt
2013-04-16
improve name of the 32-bit timeval that ping uses, and bound the use
Theo de Raadt
2013-04-16
handle big time_t types; ok guenther
Theo de Raadt
2013-04-16
remove wrong casts; ok millert
Theo de Raadt
2013-04-16
remove casts to time_t * which are not needed
Theo de Raadt
2013-04-16
bzero struct tm before use
Theo de Raadt
2013-04-16
remove casts to time_t * which are not needed
Theo de Raadt
2013-04-16
cannot inspect out_name via a time_t pointer; ok guenther
Theo de Raadt
2013-04-16
bzero struct tm before use; ok millert
Theo de Raadt
2013-04-16
do not need to cast type to same type
Theo de Raadt
2013-04-16
fix glitches in unused source file; ok millert
Theo de Raadt
2013-04-16
Use utimensat() and futimens() instead of utimes() and futimes().
Todd C. Miller
2013-04-16
These are already static, because of ../Makefile.inc
Theo de Raadt
2013-04-16
spelling fixes;
Jason McIntyre
2013-04-16
Get rid of various 'typedef struct' definitions and use plain structure
Theo de Raadt
2013-04-16
Add secondary cache flushes to armv7's pmap.
Patrick Wildt
2013-04-16
Adapt after recent gnome MODULE change.
Antoine Jacoutot
2013-04-16
Don't be too clever when allocating a buffer for a transfer and do not
Martin Pieuchot
2013-04-16
Replace a realloc() + memcpy() with calloc() + memcpy().
Todd C. Miller
2013-04-16
Merge ohci_hash_rem_td() into ohci_free_std() to reduce differences with
Martin Pieuchot
2013-04-16
Remove code under ifndef OpenBSD. No object change.
Martin Pieuchot
2013-04-16
pass state correctly so we can do error messages.
Marc Espie
2013-04-16
Fix some AVPs of SCCRP to comply RFC 2661.
YASUOKA Masahiko
2013-04-16
Fixed `max-session' and `user-max-session'. They has been broken by the
YASUOKA Masahiko
2013-04-16
When pipex session is terminated by idle timer, there was a problem that
YASUOKA Masahiko
[next]