Age | Commit message (Expand) | Author |
2013-01-25 | the myx_dmamem struct doesnt need a name. | David Gwynne |
2013-01-24 | Fix unused local and missing initializer warnings. | Miod Vallat |
2013-01-24 | skip serial lookup when cert's serial number is zero | Damien Miller |
2013-01-24 | fix handling of (unused) KRL signatures; skip string in correct buffer | Damien Miller |
2013-01-24 | Get rid of a few warnings by pouring prototypes and punctuation. | Miod Vallat |
2013-01-24 | Even if there's no special seclevel required in snmpd.conf, we have to | Gerhard Roth |
2013-01-24 | typo in #include | Giovanni Bechis |
2013-01-24 | Oops, due to the way return from system calls work, we can not use a delay | Miod Vallat |
2013-01-23 | m88k_expand_prologue(): add a REG_MAYBE_DEAD note to the insns loading the | Miod Vallat |
2013-01-23 | ARMv7 doesn't support the atomic SWP instruction anymore. Use the atomic | Patrick Wildt |
2013-01-23 | Add instruction fault register functions, which will be needed for further | Patrick Wildt |
2013-01-23 | give this a chance to work after make obj | Miod Vallat |
2013-01-23 | bits for an m68k ELF ld.so, to be used soon. Lazy resolver wrapper borrowed from | Miod Vallat |
2013-01-23 | Cache flush .plt after updating its pointers to .got during the initial | Miod Vallat |
2013-01-23 | The kernel sources mention that the system call entry point is trap #450; the | Miod Vallat |
2013-01-23 | Change interface and span interface lists from LIST to TAILQ. | Camiel Dobbelaar |
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 |