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