Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

VargMon/rebuilt-obase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is obase, a port of the OpenBSD userland to Linux.
You need to have OpenSSL installed to build it.

Most OS-independent tools just work, with a few exceptions:
- grep is not built because grep -F cannot be implemented on
  glibc regcomp.
- tail is not built because tail -f depends on kqueue.

Also not ported are:

asn1_compile at sndiod audioctl bc bdes bgplg calendar cap_mkdb cdio
chio chpass compile_et compress crontab csh df encrypt find
fstat ftp gencat getcap gprof grep infocmp ipcs kdump keynote ktrace
lastcomm locate lock login midiplay mixerctl mklocale modstat mt
netstat newsyslog nfsstat nm oldrdist passwd pcc pctr pkill pmdb ps
quota radioctl rcp rdist rdistd rsh rup ruptime rusers rwall rwho
sendbug showmount skey skeyaudit skeyinfo skeyinit stat strip stty su
systat systrace tail talk tcopy tcpbench telnet tftp tic tip top tput
tset usbhidaction usbhidctl vi vmstat w x99token ypcat
ypmatch ypwhich

Already ported tools are not built:
mg nc ssh sudo tmux

This is very alpha, and the tools haven't been tested very well yet.
At least the ALIGN-macro is defined only meaningfully for x86_64.

Original author: Christian Neukirchen <chneukirchen@gmail.com>
Author of fork that this fork was forked from: Antti Harri <iku@openbsd.fi>
Author of this git fork: VargMon

Please note that this is a highly untested/experimental fork, beware.
And that this a work in progress.