How to restrict selected words for username

I want to restrict some words that cannot be used as the username.

For example : "root","daemon","bin" etc.. I don't want any user to register their profile with the username as "root", "daemon" or "bin".

How can I restrict it?