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