Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-02 | allow pfinet to link using -O0 | Flavio Cruz | |
This fixes a long list of undefined references when compiling with -O0 by using static instead of extern in header files. | |||
2011-10-19 | Add missing format strings for error, printk, problem | Pino Toscano | |
Some calls to `error', `printk', and `problem' lacked a format string, leading to build failure when compiling with stricter CFLAGS. * nfs/mount.c (mount_root): Add format string for `error' calls which lacked it. * pfinet/main.c (pfinet_bind): Likewise. * term/main.c (main): Likewise. * utils/shd.c (run): Likewise. * utils/storeinfo.c (main): Likewise. * pfinet/linux-src/include/net/tcp.h (tcp_clear_xmit_timer): Add format string for `printk' call which lacked it. (tcp_timer_is_set): Likewise. * ufs-fsck/utilities.c (punt): Add format string for `problem' call which lacked it. | |||
2011-08-20 | fix common misspellings | Jonathan Neuschäfer | |
* Fix spelling with codespell[1] and manually review it. [1] http://git.profusion.mobi/cgit.cgi/lucas/codespell/ | |||
2000-02-05 | Import of Linux 2.2.14 subset (ipv4 stack and related) | Roland McGrath | |
2000-02-04 | Import of Linux 2.2.12 subset (ipv4 stack and related) | Roland McGrath | |