summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-13Initial version of a manpage for unattended install/upgrade.Robert Peichaer
2013-12-134.3BSD tty compatibility and the associated ioctls are goneChristian Weisgerber
2013-12-13Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@Christian Weisgerber
2013-12-13Zap some getdirentries() leftovers.Vadim Zhukov
2013-12-13add an entry for "IIJmobile 510FU"Yojiro Uo
2013-12-13regenYojiro Uo
2013-12-13add IIJmobile 510FUYojiro Uo
2013-12-13Make it compile again. And there is a time_t fix as a bonus!Vadim Zhukov
2013-12-13regenYojiro Uo
2013-12-13add FUJITSU component FX-5251WBYojiro Uo
2013-12-13add SACOM USB485BLYojiro Uo
2013-12-13regenYojiro Uo
2013-12-13add vendor SACOM (0ba0h)Yojiro Uo
2013-12-13Rewrite receive filter handling and ioctl bits.Brad Smith
2013-12-12handle ttysize/TIOCGSIZE as a fallback for winsize/TIOCGWINSZ, not theChristian Weisgerber
2013-12-12POSIX no longer requires sys/types.h be included to get the pid_tTodd C. Miller
2013-12-12Have df(1) in the daily output show the inodes used/free.Brad Smith
2013-12-12Remove the scatter/gather dma implementation as it is no longer used.Mark Kettenis
2013-12-12Add db_vprintf(), and then use it in ACPI's db_disprint() instead ofPhilip Guenther
2013-12-12printf(variable) --> printf("%s", variable)Philip Guenther
2013-12-12bcmp -> memcmpTed Unangst
2013-12-12replace old bcopy/bzero with standard functions. ok kettenisTed Unangst
2013-12-12Fix invalid size to memcmp() in rn_lexobetter() introduced when theTodd C. Miller
2013-12-12Delete spurious blank line.Kenneth R Westerback
2013-12-12Make it clear that slowcgi(8) drops privileges to user www.Florian Obser
2013-12-12Fix static linking of libpthread: have crt0 invoke __init_tcb() if it'sPhilip Guenther
2013-12-12Set the d_off member as getdents() expects in ntfs_readdir()Philip Guenther
2013-12-12Eliminate (most) double decrements of remaining space in the prettyKenneth R Westerback
2013-12-12Assemble outgoing packets using iovec to combine the (optional)Kenneth R Westerback
2013-12-11make the word-matching of the autoinstaller config file allow skippingAlexander Hall
2013-12-11Fix typo; that teaches me to steal other people's diffs!Mark Kettenis
2013-12-11Make obj->pages a simple array instead of an array of bus_dma_segment_t's.Mark Kettenis
2013-12-11Better bus error diagnostics (this really only affects IP28). Also, do whatMiod Vallat
2013-12-11Revert change to sha256: ramdisks don't build with this and the obviousPhilip Guenther
2013-12-11Revert the previous commit; this is not the right approach.Mark Kettenis
2013-12-11Use an u_int32_t instead of an unsigned long to store the magic numberJeremie Courreges-Anglas
2013-12-11update a few RC4 references to ChaCha. thanks sthenTed Unangst
2013-12-11Use a correct pexp and unbreak stop/reload. The old and wrong pexpJeremie Courreges-Anglas
2013-12-11revert to return EPERM for sem_init pshared until it really worksTed Unangst
2013-12-11remove unused include dating from the pre-termios code and accidentallyChristian Weisgerber
2013-12-11do not include empty (and already removed) files; ok syl@Christian Weisgerber
2013-12-11remove empty files; ok syl@Christian Weisgerber
2013-12-11Add Yota LU156 to the device list.Kirill Bychkov
2013-12-11typo fix from gavin atkinson, freebsd -r259189;Jason McIntyre
2013-12-11for automated installs, use the hostname from the dhcp lease by defaultAlexander Hall
2013-12-11md5 smells bad. switch to sha256. ok deraadt matthew mikebTed Unangst
2013-12-11Stop the madness! Prevent GCC from inlining these unsafe functions:Martynas Venckus
2013-12-11Clean up the ioctl handler to be in line with most of the otherBrad Smith
2013-12-11Stray memcpy() using src size.Kenneth R Westerback
2013-12-10dead assignment; from david hill, ok claudioMike Belopuhov