]> git.mdlowis.com Git - proto/albase.git/shortlog
proto/albase.git
2017-03-09 Michael D.... fixed readme grammar master
2017-03-09 Michael D.... Added scripts and tweaked build to build a bootable...
2016-09-21 Mike LowisAdded script for creating an iso of the base system
2016-09-21 Mike Lowisadded musl-cross-make scripts for building the cross...
2016-09-21 Mike LowisUpdated to allow building with or without a bootstrappe...
2016-09-21 Mike LowisAdded bootstrap script for building a statically-linked...
2016-05-25 Mike LowisFixed a possible bug in password comparison logic
2016-05-25 Mike LowisAdded kernel to the build system
2016-05-18 Mike LowisAdded task to build a stage 1 tarball from the build
2016-05-18 Mike LowisAdded rules to copy the etc files
2016-05-18 Mike LowisAdded curl to base system in preparation for pacman
2016-05-18 Mike LowisMerge branch 'master' of https://github.com/mikedlowis...
2016-05-11 Mike LowisAdded sdhcp source and rules file
2016-05-11 Mike LowisAdded iproute2 and updated musl rules to also install...
2016-05-09 Mike LowisAdded rules to build smdev. Also added kernel source...
2016-05-07 Mike D. LowisDisable building mount command replacement as it is...
2016-05-07 Mike D. LowisAdded fstab and rc files to etc. also added pregenerate...
2016-05-06 Mike Lowismoved libshadow.a to object directory and patched up...
2016-05-06 Mike LowisAdded default /etc/passwd file
2016-05-06 Mike LowisFixed the musl specs file and musl-gcc wrapper script...
2016-05-06 Mike LowisAdded shadow to the project
2016-05-05 Mike LowisAdded etc dir with pre-generated services and protocols...
2016-05-05 Mike LowisFinished tweaking build rules for musl so object files...
2016-05-05 Mike LowisReconfigured sh rules to allow building with musl-gcc
2016-05-04 Mike LowisUpdated makefiles to compile against the initially...
2016-05-04 Mike LowisUpdated musl rules to copy the include files on success...
2016-05-04 Mike LowisAdded musl as the libc target. something is still jacke...
2016-05-04 Mike Lowiscleaned up the rules files using pattern rules
2016-05-03 Mike LowisAdded sbase rules and source code
2016-05-03 Mike LowisAdded ubase files from suckless
2016-05-02 Mike LowisAdded ECLEAN variable and updated rules files to take...
2016-05-02 Mike LowisUpdated build to have convenience phony targets and...
2016-05-02 Mike LowisFixed up sh build rules
2016-04-29 Mike LowisMerge branch 'master' of https://github.com/mikedlowis...
2016-04-29 Michael D.... Added initial mount source file
2016-04-29 Michael D.... Added logic to support building artifacts to a build...
2016-04-29 Michael D.... Removed unused define
2016-04-29 Michael D.... Checkin mksh source code with Rules.mk file to build it
2016-04-28 Mike LowisChange license to BSD 2-clause
2016-04-28 Mike LowisAdded initial implementation of dmesg
2016-04-28 Mike Lowissome minor cleanup for login.c
2016-04-28 Mike LowisFinish initial implementation of login command
2016-04-28 Michael D.... started implementing password checking logic
2016-04-27 Mike LowisRemove username and hostname remnants from getty
2016-04-27 Mike LowisRemove login prompt from getty in preparation to move...
2016-04-27 Michael D.... Finished initial implementation of getty
2016-04-26 Mike LowisCheckin suckless versions of login and dmesg for the...
2016-04-26 Mike LowisAdded warning message function to util.h
2016-04-26 Mike LowisInitial commit of functioning init and 50% completed...