Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.
Current directory: [local] / funnyos / sys
| File | Rev. | Age | Author | Last log entry |
|---|---|---|---|---|
| 1.7 | 18 years | init | no need to include sys/device.h> here; include sys/types.h instead | |
| 1.4 | 17 years | nbrk | add spi_cs{low,high}() to set CS line to low/high logic level. | |
| 1.1 | 17 years | nbrk | introducing devctl, a mechanism to talk to device drivers from other drivers or ... | |
| 1.9 | 17 years | nbrk | bump DVNAMELEN to 10 allowing device like 'spisdmmc' to attach | |
| 1.1 | 17 years | nbrk | minimal General Purpose I/O uniform programming intefrace; many work on the road... | |
| 1.1 | 18 years | init | branches: 1.1.1; Initial revision | |
| 1.1 | 18 years | init | first steps towards interrupts support; intr_establish() and intr_disestablish()... | |
| 1.4 | 17 years | nbrk | basic roundrobin multitasking support in FunnyOS! _vector_irq saves Sys_mode con... | |
| 1.1 | 18 years | init | System time functions/interface. rtc driver fills struct sysrtcops with its own ... | |
| 1.3 | 17 years | init | ugly hardcode KMEM_HEAPBEGIN ifdef ARCH_SAM7S64 | |
| 1.1 | 17 years | nbrk | describe struct pcb, process control block (task hardware context) | |
| 1.2 | 18 years | init | correctly define NULL |