summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-22Fix the ambigous text in afterboot. For a newbie, the text reallyjuanfra
2014-01-22add CoreChip RD9700 (idVendor:idProduct=0x0fe6:0x9700) definitionsasano
2014-01-22iscsid can handle multiple outstanding commands per lun. with the latencyDavid Gwynne
2014-01-22timeval, timespec, and itimerval have padding on many archs. If we'rePhilip Guenther
2014-01-22Missing #includePhilip Guenther
2014-01-22relax the cfg file secrecy check slightly to allow group readabilityHenning Brauer
2014-01-22wakeup_n and wakeup_one blurbsTed Unangst
2014-01-22add missing arguments to debug printfsJonathan Gray
2014-01-21Don't leak kernel stack in timeval padding in getsockopt(SO_{SND,RCV}TIMEO)Philip Guenther
2014-01-21use arc4random for chap generation; ok teduTheo de Raadt
2014-01-21add missing arguments to debug printfsJonathan Gray
2014-01-21add a missing argument to a debug printfJonathan Gray
2014-01-21Cleanup the abuse of x as the rn_addmask radix node. Since in mostClaudio Jeker
2014-01-21introduce fine grained locking.David Gwynne
2014-01-21Ouch... recommend arc4random, not random.Theo de Raadt
2014-01-21add back ctype.h include for isspace()Jonathan Gray
2014-01-21include stdlib.h for drand48()Jonathan Gray
2014-01-21paste in the fs.posix.setuid blurb from chown(1), as it'sJason McIntyre
2014-01-21document that specifying ":group" (without an owner) is an extension;Jason McIntyre
2014-01-21Mark fuse_opt_parse()'s third argument as a point to const, to match theJeremie Courreges-Anglas
2014-01-21fulfilling theo's wishesHenning Brauer
2014-01-21include unistd.h for getopt()Jonathan Gray
2014-01-21include util.h for scan_scaled()Jonathan Gray
2014-01-21Document extent_alloc_subregion_with_descr(9).Mark Kettenis
2014-01-21Add extent_alloc_subregion_with_descr(9) which allows the caller to provideMark Kettenis
2014-01-21fix a a double free caused by a config with two listen on statementsSebastian Benoit
2014-01-21allow pflow(4) to determine the src IP address based on the routeSebastian Benoit
2014-01-21Add virtio random driverStefan Fritsch
2014-01-21Document -S and the new signify(1) use by sysmerge(8).Antoine Jacoutot
2014-01-21- remove brackets in -H description: the information is quite relevantJason McIntyre
2014-01-21document return values; ok deraadt@, jmc@Otto Moerbeek
2014-01-21do not abuse .Cd for userland stuff; use .In or .FdIngo Schwarze
2014-01-21fix typo: s/ ar / at /Ingo Schwarze
2014-01-21enable MPSAFE interrupts on pyro. it seems to work ok.David Gwynne
2014-01-21Treat the line after .Cd as a single argument.Ingo Schwarze
2014-01-21Order the volume state transitions by state value.Joel Sing
2014-01-21Add missing states to the RAID 5 volume transitions.Joel Sing
2014-01-21use KERNEL_LOCK and KERNEL_UNLOCK instead of fumbling with kernel_lockDavid Gwynne
2014-01-21Do not clean the multicast records of an interface when it is destroyedMartin Pieuchot
2014-01-21Substitute crazy defines and convert some 0 to NULL.Martin Pieuchot
2014-01-21Always fill in the broadcast address so as to handle broadcast packets ifBrad Smith
2014-01-21Disable lapic when halting CPUs. Allegedly this is necessary to makeMark Kettenis
2014-01-21localtime(3) can return NULL; seen by Rod Whitworth; ok guenther@Otto Moerbeek
2014-01-21Use Linux compat functions to do kernel memory allocations in the bits of codeMark Kettenis
2014-01-21Add kmalloc/kcalloc/kzalloc/kfree Linux compat functions.Mark Kettenis
2014-01-21Use PTR_ERR where appropriate instead of a plain cast.Mark Kettenis
2014-01-21oops, missed oneMark Kettenis
2014-01-21Change a couple of #if 0 into #ifdef __linx__ or #ifdef notyet.Mark Kettenis
2014-01-21Protect variable names.Antoine Jacoutot
2014-01-21sort;Jason McIntyre