Age | Commit message (Expand) | Author |
2010-08-12 | Reset the chip upon suspend, to make sure it stops DMA. Reset it again upon | Mark Kettenis |
2010-08-12 | make fgetln fixups look like the man page. correct a pair of brances and | Ted Unangst |
2010-08-12 | correct a format string. not sure who thought size_t would be a good match | Ted Unangst |
2010-08-12 | these files don't need to include nearly so many headers | Ted Unangst |
2010-08-12 | clean up some macro obfuscation and assorted styling problems. | Ted Unangst |
2010-08-12 | Use symbolic names for the file descriptors rather than numeric values. | Kevin Lo |
2010-08-12 | Initialize xs to NULL in gdt_intr() since it now might be used before | Matthew Dempsky |
2010-08-12 | we are at -current again | Theo de Raadt |
2010-08-11 | Disable the RTC the periodic interrupt. Leaving it enabled causes the | Mark Kettenis |
2010-08-11 | plug several resource leaks | Jasper Lievisse Adriaanse |
2010-08-11 | Make the number of vnodes to correspond to the number of buffers in | Bob Beck |
2010-08-11 | crank version | Theo de Raadt |
2010-08-11 | De-inline CHS_rw. Somehow the merger of two monster __asm __inline statements | Theo de Raadt |
2010-08-11 | Use the correct offsets when reading/writing to DCA_TXCTRL in the 82599 | Jonathan Gray |
2010-08-11 | Fix a logic problem which could in theory cause pfctl | Jonathan Gray |
2010-08-11 | Do not allow duplicate session names to be created, reported by Dominik | Nicholas Marriott |
2010-08-11 | Handle failure to change mode, to avoid dying when switching into copy | Nicholas Marriott |
2010-08-11 | Usage string fixes from Ben Boeckel. | Nicholas Marriott |
2010-08-11 | Treat trying to link or move to the same window as an error to avoid | Nicholas Marriott |
2010-08-11 | Change the way backoff works. Instead of stopping reading from the pty | Nicholas Marriott |
2010-08-11 | Show which pane is active in the list-panes output, suggested by Dominik | Nicholas Marriott |
2010-08-11 | Typo in comment: auhtorized->authorized | Ray Lai |
2010-08-11 | Fix two problems in gdt, introduced in 4.7. Eliminate a use-after-free | Kenneth R Westerback |
2010-08-11 | Make _dl_searchnum signed as originally intended. | Dale Rahn |
2010-08-10 | Add support for t/T == terabyte units to -E. Prodded by deraadt@. | Kenneth R Westerback |
2010-08-10 | s/Usage/usage/ | Igor Sobrado |
2010-08-10 | add a description for bsd.sp where appropriate; while here, write | Igor Sobrado |
2010-08-10 | spaces and tabs, no binary change | Marco Peereboom |
2010-08-10 | Someone went nuts with spaces and tabs. No binary change. | Marco Peereboom |
2010-08-09 | Match -m prompt string in man page with code. From Daniel Malament | Ray Lai |
2010-08-09 | Remove extra `.' from -m prompt string. From Daniel Malament danielm | Ray Lai |
2010-08-09 | Remove extra space. | Ray Lai |
2010-08-09 | update a package name; from Giovanni Bechis | Theo de Raadt |
2010-08-09 | Improve the editor prompt for the 'R' (resize) command | Theo de Raadt |
2010-08-09 | sync hardware and software buffer positions on resume | Jacob Meuser |
2010-08-08 | Accept "ACPI 4" or such, bug in laptop or spec? -- Thinkpad SL510 | Theo de Raadt |
2010-08-08 | Revert auto-enabling of apm. Some security implications were not | Kenneth R Westerback |
2010-08-08 | Fix re_stop() invocation (normally #ifdef'd out) to use new parameter | Kenneth R Westerback |
2010-08-08 | suspend/resume handler for radeondrm | Owain Ainsworth |
2010-08-08 | Close race between the acpi thread and wscons ioctls running in process | Mark Kettenis |
2010-08-08 | suspend/resume support for auich, and some infrastructure in ac97 | Jacob Meuser |
2010-08-08 | get the mark up for `|' correct; | Jason McIntyre |
2010-08-08 | .Ek in the right place, or SYNOPSIS blows up; | Jason McIntyre |
2010-08-08 | remove rmd160 and add cksum, sha256, and sum while here | David Krause |
2010-08-08 | use the same template for all FILES sections; i.e. -compact/.Pp where we | Jason McIntyre |
2010-08-08 | fix broken english in commented out printf. | Miod Vallat |
2010-08-08 | Stop recursion introduced in rev 1.42, by reverting most of that commit. | Mark Kettenis |
2010-08-08 | Try to save the vga hardware state around suspend, and also redisplay the | Miod Vallat |
2010-08-08 | take us to release | Theo de Raadt |
2010-08-08 | we ship releases with POOL_DEBUG off. post-release, turn it back on. | Theo de Raadt |