Alejandro Mery
56b6f0d98d
sysfiles: changed /etc/profile to use $UID -eq 0 instead of -w / to support read-only roots
11 years ago
Alejandro Mery
022f78ddea
sysfiles: apply overlay.d silently
11 years ago
Alejandro Mery
1d3219c6d3
sysfiles: changed to use overlay_apply()
11 years ago
Alejandro Mery
9ed8a6feb7
sysfiles: fixed some bugs in functions.in and fixed indentation
11 years ago
Alejandro Mery
f42c5f9700
sysvinit: extend fhs to create etc/rc.d/ structure
11 years ago
Alejandro Mery
710ffe1b9f
fhs: remove etc/rc.d structure which belongs to sysvinit
11 years ago
Gernot Tenchio
6495fa70bc
sysfiles: moved functions*.in from /etc/rc.d to /etc/init.d
11 years ago
Gernot Tenchio
3cd742b023
runit: build and install svwaitup/down commands
11 years ago
Christian Wiese
1a82feafdb
runit/havaged: changed run script template to add '-w 3072' (see note)
...
Note:
The default size of the linux kernel entropy pool is 4096 bits, and the default
'write_wakup_threshold' - defining the number of bits of entropy below which we
wake up processes that do a select() or poll() for write access to /dev/random
- is set to 128, which is not sufficient for machines that consume a lots of
entropy.
The 'write_wakup_threshold' can be set manually via sysfs in
'/proc/sys/kernel/random/write_wakeup_threshold' but haveged is able to set it
by itself through the '-w' option.
11 years ago
Christian Wiese
67371ff2ec
runit: changed postgresql integration to use a "tail" template instead of the various older "txt" templates
11 years ago
Christian Wiese
0e3592bec7
util-linux: Updated (2.22.2 -> 2.23.2)
...
Thanks to Alejandro for providing help and his container_of implementation
taken from sancus-core.
https://github.com/sancus-project/sancus-core/blob/master/include/sancus_common.h
11 years ago
Christian Wiese
23e975db2a
musl: fixed openssl to use termios.h
11 years ago
Christian Wiese
dd04552707
musl: provide proper credits and infos about the gcc patch
11 years ago
Christian Wiese
f782bd37de
musl: fixed gcc patch to apply on top of the multilib patch applied when building a 64bit target
...
The multilib patch 'base/gcc/gcc-4.7-multilib-1.patch' is for adjusting
multilib dirnames to suite OpenSDE's lib as symlink strategy.
11 years ago
Christian Wiese
8e660ad6f5
musl: fixed m4 to cross-compile and to workaround gnulib weirdness
...
Note:
If you see something like this while trying to build a package using musl libc
this kind of fix might also apply for that package!
------------------------------------------------------------------------------
freadahead.c: In function 'freadahead':
freadahead.c:83:3: error: #error "Please port gnulib freadahead.c to your platform! Look at the definition of fflush, fread, ungetc on your system, th en report this to bug-gnulib."
------------------------------------------------------------------------------
11 years ago
Christian Wiese
de4e9e18a7
musl: fixed libtool cross-compiling at stage 1
11 years ago
Christian Wiese
9f3016443e
musl: Added musl 0.9.12 - A lightweight implementation of a standard C library
11 years ago
Christian Wiese
c280a450c1
lvm2: Updated (2.02.98 -> 2.02.100)
11 years ago
Alejandro Mery
1bddff8d37
sysfiles: fix CRLF in etc/sakmsg
11 years ago
Christian Wiese
8077e6db1b
pam: renamed namespace.d_outside_sandibox.patch -> namespace.d_outside_sandbox.patch
11 years ago
Alejandro Mery
b8244c4f44
pam: don't mkdir /etc/security/namespace.d outside the sandbox
11 years ago
Alejandro Mery
4e27e3e0fe
glibc: fix /usr/include/{bits,gnu} made outside the sandbox
...
Signed-off-by: Alejandro Mery <amery@geeks.cl>
11 years ago
Christian Wiese
e5dbb58d84
linux-src: Updated (3.10.8 -> 3.10.9)
11 years ago
Christian Wiese
4f34feebbc
linux-header: Updated (3.10.8 -> 3.10.9)
11 years ago
Christian Wiese
0f67f03daa
linux: Updated (3.10.8 -> 3.10.9)
11 years ago
Christian Wiese
cb72a187c0
linux-src: Updated (3.10.7 -> 3.10.8)
11 years ago
Christian Wiese
533e4fab9a
linux-header: Updated (3.10.7 -> 3.10.8)
11 years ago
Christian Wiese
e67b50f2a7
linux: Updated (3.10.7 -> 3.10.8)
11 years ago
Christian Wiese
18624de814
linux-header: Updated (3.10.6 -> 3.10.7)
11 years ago
Christian Wiese
110d942590
linux-src: Updated (3.10.6 -> 3.10.7)
11 years ago
Christian Wiese
9edf260deb
linux: Updated (3.10.6 -> 3.10.7)
11 years ago
Christian Wiese
28684a3489
linux-header: Updated (3.10.5 -> 3.10.6)
11 years ago
Christian Wiese
e0a3b67d6a
linux-src: Updated (3.10.5 -> 3.10.6)
11 years ago
Christian Wiese
66e08d50d3
linux: Updated (3.10.5 -> 3.10.6)
11 years ago
Christian Wiese
fe2fd89163
linux-src: Updated (3.10.4 -> 3.10.5)
11 years ago
Christian Wiese
94e38d6ceb
linux-header: Updated (3.10.4 -> 3.10.5)
11 years ago
Christian Wiese
64782b9efa
linux: Updated (3.10.4 -> 3.10.5)
11 years ago
Christian Wiese
c869754f49
kmod: changed to not build static library and to run autoreconf
11 years ago
Christian Wiese
132024b437
kmod: Updated (13 -> 14)
11 years ago
Christian Wiese
00e44eaeb1
coreutils: fixed our hostcc_make_prime_list() to add -I$root$includedir when compiling 'make_prime_list' at toolchain stage
11 years ago
Christian Wiese
b49d8c66ef
popt: removed obsolete glibc 2.2 related patch
11 years ago
Christian Wiese
3f511cd6ee
linux: fixed lx_injectextraversion() to use the correct path for the generated version.h
11 years ago
Christian Wiese
030f540bbf
linux: rediffed failing hunks of OpenSDE specific patch which adds the no2modconfig make target
11 years ago
Christian Wiese
75bd9cfddf
linux-src: Updated (3.4.56 -> 3.10.4)
11 years ago
Christian Wiese
be189bfbf5
linux-header: Updated (3.4.56 -> 3.10.4)
11 years ago
Christian Wiese
ebaeada3a5
linux: Updated (3.4.56 -> 3.10.4)
11 years ago
Christian Wiese
b3f266e38c
linux-src: Updated (3.4.55 -> 3.4.56)
11 years ago
Christian Wiese
a95e965974
linux-header: Updated (3.4.55 -> 3.4.56)
11 years ago
Christian Wiese
0cf2b8da59
linux: Updated (3.4.55 -> 3.4.56)
11 years ago
Christian Wiese
b5d5e022b0
linux-src: Updated (3.4.54 -> 3.4.55)
11 years ago