]> gitweb.factorcode.org Git - factor.git/history - basis/unix
scryfall: better moxfield words
[factor.git] / basis / unix /
2024-03-05 Giftpflanzeunix.signals: Signal constants are in the libc vocab
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-07-08 Rudi Grinbergfeature(linux): pipe2 bindings
2023-05-19 John Benediktssonio.directories: implement cross-platform truncate-file.
2023-04-14 Doug Colemanunix.ffi: typo, prot -> proto
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemanfactor: remove extra whitespace refactor-sequences 2669/head
2023-02-26 Doug Colemankernel: add transmute and some use cases
2023-02-26 Doug Colemanfactor: use ??if instead of ?if-old
2023-02-08 GiftpflanzeRename and add sorting words
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2023-01-11 Doug Colemantests: use must-not-fail in some places must-not-fail 2738/head
2022-09-11 Doug Colemanbasis: use lint.vocabs tool to trim using lists
2022-07-31 Doug Colemanfactor: alien.c-types:short -> cramp
2022-02-13 Alex Maestassystem-info: implement system-info.freebsd via sysctl
2022-02-12 Alex Maestasfreebsd: declare posix_spawn-related types
2022-01-19 John Benediktssonunix.utilities: update usings for move
2022-01-19 John Benediktssonunix.utilities: move to alien.utilities
2022-01-17 John Benediktssonclasses.struct: moving to new/boa instead of <struct...
2022-01-09 John Benediktssonunix.scheduler.macosx: fix stack effect for help-lint
2022-01-09 Cat Stevensunix.scheduler: small new vocab to get Unix scheduler...
2022-01-02 Doug Colemanunix.types.linux: fix using
2022-01-02 Doug Colemanunix: Fix sigset_t for linux/macos.
2022-01-02 Doug Colemanunix.process: define the posix_spawnattr_t and sigset_t...
2021-12-28 Doug Colemanunix.types.linux: __u64 should be unsigned. fix typo
2021-12-21 Doug Colemanfactor: use more split/join words
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2021-04-01 Doug Colemanretries: Swap the order of args to retries combinator
2021-04-01 Doug Colemanunix.xattrs: Add basic support for xaddrs on macOS
2021-03-08 John Benediktssonunix.signals: tweak dispatch-signal-hooks.
2021-03-08 John Benediktssonunix.signals: use remove-eq! on signal handlers.
2021-02-22 Doug Colemanlinux.input-events: Add support for /dev/input/event...
2021-01-29 Doug Colemanfactor: Trimming ``USING:`` lists.
2020-12-11 John Benediktssonunix.time: better struct slot names for timezone.
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-07-01 Doug Colemanunix: Add more posix_spawnp and rename fork-process...
2020-06-27 Doug Colemanunix.linux.proc: Add cpuinfo flag "vmx flags".
2020-05-19 John Benediktssonunix.signals: bump time on tests.
2020-03-15 Doug Colemanunix.process: Add posix_spawn stub.
2019-09-28 Doug Colemanbasis: Move signal word and fix tests.
2019-09-27 Doug Colemanbasis: Fix bootstrap to display unix signals instead...
2019-04-23 Alexander Iljincontinuations[-docs]: add the finally word
2019-02-11 Doug Colemanunix.kqueue: fix platforms.
2019-02-10 Jack Lucasremove useless structure definition 2113/head
2019-02-10 Jack LucasFix stat so io test will finish
2019-02-10 Jack Lucastype name consistency
2019-02-10 Jack LucasFix stat declarations, function: names, and dirent...
2019-02-09 Jack LucasRemove one mistaken author file
2019-02-09 Jack LucasRe-add Freebsd Support
2018-02-13 John Benediktssonfix another typo.
2018-02-13 John Benediktssonfix more typos in docs.
2018-02-13 John Benediktssonfix some typos in docs.
2017-09-11 Alexander IljinUpdate some copyright headers to follow the current...
2017-07-08 Björn Lindqvistbasis/,core/,extra/: more tags
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-07-12 John Benediktssonusing [ ] [ ... ] ?if instead of [ nip ] [ ... ] if*.
2016-05-26 Doug Colemanunix.ffi: Add SHUT_* flags for shutdown() call.
2016-03-30 John Benediktssonunix.groups: cleanup using.
2016-03-29 John Benediktssoncleanup some QUALIFIED: that are no longer needed.
2016-03-23 Björn Lindqvistunix: fixed read-symbolic-link (#1074) + tests
2016-03-13 John Benediktssonunix.ffi: adding getsockopt and some socket options.
2016-02-27 Doug Colemanunix.linux.proc: add bugs line.
2015-10-08 Björn Lindqvistunix.ffi,windows.winsock: add the rest of the AI_*...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-07-29 John Benediktssonunix: don't need << >>.
2015-07-19 Doug Colemanfactor: rename files that are not loadable on mac, too
2015-07-19 Doug Colemanfactor: actual patch to remove ; from all c/fortran...
2015-07-19 Doug Colemanfactor: Rename MACRO: and MACRO: to have quot as the...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-03 Doug Colemanunix.ffi: Fix syntax for FUNCTION:
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-07-02 Doug Colemanfactor: clean up whitespace in -docs files
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2014-12-24 John Benediktssonunix: some using cleanups.
2014-12-24 John Benediktssonalien.c-types: move definitions of stdint.h from unix...
2014-11-15 John Benediktssonbasis: some more os require cleanup.
2014-11-15 John Benediktssonbasis/extra: cleanup some platform requires.
2014-11-13 John Benediktssonbasis/extra: switch to "vocab." os name>> append require.
2014-11-06 Benjamin PollackRemove executable bit from tons of files that aren't
2014-07-07 Doug Colemanunix: Ignore failures if errno is EINTR on close(2...
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2014-04-29 John BenediktssonRevert "unix.ffi: be more explicit about dirent64."
2014-04-29 John Benediktssonunix.ffi: be more explicit about dirent64.
2014-04-22 Doug Colemanunix.ffi: Oops
2014-04-22 Doug Colemanunix.ffi: Arch Linux doesn't seem to have aliases.
2014-04-22 John Benediktssonunix.linux.proc: future proof!
2014-04-22 Doug Colemanunix.ffi: Use a utility word for getting the aliases...
2014-04-22 Doug Colemanunix.linux.proc: Fix length of meminfo struct on some...
2014-04-04 John Benediktssonmore libc fixes.
2014-04-02 Björn Lindqvistlibc: several vocabs now need to depend on libc
2014-04-02 Björn Lindqvistlibc.*, unix.*: move constants and functions from the...
2013-11-19 Doug Colemanunix.users: Add utility word to find a user's home...
next