Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-13 | 4.3BSD tty compatibility and the associated ioctls are gone | Christian Weisgerber | |
2013-12-13 | Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@ | Christian Weisgerber | |
2013-12-13 | Zap some getdirentries() leftovers. | Vadim Zhukov | |
okay guenther@ | |||
2013-12-13 | add an entry for "IIJmobile 510FU" | Yojiro Uo | |
2013-12-13 | regen | Yojiro Uo | |
2013-12-13 | add IIJmobile 510FU | Yojiro Uo | |
2013-12-13 | Make it compile again. And there is a time_t fix as a bonus! | Vadim Zhukov | |
Input and okay jca@. | |||
2013-12-13 | regen | Yojiro Uo | |
2013-12-13 | add FUJITSU component FX-5251WB | Yojiro Uo | |
2013-12-13 | add SACOM USB485BL | Yojiro Uo | |
2013-12-13 | regen | Yojiro Uo | |
2013-12-13 | add vendor SACOM (0ba0h) | Yojiro Uo | |
2013-12-13 | Rewrite receive filter handling and ioctl bits. | Brad Smith | |
Tested by ISIHARA Takanori | |||
2013-12-12 | handle ttysize/TIOCGSIZE as a fallback for winsize/TIOCGWINSZ, not the | Christian Weisgerber | |
other way around; ok millert@ | |||
2013-12-12 | POSIX no longer requires sys/types.h be included to get the pid_t | Todd C. Miller | |
definition, and neither do our headers. OK espie@ guenther@ | |||
2013-12-12 | Have df(1) in the daily output show the inodes used/free. | Brad Smith | |
a few developers thought this was a reasonable/good idea. | |||
2013-12-12 | Remove the scatter/gather dma implementation as it is no longer used. | Mark Kettenis | |
ok krw@, deraadt@ | |||
2013-12-12 | Add db_vprintf(), and then use it in ACPI's db_disprint() instead of | Philip Guenther | |
formatting into a local buffer. ok miod@ | |||
2013-12-12 | printf(variable) --> printf("%s", variable) | Philip Guenther | |
ok deraadt@ | |||
2013-12-12 | bcmp -> memcmp | Ted Unangst | |
2013-12-12 | replace old bcopy/bzero with standard functions. ok kettenis | Ted Unangst | |
2013-12-12 | Fix invalid size to memcmp() in rn_lexobetter() introduced when the | Todd C. Miller | |
hand-rolled loop was converted to memcmp(). From Kieran Devlin. OK markus@ | |||
2013-12-12 | Delete spurious blank line. | Kenneth R Westerback | |
2013-12-12 | Make it clear that slowcgi(8) drops privileges to user www. | Florian Obser | |
Pointed out some time ago by blambert. OK jmc, blambert | |||
2013-12-12 | Fix static linking of libpthread: have crt0 invoke __init_tcb() if it's | Philip Guenther | |
defined and we don't think ld.so has already done the TCB setup. ok and much discussion miod@ | |||
2013-12-12 | Set the d_off member as getdents() expects in ntfs_readdir() | Philip Guenther | |
ok and nudge jsing@ | |||
2013-12-12 | Eliminate (most) double decrements of remaining space in the pretty | Kenneth R Westerback | |
print buffer. Use consistant idiom to increment pointer to data being consumed, instead of hiding some increments. | |||
2013-12-12 | Assemble outgoing packets using iovec to combine the (optional) | Kenneth R Westerback | |
ethernet header, the ip header, the udp header and the packet. Rather than manually concatenating the headers and then using iovec to bundle in the packet. Eliminates some memcpy()s and convoluted data copying. | |||
2013-12-11 | make the word-matching of the autoinstaller config file allow skipping | Alexander Hall | |
the trailing question mark, such as in "hostname = foo" noted by, discussed with, and ok rpe@ | |||
2013-12-11 | Fix typo; that teaches me to steal other people's diffs! | Mark Kettenis | |
2013-12-11 | Make obj->pages a simple array instead of an array of bus_dma_segment_t's. | Mark Kettenis | |
Simplifies things a bit and reduces the diffs with Linux a bit too. | |||
2013-12-11 | Better bus error diagnostics (this really only affects IP28). Also, do what | Miod Vallat | |
the comments say and really only ignore speculative accesses causing bus errors when coming from the kernel. | |||
2013-12-11 | Revert change to sha256: ramdisks don't build with this and the obvious | Philip Guenther | |
conf/files change isn't enough due to size limits | |||
2013-12-11 | Revert the previous commit; this is not the right approach. | Mark Kettenis | |
2013-12-11 | Use an u_int32_t instead of an unsigned long to store the magic number | Jeremie Courreges-Anglas | |
we're about to send. Should a bug on big-endian LP64 archs reported by James MacMahon (jwm at operand dot ca). ok millert@ | |||
2013-12-11 | update a few RC4 references to ChaCha. thanks sthen | Ted Unangst | |
2013-12-11 | Use a correct pexp and unbreak stop/reload. The old and wrong pexp | Jeremie Courreges-Anglas | |
in /var/run/rc.d/identd has to be manually removed. Reported by Adam Jeanguenat (avj at voyager dot 6v6 dot org). ok dcoppa@ lteo@ | |||
2013-12-11 | revert to return EPERM for sem_init pshared until it really works | Ted Unangst | |
reported by zhuk | |||
2013-12-11 | remove unused include dating from the pre-termios code and accidentally | Christian Weisgerber | |
reintroduced with the 4.4lite merge 19 years ago | |||
2013-12-11 | do not include empty (and already removed) files; ok syl@ | Christian Weisgerber | |
2013-12-11 | remove empty files; ok syl@ | Christian Weisgerber | |
2013-12-11 | Add Yota LU156 to the device list. | Kirill Bychkov | |
ok brad@ | |||
2013-12-11 | typo fix from gavin atkinson, freebsd -r259189; | Jason McIntyre | |
2013-12-11 | for automated installs, use the hostname from the dhcp lease by default | Alexander Hall | |
ok rpe@ | |||
2013-12-11 | md5 smells bad. switch to sha256. ok deraadt matthew mikeb | Ted Unangst | |
2013-12-11 | Stop the madness! Prevent GCC from inlining these unsafe functions: | Martynas Venckus | |
sprintf, vsprintf, stpcpy, strcat, strcpy. We're hitting the linker again, therefore the warning will show up now. | |||
2013-12-11 | Clean up the ioctl handler to be in line with most of the other | Brad Smith | |
Ethernet drivers. ok sasano@ | |||
2013-12-11 | Stray memcpy() using src size. | Kenneth R Westerback | |
2013-12-10 | dead assignment; from david hill, ok claudio | Mike Belopuhov | |
2013-12-10 | Drop the f0, f1, f2 gettytab capabilities that were used to poke | Christian Weisgerber | |
magic numbers into sgttyb. The "modern" replacement for f# is the set of i#, o#, c#, l# to poke magic numbers into termios. ok miod@ |