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