JJ:
- finished the #DB and TF fixes
- fixed initialization of IDT on amd64: some bits were not being
  initialized
- fixed hdaudio crashes, similar issue was in rtl8139 driver
- small fixes and improvements in the ar9271 and ne2k NIC drivers
- fixed TMPFS truncate bug caused by standardising the beahviour of
  realloc()
- fixed a kernel panic due to republishing of a capability of an
  answered call that got answered for the second time
- virtio-net:
  - all initialization done
  - basic NICF methods provided, so that the NIC is visible to the nic
    command
  - still WiP:
    - empty implementation of send
    - for some reason cannot get an interrupt from the NIC

JS:
- atheros wifi problem (USB and NICF cannot be used at the same time)
  - NICF should use fun data, not dev data
- ccheck
  - turned off long-line support
  - HelenOS is ccheck clean
  - make ccheck, travis enforces this
- C library
  - fputc, fputwc
  - wide character support considerations
  - scanf and friends

JZr:
  - idea to split libc into the stdc and HelenOS-specific stuff
  - streamlining and simplification of fibrils and async framework
    - dedicated fibril for notifications
    - proposed new API for exchanges
    - WiP: threading API wrapped in fibrils, lightweight and heavyweight
      fibrils
  - UB sanitizer

_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to