summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-25the myx_dmamem struct doesnt need a name.David Gwynne
2013-01-24Fix unused local and missing initializer warnings.Miod Vallat
2013-01-24skip serial lookup when cert's serial number is zeroDamien Miller
2013-01-24fix handling of (unused) KRL signatures; skip string in correct bufferDamien Miller
2013-01-24Get rid of a few warnings by pouring prototypes and punctuation.Miod Vallat
2013-01-24Even if there's no special seclevel required in snmpd.conf, we have toGerhard Roth
2013-01-24typo in #includeGiovanni Bechis
2013-01-24Oops, due to the way return from system calls work, we can not use a delayMiod Vallat
2013-01-23m88k_expand_prologue(): add a REG_MAYBE_DEAD note to the insns loading theMiod Vallat
2013-01-23ARMv7 doesn't support the atomic SWP instruction anymore. Use the atomicPatrick Wildt
2013-01-23Add instruction fault register functions, which will be needed for furtherPatrick Wildt
2013-01-23give this a chance to work after make objMiod Vallat
2013-01-23bits for an m68k ELF ld.so, to be used soon. Lazy resolver wrapper borrowed fromMiod Vallat
2013-01-23Cache flush .plt after updating its pointers to .got during the initialMiod Vallat
2013-01-23The kernel sources mention that the system call entry point is trap #450; theMiod Vallat
2013-01-23Change interface and span interface lists from LIST to TAILQ.Camiel Dobbelaar
2013-01-22pull the guts of bus_space_barrier into the inline function in the header.David Gwynne
2013-01-22Only send a single CRLF between chunks. A second CRLF seemed to beReyk Floeter
2013-01-22Whitespace nit. Better error messages.Kenneth R Westerback
2013-01-21syncTodd T. Fries
2013-01-21Add ssl tests for https chunked and https contentlength over relayd.Alexander Bluhm
2013-01-21Stop hiding when this is failing - make this as obvious as it isBob Beck
2013-01-21Use jmp, not jsr, to jump through registers. Doh!Miod Vallat
2013-01-21Correctly define RELOC_JMP_SLOT on m88k. While there, remove the old sparcMiod Vallat
2013-01-21Only the mpcpcibus driver is actually using these structures so merge themMartin Pieuchot
2013-01-21Remove old functions to access MPC106 registers. Only one of them was usedMartin Pieuchot
2013-01-21No need to include pcibrvar.hMartin Pieuchot
2013-01-21Remove unused variable, leftover from rev 1.36.Martin Pieuchot
2013-01-21Split AHCI in order to support devices which are not attached via pci.Patrick Wildt
2013-01-21revert the tweak part of the last commit which, apart from theAlexander Hall
2013-01-21myx does reads and writes in one direction to packet buffers. lets tryDavid Gwynne
2013-01-20A first cut at ld.so bits for m88k. Lazy binding is currently disabled as itMiod Vallat
2013-01-20Fix PIC_LOAD and PIC_STORE macros to really access the variable, instead ofMiod Vallat
2013-01-20Enable multilib to build -fpic and -fPIC versions of libgcc.a, in addition toMiod Vallat
2013-01-20Generate linker scripts for shared libraries. Force padding sections aroundMiod Vallat
2013-01-20Rewrite. This is heavily based upon elf32-m68k.c, with a few things borrowedMiod Vallat
2013-01-20Implement tc_fix_adjustable() on ELF, and use it to prevent #got_relMiod Vallat
2013-01-20Make pf TCP sequence number tracking less strict by one octet forAlexander Bluhm
2013-01-20Properly handle "%%" and "%N" where N is not a supported escape.Todd C. Miller
2013-01-20PIC-related code should follow the #ifdef __PIC__ line, not the #else line.Miod Vallat
2013-01-20Fix backslash escaping during filename tab-completion in ksh.Stefan Sperling
2013-01-20remove obsolete BUGS (cmp is not run internally); ok ottoJason McIntyre
2013-01-20Add viomb(4).Brad Smith
2013-01-20Define HAVE_GETPWNAM_R and HAVE_STDINT_H to match reality.Miod Vallat
2013-01-20Backport two fixes for amd64 from binutils 2.16.Brad Smith
2013-01-19Document F_DUPFD_CLOEXEC; adapted from FreeBSDTodd C. Miller
2013-01-19Don't spin in ttgetc when stdin is lost (found by benno@).Florian Obser
2013-01-19Do not divide by zero in _dl_findhint() if there is a valid hints file butMiod Vallat
2013-01-19fix build with gcc 2Miod Vallat
2013-01-19RB_INSERT does not remove existing elments; ok djm@Markus Friedl