Age | Commit message (Expand) | Author |
2013-01-22 | pull the guts of bus_space_barrier into the inline function in the header. | David Gwynne |
2013-01-22 | Only send a single CRLF between chunks. A second CRLF seemed to be | Reyk Floeter |
2013-01-22 | Whitespace nit. Better error messages. | Kenneth R Westerback |
2013-01-21 | sync | Todd T. Fries |
2013-01-21 | Add ssl tests for https chunked and https contentlength over relayd. | Alexander Bluhm |
2013-01-21 | Stop hiding when this is failing - make this as obvious as it is | Bob Beck |
2013-01-21 | Use jmp, not jsr, to jump through registers. Doh! | Miod Vallat |
2013-01-21 | Correctly define RELOC_JMP_SLOT on m88k. While there, remove the old sparc | Miod Vallat |
2013-01-21 | Only the mpcpcibus driver is actually using these structures so merge them | Martin Pieuchot |
2013-01-21 | Remove old functions to access MPC106 registers. Only one of them was used | Martin Pieuchot |
2013-01-21 | No need to include pcibrvar.h | Martin Pieuchot |
2013-01-21 | Remove unused variable, leftover from rev 1.36. | Martin Pieuchot |
2013-01-21 | Split AHCI in order to support devices which are not attached via pci. | Patrick Wildt |
2013-01-21 | revert the tweak part of the last commit which, apart from the | Alexander Hall |
2013-01-21 | myx does reads and writes in one direction to packet buffers. lets try | David Gwynne |
2013-01-20 | A first cut at ld.so bits for m88k. Lazy binding is currently disabled as it | Miod Vallat |
2013-01-20 | Fix PIC_LOAD and PIC_STORE macros to really access the variable, instead of | Miod Vallat |
2013-01-20 | Enable multilib to build -fpic and -fPIC versions of libgcc.a, in addition to | Miod Vallat |
2013-01-20 | Generate linker scripts for shared libraries. Force padding sections around | Miod Vallat |
2013-01-20 | Rewrite. This is heavily based upon elf32-m68k.c, with a few things borrowed | Miod Vallat |
2013-01-20 | Implement tc_fix_adjustable() on ELF, and use it to prevent #got_rel | Miod Vallat |
2013-01-20 | Make pf TCP sequence number tracking less strict by one octet for | Alexander Bluhm |
2013-01-20 | Properly handle "%%" and "%N" where N is not a supported escape. | Todd C. Miller |
2013-01-20 | PIC-related code should follow the #ifdef __PIC__ line, not the #else line. | Miod Vallat |
2013-01-20 | Fix backslash escaping during filename tab-completion in ksh. | Stefan Sperling |
2013-01-20 | remove obsolete BUGS (cmp is not run internally); ok otto | Jason McIntyre |
2013-01-20 | Add viomb(4). | Brad Smith |
2013-01-20 | Define HAVE_GETPWNAM_R and HAVE_STDINT_H to match reality. | Miod Vallat |
2013-01-20 | Backport two fixes for amd64 from binutils 2.16. | Brad Smith |
2013-01-19 | Document F_DUPFD_CLOEXEC; adapted from FreeBSD | Todd C. Miller |
2013-01-19 | Don't spin in ttgetc when stdin is lost (found by benno@). | Florian Obser |
2013-01-19 | Do not divide by zero in _dl_findhint() if there is a valid hints file but | Miod Vallat |
2013-01-19 | fix build with gcc 2 | Miod Vallat |
2013-01-19 | RB_INSERT does not remove existing elments; ok djm@ | Markus Friedl |
2013-01-19 | partially re-instate previous; requested by deraadt | Jason McIntyre |
2013-01-19 | better description of O_CLOEXEC; from russell | Jason McIntyre |
2013-01-19 | be more explicit about default file locations; ok krw | Jason McIntyre |
2013-01-19 | fix some formatting; ok djm | Jason McIntyre |
2013-01-18 | Convert softraid crypto to the new ccb and workunit completion functions. | Joel Sing |
2013-01-18 | The workunit completion needs to run at IPL_BIO, at least for now. | Joel Sing |
2013-01-18 | sync | Todd T. Fries |
2013-01-18 | command-line (adj.) -> command line (n.); | Jason McIntyre |
2013-01-18 | tweak -L; ok krw | Jason McIntyre |
2013-01-18 | much faster -E: try a sneak peek at the 'raw' contents file. | Marc Espie |
2013-01-18 | typos | Miod Vallat |
2013-01-18 | fix bogus dependencies, and allow mkdep to run | Marc Espie |
2013-01-18 | move lock down: we don't really need to lock to match the directory | Marc Espie |
2013-01-18 | Relax the restriction on sending frames to trunk(4) members to allow BPF writes. | Stuart Henderson |
2013-01-18 | Convert softraid RAID 0 to new workunit completion functions | Joel Sing |
2013-01-18 | Fix the makefile so it works on other architectures. | Joel Sing |