summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-07reorg pcc tree; requested by and ok deraadt@; ok ragge@Otto Moerbeek
2007-10-07mention the LPC bridge part.Marc Balmer
2007-10-07trash $Header goo which is just annoying; 5595Theo de Raadt
2007-10-07Print CAS latency for DDR/DDR2.Jonathan Gray
2007-10-07Make sure nfsrv_v2errmap[] really contains ELAST initialized values.Miod Vallat
2007-10-07mention amdpcib(4) and glxpcib(4)Marc Balmer
2007-10-07mention amdpcib(4) and glxpcib(4).Marc Balmer
2007-10-07manual page for an upcoming driver.Marc Balmer
2007-10-07delete ugly $Header stuff; pr 5595Theo de Raadt
2007-10-07Port of Nicolas Joly, Paul Goyette & Tobias Nygren'sJonathan Gray
2007-10-07add support for scanning the spdmem range of addresses, using a differentTheo de Raadt
2007-10-07Add support for the PCI-ISA bridge, timecounter, and watchdog timerMarc Balmer
2007-10-07add SSH_AUTH_SOCK to env_keep.Steven Mestdagh
2007-10-07Typo, from Mark PeoplesBjorn Sandell
2007-10-07From master repo:Anders Magnusson
2007-10-06Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal,Kenneth R Westerback
2007-10-06Some archs used memset() rather than bzero(). So duplicate diffKenneth R Westerback
2007-10-06add WRKOBJDIR to default env_keep to help 'make fake' in ports.Stuart Henderson
2007-10-06Use db_printf instead of printf, to prevent problems with lockingMark Kettenis
2007-10-06replace realloc/memset/pointer-arithmetic with recalloc; ok millert@ ray@ espie@Constantine A. Murenin
2007-10-06Another NPBFILTER comment typo.Jonathan Gray
2007-10-06Allow the various pf table actions to operate independently. For example,Chris Kuethe
2007-10-06Provide <machine/lock.h> on hppa64 too.Mark Kettenis
2007-10-06Simple single-processor only mutex implementation; cloned from hppa.Mark Kettenis
2007-10-06NPBFILTER -> NBPFILTER in comments.Jonathan Gray
2007-10-06From master repo:Anders Magnusson
2007-10-06Remove unused variable.Mark Kettenis
2007-10-06From master repo:Anders Magnusson
2007-10-06_Bool is also a type, don't discrimnate against it; ok ragge@Otto Moerbeek
2007-10-06replace abort() by return (-1)Charles Longeau
2007-10-06Oops, committed this with a typo, which made it do not quite the right thing.Mark Kettenis
2007-10-06finish loop as soon as the ldconfig search directories have been found.Steven Mestdagh
2007-10-06Rename bus_space macros. ISA_GET/PUT -> CSR_READ/WRITEBrad Smith
2007-10-06syncTheo de Raadt
2007-10-06Oops. Forgot to do FREE -> free when I did MALLOC -> malloc.Kenneth R Westerback
2007-10-05gilles missed one of the __attribute__((__packed__)) here inJonathan Gray
2007-10-05add a 2.5 Gbps fiber media type.Brad Smith
2007-10-05strcspn() changeGilles Chehade
2007-10-05typoOtto Moerbeek
2007-10-05stylistic changes in the relay/relay_config structure.Reyk Floeter
2007-10-05basic tests now work, including those that should failOtto Moerbeek
2007-10-05typoOtto Moerbeek
2007-10-05work in obj dirOtto Moerbeek
2007-10-05more regress scaffoldingOtto Moerbeek
2007-10-05MALLOC/FREE -> malloc/free + M_ZERO.Thordur I. Bjornsson
2007-10-05fix by actually using pccOtto Moerbeek
2007-10-05From master repository log:Anders Magnusson
2007-10-05cast to an intReyk Floeter
2007-10-05using an enum in the imsg_hdr is gross, use a fixed u_int16_t insteadReyk Floeter
2007-10-05unbreak non-SSL relays by calling the ssl context init only if the SSLReyk Floeter