Age | Commit message (Expand) | Author |
2017-06-29 | Move <fcntl.h> to its alphabetic spot and add __dead attribute to usage() | Theo Buehler |
2017-06-28 | remove a contradictory sentence (see dhcp-options(5)) which claims | Jason McIntyre |
2017-06-28 | whitespace fixes, from Rob Pierce and me | Sebastian Benoit |
2017-06-28 | usage() gets __dead attribute, from Rob Pierce | Sebastian Benoit |
2017-06-27 | Hoist some privileged code in preparation for future work. | Sebastian Benoit |
2017-06-27 | move a global into local context; from rob pierce | Theo de Raadt |
2017-06-26 | don't print the WELLKNOWN string for unknown well-known communities | Peter Hessler |
2017-06-26 | let admins set an unknown well-known community | Peter Hessler |
2017-06-26 | add support for the "graceful shutdown" well-known community as described | Peter Hessler |
2017-06-26 | allow setting localpref to 0 | Peter Hessler |
2017-06-22 | Close file descriptor on an exit path. | Frederic Cambus |
2017-06-22 | Generate the newbsd: and install-update: targets here, rather than | Theo de Raadt |
2017-06-20 | trim more error messages | Marc Espie |
2017-06-20 | Revert a previous commit that increased the virtio queue size since it | Mike Larkin |
2017-06-19 | Import route priority support from ospfd to ospf6d. | friehm |
2017-06-19 | delete accidental blank line | Theo de Raadt |
2017-06-19 | fix descriptor leak in the smtp congestion mechanism | Gilles Chehade |
2017-06-19 | port the RBT code to userland by making it part of libc. | David Gwynne |
2017-06-18 | update log.c in ifstated to the same used in bgpd etc. | Sebastian Benoit |
2017-06-17 | Since WSFONT_NAME_SIZE was switched from 16 to 32, account for the | Frederic Cambus |
2017-06-16 | mark files as BUILDFIRST, or write explicit dependencies, so that most | Marc Espie |
2017-06-16 | PCI Express extendeded capability 0x1c is LN Requester according to the | Jonathan Gray |
2017-06-15 | We do not support iso7 nor pcvt encoding, so remove macro definitions | Frederic Cambus |
2017-06-14 | Don't support loading appletalk addresses from /etc/appletalk.names. | Michal Mazurek |
2017-06-14 | Remove main() prototype and unused envp argument. | anton |
2017-06-13 | Initialize the length parameter for radius_get_vs_raw_attr() since | YASUOKA Masahiko |
2017-06-12 | Use unlinkat() when removing the contents of a directory so we don't | Todd C. Miller |
2017-06-12 | destroy lint remnants. | Marc Espie |
2017-06-12 | device path should be PATH_MAX. Any NAME_MAX without +1 is suspect | Theo de Raadt |
2017-06-11 | missing .Fn markup for main(); found with mandoc -Tlint | Ingo Schwarze |
2017-06-10 | Fix broken escaping: "\." is almost never what you want; found with | Ingo Schwarze |
2017-06-10 | Don't describe AppleTalk's output format and bugs. | Michal Mazurek |
2017-06-09 | mention that the config file is created at first run, since it doesn't | Ted Unangst |
2017-06-09 | If we receive a router solicitation with a source link-layer address | Florian Obser |
2017-06-09 | Drop uneeded return from rollback_patch(). | Antoine Jacoutot |
2017-06-09 | /etc/mtree/BSD.x11.dist is part of base, not X; so check for | Antoine Jacoutot |
2017-06-08 | update permissions info to match recent changes | Todd C. Miller |
2017-06-08 | Add logging for when we find a non-file in the at spool that was | Todd C. Miller |
2017-06-08 | Invoke openssl with -passin file rather than -key in ca_revoke(). | Jonathan Gray |
2017-06-07 | In cron(8), require that crontab and at files in the spool be owned | Todd C. Miller |
2017-06-07 | vmctl: change default "vmctl console" (cu) baud rate to 115200. Not | Mike Larkin |
2017-06-07 | When running at jobs, open the at spool and use the directory fd | Todd C. Miller |
2017-06-07 | vmd: Implement simulated baudrate support in the ns8250 module. The | Mike Larkin |
2017-06-07 | vmd: properly advertise 640k base memory, not 636k. That was a holdover | Mike Larkin |
2017-06-07 | reword "listen on socket" somewhat; ok gilles | Jason McIntyre |
2017-06-05 | Set the group on cron's Unix domain socket _before_ making it | Todd C. Miller |
2017-06-04 | Malloc the superblock buffer to make sure that it is properly aligned. | Christian Weisgerber |
2017-06-03 | config -e mode should match our other policies which ensure og-rwx /bsd. | Theo de Raadt |
2017-06-03 | Move slaacd to /sbin | Florian Obser |
2017-06-01 | Revert 1.16 ("add a workaround for the rebound portjacking hijinks"), | Stuart Henderson |