]>
git.mdlowis.com Git - proto/albase.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael D. Lowis [Fri, 29 Apr 2016 00:22:55 +0000 (20:22 -0400)]
Checkin mksh source code with Rules.mk file to build it
Mike Lowis [Thu, 28 Apr 2016 16:44:13 +0000 (12:44 -0400)]
Added initial implementation of dmesg
Mike Lowis [Thu, 28 Apr 2016 15:16:45 +0000 (11:16 -0400)]
some minor cleanup for login.c
Mike Lowis [Thu, 28 Apr 2016 15:12:52 +0000 (11:12 -0400)]
Finish initial implementation of login command
Michael D. Lowis [Thu, 28 Apr 2016 01:54:31 +0000 (21:54 -0400)]
started implementing password checking logic
Mike Lowis [Wed, 27 Apr 2016 20:18:18 +0000 (16:18 -0400)]
Remove username and hostname remnants from getty
Mike Lowis [Wed, 27 Apr 2016 20:11:02 +0000 (16:11 -0400)]
Remove login prompt from getty in preparation to move it to login
Michael D. Lowis [Wed, 27 Apr 2016 01:15:20 +0000 (21:15 -0400)]
Finished initial implementation of getty
Mike Lowis [Tue, 26 Apr 2016 20:38:34 +0000 (16:38 -0400)]
Checkin suckless versions of login and dmesg for the time being
Mike Lowis [Tue, 26 Apr 2016 20:24:21 +0000 (16:24 -0400)]
Added warning message function to util.h
Mike Lowis [Tue, 26 Apr 2016 20:15:18 +0000 (16:15 -0400)]
Initial commit of functioning init and 50% completed getty