summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-24Fix inverted condition in previous.Mark Kettenis
2015-11-24no mlink for ctlname; ok schwarzeJason McIntyre
2015-11-24Correct file name, no text change (no history yet, but sorry for the churn).Ingo Schwarze
2015-11-24fix an error in the text; from donald allenJason McIntyre
2015-11-24fix an error in NAME; ok schwarzeJason McIntyre
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24repair lseeks, from RicardoTed Unangst
2015-11-24You need <netinet/ip.h> if you use "struct ip" for hw checksum.Martin Pieuchot
2015-11-24Merge three #ifdef _KERNEL blocks into one.Martin Pieuchot
2015-11-24syncTheo de Raadt
2015-11-24No need for "vlan.h" if you don't check for "#if NVLAN > 0".Martin Pieuchot
2015-11-24No need for <net/ethertypes.h> it is part of <netinet/if_ether.h>Martin Pieuchot
2015-11-24missing NAME entry;Jason McIntyre
2015-11-24update NAME;Jason McIntyre
2015-11-24two missing NAME entries;Jason McIntyre
2015-11-24No need to include <net/if_arp.h>Martin Pieuchot
2015-11-24No need for <net/if_types.h>Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-11-24Update the other documentation to match the new filec default.Anthony J. Bentley
2015-11-24in art_insert, if at_default on the first table is set then return theDavid Gwynne
2015-11-24no need for zsc mlink now;Jason McIntyre
2015-11-24No need to include <net/if_types.h> for <net/if_vlan_var.h>Martin Pieuchot
2015-11-24remove unused test when handling of -U optionAlexandre Ratchov
2015-11-24Provide art_free(), a method to release unused routing table heads.Martin Pieuchot
2015-11-24Double the delay between the PHY reset and the status check forMartin Pieuchot
2015-11-24Fix confusion between SIO_xxx and MIO_xxx options (copy & paste error).Alexandre Ratchov
2015-11-24Turn on filename tab completion in vi by default.Anthony J. Bentley
2015-11-24realloc* is designed so that NULL pointer = malloc. Ditch redundant codeMarc Espie
2015-11-24zap useless use of strlen, okay reyk@ mlarkin@Marc Espie
2015-11-24fix tx ring accounting in myx_start.David Gwynne
2015-11-24Don't allow options in table without scope set.Nicholas Marriott
2015-11-24Document that these functions are now in strings.h.Daniel Dickman
2015-11-24Don't loop forever trying to handle NP faults in certain failure cases.Mike Larkin
2015-11-24Don't fake a bulleted list by prefixing items with 'o'.Anthony J. Bentley
2015-11-24add filter.c plumbing, not linked to the build, not used yetGilles Chehade
2015-11-24regenDaniel Dickman
2015-11-24Add some intel 6th gen and 100 series ids.Daniel Dickman
2015-11-24teach table_db and table_static about mailaddr maps (unused yet)Gilles Chehade
2015-11-24Don't support repeated connections - avoids pledge problemsBob Beck
2015-11-24add some more tail tests, from Martijn van DurenTed Unangst
2015-11-24syncTheo de Raadt
2015-11-24In 1995, all of the games were setuid games. At end of 1996, I took them allTheo de Raadt
2015-11-24change score file name to .cfscores so it's not taking up valuable spaceTed Unangst
2015-11-24move score files to home directory and drop setgid. from Ricardo MestreTed Unangst
2015-11-24Need 'cpath' for op == EDITOR, as '-F' to write out the ascii label inKenneth R Westerback
2015-11-24Cache values from getpwnam() done at initialization, which need to beTheo de Raadt
2015-11-24pledge "stdio rpath wpath disklabel proc exec" throughout, afterTheo de Raadt
2015-11-24use canonical pledge argument orderingTheo de Raadt
2015-11-24missing pledge "getpw"Theo de Raadt
2015-11-24missing pledge "getpw"Theo de Raadt