summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
8 dayskern: os: Document the mac_border structureIan Moffett
8 dayslibwidget: Initialize vram/fbdev pointerIan Moffett
8 dayslibwidget: Initialize default width and heightIan Moffett
8 dayscmd: build: Include from libc incdirIan Moffett
9 dayskern: fbdev: Create namespace object for fbdevIan Moffett
9 dayskern: init: Initialize namespaces before modulesIan Moffett
9 dayskern: ns: Extract true object data from entryIan Moffett
9 dayskern: ns: Include nsvar.h in os/ns.hIan Moffett
9 dayskern: ns: Remove unused length fieldIan Moffett
9 dayslib: Add initial libwidget skeletonIan Moffett
9 dayslibc: string: Add memset()Ian Moffett
9 dayslibc: string: Add memcpy()Ian Moffett
9 dayslibc: Add POSIX errno.h headerIan Moffett
9 dayskern: Add initial object namespace sourcesIan Moffett
10 dayskern: compat: Use copyin() in SYS_writeIan Moffett
10 dayskern: Add safe copyin() and copyout()Ian Moffett
10 dayskern: lib: Add strdup()Ian Moffett
10 daysbuild: Remove -znoexecstackIan Moffett
10 daysbuild: Use clang during early stateIan Moffett
10 dayskern: cpu: Fix typo in ap_entry()Ian Moffett
10 dayskern: pci: Remove redundant semicolonIan Moffett
10 dayskern: io: Fix typo in header guardIan Moffett
11 dayskern: vm: Don't clobber original map specIan Moffett
11 dayskern: proc: Don't acquire maplist lock during initIan Moffett
11 dayskern/amd64: build: Add stub MD confIan Moffett
11 dayskern: fs: Add initial devfs implementationIan Moffett
11 dayskern: namei: Fallback to path parse if lookup failIan Moffett
11 dayskern: mount: Remove extra unwanted spaceIan Moffett
11 dayskern: Add initial signals workIan Moffett
11 dayskern: proc: Protect mapping list with spinlockIan Moffett
11 dayskern/amd64: mmu: Map with zero if prot is also zeroIan Moffett
11 dayskern/amd64: mmu: pmap_set_cache() -> pmap_set_cache()Ian Moffett
12 dayskern/amd64: panic: Halt all processors on panicIan Moffett
12 dayskern/amd64: cpu: Add cpu_halt_others() functionIan Moffett
12 dayskern/amd64: cpu: Add CPU halt ISR for IPIsIan Moffett
12 dayskern/amd64: cpu: Enable interrupts upon CPU startupIan Moffett
12 dayslibc: stdio: Add POSIX puts()Ian Moffett
12 dayslibc: unistd: Fix typo in header guardIan Moffett
12 dayslibc: unistd: Add write() system call wrapperIan Moffett
12 dayslibc: string: Add POSIX strnlen()Ian Moffett
12 dayslibc: string: Add POSIX strlen()Ian Moffett
12 dayssys: unistd: Add standard stream file numbersIan Moffett
12 dayskern/amd64: Support APIC inter-processor interruptsIan Moffett
12 dayskernel: vm: Remove redundant newlineIan Moffett
12 dayssys: Add BSD sys/tree.h portIan Moffett
12 dayskernel: filedesc: Allocate standard streamsIan Moffett
12 dayssys: Add initial sys/stat.hIan Moffett
12 dayssys: Add sys/fcntl.h for file I/O Related bitsIan Moffett
13 dayslibc: Add resource border crossing interfaceIan Moffett
13 dayslibc: Add ssize_t to sys/stddef.hIan Moffett