Age | Commit message (Expand) | Author |
2012-09-12 | add another ASIX AX88772B device | joshua stein |
2012-09-12 | reword a bit | Gilles Chehade |
2012-09-12 | - document that aliases lookups are folded to lowercase | Gilles Chehade |
2012-09-12 | missed a word :-) | Gilles Chehade |
2012-09-12 | - e-mail -> email , as discussed with jmc@ on aliases(5) | Gilles Chehade |
2012-09-12 | - reword paragraph on ~/.forward permissions | Gilles Chehade |
2012-09-12 | after a bit of discussion we decided to remove these for now, we'll | Gilles Chehade |
2012-09-12 | - we lacked man pages for the aliases and forward file formats rewrote from | Gilles Chehade |
2012-09-12 | Define empty CDIAGFLAGS for programs that use Werror. | Christiano F. Haesbaert |
2012-09-12 | Fix a race condition which would cause segfault due to the kernel | Christiano F. Haesbaert |
2012-09-12 | Use sg_addr instead of sg_lo_addr, leftovers from last commit. | Christiano F. Haesbaert |
2012-09-12 | Make sure we don't sleep on autoconf. | Christiano F. Haesbaert |
2012-09-12 | bgpctl bits for the GR support added to bgpd. | Claudio Jeker |
2012-09-12 | Better graceful restart support (implementing more then just the EoR record). | Claudio Jeker |
2012-09-11 | pthread_sigmask() doesn't require <pthread.h>, only <signal.h>. | Matthew Dempsky |
2012-09-11 | prevent detection of bogus libraries | Marc Espie |
2012-09-11 | - simplify scheduler_compute_schedule by making it a quadratic delaying. | Gilles Chehade |
2012-09-11 | sync | Theo de Raadt |
2012-09-11 | Cope with PIE, if it is enabled. Note that this has not been completely | Theo de Raadt |
2012-09-11 | Cope with PIE, if it is enabled | Theo de Raadt |
2012-09-11 | Initialize fd correctly. This fixes a lot of problems. | Eric Faurot |
2012-09-11 | Support FTDI FT2232H. This has a new base clock rate, different divisor, | Theo de Raadt |
2012-09-11 | Add -nopie to the linker flags. | Mark Kettenis |
2012-09-11 | Remove the 'OLF method' used for the transition from a.out to ELF and | Theo de Raadt |
2012-09-11 | remove the session entry from the search tree when it's dead. | Eric Faurot |
2012-09-11 | log the process name and place when calling fatal(). | Eric Faurot |
2012-09-11 | Rework the scheduler internals. Fix some scheduling loop issues and | Eric Faurot |
2012-09-11 | Check that the host supports GET_SPEED as well as GET_VERSION before deciding | Darren Tucker |
2012-09-11 | sh can move to PIE, for better or worse. maybe it becomes slower, maybe | Theo de Raadt |
2012-09-10 | turn sparc miniroot into a proper ramdisk (thereby removing the last | Theo de Raadt |
2012-09-10 | we need a fakeramdisk, like on sparc64 | Theo de Raadt |
2012-09-10 | compile as much as possible on the install media with -fno-stack-protector. | Theo de Raadt |
2012-09-10 | nasty typo. | Eric Faurot |
2012-09-10 | Only keep track of the bio(4) cookie, not an entire bio_locate struct. | Joel Sing |
2012-09-10 | Cleanup VFS mount string handling: | Joel Sing |
2012-09-10 | autoconf is not the right place to sleep; noticed by haesbaert | Mike Belopuhov |
2012-09-10 | drop the unencrypted packets when the MPPE is required. This was | YASUOKA Masahiko |
2012-09-10 | add missing the congestion indicator code on IPv6 path. | YASUOKA Masahiko |
2012-09-10 | The gcc-sh-register-allocator bug may never be fixed. When we move to | Theo de Raadt |
2012-09-10 | sync | Theo de Raadt |
2012-09-10 | Bring into compliance with POSIX, exposing just the specified bits. | Philip Guenthe |
2012-09-10 | sync | Theo de Raadt |
2012-09-10 | compat_o48_sys_getdirentries can die; ok guenther | Theo de Raadt |
2012-09-10 | delete compat_o48_sys_getdirentries; ok guenther | Theo de Raadt |
2012-09-10 | use -Ocheck and waiting for completions by PID to make multiplexing test | Darren Tucker |
2012-09-10 | fake a sigwinch after each job, so if the terminal changes size, | Ted Unangst |
2012-09-10 | Log -O cmd output to the log file and make logging consistent with the other | Darren Tucker |
2012-09-09 | Use "unsigned int" instead of BSD "u_int" in <util.h> so that it can | Matthew Dempsky |
2012-09-09 | tweak options | Eric Faurot |
2012-09-09 | Set use_collect2 on m88k. Fixes the lib/csu/init_priority regress test. | Miod Vallat |