Commit Verlauf

Autor SHA1 Nachricht Datum
  Rob Landley 5e7aef4d24 Replace another hardwared "generated/" with $GENDIR vor 2 Jahren
  Rob Landley 9b368059de Update comments and add "sanity check" from kernel commit f16acc9d9b376. vor 2 Jahren
  LongPing Wei 613db35596 Enable copy_file_range when it is available. vor 2 Jahren
  Rob Landley ebde3b8a5b Move -Wno-string-plus-int to configure instead of probing for it. vor 2 Jahren
  Rob Landley f8883bd296 Yank -lrt linking entirely: when statically linked it pulls in pthreads for non-threaded programs, and neither bionic nor musl have it. (This means glibc always does the HASTIMERS syscall wrap.) vor 2 Jahren
  Rob Landley b0e204b33d Add HASTIMERS probe to work around bug in gcc 9.3 vor 2 Jahren
  Rob Landley b2dd9953d8 Ahem. The new copy_file_range() check needs the config symbol probe. vor 4 Jahren
  Rob Landley 2d95e03b0e The standalone build for "make sh" has more dependencies because MAYFORK. vor 4 Jahren
  Rob Landley a24295758b Rename config symbol now that we've worked around the worst of the breakage. vor 4 Jahren
  Elliott Hughes 336dff9adb fallocate: remove uClibc workaround to benefit macOS. vor 4 Jahren
  Rob Landley a5977aa2e8 Quiet "make clean" so it doesn't fill a whole screen with output. vor 4 Jahren
  Rob Landley e7a5d612d3 Fix the unshare probe. vor 4 Jahren
  Elliott Hughes d234c98318 Android moved the scheduler policy functions in Q. vor 5 Jahren
  Rob Landley 99cd706b1a Test for compiler existence when sourcing portability.sh. vor 5 Jahren
  Rob Landley 84ef9083fb Factor out scripts/portability.sh and have genconfig.sh use it to find sed/gsed. vor 5 Jahren
  Elliott Hughes 96014d82f8 macOS: use -E rather than -r for sed extended regular expressions. vor 5 Jahren
  Rob Landley ff2d528a0a Add xgetrandom() with probe for new system call (else open/read /dev/{,u}random) vor 6 Jahren
  Rob Landley 28d780b265 The prlimit probe broke when implicit function declarations became an error vor 6 Jahren
  Rob Landley be3e318a59 Android NDK doesn't have cutils/sched_policy.h so add a probed config symbol. vor 7 Jahren
  Rob Landley c99cbd12ca Kernels between 2006 and 2010 (such as the one in Centos 6.6) provide unshare() vor 7 Jahren
  Elliott Hughes 0ca829ce87 Stabilize another sort. vor 8 Jahren
  Rob Landley a59951489e Replace list_working with just list, "make list list_pending" shows combined list. vor 8 Jahren
  Rob Landley a8d0d13376 Redo build stuff in response to Andy Chu's suggestions. vor 8 Jahren
  Rob Landley 323819c689 The last-ever release of uClibc hasn't got prlimit, so probe. vor 8 Jahren
  Rob Landley 5ec9f52a39 Add test_COMMAND for each command, update "make help" to describe TEST_HOST vor 8 Jahren
  Rob Landley 05b7529c1e Add "make list", rename make working->list_working and pending->list_pending, vor 8 Jahren
  Rob Landley 9b14cb6aa5 Dependencies for "make COMMAND" vor 8 Jahren
  Rob Landley 712e43ef7c Add "make ls" and friends targets, with "make working" and "make pending" lists. vor 8 Jahren
  Rob Landley 8c588d822a Menuconfig option for musl-libc pretending mmu is just pining for the fijords. vor 8 Jahren
  Rob Landley 9933273c5b Probe for fork() instead of relying on a distro-specific #define. vor 9 Jahren