summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-30Merge two loops in collapse_redirspec into oneMike Belopuhov
2014-06-30suppress spurious error message when loading key with a passphrase;Damien Miller
2014-06-30Attach HFSC after it's been completely initialized.Martin Pelikan
2014-06-30Kill dead code, what does a negative number of addresses on a carp(4)Martin Pieuchot
2014-06-30remove backwards compat layer for alpha osf1. back then compilers andTheo de Raadt
2014-06-30sys/types.h rather than sys/param.h, where applicable. avoid overreach.Theo de Raadt
2014-06-30sort includes much more sensiblyTheo de Raadt
2014-06-30limits.h rather than sys/param.hTheo de Raadt
2014-06-29Use the freshly improved roff_getname() functionIngo Schwarze
2014-06-29delete a #ifdef _KERNEL chunk protecting userland from an #if 0 chunkTheo de Raadt
2014-06-29Use the freshly improved roff_getname() functionIngo Schwarze
2014-06-29Major roff_getname() cleanup.Ingo Schwarze
2014-06-29Bugfix in roff_setstrn():Ingo Schwarze
2014-06-29Free "data" when it's no longer in use.Loganaden Velvindron
2014-06-29Fix file descriptor leakLoganaden Velvindron
2014-06-29Remove yet another unused file... a backup copy (minus copyright andJoel Sing
2014-06-29KNF.Joel Sing
2014-06-29Remove another unused source file - I got suspicious when I found aJoel Sing
2014-06-29More KNF.Joel Sing
2014-06-29Don't ridiculously assume that sysctl.h will (through a set of extremelyTheo de Raadt
2014-06-29If you want <sys/queue.h>, you need to include it. Don't assume thatTheo de Raadt
2014-06-29correct issetugid sense as spotted by Stijn van Drongelen.Theo de Raadt
2014-06-29do not need sys/disk.hTheo de Raadt
2014-06-28Don't use meaningless MAP_TRYFIXED flag in compat_linuxMatthew Dempsky
2014-06-28syncTheo de Raadt
2014-06-28Add a missing word.Jeremie Courreges-Anglas
2014-06-28Fix a memory leak and another one that occurs in the error paths.Loganaden Velvindron
2014-06-28Fix 9 memory leaks.Loganaden Velvindron
2014-06-28Fix 2 memory leaks.Loganaden Velvindron
2014-06-28espie points out <string.h> is needed for the AUDIO_INITINFO() macroMatthew Dempsky
2014-06-28Dv blah , Dv blehJason McIntyre
2014-06-28audio(4) has nothing to do with <string.h>Matthew Dempsky
2014-06-28Use Fa for vscsi(4) ioctl() commands.Matthew Dempsky
2014-06-28Fix indenting for bio(4) and pci(4) ioctl()s.Matthew Dempsky
2014-06-28Add argument types for bio(4) ioctl() commandsMatthew Dempsky
2014-06-28Use Dv and Fa as appropriate for describing video(4) ioctl() commands.Matthew Dempsky
2014-06-28Document the arg types for pci(4)'s ioctl() commands.Matthew Dempsky
2014-06-28Cleanup documentation for SCSI device driver ioctl()s.Matthew Dempsky
2014-06-28Add the userland facing drm header for nouveau.Jonathan Gray
2014-06-28Use strtonum() instead of atoi(), and then impose what are we thinkTheo de Raadt
2014-06-27Fix mmap() flag usage: explicitly specify MAP_PRIVATE and drop uselessMatthew Dempsky
2014-06-27zap unneccessary punctuation;Jason McIntyre
2014-06-27When building a BN on the stack in BN_div(), make sure to initialize all itsMiod Vallat
2014-06-27re-init and init code paths are now more shared, so the getpid()-basedTheo de Raadt
2014-06-27Cleanup ioctl.2 slightly:Matthew Dempsky
2014-06-27Cleanup support for legacy mmap flagsMatthew Dempsky
2014-06-27OpenBSD supports mmap() on block special files too.Matthew Dempsky
2014-06-27Avoid buffer overflow on max line length by ending string with just one \0.Tobias Stoeckmann
2014-06-27Split out mmap's compatibility flags into a separate section, so usersMatthew Dempsky
2014-06-27Revise wording to reflect that callers should always specify (exactly)Matthew Dempsky