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
2015-11-09
stop acting like "more" if progname is "page"; ok millert
Theo de Raadt
2015-11-09
fsync() on a tty is meaningless; ok deraadt@
Todd C. Miller
2015-11-09
update some client/server info; from jan klemkow
Jason McIntyre
2015-11-09
pledge "stdio rpath wpath cpath exec" early, then after opening
Theo de Raadt
2015-11-09
NULL_IFILE has no weird use patterns. NULL is sufficient.
Theo de Raadt
2015-11-09
define of SPACES_IN_FILENAMES is never used
Theo de Raadt
2015-11-09
use (off_t)-1 rather than a BAD_LSEEK wrapper
Theo de Raadt
2015-11-09
error() is not a stdarg function, so there is no reason for NULL_PARG
Theo de Raadt
2015-11-09
Remove unused xpid argument to log_it().
Todd C. Miller
2015-11-09
3 pledge calls; 2 are for secure mode and will help track down if this
Theo de Raadt
2015-11-09
do not save history in secure mode
Theo de Raadt
2015-11-09
Update CRONDIR comment to reality.
Todd C. Miller
2015-11-09
Rename AT_DIR -> AT_SPOOL and SPOOL_DIR -> CRON_SPOOL to improve
Todd C. Miller
2015-11-09
use open() with flags instead of creat()
Theo de Raadt
2015-11-09
use the correct rdomain when sending gre(4) keepalive packets.
Sebastian Benoit
2015-11-09
Remove xfree(). From Michael W. Bombardieri.
mmcc
2015-11-09
Use fstatat() when checking the files in the at queue so we
Todd C. Miller
2015-11-09
Remove NULL-checks before free(), a needless comment, and a needless
mmcc
2015-11-09
Do not leave dangling pointers in the ART tree in case of memory
Martin Pieuchot
2015-11-09
use strncasecmp()
Jasper Lievisse Adriaanse
2015-11-09
Match recent rtalloc(9) rewrite.
Martin Pieuchot
2015-11-09
Rewrite rtalloc(9) to consider RTF_GATEWAY entries without valid next-
Martin Pieuchot
2015-11-09
use IFQ_DEQUEUE to pull of the send queue.
David Gwynne
2015-11-09
Run config_found() under splusb.
Martin Pieuchot
2015-11-09
no need to initialize variables that are being initialized a few lines below
Jasper Lievisse Adriaanse
2015-11-09
cleanup struct definitions
Theo de Raadt
2015-11-09
close_getchr() is now a noop
Theo de Raadt
2015-11-09
use STDERR_FILENO instead of 2
Theo de Raadt
2015-11-09
do not need wrappers around O_RDONLY and such
Theo de Raadt
2015-11-09
sync
Theo de Raadt
2015-11-09
Remove -h from the command line options.
YASUOKA Masahiko
2015-11-09
queue(3) instead of homegrown queues and lists. This also fixes
Todd C. Miller
2015-11-09
Cache the result of cpuid leaf function $0x1 from the host's boot CPU
Mike Larkin
2015-11-09
Bring GPT validity checking into line with kern/subr_disk.c . In
Kenneth R Westerback
2015-11-09
kenjiro cho points out that requeue is hard to support on queue
David Gwynne
2015-11-09
EPT paging permission bits for amd64, will be used in subsequent pmap
Mike Larkin
2015-11-09
regen
Mike Larkin
2015-11-09
Allocate a currently unused vendor ID for our vmm's pchb.
Mike Larkin
2015-11-09
rework the start routines to avoid IF_PREPEND.
David Gwynne
2015-11-09
rework the code to avoid IF_PREPEND.
David Gwynne
2015-11-09
Add user "_vmd" for forthcoming vmd daemon
Mike Larkin
2015-11-09
Start moving some vmm things into the tree. First up is binutils so we will
Mike Larkin
2015-11-08
-c before -H, in SYNOPSIS and usage();
Jason McIntyre
2015-11-08
pull initialization up before poosible goto bad, from Mark Latimer
Ted Unangst
2015-11-08
Revert 1.2 and 1.3 in order to go back to the default upstream behaviour
Miod Vallat
2015-11-08
Add "ssh-keyscan -c ..." flag to allow fetching certificates instead
Damien Miller
2015-11-08
Merge NetBSD 1.145:
Miod Vallat
2015-11-08
remove slogin links; ok deraadt markus djm
Jason McIntyre
2015-11-08
fix OOB read in packet code caused by missing return statement
Damien Miller
2015-11-08
keep all the setperf timeout(9) handling in one place; ok tedu@
Christian Weisgerber
[next]