Age | Commit message (Expand) | Author |
2013-02-05 | Do not profile the various ipi functions. This is a requirement for the | Martin Pieuchot |
2013-02-05 | quote the %B arguments: groff thinks "In" is a macro, and barfs; | Jason McIntyre |
2013-02-05 | Loongson: Use fullname and reference the paper properly in glxclk(4). | Paul Irofti |
2013-02-05 | Loongson: Reference glxclk(4) from the glxpcib(4) manual page. | Paul Irofti |
2013-02-05 | Make sure new config is valid before SIGHUP'ing sshd, which would | Alexander Hall |
2013-02-04 | The firmware isn't always happy with the length of the "join BSS" command | Mark Kettenis |
2013-02-04 | In rbrepair(), make sure we never try to change the color of the | Todd C. Miller |
2013-02-04 | Set sa_len correctly for PF_INET (and be consistent with the PF_INET6 | Todd C. Miller |
2013-02-04 | synch with reality, okay jmc@ | Marc Espie |
2013-02-04 | missing newline; | Jason McIntyre |
2013-02-04 | just noticed that -aa was not documented yet. | Marc Espie |
2013-02-04 | Fix copy-pasto: A printer is a printer, not an "interface". | Stefan Sperling |
2013-02-04 | Loongson: Add glxclk.4 to the makefile. | Paul Irofti |
2013-02-04 | Loongson: Document the glxclk(4) driver that I committed during n2k13. | Paul Irofti |
2013-02-04 | MODPY_BIN_ADJ has been made internal to the python module, so stop talking | Stuart Henderson |
2013-02-04 | fix authenticated relaying example | Gilles Chehade |
2013-02-04 | some stuff i found in old storedge 3500 disk trays seem to work fine. | David Gwynne |
2013-02-03 | Stop as(1) from optimizing away R_X86_64_GOTPCREL relocations. | Mark Kettenis |
2013-02-03 | Let the octeon kernel link properly. | Brian Callahan |
2013-02-03 | Remove unused (a.k.a. always passed NULL) parameter 'data' from | Kenneth R Westerback |
2013-02-03 | Sanitize LINK_SPEC for hppa64, making it identical to what we have on amd64 | Mark Kettenis |
2013-02-03 | Sanitize LINK_SPEC for hppa, making it identical to what we have on amd64 and | Mark Kettenis |
2013-02-03 | *an* mfs; | Jason McIntyre |
2013-02-03 | Use RTM_GET rather than the sysctl/scan all routes dance to obtain | Kenneth R Westerback |
2013-02-03 | sync w/ recent java.port.mk update | Jasper Lievisse Adriaanse |
2013-02-03 | document USE_MFS and WRKOBJDIR_MFS | Marc Espie |
2013-02-03 | gremlin crept in | Miod Vallat |
2013-02-02 | Expunge unused variables and pointless construction of same in | Kenneth R Westerback |
2013-02-02 | - remove product/vendor table and let the driver attach based on class, etc. | Federico G. Schwindt |
2013-02-02 | The a.out rtld is no longer used. | Miod Vallat |
2013-02-02 | m68k has switched to ELF. | Brad Smith |
2013-02-02 | sync | Miod Vallat |
2013-02-02 | m68k ports are now ELF citizens. | Miod Vallat |
2013-02-02 | Compile stdexcepti.cc with -O0 on m68k when compiling it -fPIC to avoid an ICE | Miod Vallat |
2013-02-02 | Be sure to pass a NULL cleanup pointer to CSU. | Miod Vallat |
2013-02-02 | mvme68k ELF bits. Boot block updates heavily based upon the recent mvme88k | Miod Vallat |
2013-02-02 | hp300 ELF bits. Requires many device and prom related structs to now be declared | Miod Vallat |
2013-02-02 | Kernel bits for m68k/ELF, mostly from NetBSD. In addition, the `pmod' symbel | Miod Vallat |
2013-02-02 | Userland bits for m68k/ELF. Mostly addition of register prefixes to the | Miod Vallat |
2013-02-02 | ELF toolchain for m68k, following the SysV/m68k ABI (32-bit types aligned on | Miod Vallat |
2013-02-02 | Fix resolv.conf magic. Add identifying comment to generated resolv.conf | Kenneth R Westerback |
2013-02-02 | Dereference correct pointer. Fix crash when checking whether resolv.conf | Kenneth R Westerback |
2013-02-01 | sync | Todd T. Fries |
2013-02-01 | do not leak dn if there is no resolv.conf contents; found by llvm | Florian Obser |
2013-02-01 | sync | Todd T. Fries |
2013-02-01 | always initialize cur_time; found by llvm | Florian Obser |
2013-02-01 | do not leak lease in error path; found by llvm | Florian Obser |
2013-02-01 | Increment size of buffer to accomodate terminating NUL *after* using | Kenneth R Westerback |
2013-02-01 | sync | Todd T. Fries |
2013-02-01 | Handle a non-existant resolv.conf.tail without issuing an error | Kenneth R Westerback |