Historique des commits

Auteur SHA1 Message Date
  Andreas Kling ec65b8db2e Revert "Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing" il y a 5 ans
  Andreas Kling 1cca5142af Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing il y a 5 ans
  Andreas Kling 752de9cd27 FileDescription: Disallow construction with a null File il y a 6 ans
  Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are. il y a 6 ans
  Andreas Kling 90b1354688 AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. il y a 6 ans
  Andreas Kling c1bbd40b9e Kernel: Rename "descriptor" to "description" where appropriate. il y a 6 ans
  Andreas Kling bc951ca565 Kernel: Run clang-format on everything. il y a 6 ans
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. il y a 6 ans
  Andreas Kling e4cfa9a686 FIFO: Raise SIGPIPE in processes that write() to a broken pipe. il y a 6 ans
  Andreas Kling 1f17b40d00 FIFO: Let write() fail with EPIPE if there's no reader. il y a 6 ans
  Andreas Kling 2dd9ef6863 Kernel: Make File::absolute_path() const. il y a 6 ans
  Andreas Kling 237628a7a6 Kernel: Tidy up FileDescriptor members a bit. il y a 6 ans
  Andreas Kling 2470fdcd9b Kernel: Make Socket inherit from File. il y a 6 ans
  Andreas Kling 8cbb7f101f Kernel: Have File virtuals take a FileDescriptor& rather than a Process&. il y a 6 ans
  Andreas Kling 0a0d739e98 Kernel: Make FIFO inherit from File. il y a 6 ans
  Andreas Kling d5578826af Kernel: Make it possible to look up FIFO's by ID. il y a 6 ans
  Andreas Kling 644c887594 Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/. il y a 6 ans