From: utzoo!decvax!genrad!linus!sch Newsgroups: net.unix-wizards,net.lang.c Title: printf(3) as a system call - Uck! Article-I.D.: linus.20111 Posted: Thu Apr 7 08:59:10 1983 Received: Fri Apr 8 02:23:19 1983 Making printf a system call is the worst idea I have heard yet. The Unix system was designed along the principle of having the kernel, provide only those services which are necessary. Why not make the shell a system call, and how about all the other library routines! Actually, there is something that can be done about this. Why not make the library routines available as common shareable text pages. This would reduce the disk/memory load of the routines without inviting the do everything in the kernal method so popular with DEC operating systems. Not afraid to Defend Unix, Stephen Hemminger