summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-29Nuke undocumented long-deprecated and/or unsupported leaseKenneth R Westerback
2017-06-29kill RCSID macros; discussed with millertTheo de Raadt
2017-06-29Put asm-generated strings into .rodataTheo de Raadt
2017-06-29put SYSTEM_SWAP_DEP out of its misery, it died in 1997, along with config.oldMarc Espie
2017-06-29Increase the input line buffer to 4096 bytes.Martijn van Duren
2017-06-29Skip whitespace at the beginning of eqn(7) nodes,Ingo Schwarze
2017-06-29Mention TIOCSTAT in tty(4).anton
2017-06-29some kernel relink bits, tweaked by deraadt;Jason McIntyre
2017-06-29warn about some non-portable idioms in .Bl -column;Ingo Schwarze
2017-06-29delete_addresses(), interface_status(), addressinuse(),Kenneth R Westerback
2017-06-29Clarify that .Ta as a line macro is a portability problem,Ingo Schwarze
2017-06-290xd4d4d4d4 is a useful 'trap instruction' on arm64, but not on arm32.Theo de Raadt
2017-06-29Always use the maximum permissible frame size for Rx size limit.Visa Hankala
2017-06-29Move <fcntl.h> to its alphabetic spot and add __dead attribute to usage()Theo Buehler
2017-06-29add some comments, no functional changeMike Larkin
2017-06-29suppress local symbols in mptramp. Matches a similar diff inMike Larkin
2017-06-29suppress local symbols in mptramp. Matches a similar diff inMike Larkin
2017-06-29Remove a block of "#if 0" code that has been in the file since r1.1, 13Mike Larkin
2017-06-29Remove an "#if 1" that had been in the code for 16 years. I think it'sMike Larkin
2017-06-29spelling fix; from greg lehey, freebsd r320427;Jason McIntyre
2017-06-29hide some locore0 symbols that are only used inside locore0.Mike Larkin
2017-06-29TEMPORARILY disable gap compilation, until lld is fixed/updated toTheo de Raadt
2017-06-29Fix incorrectly swapped labels of left/right arrows.Anthony J. Bentley
2017-06-29Switch TIOCSTAT to _IO(). Two decades ago it was mistakenly defined toTheo de Raadt
2017-06-29Due to risks known for decades, TIOCSTI now performs no action, and simplyTheo de Raadt
2017-06-29set c.c_maxrxlen to something. apparently lost a line somewhere.Ted Unangst
2017-06-29take const off the timeval argument in the pending functions.David Gwynne
2017-06-28Introduce a simple mechanism to select the appropriate queue managerMike Belopuhov
2017-06-28Tighten up FQ-CoDel vs HFSC checksMike Belopuhov
2017-06-28Provide pf queue manager APIMike Belopuhov
2017-06-28Extend pf queueing ops to include queue manager hooksMike Belopuhov
2017-06-28hfsc.c should depend on pf instead of inetMike Belopuhov
2017-06-28reinstate .El removed in previous;Jason McIntyre
2017-06-28Test for file from stdin.Nicholas Marriott
2017-06-28Fix stdin file read support, accidentally broken in my last commit.Bryan Steele
2017-06-28Only pass required fields of interface_info to priv_* functionsKenneth R Westerback
2017-06-28delete_route() doesn't need any info from its struct interface_infoKenneth R Westerback
2017-06-28remove excess #includeTheo de Raadt
2017-06-28perform an initial pledge very early on, and drop tzset to later.Theo de Raadt
2017-06-28resolv_conf_priority() is a function local to kroute.c, noKenneth R Westerback
2017-06-28Add regression tests for mail.anton
2017-06-28Replace usage of TIOCSTI in mail while editing headers using a more commonanton
2017-06-28Remove the nonsensical "-s - -" in the third example; quirk reportedIngo Schwarze
2017-06-28Stop trying to clean up addresses, routes and "-L" fileKenneth R Westerback
2017-06-28remove a contradictory sentence (see dhcp-options(5)) which claimsJason McIntyre
2017-06-28Simplify file(1) by removing the no longer necessary parent/child separationBryan Steele
2017-06-28.init stub creation doesn't need a jmp + .align to reach a branch target,Theo de Raadt
2017-06-28Consistently use socket(..., AF_INET) for routingKenneth R Westerback
2017-06-28fix incomplete handling of roff(7) nodes in man(7) block next-line scope;Ingo Schwarze
2017-06-28Be consistent and always use socket(..., SOCK_DGRAM, ...) forKenneth R Westerback