Commit Graph

1860 Commits

Author SHA1 Message Date
Jonas 'Sortie' Termansen d068a352f7 Fix missing lock in kernel descriptor fork. 2015-06-27 17:06:32 +02:00
Jonas 'Sortie' Termansen 5589085084 Fix unlinkat potentially following paths twice. 2015-06-27 17:06:32 +02:00
Jonas 'Sortie' Termansen 8c0252300e Fix strtol isspace calls. 2015-05-15 16:18:41 +02:00
Jonas 'Sortie' Termansen 1d7c157848 Fix ls closing stdout twice. 2015-05-15 16:18:41 +02:00
Jonas 'Sortie' Termansen f3e4be0d83 Fix getdelim(3). 2015-05-15 16:18:40 +02:00
Jonas 'Sortie' Termansen 86c5bc52b3 Fix PipeNode destructor not being virtual. 2015-05-15 16:18:19 +02:00
Jonas 'Sortie' Termansen e259e8ae52 Use standard compiler environment variables. 2015-05-10 16:56:22 +02:00
Jonas 'Sortie' Termansen d05bc1c6f5 Fix foo-all-archs targets. 2015-04-25 23:11:46 +02:00
Jonas 'Sortie' Termansen 0f9a3d93a6 Use SORTIX_SYSROOT instead of SYSROOT in cross-development. 2015-04-25 16:02:55 +02:00
Jonas 'Sortie' Termansen a5d14bf3c0 Link to the preferred users-cs.au.dk instead. 2015-04-25 16:02:20 +02:00
Jonas 'Sortie' Termansen dd26ee724a Fix tix-build honoring empty triplet variables. 2015-04-24 18:56:57 +02:00
Jonas 'Sortie' Termansen b2addd979c Fix tix-build considering empty strings as valid target triplets. 2015-04-24 18:38:04 +02:00
Jonas 'Sortie' Termansen 57cd616f59 Ignore makefile projects failing to clean. 2015-04-24 17:58:01 +02:00
Jonas 'Sortie' Termansen 8afe04a35d Fix tix-build not handling gcc compatibility issues too. 2015-04-24 13:26:45 +02:00
Jonas 'Sortie' Termansen 62514a1e1e Fix root Makefile setting SYSROOT for build tools targets. 2015-04-23 22:12:49 +02:00
Jonas 'Sortie' Termansen 2874495111 Remove per-architecture exec-prefixes from filesystem hierarchy. 2015-04-23 20:02:03 +02:00
Jonas 'Sortie' Termansen 25482f875e Remove mktemp(3). 2015-04-13 00:00:29 +02:00
Jonas 'Sortie' Termansen 3db8ef705e Fix suggested porting-guide template makefile. 2015-04-11 22:52:59 +02:00
Jonas 'Sortie' Termansen 5444d1014e Fix extfs leaking inode reference on readlink failure. 2015-04-05 01:26:38 +02:00
Jonas 'Sortie' Termansen e0ee3017e1 Fix extfs FUSE backend missing symbolic link support. 2015-04-05 01:26:38 +02:00
Jonas 'Sortie' Termansen be1585488d Fix editor rendering special characters to the terminal. 2015-04-05 01:20:09 +02:00
Jonas 'Sortie' Termansen 38f8384d78 Fix ungetc EOF having side effects. 2015-04-05 01:20:09 +02:00
Jonas 'Sortie' Termansen 0a63d26bf7 Fix double semicolons. 2015-04-05 01:20:09 +02:00
Jonas 'Sortie' Termansen 6371e33d71 Fix shadowed variable in shell. 2015-04-05 01:18:25 +02:00
Jonas 'Sortie' Termansen 1144a7bd99 Fix unmount double unref. 2015-04-05 01:18:25 +02:00
Jonas 'Sortie' Termansen d383ada0d8 Fix fake kernel entropy being entirely static. 2015-03-11 14:27:43 +01:00
Jonas 'Sortie' Termansen 3bef590a0f Fix shell tab-completion PATH parsing. 2015-03-11 14:27:43 +01:00
Jonas 'Sortie' Termansen d511bfb75b Fix partition inode type and stat method. 2015-03-11 14:27:43 +01:00
Jonas 'Sortie' Termansen 472e31a9a1 Fix exit_thread(2) passing unaligned sizes to UnmapMemory. 2015-03-11 14:27:43 +01:00
Jonas 'Sortie' Termansen 8eae7f359a Fix shell lexical chdir slash appending and fd leaks. 2015-03-11 14:27:43 +01:00
Jonas 'Sortie' Termansen 0806a9dfb1 Fix typo in kernel multiboot compliance check. 2015-03-11 14:27:42 +01:00
Jonas 'Sortie' Termansen 0087b43c3b Migrate to gitlab. 2015-03-11 13:59:28 +01:00
Jonas 'Sortie' Termansen 825029a24a Fix kernel Makefile cleaning root directory files if CPU is unset. 2015-02-11 17:47:18 +01:00
Jonas 'Sortie' Termansen 60f85af7c4 Fix strtol multiplication overflow check. 2015-02-11 17:35:28 +01:00
Jonas 'Sortie' Termansen 0096eb82a3 Fix make -p typo in doc/cross-development. 2015-02-09 20:45:49 +01:00
Jonas 'Sortie' Termansen 8cd4c1f5a0 Add mkdtemp(3). 2015-02-09 18:56:14 +01:00
Jonas 'Sortie' Termansen f0e3e2cfef Add mkostemps(3) family. 2015-02-09 18:56:14 +01:00
Jonas 'Sortie' Termansen 472bba3db3 Add __fseterr for gnulib compatibility. 2015-02-08 22:58:32 +01:00
Jonas 'Sortie' Termansen b2f1c72cc7 Remove _WANT_ENVIRON remnants. 2015-02-08 22:58:32 +01:00
Jonas 'Sortie' Termansen 577323b950 Update the ioleast family to current coding conventions. 2015-02-08 22:58:32 +01:00
Jonas 'Sortie' Termansen 56267517ec Update ttyname_r to current coding conventions. 2015-02-08 22:58:32 +01:00
Jonas 'Sortie' Termansen f384fcdff1 Run time(1) children in their own process group. 2015-02-08 22:58:32 +01:00
Jonas 'Sortie' Termansen ebb75f656c Honor O_EXCL only if O_CREAT. 2015-02-08 22:58:32 +01:00
Jonas 'Sortie' Termansen 4f7c5ebdd3 Fix PCI code. 2015-02-08 22:58:32 +01:00
Jonas 'Sortie' Termansen 1bc2650413 Fix <sys/syscall.h> inclusion style. 2015-02-06 14:56:36 +01:00
Jonas 'Sortie' Termansen 8322d5f82c Fix getlogin_r memory leak. 2015-02-06 14:56:35 +01:00
Jonas 'Sortie' Termansen a22cca77f5 Fix extfs O_DIRECTORY error codes. 2015-02-06 14:56:35 +01:00
Jonas 'Sortie' Termansen 22a510e957 Fix extfs uninitialized inode members. 2015-02-06 14:56:31 +01:00
Jonas 'Sortie' Termansen 3d6fc8438a Fix extfs chmod never succeeding. 2015-02-06 14:55:36 +01:00
Jonas 'Sortie' Termansen 3754dbd5cd Fix extfs fuse frontend not compiling. 2015-02-06 14:55:36 +01:00