svn commit: trunk/busybox

aldot at busybox.net aldot at busybox.net
Fri Jan 13 08:46:40 UTC 2006


Author: aldot
Date: 2006-01-13 00:46:39 -0800 (Fri, 13 Jan 2006)
New Revision: 13264

Log:
- Mention code-cleanup possibilities in TODO.


Modified:
   trunk/busybox/TODO


Changeset:
Modified: trunk/busybox/TODO
===================================================================
--- trunk/busybox/TODO	2006-01-13 08:38:01 UTC (rev 13263)
+++ trunk/busybox/TODO	2006-01-13 08:46:39 UTC (rev 13264)
@@ -233,3 +233,14 @@
     if(!ioctl (fd, WDIOC_GETTIMEOUT, &tmo)) timer_duration = 1 + (tmo / 2);
   Unfortunately, that needs linux/watchdog.h and that contains unfiltered
   kernel types on some distros, which breaks the build.
+
+
+Code cleanup:
+
+Replace deprecated functions.
+
+bzero() -> memset()
+---
+sigblock(), siggetmask(), sigsetmask(), sigmask() -> sigprocmask et al
+---
+




More information about the busybox-cvs mailing list