コミット履歴

作者 SHA1 メッセージ 日付
  Eric Andersen 80b0b55af2 Cleanup a few structural wierdnesses 22 年 前
  Eric Andersen a9c0264ec2 Oops. Fix compilation on arm. 22 年 前
  Eric Andersen 6737908f74 Ok, this commit is _huge_ and its gonna change the world. I've 22 年 前
  "Steven J. Hill" 45ebe900b7 Add syscalls: modify_ldt _sysctl setresuid getresuid setresgid getresgid 22 年 前
  Eric Andersen d389f8f3bc Fix broken getpriority syscall, per email from Marshall M. Midden 22 年 前
  Eric Andersen d3154acac0 Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the way 22 年 前
  Eric Andersen 3fec316902 Eliminate wrapping of struct stat and use the kernel version 22 年 前
  David McCullough bea67a752d 22 年 前
  Eric Andersen 72677cc3d8 Rework syscall handling. Rewrite syscall handlers for x86 and ARM. 22 年 前
  Eric Andersen 17c362cce6 Rework pread and pwrite support so it should actually work. 22 年 前
  Eric Andersen d4e1ba6966 Fix namespace pollution by hiding statfix and statfix64 by 22 年 前
  Eric Andersen 41fd2375c8 Cleanup namespace leaks by prepending __ to global stuff to 22 年 前
  Eric Andersen 28a540720b Fix support for 2.0.x linux kernels. Oops. 22 年 前
  Eric Andersen b8d09d7cfc Cleanup the getcwd implementation (again) since I broke it 22 年 前
  Eric Andersen f5c678d539 Eliminate all the pointless globals from getcwd(). Default 22 年 前
  Eric Andersen 9d48a682c3 Add support for sigtimedwait and sigwaitinfo 22 年 前
  Eric Andersen 206b563a0c Doh! A silly typo broke select... 22 年 前
  Eric Andersen d68fdbb8a3 Fixup some silly bugs I added earlier 22 年 前
  Eric Andersen 2bbf3bbde1 Make syscalls.c way more generic. Now works on alpha... 22 年 前
  Eric Andersen 5056666758 Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp> 22 年 前
  Eric Andersen 14efb6d73e Stupid libgcc.a from gcc 2.95.x uses __write in pure.o 22 年 前
  Eric Andersen 9b4cbe2e11 Stub out pread and pwrite when not available 22 年 前
  Eric Andersen e1ac9ac84e Remove from syscalls.c, leave just ftruncate64.c and truncate64.c 22 年 前
  Eric Andersen 9f82e5e79a m4@brecis.COM noticed a typing problem with the getuid syscall. OOps. 22 年 前
  Eric Andersen 556cb45061 Patch from Miles Bader to fix the spots I'd messed up. 22 年 前
  Eric Andersen 9116dff92e Add support for getrlimit64 and setrlimit64. Fix some problems 22 年 前
  Eric Andersen afdb07f921 Doh! search-n-replace bites again 22 年 前
  Eric Andersen c4c67417d5 s/off_t/__off_t/g 22 年 前
  Eric Andersen 134392384e Remove sys/io.h include, since not everyone has it 22 年 前
  Eric Andersen 3c32d925cc Fix for some comments, from Miles Bader 22 年 前