]> git.mdlowis.com Git - proto/albase.git/log
proto/albase.git
9 years agoAdded ubase files from suckless
Mike Lowis [Tue, 3 May 2016 02:53:25 +0000 (22:53 -0400)]
Added ubase files from suckless

9 years agoAdded ECLEAN variable and updated rules files to take advantage of it
Mike Lowis [Mon, 2 May 2016 19:46:03 +0000 (15:46 -0400)]
Added ECLEAN variable and updated rules files to take advantage of it

9 years agoUpdated build to have convenience phony targets and to ensure build dirs get created...
Mike Lowis [Mon, 2 May 2016 19:34:42 +0000 (15:34 -0400)]
Updated build to have convenience phony targets and to ensure build dirs get created before real targets

9 years agoFixed up sh build rules
Mike Lowis [Mon, 2 May 2016 16:30:22 +0000 (12:30 -0400)]
Fixed up sh build rules

9 years agoMerge branch 'master' of https://github.com/mikedlowis-prototypes/albase
Mike Lowis [Fri, 29 Apr 2016 13:07:56 +0000 (09:07 -0400)]
Merge branch 'master' of https://github.com/mikedlowis-prototypes/albase

9 years agoAdded initial mount source file
Michael D. Lowis [Fri, 29 Apr 2016 01:25:32 +0000 (21:25 -0400)]
Added initial mount source file

9 years agoAdded logic to support building artifacts to a build directory. potentially outside...
Michael D. Lowis [Fri, 29 Apr 2016 01:05:11 +0000 (21:05 -0400)]
Added logic to support building artifacts to a build directory. potentially outside of the source tree

9 years agoRemoved unused define
Michael D. Lowis [Fri, 29 Apr 2016 00:26:21 +0000 (20:26 -0400)]
Removed unused define

9 years agoCheckin mksh source code with Rules.mk file to build it
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

9 years agoChange license to BSD 2-clause
Mike Lowis [Thu, 28 Apr 2016 17:18:43 +0000 (13:18 -0400)]
Change license to BSD 2-clause

9 years agoAdded initial implementation of dmesg
Mike Lowis [Thu, 28 Apr 2016 16:44:13 +0000 (12:44 -0400)]
Added initial implementation of dmesg

9 years agosome minor cleanup for login.c
Mike Lowis [Thu, 28 Apr 2016 15:16:45 +0000 (11:16 -0400)]
some minor cleanup for login.c

9 years agoFinish initial implementation of login command
Mike Lowis [Thu, 28 Apr 2016 15:12:52 +0000 (11:12 -0400)]
Finish initial  implementation of login command

9 years agostarted implementing password checking logic
Michael D. Lowis [Thu, 28 Apr 2016 01:54:31 +0000 (21:54 -0400)]
started implementing password checking logic

9 years agoRemove username and hostname remnants from getty
Mike Lowis [Wed, 27 Apr 2016 20:18:18 +0000 (16:18 -0400)]
Remove username and hostname remnants from getty

9 years agoRemove login prompt from getty in preparation to move it to login
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

9 years agoFinished initial implementation of getty
Michael D. Lowis [Wed, 27 Apr 2016 01:15:20 +0000 (21:15 -0400)]
Finished initial implementation of getty

9 years agoCheckin suckless versions of login and dmesg for the time being
Mike Lowis [Tue, 26 Apr 2016 20:38:34 +0000 (16:38 -0400)]
Checkin suckless versions of login and dmesg for the time being

9 years agoAdded warning message function to util.h
Mike Lowis [Tue, 26 Apr 2016 20:24:21 +0000 (16:24 -0400)]
Added warning message function to util.h

9 years agoInitial commit of functioning init and 50% completed getty
Mike Lowis [Tue, 26 Apr 2016 20:15:18 +0000 (16:15 -0400)]
Initial commit of functioning init and 50% completed getty