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