Introduction
Introduction Statistics Contact Development Disclaimer Help
Log - smdev - suckless mdev
git clone git://git.suckless.org/smdev
Log
Files
Refs
README
LICENSE
---
Date Commit message Author
2015-04-12 11:42 config.mk: default CC = cc Hiltjo Posthuma
2015-02-28 07:30 Hardcode the name in simevent usage sin
2015-02-27 22:45 Add updated simevent by emg sin
2014-09-29 10:55 Bump up to 0.2.3 sin
2014-09-28 13:02 Strip by default sin
2014-09-28 12:18 Do not name parameters in mkpath.h eith… sin
2014-09-28 12:17 Add bin/ sin
2014-09-28 12:16 Just default to cc and if needed one ca… sin
2014-09-28 12:13 No need to name parameters sin
2014-09-28 11:31 Update README sin
2014-09-28 11:28 Add README sin
2014-09-28 11:26 No need to build with debug symbols by … sin
2014-09-28 11:19 Add missing include to fix musl build sin
2014-09-26 13:30 Bump up to v0.2.2 sin
2014-09-26 13:29 Add comment in config.def.h about renam… sin
2014-09-04 14:58 Remove nonsense from TODO sin
2014-09-04 14:55 Reflect failures in the exit status sin
2014-09-04 14:53 Don't treat failure to rename an interf… sin
2014-09-04 14:27 Pop back one indentation level sin
2014-09-04 14:11 Remember to call freeifaddrs() sin
2014-09-04 14:04 Add support for renaming network interf… sin
2014-08-08 21:18 Add Hiltjo Posthuma to LICENSE sin
2014-08-08 21:16 Update TODO sin
2014-08-08 21:12 Add TODO sin
2014-08-08 20:42 Bump to 0.2.1 sin
2014-08-02 12:51 Use OpenBSD strlcpy() sin
2014-08-02 12:47 No need for enprintf(1, ...) just use e… sin
2014-08-01 21:50 Re-order include sin
2014-08-01 19:10 config changes due to the chmod fix + f… fbt
2014-08-01 04:28 chmod existing nodes fbt
2014-07-09 13:45 Only check errno if getpw*() fails sin
2014-05-16 12:17 undef strlcpy in case it is implemented… sin
2014-04-11 22:50 Bump up to v0.2 sin
2014-04-07 15:44 config: update rules for uevent logic Hiltjo Posthuma
2014-04-07 15:36 smdev: use basename of device for makin… Hiltjo Posthuma
2014-04-07 15:32 smdev: remove $SMDEV, you can use $DEVN… Hiltjo Posthuma
2014-04-07 15:31 util: readuevent: read uevent file and … Hiltjo Posthuma
2014-04-07 11:27 smdev: doevent, on unknown action retur… Hiltjo Posthuma
2014-04-07 15:26 config: use tabs Hiltjo Posthuma
2014-04-06 13:59 smdev SMDEV environment fix and small o… Hiltjo Posthuma
2014-04-06 13:56 config: match /dev/rtc and /dev/rtc[0-9] Hiltjo Posthuma
2014-04-06 08:04 Don't assume that the path we are insta… sin
2014-02-17 14:28 Add more devices to config.def.h sin
2014-02-17 14:12 Handle /dev/input/* devices correctly sin
2014-02-14 10:47 Bump up to v0.1 sin
2014-02-14 10:46 Use config.def.h instead of config.h sin
2013-09-05 13:28 Ignore errors for symlink() sin
2013-09-05 10:26 Install to bin and not sbin sin
2013-09-02 09:55 Rename `off' to `pmatch' sin
2013-09-02 09:38 Constify struct rule in config.h sin
2013-09-02 09:27 If path[0] is ! then run the command ho… sin
2013-09-02 09:21 $SMDEV points to device name sin
2013-08-30 10:19 Do not try to remove a node if path[0] … sin
2013-08-30 10:11 Until we chdir() to /dev use absolute p… sin
2013-08-29 19:08 Prevent creation of device nodes with ! sin
2013-08-27 14:46 Introduce struct rulepath sin
2013-08-27 11:51 Fix simevent sin
2013-08-27 09:37 Add comment for parsepath() sin
2013-08-27 09:35 No need to store strchr() return value … sin
2013-08-27 08:59 Fix indentation for strlcpy() sin
2013-08-27 08:47 Add comment to remember to fix the sema… sin
2013-08-23 16:52 Add comment for ev->devname sin
2013-08-23 13:54 Use path for &rule->path[1] sin
2013-08-23 13:49 Don't strdup() for basename() sin
2013-08-23 13:47 Fix parsepath() to include devnamesz sin
2013-08-23 12:43 Fix naming + style sin
2013-08-23 12:25 Support remove action sin
2013-08-23 11:24 Add some comments and clean up the code… sin
2013-08-23 10:40 Refactor rule/event/path handling sin
2013-08-23 09:33 Factor out path parsing sin
2013-08-23 09:28 Ensure runcmd handling is done based on… sin
2013-08-22 17:56 Explicitly check for REG_NOMATCH sin
2013-08-22 17:31 Cache preg entries sin
2013-08-22 16:30 Move up to C99 sin
2013-08-22 15:58 Add simevent sin
2013-08-22 15:52 Add -pedantic to CFLAGS sin
2013-08-22 15:48 Re-arrange includes sin
2013-08-22 13:22 Rename runcmd() to runrule() sin
2013-08-22 13:06 Fix path parsing sin
2013-08-22 12:31 Print an error if the environment is no… sin
2013-08-22 12:20 Factor out cmd execution to runcmd() sin
2013-08-22 09:45 Introduce struct Event and add primitiv… sin
2013-08-21 17:11 Change default permissions from 0777 to… sin
2013-08-21 16:31 Execute hook on *cmd as well sin
2013-08-21 16:00 Fix comments sin
2013-08-21 15:44 Error out if the path or cmd is invalid sin
2013-08-21 14:46 Clean up path parsing sin
2013-08-21 10:20 Call mkpath() with a 022 umask, then re… sin
2013-08-21 10:19 Add some comments sin
2013-08-21 09:39 Support @cmd sin
2013-08-21 09:12 Factor out regex matching and re-arrang… sin
2013-08-21 08:29 Add mkpath() - a recursive mkdir() impl… sin
2013-08-21 08:13 Set umask to 0 sin
2013-08-21 08:13 Factor out devtomajmin() and devtype() sin
2013-08-20 12:26 Initial commit sin
Atom feed
Atom feed (tags)
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.