summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-01-19partially re-instate previous; requested by deraadtJason McIntyre
2013-01-19better description of O_CLOEXEC; from russellJason McIntyre
2013-01-19be more explicit about default file locations; ok krwJason McIntyre
2013-01-19fix some formatting; ok djmJason McIntyre
2013-01-18Convert softraid crypto to the new ccb and workunit completion functions.Joel Sing
2013-01-18The workunit completion needs to run at IPL_BIO, at least for now.Joel Sing
2013-01-18syncTodd T. Fries
2013-01-18command-line (adj.) -> command line (n.);Jason McIntyre
2013-01-18tweak -L; ok krwJason McIntyre
2013-01-18much faster -E: try a sneak peek at the 'raw' contents file.Marc Espie
2013-01-18typosMiod Vallat
2013-01-18fix bogus dependencies, and allow mkdep to runMarc Espie
2013-01-18move lock down: we don't really need to lock to match the directoryMarc Espie
2013-01-18Relax the restriction on sending frames to trunk(4) members to allow BPF writes.Stuart Henderson
2013-01-18Convert softraid RAID 0 to new workunit completion functionsJoel Sing
2013-01-18Fix the makefile so it works on other architectures.Joel Sing