Age | Commit message (Expand) | Author |
2016-05-26 | test the new utf8 module | Ingo Schwarze |
2016-05-26 | Re-introduce vnode-to-filename mapping | Stefan Kempf |
2016-05-26 | for textrels (sthen ran into one...): | Theo de Raadt |
2016-05-26 | Copy ELF headers into guest VM memory | Stefan Kempf |
2016-05-26 | whitespace found during review | Theo de Raadt |
2016-05-26 | The doforce variable isn't modified anywhere. Also, the only filesystem | Martin Natano |
2016-05-26 | Use S_ISDIR instead of doing it by hand. No binary change. | Todd C. Miller |
2016-05-26 | Rename variables to a less ambiguous name better matching their purpose. | Robert Peichaer |
2016-05-26 | - rename rebuildlibs() to reorder_libs() | Robert Peichaer |
2016-05-26 | Extend 0x1234 keys form to more bits so that Unicode keys work. | Nicholas Marriott |
2016-05-26 | tests for the two segfaults in backref() that were just fixed | Ingo Schwarze |
2016-05-26 | Fix an oversight that caused the test program to segfault: | Ingo Schwarze |
2016-05-26 | systematically test all combinations of REG_STARTEND, REG_NEWLINE, | Ingo Schwarze |
2016-05-26 | Make amaps use less kernel memory (2nd try) | Stefan Kempf |
2016-05-26 | support for testing REG_STARTEND together with REG_NOTBOL | Ingo Schwarze |
2016-05-26 | fputs(3) now returns a non-negative number (as opposed to 0) on successful | Todd C. Miller |
2016-05-26 | Just nuke environ instead of trying to unsetenv everything because that | Nicholas Marriott |
2016-05-26 | Improve and clarify a few bits; with input from jmc@, ok yasuoka, jmc | Mike Belopuhov |
2016-05-26 | Calculate elapsed time in poll() and subtract that from the remaining time | Jonathan Matthew |
2016-05-26 | Make format conversion routines return the number of frames | Alexandre Ratchov |
2016-05-26 | Change the way regexec handles REG_STARTEND combined with REG_NOTBOL. | Martijn van Duren |
2016-05-26 | Remove superfluous loop counter to set alternate video interface since we | Marcus Glocker |
2016-05-26 | Use a fat16 partition starting at sector 2048/1MB everywhere to simplify | Jonathan Gray |
2016-05-25 | To prevent screwing up terminal settings when printing to the | Ingo Schwarze |
2016-05-25 | KNF with respect to indentation; no code change | Ingo Schwarze |
2016-05-25 | use a consistent naming for chipsets; | Jason McIntyre |
2016-05-25 | Fix another one-byte buffer underflow (read access only). | Ingo Schwarze |
2016-05-25 | Must extract uvm_vnode from uvm_object first before reading the vnode | Stefan Kempf |
2016-05-25 | Avoid a use-after-free. | Kenneth R Westerback |
2016-05-25 | regen | Stefan Sperling |
2016-05-25 | Add PCI ID for RTL8188EE. Prompted by Ross L Richardson. | Stefan Sperling |
2016-05-25 | new sentence, new line, and avoid line wrap; | Jason McIntyre |
2016-05-25 | remove knowledge of MNT_EXKERB | Theo de Raadt |
2016-05-25 | Update iwm(4) to firmware API 16 and enable RTS/CTS frame protection. | Stefan Sperling |
2016-05-25 | remove code to display MNT_EXKERB bit | Theo de Raadt |
2016-05-25 | MNT_EXKERB bit is unused | Theo de Raadt |
2016-05-25 | flesh out "show summary" description a bit, from julien at dhaille.com via | Henning Brauer |
2016-05-25 | Don't warn when read or write block at cycle boundary, this may | Alexandre Ratchov |
2016-05-25 | el_map.alt can never be NULL, delete dead code | Ingo Schwarze |
2016-05-25 | deal with the el_errno -> read_errno cleanup, read.c rev. 1.43 | Ingo Schwarze |
2016-05-25 | Saving errno in el_errno is only needed for one purpose: | Ingo Schwarze |
2016-05-25 | Assert we're not freeing buffers we didn't allocate | Alexandre Ratchov |
2016-05-25 | Log files skipped during poll() as well, and flush the log buffer | Alexandre Ratchov |
2016-05-25 | Set initial mixer slot name to "prog" to make all slots visible in | Alexandre Ratchov |
2016-05-25 | use -nameopt esc_msb so "NetLock Kft" cert has the non-ascii | Jonathan Gray |
2016-05-25 | Use efiboot when setting up the installed disk. If efiboot is placed | Jonathan Gray |
2016-05-24 | NUL-terminate argv when parsing options, following other | Okan Demirmen |
2016-05-24 | Add missing strdup NULL checks; from Ray Lai. | Okan Demirmen |
2016-05-24 | Remove debugging ifdefs. | Ingo Schwarze |
2016-05-24 | Remove two sysctls which were introduced only for development of the | Theo de Raadt |