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