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