summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change the way regexec handles REG_STARTEND combined with REG_NOTBOL.martijn2016-05-262-20/+62
* Remove superfluous loop counter to set alternate video interface since wemglocker2016-05-261-6/+4
* Use a fat16 partition starting at sector 2048/1MB everywhere to simplifyjsg2016-05-264-37/+3
* To prevent screwing up terminal settings when printing to theschwarze2016-05-257-67/+370
* KNF with respect to indentation; no code changeschwarze2016-05-251-28/+27
* use a consistent naming for chipsets;jmc2016-05-251-5/+5
* Fix another one-byte buffer underflow (read access only).schwarze2016-05-251-7/+4
* Must extract uvm_vnode from uvm_object first before reading the vnodestefan2016-05-251-3/+11
* Avoid a use-after-free.krw2016-05-252-5/+7
* regenstsp2016-05-252-2/+7
* Add PCI ID for RTL8188EE. Prompted by Ross L Richardson.stsp2016-05-251-1/+2
* new sentence, new line, and avoid line wrap;jmc2016-05-251-2/+4
* remove knowledge of MNT_EXKERBderaadt2016-05-251-2/+1
* Update iwm(4) to firmware API 16 and enable RTS/CTS frame protection.stsp2016-05-253-629/+1933
* remove code to display MNT_EXKERB bitderaadt2016-05-251-6/+1
* MNT_EXKERB bit is unusedderaadt2016-05-251-2/+1
* flesh out "show summary" description a bit, from julien at dhaille.com viahenning2016-05-251-3/+20
* Don't warn when read or write block at cycle boundary, this mayratchov2016-05-251-9/+1
* el_map.alt can never be NULL, delete dead codeschwarze2016-05-251-4/+2
* deal with the el_errno -> read_errno cleanup, read.c rev. 1.43schwarze2016-05-252-7/+5
* Saving errno in el_errno is only needed for one purpose:schwarze2016-05-253-35/+26
* Assert we're not freeing buffers we didn't allocateratchov2016-05-251-1/+7
* Log files skipped during poll() as well, and flush the log bufferratchov2016-05-251-5/+2
* Set initial mixer slot name to "prog" to make all slots visible inratchov2016-05-251-2/+2
* use -nameopt esc_msb so "NetLock Kft" cert has the non-asciijsg2016-05-251-2/+2
* Use efiboot when setting up the installed disk. If efiboot is placedjsg2016-05-251-19/+18
* NUL-terminate argv when parsing options, following otherokan2016-05-241-2/+3
* Add missing strdup NULL checks; from Ray Lai.okan2016-05-242-3/+9
* Remove debugging ifdefs.schwarze2016-05-242-72/+5
* Remove two sysctls which were introduced only for development of thederaadt2016-05-242-30/+6
* Drop a redundant set of FPA pool definitions.visa2016-05-244-38/+8
* Reduce the size of gather buffers and allocate more of them to makevisa2016-05-241-3/+3
* Try to defragment overly long mbuf chains.visa2016-05-241-2/+9
* Fix previous.visa2016-05-241-1/+2
* Add PCI_PRODUCT_INTEL_100SERIES_LP_THERM, suggested by kettenis@reyk2016-05-241-1/+2
* USB_DISCOVER and USB_GET_STRING_DESC are no more.mpi2016-05-242-20/+4
* Kill unused ioctl(2)s.mpi2016-05-246-141/+10
* Do not call nd6_output() without route entry argument.mpi2016-05-242-4/+25
* KNF compression proposal and simplify the client side a little. ok djm@dtucker2016-05-242-11/+8
* Disabling active cooling trip points when we lack the right method to operate.semarie2016-05-241-1/+7
* Back out 'plug memleak'.dtucker2016-05-241-3/+2
* remove some ancient debugging codemlarkin2016-05-241-56/+1
* prefer agent-hosted keys to keys from PKCS#11; ok markusdjm2016-05-231-24/+24
* various tweaks;jmc2016-05-231-8/+4
* Use PATH_MAX instead of a hardcoded minimal value. Stack space is cheap andkettenis2016-05-231-2/+2
* Use arc4random_uniform() instead of arc4random() to avoid modulus bias.tb2016-05-231-2/+2
* Use a fixed buffer for strftime() because there is no portable way tonicm2016-05-231-14/+5
* Place a cpu-dependent trap/illegal instruction over the remainder of thederaadt2016-05-2312-21/+166
* Remove unused variable, from Ben Boeckel.nicm2016-05-231-3/+2
* regenchris2016-05-232-0/+5