summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-18Make grid_clear_cell set up the entry properly for 256 and RGB cells.Nicholas Marriott
2016-10-18adjust after the ordering was made well-defined in mandocdb.c rev. 1.180Ingo Schwarze
2016-10-18Fix a comment: We don't have manpath(1). No code change.Ingo Schwarze
2016-10-18Simplify and correct support for reproducible builds, such that databaseIngo Schwarze
2016-10-18when openbsd.randomdata was made readonly, the proto seed copy got doneTheo de Raadt
2016-10-18split pf_send_tcp() into the part that builds the mbuf and the actualHenning Brauer
2016-10-18Tweak a couple of log statements.Nicholas Marriott
2016-10-18Avoid generate SIGTTOU when restoring the terminal mode. If we getTodd C. Miller
2016-10-18Install a signal handler for tty-generated signals and wait for theTodd C. Miller
2016-10-18Use "continue;" instead of a bare ";" in the for() loop exampleTodd C. Miller
2016-10-18The variable dlen is always positive and d may be negative. SoAlexander Bluhm
2016-10-18The checksum of a ICMP "need to frag" packet for TCP was wrong whenAlexander Bluhm
2016-10-18Place splsoftnet() in route_input() to shut up splassert warningsAlexander Bluhm
2016-10-18Rewrite the kern.malloc.kmemstat in the same style as previous. This one doesOtto Moerbeek
2016-10-18spelling:Theo Buehler
2016-10-18Give each item on queue a name for better logging.Nicholas Marriott
2016-10-18Zero dirty count after flushing.Nicholas Marriott
2016-10-18Store the right size in the pipe offset for pipe-pane.Nicholas Marriott
2016-10-18typo fix and zap some trailing eol whitespace;Jason McIntyre
2016-10-18When the guest OS gets a zero MAC address on a network interface, it shouldReyk Floeter
2016-10-18Swap 'make cleandir' and 'make includes' for real.Theo Buehler
2016-10-18Delete remnants of "traptrace" supportPhilip Guenther
2016-10-17test .Bl -tag without -width;Ingo Schwarze
2016-10-17simplify implementation of the '$' command, no functional change;Ingo Schwarze
2016-10-17resolve code duplication in domove() for the commands: b B w WIngo Schwarze
2016-10-17No need to inspect LC_CTYPE:Ingo Schwarze
2016-10-17Make sure the cursor goes to the first byte of a UTF-8 characterIngo Schwarze
2016-10-17Add the option to specify an interface group per virtual switch as well;Reyk Floeter
2016-10-17unused variablesMartin Natano
2016-10-17Remove apple ufs bits.Martin Natano
2016-10-17Tweak /etc/ldap/certs/ FILES entry.Jeremie Courreges-Anglas
2016-10-17makefs doesn't care about quotas.Martin Natano
2016-10-17In FILES mention /etc/ldapd.conf first, then /etc/ldap/ entriesJeremie Courreges-Anglas
2016-10-17Dedup ffs_extern.h.Martin Natano
2016-10-17Fix a few mistakes and add a FILES entry for /etc/ldap/certsJeremie Courreges-Anglas
2016-10-17Remove the artificial maximum number of unix domain sockets inAlexander Bluhm
2016-10-17Use strtoull() to read the datapath id and expect "datapath" instead ofRafael Zalamena
2016-10-17Remove some more unused cd9660 options.Martin Natano
2016-10-17Remove cd9660's archimedes option, we won't need RISC OS metadata on ourMartin Natano
2016-10-17Remove "feature" defines. This code won't try to be portable when we areMartin Natano
2016-10-17Remove the -d option.Martin Natano
2016-10-17R option doesn't compact memory at all; flags are not only useful forOtto Moerbeek
2016-10-17Everything in ffs_bswap.c is unused.Martin Natano
2016-10-17If BN_div_word() fails (by returning (BN_ULONG)-1) or if the divisionPhilip Guenther
2016-10-17/var/tmp -> /tmpLawrence Teo
2016-10-17Add missing argument names for pcap_offline_filter.Lawrence Teo
2016-10-17"send/received" -> "sent/received"Lawrence Teo
2016-10-17mechanical rename of vnode to mkfsvnode and buf to mkfsbuf to avoidTed Unangst
2016-10-17Only a few apple-specific bits are needed by eltorito, so copy them local.Theo de Raadt
2016-10-16we're not going to be using kauth_credsTed Unangst