Age | Commit message (Expand) | Author |
2013-10-10 | Move moduli generation to usr.bin/ssh/moduli-gen and keep track of | Darren Tucker |
2013-10-10 | add -Q, -P and -p to usage() before jmc@ catches me | Damien Miller |
2013-10-09 | regression test for sftp request white/blacklisting and readonly mode. | Damien Miller |
2013-10-09 | Add ability to whitelist and/or blacklist sftp protocol requests by name. | Damien Miller |
2013-10-09 | Quick'n'dirty code to match trivial on-disk boot paths as the boot device. | Miod Vallat |
2013-10-09 | Needed by recent libsa | Miod Vallat |
2013-10-09 | Change "physical address" to "tunnel:" in ifconfig's tunnel address | Reyk Floeter |
2013-10-09 | DIsplay fixes, also print boot path before attempting to boot it. Still not | Miod Vallat |
2013-10-09 | Parse (hex) partition number in boot path. For experts only. | Miod Vallat |
2013-10-09 | Fix build (forgot to rerun make depend) | Miod Vallat |
2013-10-09 | Fix parse_args() to ignore device specification and correctly append the | Miod Vallat |
2013-10-09 | Move common SCSI defines and structs to their own header, to eventually allow | Miod Vallat |
2013-10-09 | Merge binutils 2.15 einfo() buffering change to binutils-2.17. | Todd C. Miller |
2013-10-09 | Enable synch negotiation; code was there but not enabled since this driver was | Miod Vallat |
2013-10-09 | Various fixes to make kiic(4) work on my G5s. | Martin Pieuchot |
2013-10-09 | Initialize ns_per_tick as soon as we have read the timebase from the | Martin Pieuchot |
2013-10-09 | Trim leading white space from the message before trying to extract | Todd C. Miller |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2013-10-09 | tweak previous; | Jason McIntyre |
2013-10-09 | shorten output; ok henning phessler | Theo de Raadt |
2013-10-09 | Fix a possible mbuf leak, from NetBSD via Loganaden Velvindron. | Martin Pieuchot |
2013-10-09 | Include the 'state of health' field in the bbu ok sensor value. | Jonathan Matthew |
2013-10-09 | Introduce in_ifdetach() a function to remove all the IPv4 addresses | Martin Pieuchot |
2013-10-09 | Don't leak ruleitems from match rules when hitting a per-rule max state limit. | Camiel Dobbelaar |
2013-10-09 | Move the (commented out) syslog directive above the error_log lines. | Paul de Weerd |
2013-10-09 | Allow us to bulk add / delete routes with the same attributes. Really | Peter Hessler |
2013-10-09 | Make sure that pfctl_state_store() frees the inbuf pointer and closes | Lawrence Teo |
2013-10-09 | Use monitor/mwait to idle when available. Make cpu_unidle() do nothing | Philip Guenther |
2013-10-08 | Early stages of a working disk bootloader for OpenBSD/aviion. | Miod Vallat |
2013-10-08 | Try to be a bit more cross-compile friendly. | Miod Vallat |
2013-10-08 | all the chips rings are protected by a single mutex, which is used in both | David Gwynne |
2013-10-08 | backwards compatibility is king, and will remain king, until 2038. | Reyk Floeter |
2013-10-08 | set xs->resid to 0 on successful command completion. makes things work. | David Gwynne |
2013-10-08 | ring producers and consumers are 32bit counters, while the ring | David Gwynne |
2013-10-08 | Keep disk sector calcuations in u_int64_t as long as possible, and | Kenneth R Westerback |
2013-10-08 | basic manpage for a basic driver | David Gwynne |
2013-10-08 | Increase the size of the Diffie-Hellman groups requested for a each symmetric | Darren Tucker |
2013-10-08 | vmwpvs(4), a driver for VMware Paravirtual SCSI things in vmware guests. | David Gwynne |
2013-10-08 | Reference mi_syscall() and mi_syscall_return() and syscall_mi.h | Philip Guenther |
2013-10-08 | 1) our dirent entries are now 8 byte aligned. | Philip Guenther |
2013-10-08 | Fix delivery of SIGPROF and SIGVTALRM to threaded processes by having | Philip Guenther |
2013-10-08 | If a thread sends a signal to its own process, then have that thread | Philip Guenther |
2013-10-08 | POSIX specifies that when the pax input file requests a hardlink | Philip Guenther |
2013-10-08 | Obtain the uptime of the running system using the new CLOCK_UPTIME, | Philip Guenther |
2013-10-07 | Printf size_t vars with %zu, not %ld; | Ingo Schwarze |
2013-10-07 | disk sizes, partition sizes and partition offsets are u_int64_t | Kenneth R Westerback |
2013-10-07 | Say 'fragments' where fragments are meant. Divide by DEV_BSIZE | Kenneth R Westerback |
2013-10-07 | Have platform->bootstrap() return the machine speed in MHz, which is used to | Miod Vallat |
2013-10-07 | Put the kernel VBR page at the beginning of the kernel text, as done on | Miod Vallat |
2013-10-07 | Split the 64-bit interrupt source mask code into two 32-bit `interrupt' and | Miod Vallat |