Age | Commit message (Expand) | Author |
2016-10-24 | augment the scsi_probe handler so it tries to query the sas dev pg 0 | David Gwynne |
2016-10-24 | Remove dead breaks, found via opencoverage.net. ok deraadt@ | Darren Tucker |
2016-10-23 | Improved parameter handling in wsmouse and new ioctls for reading and | Ulf Brosziewski |
2016-10-23 | Factor out "can bind to low ports" check into its own function. This will make | Darren Tucker |
2016-10-23 | Remove sunxi board IDs. | Mark Kettenis |
2016-10-23 | De-platformize sunxi. This removes the board initialization code that sets up | Mark Kettenis |
2016-10-23 | fix lgamma test on i386 and use symbolic constant; ok martynas@ | Otto Moerbeek |
2016-10-23 | For -d, if there is no modifier, don't go down the "longformat" path. | Mark Kettenis |
2016-10-23 | zap trailing whitespace; | Jason McIntyre |
2016-10-23 | unbreak by fixing obvious pastos | Christian Weisgerber |
2016-10-23 | add !!= | Marc Espie |
2016-10-23 | Only attach on sun4i and sun5i. The timer implemented on later SoCs lacks | Mark Kettenis |
2016-10-23 | Don't free mbuf on error during swofp_flow_entry_put_instructions() parse, | Rafael Zalamena |
2016-10-23 | No verbose flag for cd9660. | Martin Natano |
2016-10-23 | Remove the msdos no_create option. | Martin Natano |
2016-10-23 | Remove cd9660's keep-bad-images option. | Martin Natano |
2016-10-23 | Remove short option names for -o. | Martin Natano |
2016-10-23 | Exit autoinstall in case of missing / or duplicate mountpoints. | Robert Peichaer |
2016-10-23 | stop disabling the external pl310 l2 cache on pandaboard | Jonathan Gray |
2016-10-23 | handle non-INET6 kernels in some way | Theo de Raadt |
2016-10-23 | dns hijacking must be af specific. move it into the port check function, | Ted Unangst |
2016-10-23 | listen on inet6 sockets as well. we need this because stolen inet6 sockets | Ted Unangst |
2016-10-22 | Dedup msdosfs/{bootsect.h,bpb.h}. | Martin Natano |
2016-10-22 | Teach tcpdump(8) how to read OpenFlow packets. This initial implementation | Rafael Zalamena |
2016-10-22 | -#include <stdbool.h> | Martin Natano |
2016-10-22 | various cleanup; ok natano | Jason McIntyre |
2016-10-22 | Get rid of remaining FFS byteswap function stubs. | Martin Natano |
2016-10-22 | More "debug" code that has to go. | Martin Natano |
2016-10-22 | $OpenBSD$ | Theo Buehler |
2016-10-22 | Clean up timestamp handling code to be less confusing. | Martin Natano |
2016-10-22 | When checking ownership and modes of files in /var/mail/, | Ingo Schwarze |
2016-10-22 | Remove huge amounts of debug code, that make the code nearly unreadable. | Martin Natano |
2016-10-22 | If an Access Flag fault happens while we were running the kernel and | Patrick Wildt |
2016-10-22 | s/panic/errx/ This is userland. | Martin Natano |
2016-10-22 | Include our own <ufs/ufs/dinode.h>, <ufs/ufs/dir.h> and <ufs/ffs/fs.h> | Martin Natano |
2016-10-22 | Attach sxitimer(4) using the fdt. | Mark Kettenis |
2016-10-22 | - fix MALLOC_STATS compile | Otto Moerbeek |
2016-10-22 | Stop setting MIIF_AUTOTSLEEP in sxie(4) | Jonathan Gray |
2016-10-22 | Remove unused code for 4.3BSD format filesystems. | Martin Natano |
2016-10-22 | Use deterministic pseudo-random numbers when the -T flag is used; for | Martin Natano |
2016-10-22 | cast off_t and uint64_t for printf(3) | Ingo Schwarze |
2016-10-22 | Avoid writing pointers to the disk (image). | Martin Natano |
2016-10-22 | Factor out pr->ps_vmspace into a local variable for fill_kproc() | Philip Guenther |
2016-10-22 | string terminators are called NUL, not NULL | Theo de Raadt |
2016-10-22 | Fix copy-pasto in comment; from Rob Pierce (rob (at) 2keys.ca) | Philip Guenther |
2016-10-22 | Adjust allocpid() to take into account lastpid | Philip Guenther |
2016-10-22 | Delete dead copy of pr->ps_vmspace; uvmspace_exec() can change it anyway | Philip Guenther |
2016-10-21 | Stop setting MIIF_AUTOTSLEEP in fec(4) | Jonathan Gray |
2016-10-21 | tag large constants as ULL to fix the build of switch(4) on ILP32 archs | Jonathan Gray |
2016-10-21 | Add support for the ACPI timer opcode. | Joris Vink |