Swap Magic 3 Plus Coder Ps2 Download For Pc: Everything You Need to Know About PS2 Homebrew
- backdingpavibuna
- Aug 19, 2023
- 11 min read
Changes since previous release:Aaro Koskinen: find: implement -emptyAlistair Francis (4): date: Use 64 prefix syscall if we have to time: Use 64 prefix syscall if we have to runsv: Use 64 prefix syscall if we have to Remove stime() function callsBiswapriyo Nath: Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int options for clangBrian Foley (3): dc: execute shouldn't pop if stack head is not a string dc: Fix segfault when executing strings generated using asciify dc: Parse error & fix out of bounds read in xc_program_printStringDaniel Edgecumbe (3): gzip: default level with ENABLE_FEATURE_GZIP_LEVELS should be 6 gzip: set compression flags correctly as per standard gzip: set default compression level to 6 when CONFIG_FEATURE_GZIP_LEVELS=nDavid Demelier: wget: increase redirections limitDenys Vlasenko: build system: suppress some clang-9 warnings examples/udhcp/simple.script: up interface on deconfig event libbb: remove syscall wrappers around clock_gettime, closes 12091 libbb: clang/llvm 9 fix - do not eliminate a store to a fake "const" libbb: deal with "declaration of 'link' shadows a global declaration" warning libbb: include only if necessary ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bash ash,hush: testcase for "exit" without arguments in a trap ash: Expand here-documents in the current shell environment ash: Return without arguments in a trap should use status outside traps ash: [BUILTIN] Exit without arguments in a trap should use status outside traps ash: builtin: Mark more regular built-ins ash: eval: Add assignment built-in support again ash: eval: Always set localvar_stop ash: eval: Fail immediately with redirections errors for simple command ash: eval: Only restore exit status on exit/return ash: eval: Reap zombies after built-in commands and functions ash: eval: Replace with listsetvar with mklocal/setvareq ash: eval: Use the correct expansion mode for fd redirection ash: exec: Do not allocate stack string in padvance ash: exec: Never rehash regular built-ins ash: exec: Stricter pathopt parsing ash: expand: Do not reprocess data when expanding words ash: expand: Ensure result is escaped in cvtnum ash: expand: Fix multiple issues with EXP_DISCARD in evalvar ash: expand: Fix skipping of command substitution when trimming in evalvar ash: expand: Fix trailing newlines processing in backquote expanding ash: expand: Merge syntax/quotes in memtodest with flags ash: expand: Use HOME in tilde expansion when it is empty ash: fix BASE###nn bashism for bases 36..64 ash: fix BASE###nn bashism to accept letter 'digits' for bases > 9 ash: fix set -o to not show "nameless" options ash: jobs - Do not block when waiting on SIGCHLD ash: jobs: Only clear gotsigchld when waiting for everything ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpy ash: main: Only set savestatus in exitcmd ash: main: Print \n upon EOF (CTRL-D) when run interactively ash: memalloc: Add growstackto helper ash: memalloc: Avoid looping in growstackto ash: mkinit: Split reset into exitreset and reset ash: output: Fix fmtstr return value ash: parser: Do not push token back before parseheredoc ash: parser: Fix incorrect eating of backslash newlines ash: parser: Fix old-style command substitution here-document crash ash: parser: Only accept single-digit parameter expansion outside of braces ash: parser: Save/restore here-documents in command substitution ash: rename some function parameters to match dash ash: rename stack_nputstr() back to stnputs() to match dash ash: shell: Fix clang warnings about "string plus integer" ash: use pgetc_eatbnl() in more places, take 2 hush: fix "set -o INVALID" affecting -e flag state hush: fix negative_arith.tests: glob-protect dash in "$((arith))" hush: fix preprocessor directives indentation hush: implement "return NUM in trap sets $? after trap" hush: make "exit" in trap use pre-trap exitcode hush: make "exit" in trap use pre-trap exitcode - fix for nested trap hush: restore redirected stdin awk: disallow "str"++, closes bug 12981 awk: fix more "length" cases, closes 12486 bc: fix comparison bug, closes 12336 brctl: fold show_bridge_ports into its caller dpkg-deb: work around bogus error message when working with XZ compressed packages fdisk: add HFS / HFS+ partition type fdisk: avoid overflow in "mega/gigabytes" calculation, code shrink gunzip: code shrink by using int-, not short-sized struct member gunzip: fix incorrect decoding of "fixed" inflate blocks gzip: -d with zcat enabled but gunzip disabled was misbehaving init: if tcgetattr() fails, don't even try to tcsetattr() init: improve handling of signals racing with each other nmeter: add %T (zero-based timestamp) format nmeter: do not clamp down %Nc to minimum of 10 (think nmeter "%`nproc`c") nologin: make it possible to build it as single applet ntpd: abort if argvs are (unexpectedly) given ntpd: abs(tmx.offset) was truncating a "long" typed value ntpd: add comment about mode6, no code changes ntpd: commonalize message strings ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2 pidof: support "pidof /path/to/binary" case readlink,realpath: fix a case with a symplink, closes 11021 stat: print nanosecond times, fix printing of empty lines sysctl: do report EACCES errors on write tar: change -a from meaning "lzma" to mean "autodetect by extension" taskset: add support for taking/printing CPU list (-c option) taskset: implement stride argument taskset: tighten the check for stride values tc: array address is never NULL tee: do not intercept SIGPIPE telnet: add disabled code to emit EC and IP telnet: fix uninitialized variable bug tftp: on download, open local file only when first bit of data arrived tftpd: show requested file name in open error message top: do not use previous collected data wheh "h" toggles threads display udhcp: comment out unused domain compression code udhcpc6: add ELAPSED_TIME option to outgoing packets udhcpc6: s/iphdr/ip6_hdr/ udhcpd: mangle hostnames starting with dash ("-option") whois: limit total length of response to 32+2 kbDimitri John Ledkov: wget: implement TLS verification with ENABLE_FEATURE_WGET_OPENSSLEivind Versvik: udhcpc6: support stateless DHCPv6Gray Wolf: grep: Fix -f FILE when FILE is empty and -x providedJames Byrne (2): libbb: reduce the overhead of single parameter bb_error_msg() calls config: PID_FILE_PATH required for FEATURE_CROND_SPECIAL_TIMESJean-Philippe Brucker: build system: remove KBUILD_STR()Jo-Philipp Wich (2): nslookup: handle replies without RRs nslookup: implement support for SRV recordsKaarle Ritvanen: ln: --no-target-directory implies --no-dereferenceKang-Che Sung: bc: Add 'U' suffix in UINT_MAX preprocessor checkLauri Kasanen: unzip: -d should create the dirLiu, Shuang (ADITG/ESM): chgrp: correct the usage for non-desktop chgrp callsLukas Rusak: free: include SReclaimable in cached valueMark Edgar: unexpand: correct behavior for --first-only --tabs=4Martin Lewis (8): libbb: Converted safe_read to safe_write format replace: count_strstr - Handle an edge case where sub is empty xstrndup: Use strndup instead of implementing it brctl: add support for showmacs command brctl: add support for showstp command dhcpc.c: Added support for relay server parameter dhcpc: code shrink in good_hostname dhcpc: refactor xmalloc_optname_optval to shrink binary sizeMichal Kazior: udhcpc: fix segmentation fault on empty bin optPeter Korsgaard: syslogd: add config option to include milliseconds in timestampsRolf Eike Beer: examples/udhcp/simple.script: print the filename actually changedRon Yorston (13): mim: new applet: run scripts from a specification file ash,hush: allow builtins to be tab-completed, closes 7532 ash,hush: drop pointer check before calls to show_history ash: fix build failure when command built-in is disabled ash: only catch unexpected exceptions in PS1 expansion ash: improve expandstr() ash: return exit status of nofork applets (again) ash: move TRACE statement in evalcommand() httpd: permit non-default home directory with NOMMU enabled httpd: allow '-h' to work when daemonized with NOMMU enabled vi: fixes to string search in colon commands, closes 10321 xargs: fix handling of quoted arguments, closes 11441 xargs: restore correct behaviour of -n optionStefan Agner: examples/udhcp/simple.script: fix IPv6 support when using udhcpcSören Tempel (2): grep: add proper support for pattern_list deluser: check if specified home is a directory before removing itTomas Paukrt: route: fix output of "route -n -A inet6"Tomi Leppanen: grep: add -RUwe Glaeser: udhcpc6: use correct multicast MAC
Changes since previous release:Aaro Koskinen (2): less: make -E work install: implement -t DIRAri Sundholm (2): df: implement -T option df: fix -T option when ENABLE_FEATURE_HUMAN_READABLE=0Bartosz Golaszewski (17): gitignore: ignore files generated by 'make test' sort: remove a magic number from compare_keys() sort: check global flags on fallback sort ntpd: fix compilation warnings top: fix compilation warnings grep: properly handle grep -w "^str" in !EXTRA_COMPAT case too Kbuild: move CONFIG_PAM to general configuration shuf: fix a segfault on 'shuf -e' shuf: improve help text docs: update new-applet-HOWTO.txt find: add optional support for '-exec ... +' libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes unit-tests: implement the unit-testing framework Rename INIT_LAST to INIT_FUNC to avoid confusion gitignore: add testsuite/echo-ne libbb: use sendfile() to copy data between file descriptors Config: select PLATFORM_LINUX if using sendfile()Baruch Siach (2): nandwrite: fix build when long options are disabled nanddump: don't show --bb in usage when disabledBernhard Reutner-Fischer (1): libbb: provide usleep() fallback implementationCristian Ionescu-Idbohrn (1): tail: adjust help/usage textsDavid Marchand (1): modinfo: fix module parsing with kernel >= 2.6.37Denys Vlasenko: *: add conditional support for -v / --verbose *: exit with 127 if applet name wasn't found - it's more POSIXy ash,hush: do not segfault on $((2**63 / -1)) ash,hush: fix a thinko about 2^64-1 factorization ash,hush: improve randomness of $RANDOM, add easy-ish way to test it ash,hush: run reinit_unicode() only if makes sense ash,hush: set $HOSTNAME is bash compat. Closes 7028 ash: factor out ASH_HELP config option ash: fix handling of negative start value in $v:start:len ash: fix off-by-one in "jobs %4" handling. Closes 7310 ash: in bash compat mode, always export $SHLVL ash: make "local VAR" unset VAR (bash does that) ash: make $#var unicode-aware awk: fix handling of "if ... break ; else ..." - closes 7226 crond: implement "SHELL=prog" in crontab. Export LOGNAME as POSIX wants crond: simplify logging code du, copy_file: fix file matching on cramfs. Closes 5456 fakeidentd: simplify ndelay manipulations false: make "false --help" exit with 1 find: exit code fixes for find -exec find: fix a regression introduced with -HLP support find: support -perm /BITS. Closes 7340 find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit ftpd: do not use root_fd if we are not in chroot ftpd: escape chroot prior to re-executing ls helper ftpd: for LIST, open current directory *in the child* ftpd: make LIST command show dotfiles too ftpd: support deprecated XPWD command getty: set tty attrs so that control chars are shown as ^c grep: fix "grep -r PATTRN SYMLINK_TO_DIR" grep: fix -w match if first match isn't a word, but second is. Closes 4520 grep: fix two bugs with -w hush: make "true" built-in hush: make $#var unicode-aware hwclock: fix setting of tz_minuteswest. Closes 5414 init: do not run shutdown/reexec actions from signal handler init: if libc-based Unicode support is on, run setlocale(LC_ALL, "") at startup ip link: add support for "address ETHADDR". Closes 4862 less: accept and ignore -s less: disable "suppress empty wraparound" optimization less: fix bugs discovered with "git log -p less -m" on kernel tree less: move "retry-on-EAGAIN" logic closer to read ops libarchive: add capability to unpack to mem.buffer libarchive: open_zipped() does not need to check extensions for e.g. gzip libbb/obscure.c: code shrink. Suggested by Tito. libbb: FreeBSD fix for B baud rate constants not fitting into a short libbb: don't die if crypt() returns NULL libbb: fix a bad check for uclibc >= 0.9.31 libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190 libbb: fix compile failure if both ARG_MAX and _SC_ARG_MAX are defined libbb: fix empty PATH components handling libbb: fix parsing of "10101010" date/time form libbb: fix thinko in rtc_xopen() libbb: if opening /dev/loopN returns ENXIO, don't try N++ libbb: make rtc_xopen try harder on EBUSY libbb: make syslog level for bb_error_msg's configurable. use it in crond libbb: open_zipped() should not fail on non-compressed files libbb: use ARG_MAX for bb_arg_max() only if it's 60k+ lineedit: don't fall back to simple line input if tty is in raw mode ls: make "ls -s DIR" show total too. Closes 4946 lzop: add overflow check make xmalloc_open_zipped_read_close result NUL terminated man: accept a list of dirs in $MANPATH man: default to ascii man: do not mangle $MANPATH in memory mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334 modprobe,rmmod: reject module names with slashes modprobe-small: (un)load all modules which match the alias, not only first one modprobe-small: fix help messages for aliased module-related applets modprobe-small: fix safe_strncpy truncating last char of module name modprobe-small: remove redundant aliases from modules.dep.bb nc: fix option bit positions. Closes 6926 networking/ssl_helper: experimental matrixssl-based ssl helper networking: explain isrv_run() API ntpd: add optional support for /etc/ntp.conf ntpd: add support for -I IFACE ntpd: adjust last packet's recv time after a step ntpd: be less eager to use shorter poll intervals ntpd: fix wrong delay value in one of the printed messages ntpd: remove now unnecessary check for IP_PKTINFO definition ntpd: truly ignore high delay packet ping: revert "try SOCK_DGRAM if no root privileges" platform.h: undef HAVE_STRCHRNUL only on correct versions of FreeBSD rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrink script: make it work even if fd 0 is closed sed: fix "sed CMD -i nonexistent_file". Closes 7484 sed: fix a buglet in s///NUM handling sendmail: make -f optional, document its default value sha3: add 32-bit optimized bit-sliced implementation sha3: code shrink (and speedup for SHA3_SMALL=0) shuf: new applet sysctl: do not error out showing write-only data. Closes 6386 syslogd: make "-O -" log to stdout tar: fix "tar -cJ" ignoring -J option. Closes 7706 tar: tighten up pax header validity check taskset: fix logic error in "if it doesn't start with 0x..." taskset: support CPU masks for more than 64 CPUs test: fix mishandling of "test '(' = '('" and similar tftpd: support full 512-byte requests tftpd: tweak HP PA-RISC firmware bug compatibility top: fix memset length (sizeof(ptr) vs sizeof(array) problem) trylink: emit names of linked executables ubiupdatevol: fix -t to not require an option. Closes 7466 udhcpc: account for script run time udhcpc: don't use BPF filter, users report problems (bugs 4598, 6746) udhcpc: fix BPF filter. Hopefully fixes the root cause of 4598 and 6746 udhcpc: ignore NAKs from "wrong" servers. Closes 4267 udhcpc: in comments, explain the kind of raw socket we create udhcpc: make hostname sanitization optional. Closes 3979 udhcpd: if a lease from lease file coincides with a static one, ignore it vi: clear undo buffer when we change to another file vi: fix incorrect memory access on brace matching. Closes 7256 wget: add commented-out code to use ssl_helper instead of openssl wget: add support for https using "openssl s_client" as a helper wget: fix a case where progress bar isn't updated if writes are very slow wget: fix use-after-free of ->user. Closes 6836 xargs: add support for -I and -i. Closes 493 zcat: complain if input is not compressedDrew Moseley (1): build system: specify '-nostldlib' when linking to .o filesEugene Rudoy (1): iplink: fix build with kernel versions prior to 2.6.23Florian Fainelli (1): ping: add -p to specify data patternIsaac Dunham (1): unlink: new appletJacob Kjaergaard (1): flashcp: change BUFSIZE to 4kJeremy Kerr (1): udhcp: add PXELINUX path prefix option (code 210) definitionJody Bruchon (1): vi: undo support for vi with intermediate queuingJohn Spencer (1): man: parse "DEFINE pager" in configJoshua Judson Rosen (5): syslogd: avoid spurious ftrunctate() calls for "-b 0" syslogd: remember to un-writelock log-files even when called with "-b 0" syslogd: Unify unlink/truncate + unlock log-rotation logic syslogd: syslogd: don't *decrement* log_file->size on write failures syslogd: make "reopen log file every second" logic work for multiple logsKaarle Ritvanen (2): ifupdown: support 'link' address family sendmail: use FQDN in default envelope senderKen Sharp (1): zcip: fix link-local IP conflict detectionMatt Whitlock (3): avoid calling bb_strtou twice in MIN macro expansion fix interaction of -a and -p options in swapon add discard option -d to swaponMatthias Andree (1): build system: fix non-portable sed constructs.Michael Gernoth (1): stat: fix printing selinux context and null-dereferenceMichael Tokarev (3): testsuite: fix last "which" change init: do not fail build if SIGPWR is not defined iproute: support onelink route option and print route flagsMichel Stam (3): udhcpd: add option for tweaking arpping zcip: allow our own class B range to be used for ZeroConf zcip: Add environment variable for overriding log functionalityMike Frysinger (2): uname: fix up usage documentation appletlib: fix set-but-unused warningMiroslav Lichvar (4): ntpd: don't wait for good offset before disabling burst mode ntpd: split out poll adjusting code ntpd: don't stay at short polling interval ntpd: calculate offset to jitter ratio before updating jitterMorten Kvistgaard (1): ftpd: add optional support for authenticationPascal Bellard (1): fatattr: new appletPeter Kümmel (1): Make it possible to override LOGIN_FAIL_DELAY in CONFIG_EXTRA_CFLAGSRichard Genoud (4): nanddump: correct rounding to next page (lead to infinite loop) nanddump: add options --bb=skipbad and padbad nanddump: kill -b Omit bad block nanddump: change default to --bb=skipbadRomain Naour (1): su: add a delay if the password is incorrectRon Yorston (1): lineedit: don't block when looking for escape sequence in vi-modeRyan Mallon (1): fakeidentd: fix use-after-freeTimo Teräs (1): top: fix and merge code to parse /proc/meminfoTito Ragusa (4): adduser,addgroup: introduce and use CONFIG_LAST_ID swapon/swapoff: size reduction, cleanup, fixes, improvements swapon/swapoff: -a returns 0 on ignored errors which: rewrite
Swap Magic 3 Plus Coder Ps2 Download For Pc
2ff7e9595c
Comments