Age | Commit message (Expand) | Author |
2010-07-24 | Switch hppa64 to timecounters. | Mark Kettenis |
2010-07-24 | Restore a needed 'return' removed in the last commit, and stylistic | Matthew Dempsky |
2010-07-24 | When changing so that the client passes its stdout and stderr as well as | Nicholas Marriott |
2010-07-24 | Convert PCI addresses to proper 64-bit physical addresses. | Mark Kettenis |
2010-07-24 | kqueue(2) is currently broken when used with /dev/null and a few other | Nicholas Marriott |
2010-07-24 | Make pmap_extract() work for large pages. | Mark Kettenis |
2010-07-24 | Don't sleep while holding the uvm_psel_lck mutex. Should fix "locking against | Mark Kettenis |
2010-07-24 | sync | Theo de Raadt |
2010-07-24 | move to 4.8-beta | Theo de Raadt |
2010-07-24 | Fix PTE_PAGE(). | Mark Kettenis |
2010-07-24 | One the -> On the | Miod Vallat |
2010-07-24 | fix another race. vscsi_cmd checked if the adapter was running at | David Gwynne |
2010-07-24 | pass state to Makewhatis. With new hooks in there, that means display | Marc Espie |
2010-07-24 | add suspend/resume code, modelled along pms. on at least one ASUS laptop | Theo de Raadt |
2010-07-24 | Don't declare wcscoll() twice | Philip Guenthe |
2010-07-24 | struct emul's e_arglen member is expected to count in units of | Philip Guenthe |
2010-07-24 | Get rid of scsi_deinit(), and change scsi_init() back to a one-time | Matthew Dempsky |
2010-07-24 | Send normal output to stdout instead of everything to stderr. This | Ray Lai |
2010-07-24 | Include pid file name in error message for a failed kill(). Prompted by | Nicholas Marriott |
2010-07-24 | mount -f doesn't help mfs, but it doesn't hurt, so stop warning about it. | Ted Unangst |
2010-07-24 | leftover from revert of long ago | Jacob Meuser |
2010-07-23 | Plug mem leak. | Ray Lai |
2010-07-23 | Handle redirection to relative url's in the Location: header of http | Alexander Hall |
2010-07-23 | smtpd should NOT fatal when it permanently fails a bounce delivery as this | Gilles Chehade |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2010-07-23 | Don't initialize acpiec pointer in acpi_softc until registration succeeds | Jordan Hargrave |
2010-07-23 | Control/data registers were being mapped with swapped io space tags | Jordan Hargrave |
2010-07-23 | Block all signals before sending SIGTERM to all non-system processes. | Todd C. Miller |
2010-07-23 | bring back changes in uaudio.c r1.83, this time remembering to commit | Jacob Meuser |
2010-07-23 | Fix searchname to handle short name segments, remove hack in acpidock. | Jordan Hargrave |
2010-07-23 | Improve English. | Ray Lai |
2010-07-23 | AMD amd64 errara are not on the i386 install media, since there is often | Theo de Raadt |
2010-07-23 | Change the strategy for using the FPU in the kernel. The kernel FPU state | Mark Kettenis |
2010-07-23 | Don't leak the contents of the FPU and SSE registers between processes. | Mark Kettenis |
2010-07-23 | revert last commit, unbreaking the tree; was missing a macro definition | Stuart Henderson |
2010-07-23 | Sync. | Marcus Glocker |
2010-07-23 | Create video1 by default. Can be useful e.g. on many laptops with | Marcus Glocker |
2010-07-23 | Make sure the u area of new processes is zero-filled; this got lost in | Miod Vallat |
2010-07-23 | support for playback sync endpoints | Jacob Meuser |
2010-07-23 | ANSI/style(9), no binary change | Jacob Meuser |
2010-07-23 | matthew@ noted a possible misuse of the rwlock used to protect vscsi | David Gwynne |
2010-07-23 | Sync with cvs: | Ray Lai |
2010-07-23 | Clean up struct tm handling. Instead of calling gmtime/localtime | Ray Lai |
2010-07-23 | Ciphers is documented in ssh_config(5) these days | Darren Tucker |
2010-07-23 | Rename a bunch of variables and functions, removing the cvs_/rcs_ | Ray Lai |
2010-07-23 | regen | Mike Larkin |
2010-07-23 | SIS 86C202 is not a VGA device, it's an AGP bridge. Use a better | Mike Larkin |
2010-07-23 | Manuel Bouyer rescinded clauses 3 and 4 of his license text. | Jonathan Gray |
2010-07-23 | Omit more IPI code from non-MP kernels. Found using --gc-sections. | Matthew Dempsky |
2010-07-23 | Add suspend/resume logic. | Peter Hessler |