summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-31Return error values directly where appropriate, instead of using the errFrederic Cambus
2018-05-31Move com_fdt.c to dev/fdt since we can share it between armv7 and arm64 now.Mark Kettenis
2018-05-31Add sizes for free().Frederic Cambus
2018-05-31Enable bwfm(4) on Loongson for USB devices.Frederic Cambus
2018-05-31zap trailing whitespaceTheo Buehler
2018-05-31Re-commit the correct half of revision 1.154:Theo Buehler
2018-05-31Silence compiler warnings in the K&R style test code.Todd C. Miller
2018-05-31Make witness(4) watch locks and print error stack traces by default.Visa Hankala
2018-05-31- Replace virtual(5) reference by table(5) as virtual table format isGilles Chehade
2018-05-31simplifyEric Faurot
2018-05-31Back out previous. The handling of SIOCSIFADDR is now wrong.Theo Buehler
2018-05-31Use IPL_MPFLOOR for mutexes that can be taken w/ and w/o the KERNEL_LOCK().Martin Pieuchot
2018-05-31Remove comcnspeed and comcnmode. They serve no purpose anymore. ConfiguringMark Kettenis
2018-05-31Remove comcnspeed and comcnmode. They serve no purpose anymore. ConfiguringMark Kettenis
2018-05-31Document -uMarc Espie
2018-05-31Some more code shuffling to get rid of one switch in each, in_ioctl()Theo Buehler
2018-05-31Add sleep_finish_all(), which provides the common combo of sleep_finish(),Philip Guenther
2018-05-30restrict the prio values from SIOCSIFLLPRIO to what the kernel handlesDavid Gwynne
2018-05-30point readers to the correct place instead of having themSebastian Benoit
2018-05-30cosmethic change, shuffle smtpd specific grammar bits _after_ the ones thatGilles Chehade
2018-05-30Use new SIOCGIFGLIST to provide carpGroupTable, showing "demote" valuesStuart Henderson
2018-05-30Add SIOCGIFGLIST to fetch a list of interface groups on the system.Stuart Henderson
2018-05-30when path is too long, display it in error messageGilles Chehade
2018-05-30Add const to both arguments of X509_certificate_type() and clean upTheo Buehler
2018-05-30Add a const qualifier to the argument of EVP_PKEY_size().Theo Buehler
2018-05-30Add a const qualifier to the `name' argument ofTheo Buehler
2018-05-30Add a const qualifier to the `uni' argument of OPENSSL_uni2asc().Theo Buehler
2018-05-30calling err after fgets assumes we're not at EOF.Marc Espie
2018-05-30Add sizes for free() for octeon.Frederic Cambus
2018-05-30Implement SDIO DMA support. This is achieved by wrapping thePatrick Wildt
2018-05-30For the upcoming SDIO DMA support we need to use DMA-able bufferPatrick Wildt
2018-05-30Define IPL_MPFLOOR on SP archs.Martin Pieuchot
2018-05-30tweak previous;Jason McIntyre
2018-05-30consistent casing;Jason McIntyre
2018-05-30Add uvm view to show all values being collected in uvmexp.Kenneth R Westerback
2018-05-30Clear the DMA select bits in case we use PIO instead of DMA. SomePatrick Wildt
2018-05-30The open POSIX test suite reveals that sigpause(int sigmask) fromAlexander Bluhm
2018-05-30tweak previous;Jason McIntyre
2018-05-30Remove comcnspeed variable, which gets set but is never actually used.Mark Kettenis
2018-05-30port -u userlist option from update-plist, as suggested by sthen@.Marc Espie
2018-05-30teach mail.maildir how to junk mails if -j option is set and X-Spam isGilles Chehade
2018-05-30Add a const qualifier to the return value of BIO_s_file().Theo Buehler
2018-05-29it turns out we can provide syntaxic sugar for an LMTP action in smtpd.confGilles Chehade
2018-05-29RECIPIENT should really be the dest address, post-expansion, not rcptGilles Chehade
2018-05-29remove unused functionEric Faurot
2018-05-29missing caseEric Faurot
2018-05-29no need to parse and dump the relayhost in the lookup process.Eric Faurot
2018-05-29Make md_consoleinfo() set the appropriate variables that make install.subMark Kettenis
2018-05-29When adjusting the speed of a 'console' tty entry, also change entriesMark Kettenis
2018-05-29Remove redundant value= attributes from option elements,Ingo Schwarze