freebsd-dev/sbin/devd
Warner Losh 18e8d6d786 Allow zero or more actions in an action list, rather than requiring
one or more actions in the list.  This makes constructs like:

attach 10 {
//	echo "Driver $device_name attached"
};

to be accepted by the parser.  It will be treated as if the user had
entered:

// attach 10 {
//	echo "Driver $device_name attached"
// };

(eg totally ignored).

Approved by: re@ (rwatson)
2003-05-15 02:23:32 +00:00
..
devd.8 Implement a two new flags, and change the meaning of another one. 2003-04-21 06:26:08 +00:00
devd.cc sysctlbyname takes a size_t as its 5th argument, not a pointer. 2003-05-02 17:38:08 +00:00
devd.conf.5 mdoc(7) police: Revision. 2003-03-03 11:51:30 +00:00
devd.h Create a new C++ header file called devd.hh which has all the class 2003-04-26 20:59:04 +00:00
devd.hh Create a new C++ header file called devd.hh which has all the class 2003-04-26 20:59:04 +00:00
Makefile This can't obviously be cleaner than system headers. 2003-04-01 11:11:38 +00:00
parse.y Allow zero or more actions in an action list, rather than requiring 2003-05-15 02:23:32 +00:00
token.l Latest snapshot of devd. This one adds re-matching and string 2002-12-18 07:08:01 +00:00