2013-05-29 |
Ben Gras | vm: a bit more informative about failed pagefaults
|
commit | commitdiff | tree |
2013-05-29 |
Ben Gras | gen_uEnv.txt.sh shell neutraling
|
commit | commitdiff | tree |
2013-05-28 |
Thomas Cort | syslog.conf: correct PID file path in comments.
|
commit | commitdiff | tree |
2013-05-26 |
Qi Yong | fix some comment typo's
|
commit | commitdiff | tree |
2013-05-23 |
Ben Gras | mkfs: only complain about failing stat with -d
|
commit | commitdiff | tree |
2013-05-21 |
Ben Gras | arm: recognize instruction fetch pagefault
|
commit | commitdiff | tree |
2013-05-18 |
Ben Gras | at_wini: enable busmastering in pci if necessary
|
commit | commitdiff | tree |
2013-05-17 |
Ben Gras | virtio_blk: always start if found
|
commit | commitdiff | tree |
2013-05-16 |
Ben Gras | Revert "virtio_blk: always start if found"
|
commit | commitdiff | tree |
2013-05-16 |
Ben Gras | virtio_blk: always start if found
|
commit | commitdiff | tree |
2013-05-16 |
Ben Gras | mk.conf: workaround for pkgin sourcing it
|
commit | commitdiff | tree |
2013-05-07 |
Ben Gras | kernel, random: adaptive entropy gathering
|
commit | commitdiff | tree |
2013-05-07 |
Ben Gras | libsys: panic hook feature
|
commit | commitdiff | tree |
2013-05-01 |
Ben Gras | kernel ipc debug: various fixes
|
commit | commitdiff | tree |
2013-05-01 |
Ben Gras | tty: non-overlapping code for FKEY_CONTROL
|
commit | commitdiff | tree |
2013-04-27 |
Ben Gras | mkfs.mfs: double indirect block support
|
commit | commitdiff | tree |
2013-04-26 |
Ben Gras | ext2: annotate cache blocks with inode metadata
|
commit | commitdiff | tree |
2013-04-26 |
Ben Gras | libminixfs, mfs, ext2: may re-evaluate cache size
|
commit | commitdiff | tree |
2013-04-24 |
Ben Gras | VFS: Implement REQ_BPEEK.
|
commit | commitdiff | tree |
2013-04-24 |
Ben Gras | libexec: mmap support, prealloc variants
|
commit | commitdiff | tree |
2013-04-24 |
Ben Gras | MFS: annotate cache blocks with inode metadata
|
commit | commitdiff | tree |
2013-04-24 |
Ben Gras | vm: new secondary cache code
|
commit | commitdiff | tree |
2013-04-24 |
Ben Gras | VM: memtype fix
|
commit | commitdiff | tree |
2013-04-24 |
Ben Gras | VM: 64-bit mmap()
|
commit | commitdiff | tree |
2013-04-24 |
Ben Gras | filesystems: return ENOSYS for REQ_PEEK
|
commit | commitdiff | tree |
2013-04-24 |
Ben Gras | vm: remove secondary cache code
|
commit | commitdiff | tree |
2013-04-19 |
Ben Gras | many new tests
|
commit | commitdiff | tree |
2013-04-19 |
Ben Gras | vfs: fix null deref, pfs: add fchmod()
|
commit | commitdiff | tree |
2013-04-19 |
Ben Gras | run script: correction, clarity
|
commit | commitdiff | tree |
2013-04-18 |
Ben Gras | test run: feature for nicer jenkins interaction
|
commit | commitdiff | tree |
2013-04-17 |
Ben Gras | tests cleanup
|
commit | commitdiff | tree |
2013-04-12 |
Ben Gras | vfs: make m_out non-global
|
commit | commitdiff | tree |
2013-04-12 |
Michael W. Bombardieri | rs232: remove unneeded lock()/unlock() functions
|
commit | commitdiff | tree |
2013-04-12 |
Thomas Cort | remove utimes() workarounds
|
commit | commitdiff | tree |
2013-04-12 |
Antoine Leca | Add tests for utime*s() functions
|
commit | commitdiff | tree |
2013-04-12 |
Antoine Leca | utimens(2) system call
|
commit | commitdiff | tree |
2013-04-11 |
Michael W. Bombardieri | make minix lwip make explicit use of 'int'
|
commit | commitdiff | tree |
2013-04-08 |
Thomas Cort | tests/run: add test69 to setuids.
|
commit | commitdiff | tree |
2013-04-05 |
Ben Gras | top: a few fixes
|
commit | commitdiff | tree |
2013-04-04 |
Thomas Cort | inet: silence message about exceptions
|
commit | commitdiff | tree |
2013-04-04 |
Thomas Cort | libc: add adjtime() system call.
|
commit | commitdiff | tree |
2013-04-04 |
Thomas Cort | libc: add clock_settime() system call.
|
commit | commitdiff | tree |
2013-04-04 |
Thomas Cort | test69: add clock_getres() and clock_gettime() tests.
|
commit | commitdiff | tree |
2013-04-04 |
Thomas Cort | libc: add clock_getres()/clock_gettime() system calls.
|
commit | commitdiff | tree |
2013-04-04 |
Thomas Cort | kernel: rename realtime to monotonic, add realtime
|
commit | commitdiff | tree |
2013-04-04 |
Ben Gras | some etc fixes
|
commit | commitdiff | tree |
2013-03-30 |
Ben Gras | etc: force system.conf install
|
commit | commitdiff | tree |
2013-03-23 |
Thomas Cort | include/paths.h: correct _PATH_MAILDIR
|
commit | commitdiff | tree |
2013-03-20 |
Ben Gras | vfs: coredump fix: write zeroes for missing memory
|
commit | commitdiff | tree |
2013-03-18 |
Thomas Cort | release.sh: pkg_install should be installed 1st
|
commit | commitdiff | tree |
2013-03-18 |
Thomas Cort | packages.install: remove obsolete minix-all pkg.
|
commit | commitdiff | tree |
2013-03-14 |
Ben Gras | VM: ARM/I386 PDE/PTE macro unification
|
commit | commitdiff | tree |
2013-03-13 |
Ben Gras | VM: pagetable.c: harmonize x86/ARM findhole() code
|
commit | commitdiff | tree |
2013-03-13 |
Ben Gras | VM: pagequeue data structure
|
commit | commitdiff | tree |
2013-03-07 |
Ben Gras | kernel, ramdisk: some boot unification
|
commit | commitdiff | tree |
2013-03-07 |
Ben Gras | VFS, FSes: add REQ_PEEK request type
|
commit | commitdiff | tree |
2013-03-07 |
Ben Gras | VM: shared memory pagefault fix
|
commit | commitdiff | tree |
2013-02-24 |
Ben Gras | getdirs.awk: restore regexp to original
|
commit | commitdiff | tree |
2013-02-22 |
Ben Gras | compile & install the unixbenchmark netbsd style
|
commit | commitdiff | tree |
2013-02-20 |
Ben Gras | ARM: kernel: fix sanity check for copying
|
commit | commitdiff | tree |
2013-02-20 |
Ben Gras | test66: float smoke test, floating point fixes (arm)
|
commit | commitdiff | tree |
2013-02-19 |
Ben Gras | kernel: more stack for vm
|
commit | commitdiff | tree |
2013-02-15 |
Ben Gras | packages.install: remove a few, too big to fit.
|
commit | commitdiff | tree |
2013-02-15 |
Thomas Cort | kernel: correct typo in clock.c
|
commit | commitdiff | tree |
2013-02-14 |
Ben Gras | pkgin_all: script to auto-install all packages
|
commit | commitdiff | tree |
2013-02-13 |
Ben Gras | release.sh: allow REPO and GITBRANCH env override
|
commit | commitdiff | tree |
2013-02-13 |
Ben Gras | ash: default to an editing mode
|
commit | commitdiff | tree |
2013-02-11 |
Ben Gras | __aeabi_ldivmod: fix sign logic
|
commit | commitdiff | tree |
2013-02-11 |
Ben Gras | impove memory accounting
|
commit | commitdiff | tree |
2013-02-10 |
Ben Gras | VM: slight pagedir mapping generalization
|
commit | commitdiff | tree |
2013-02-10 |
Ben Gras | libexec: quiet
|
commit | commitdiff | tree |
2013-02-09 |
Ben Gras | ARM divsi3.S: raise(SIGFPE) when called for
|
commit | commitdiff | tree |
2013-02-09 |
Ben Gras | t40c term[] count fix
|
commit | commitdiff | tree |
2013-02-09 |
Ben Gras | drivers: build random for arm too
|
commit | commitdiff | tree |
2013-02-08 |
Ben Gras | opendir change: refinement
|
commit | commitdiff | tree |
2013-02-08 |
Ben Gras | add opendir alias
|
commit | commitdiff | tree |
2013-02-08 |
Ben Gras | ldivmod, uldivmod: fix qdivrem calls
|
commit | commitdiff | tree |
2013-02-07 |
Ben Gras | ramdisk Makefile: CLEANFILES fix
|
commit | commitdiff | tree |
2013-02-06 |
Ben Gras | test41: relax maximum timer tick rate
|
commit | commitdiff | tree |
2013-02-05 |
Ben Gras | arm: protect state after signal handler
|
commit | commitdiff | tree |
2013-02-04 |
Ben Gras | libexec: detect short files
|
commit | commitdiff | tree |
2013-02-04 |
Ben Gras | kernel, libc: signals fixes
|
commit | commitdiff | tree |
2013-02-04 |
Ben Gras | umount: getopt return value is int, not char
|
commit | commitdiff | tree |
2013-02-03 |
Ben Gras | kernel: scheduling fix for ARM
|
commit | commitdiff | tree |
2013-02-01 |
Ben Gras | vm: fix sanity checks on arm
|
commit | commitdiff | tree |
2013-01-30 |
Ben Gras | arm: make signal handlers work
|
commit | commitdiff | tree |
2013-01-29 |
Ben Gras | libc: add stat aliases
|
commit | commitdiff | tree |
2013-01-29 |
Ben Gras | vm: fix kernel-requested mappings for arm
|
commit | commitdiff | tree |
2013-01-25 |
Ben Gras | tests: print error locations verbosely
|
commit | commitdiff | tree |
2013-01-24 |
Ben Gras | getifaddrs: add un-namespaced alias
|
commit | commitdiff | tree |
2013-01-23 |
Joachim Henke | ramdisk: add virtio-blk to proto and boot option
|
commit | commitdiff | tree |
2013-01-23 |
Arne Welzel | virtio: virtio-net driver
|
commit | commitdiff | tree |
2013-01-23 |
Arne Welzel | virtio: virtio-blk driver
|
commit | commitdiff | tree |
2013-01-23 |
Joachim Henke | pci: add virtio pci device ids
|
commit | commitdiff | tree |
2013-01-23 |
Arne Welzel | virtio: generic virtio library
|
commit | commitdiff | tree |
2013-01-18 |
Ben Gras | kernel: fix sanity check
|
commit | commitdiff | tree |
2013-01-17 |
Ben Gras | Replace previous change by different test
|
commit | commitdiff | tree |
2013-01-17 |
Nicholas Heath | Fixed bug in getrlimit as core dumps are supported...
|
commit | commitdiff | tree |
2013-01-15 |
Ben Gras | sys/arch/x86/include updates
|
commit | commitdiff | tree |
2013-01-15 |
Ben Gras | csu: restore crt1.o symlink
|
commit | commitdiff | tree |