fs

morpheus filesystem files
git clone git://git.2f30.org/fs
Log | Files | Refs

DateCommit messageAuthorFiles+-
2014-10-27 13:59Update fssin22+145-146
2014-04-04 17:53svc: use stat -tHiltjo Posthuma1+1-1
2014-04-01 15:30permissions: make rc.local and rc.modules executableHiltjo Posthuma2+0-0
2014-04-01 14:37respawn: remove getoptsHiltjo Posthuma1+7-10
2014-03-25 14:12Don't print 'Terminated' messages on reboot/poweroffsin1+4-4
2014-03-18 14:27Remove /etc/mtabsin1+0-2
2014-03-18 14:08Mount procfs, sysfs etc. with proper optionssin1+5-2
2014-03-17 14:22Add dummy rc.modulessin2+5-0
2014-03-16 16:14No need to use envsin1+1-1
2014-03-16 16:08Respect dmesg_restrictsin1+8-1
2014-03-15 20:14Print newline before shutdown sequencesin1+1-1
2014-03-15 20:12Add tmp in fstabsin1+1-0
2014-03-15 19:56Group together mounts, set verbosity aftersin1+3-3
2014-03-15 19:53Set smdev as kernel hotplug earlysin1+3-3
2014-03-15 19:51Just for consistency use 0620 instead of 620 for modesin1+1-1
2014-03-15 19:50Mount /dev as tmpfs - no need to use devtmpfssin1+4-5
2014-03-15 19:14Set tty level as early as possiblesin1+3-2
2014-03-15 18:58Don't use the builtin kill, rather use ubase's killsin2+2-2
2014-03-15 18:01Default fs is ext4 not ext2sin1+1-1
2014-03-15 16:25rc.init: mount all filesystemsHiltjo Posthuma1+3-0
2014-03-15 16:25rc.init: mount /dev/pts with proper permissionsHiltjo Posthuma1+1-1
2014-03-12 20:45Unmount all filesystems in rc.shutdownsin1+3-0
2014-03-12 17:57Make /etc/mtab a symlink to /proc/mountssin1+1-1
2014-03-12 14:31cp /proc/mounts to /etc/mtabsin1+2-0
2014-03-11 18:19Remount / ro before fsck just in casesin1+2-0
2014-03-07 15:18Add nogroupsin1+1-0
2014-03-07 15:14Add nobody usersin1+1-0
2014-03-07 14:49Set linefeed mode to avoid staircase effectsin1+3-0
2014-03-07 11:53Check filesystemssin1+8-0
2014-03-07 11:49Mount devtmpfs at boot timesin1+2-0
2014-03-06 12:06Store random seed before killing processessin1+3-3
2014-03-06 11:22Make killall5 work with killall5 in ubasesin1+2-2
2014-02-21 16:38Update /etc/profilesin1+2-3
2014-02-21 16:34Add .profile and fixup .mkshrcsin4+30-8
2014-02-21 16:21Respawn 4 gettys by defaultsin2+34-1
2014-02-19 10:15Add .xinitrc in /etc/skelsin1+3-0
2014-02-19 10:14SVC in /etc/rc.conf is uselesssin1+0-2
2014-02-18 17:47Start dwm by default - I removed aewmsin1+2-2
2014-02-18 14:31Start aewm by defaultsin1+1-1
2014-02-18 11:51Use white as the default bg colorsin1+1-1
2014-02-18 11:48Add .xinitrcsin1+3-0
2014-02-18 11:47Signal init for reboot/poweroffsin2+2-2
2014-02-17 14:24Add audio groupsin1+1-0
2014-02-17 14:23Add video groupsin1+1-0
2014-02-17 14:03Add usage examples for svcsin1+11-0
2014-02-17 12:55Sanitize umasksin2+4-0
2014-02-17 12:53Export PATH in init scripts for anyone needing themsin2+4-0
2014-02-17 12:46Fork getty from rc.init so we can bypass rc.svc if neededsin2+2-2
2014-02-17 12:44Make rc.local non-executable by defaultsin1+0-0
2014-02-17 12:43Check if rc.svc and rc.local are executable and only then run themsin2+8-4
2014-02-17 12:40Minimize the sleep time to 3 seconds instead of 5sin1+1-1
2014-02-17 12:36Save the system clock properly in rc.shutdownsin2+23-3
2014-02-17 11:48Add poweroff/reboot scriptssin2+6-0
2014-02-16 19:33Embed LICENCE in svcsin1+20-1
2014-02-16 19:23Use OpenDNS by defaultsin1+1-2
2014-02-16 18:44Mount root as rw at boot timesin2+4-5
2014-02-16 17:31Add /etc/fstabsin1+5-0
2014-02-16 17:27sbin/ is a symlink to bin/ so no need to add it to the PATHsin3+3-3
2014-02-13 12:40Remove rc.dsin2+0-40
2014-02-13 12:31Import 20h's svc.sin6+176-14
2014-02-10 15:54Don't run getty in the background - use exec insteadsin1+1-1
2014-02-10 15:49echo a newline before gettysin1+1-1
2014-02-10 12:11We now use our own getty from ubasesin1+1-1
2014-02-07 16:38Soft reboot on ctrl-alt-delsin1+3-0
2014-02-07 16:19Revert "Create sinit FIFO at the end of the boot process"sin1+0-3
2014-02-07 13:04Create sinit FIFO at the end of the boot processsin1+3-0
2014-02-07 11:46Use a case statement and check against invalid actionssin1+15-3
2014-02-07 11:31Run this getty in the bgsin1+1-1
2014-02-06 11:37Rename rc -> rc.init and rc.multi -> rc.svcsin3+62-62
2014-02-05 18:25Move rc scripts over to /binsin9+117-117
2014-02-05 17:25Call ubase halt from rc.shutdownsin1+6-0
2014-02-05 16:50Remove inittab and rename rc.boot to rcsin3+2-12
2013-09-27 14:20Only print the message when we actually generate themsin1+1-1
2013-09-26 18:12Say bye at the end of rc.shutdownsin1+2-0
2013-09-25 09:51Some more diagnostic messagessin1+2-0
2013-09-23 16:05Remove dropbearkeyssin1+0-19
2013-09-23 16:04Use -s -k and -r for start stop and restartsin4+10-10
2013-09-23 15:49Remove hotplugsin1+0-3
2013-09-23 15:43Don't print the hostnamesin1+1-1
2013-09-23 15:35Conceptually separate SVC from other configssin1+1-0
2013-09-23 15:34No need to be so verbosesin1+0-1
2013-09-23 14:14Only show warning or worse on consolesin1+2-0
2013-09-23 14:04Restore random seed on boot + stylistic updatessin2+7-1
2013-09-23 14:00Start rc.multi from within rc.bootsin2+2-1
2013-09-23 13:54Fix path for rc.localsin1+1-1
2013-09-23 13:11Correct path for rc.shutdownsin1+1-1
2013-09-23 13:10Correct path for rc.multisin1+1-1
2013-09-23 13:08Add resolv.confsin1+2-0
2013-09-23 13:04Add motdsin1+0-0
2013-09-23 13:04Add issuesin1+1-0
2013-09-23 13:01Add hostssin1+10-0
2013-09-23 13:00Add /etc/profilesin3+8-2
2013-09-23 12:34Use busybox initsin9+110-101
2013-09-23 12:16Change boot message and bring up the loopback interfacesin1+3-1
2013-09-20 15:51Print more info and store the dmesg output to /var/log/dmesg.logsin1+6-0
2013-09-20 15:41Change messagesin1+1-1
2013-09-20 15:33Set hwclocksin2+24-0
2013-09-20 15:11Create /dev/shm as well on bootsin1+1-1
2013-09-19 14:22Set default TERM to linuxsin2+2-2
2013-09-18 21:00Power down the systemsin1+1-1
2013-09-17 18:07Being paranoid feels good! - old habits die hardsin2+2-0
2013-09-17 15:35Add rebootsin1+14-0
2013-09-17 14:57Add poweroffsin1+14-0
2013-09-17 13:53Add C-l bind for mkshsin2+6-0
2013-09-17 13:47Create /etc/skelsin1+4-0
2013-09-17 13:44Fix stylesin1+2-2
2013-09-17 13:31Move /etc/netstart to /etc/rc.d/networksin5+25-9
2013-09-17 11:01Update PATH to include the compilerssin1+1-1
2013-09-16 19:15Print whenever we start the networksin1+1-0
2013-09-16 18:46Initial commitsin11+106-0