2009-08-18 |
Erik van der... | Fix HUGE_VAL warnings |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Tomas Hruby | VFS quits gracefully if mount fails and mounted_on... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
Thomas Veerman | Added a hack to start binaries from the boot image... |
commit | commitdiff | tree | snapshot |
2009-08-18 |
David van Moolenbroek | small errno.h corrections |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Erik van der... | Fixed some warnings |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Erik van der... | Fixed some warnings |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Erik van der... | Fixed some warnings |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Erik van der... | Fixed some warnings |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Erik van der... | Fix warning in panic |
commit | commitdiff | tree | snapshot |
2009-08-17 |
Tomas Hruby | Missing defines preventing recursive includesion in... |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Erik van der... | Removed obsolete declarations in include/ipc.h |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Erik van der... | Nanosleep was implemented twice, removed from _sleep.c |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Erik van der... | Function nanosleep now checks arguments |
commit | commitdiff | tree | snapshot |
2009-08-16 |
Erik van der... | Man page for new function nanosleep(3), updated man... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
David van Moolenbroek | man page fix: sigaction.2 signals list |
commit | commitdiff | tree | snapshot |
2009-08-15 |
David van Moolenbroek | PM: make SIGBUS, but not SIGUSR1 or SIGUSR2, cause... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
David van Moolenbroek | run test 41, too (oops) |
commit | commitdiff | tree | snapshot |
2009-08-15 |
David van Moolenbroek | nanosleep(3), and sleep(3) rewrite, by Erik van der... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
David van Moolenbroek | Support for setitimer(ITIMER_VIRTUAL/ITIMER_PROF).... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
David van Moolenbroek | Support for setitimer(ITIMER_REAL). |
commit | commitdiff | tree | snapshot |
2009-08-15 |
David van Moolenbroek | fix test14's "clever" (broken) filename generation |
commit | commitdiff | tree | snapshot |
2009-08-15 |
David van Moolenbroek | awk: support for whitespace between array name and... |
commit | commitdiff | tree | snapshot |
2009-08-15 |
David van Moolenbroek | awk: support for ENVIRON |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Tomas Hruby | u64_t for human beings - the high and low parts are... |
commit | commitdiff | tree | snapshot |
2009-08-13 |
David van Moolenbroek | move _mount.c from lib/posix to lib/other |
commit | commitdiff | tree | snapshot |
2009-08-13 |
Thomas Veerman | Fixed compilation issue. |
commit | commitdiff | tree | snapshot |
2009-08-12 |
Thomas Veerman | - Moved (u)mount prototypes from unistd.h to sys/mount.h. |
commit | commitdiff | tree | snapshot |
2009-08-11 |
David van Moolenbroek | compile and install mdb(1) by default again |
commit | commitdiff | tree | snapshot |
2009-08-11 |
Tomas Hruby | vm_assert macros fix up |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Arun Thomas | Lance cleanup |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Thomas Veerman | Fixed case error |
commit | commitdiff | tree | snapshot |
2009-07-22 |
David van Moolenbroek | MFS put_inode issues (reported by Maurizio Lombardi) |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Arun Thomas | Fix VirtualBox Lance bug; ec_reinit should be called... |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Thomas Veerman | Added select test |
commit | commitdiff | tree | snapshot |
2009-07-14 |
Thomas Veerman | Fixed a minor select bug: |
commit | commitdiff | tree | snapshot |
2009-07-12 |
David van Moolenbroek | IS: fix up PM flags field somewhat |
commit | commitdiff | tree | snapshot |
2009-07-12 |
David van Moolenbroek | make remove(3) remove directories as well |
commit | commitdiff | tree | snapshot |
2009-07-12 |
David van Moolenbroek | MFS: remove some redundant code (reported by Maurizio... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
David van Moolenbroek | RS: the plural of 'child' is 'children' |
commit | commitdiff | tree | snapshot |
2009-07-11 |
David van Moolenbroek | make unstack work on gcc-compiled binaries |
commit | commitdiff | tree | snapshot |
2009-07-11 |
David van Moolenbroek | PM cleanup: remove unused fields from mproc structure |
commit | commitdiff | tree | snapshot |
2009-07-11 |
David van Moolenbroek | PM: fix ptrace(T_EXIT) 'exit_proc: not idle' race condi... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
David van Moolenbroek | PM: add clarifying comment about exiting system process... |
commit | commitdiff | tree | snapshot |
2009-07-11 |
David van Moolenbroek | MFS fixes: |
commit | commitdiff | tree | snapshot |
2009-07-09 |
David van Moolenbroek | PM: add EXITING process flag as stopgap between startin... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
David van Moolenbroek | let IS call getuptime() |
commit | commitdiff | tree | snapshot |
2009-07-09 |
David van Moolenbroek | Fix race condition in test 25 |
commit | commitdiff | tree | snapshot |
2009-07-08 |
David van Moolenbroek | PM cleanup: remove obsolete HAS_DMA flag |
commit | commitdiff | tree | snapshot |
2009-07-08 |
David van Moolenbroek | PM cleanup: merge exit and coredump paths |
commit | commitdiff | tree | snapshot |
2009-07-07 |
David van Moolenbroek | Remove leftover PowerPC cruft. Reported by Evgeniy... |
commit | commitdiff | tree | snapshot |
2009-07-05 |
David van Moolenbroek | Miscellaneous PM fixes: |
commit | commitdiff | tree | snapshot |
2009-07-02 |
David van Moolenbroek | IPC privileges fixes |
commit | commitdiff | tree | snapshot |
2009-06-25 |
David van Moolenbroek | more small man page fixes |
commit | commitdiff | tree | snapshot |
2009-06-24 |
David van Moolenbroek | random man page update: cut.1 |
commit | commitdiff | tree | snapshot |
2009-06-24 |
David van Moolenbroek | random man page fix: cawf.1 |
commit | commitdiff | tree | snapshot |
2009-06-23 |
David van Moolenbroek | fix installation of home directories in setup.sh |
commit | commitdiff | tree | snapshot |
2009-06-23 |
Arun Thomas | Restore last(1) and uptime(1) building/installing. |
commit | commitdiff | tree | snapshot |
2009-06-17 |
David van Moolenbroek | make mdb(1) compile again |
commit | commitdiff | tree | snapshot |
2009-06-13 |
David van Moolenbroek | remove last traces of FSDEVMAP svrctl |
commit | commitdiff | tree | snapshot |
2009-06-12 |
David van Moolenbroek | better solution for poweroff(8) |
commit | commitdiff | tree | snapshot |
2009-06-12 |
David van Moolenbroek | poweroff(8) aesthetics |
commit | commitdiff | tree | snapshot |
2009-06-12 |
David van Moolenbroek | added poweroff(8) |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Arun Thomas | ls(1) manpage corrections |
commit | commitdiff | tree | snapshot |
2009-05-30 |
Arun Thomas | Release.sh now uses packages.install and package_source... |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Arun Thomas | Support for VMWare Workstation 6.x |
commit | commitdiff | tree | snapshot |
2009-05-27 |
Arun Thomas | Update issue.install for 3.1.4 |
commit | commitdiff | tree | snapshot |
2009-05-23 |
David van Moolenbroek | make lseek64 return correct new position |
commit | commitdiff | tree | snapshot |
2009-05-20 |
David van Moolenbroek | update readlink(2) manpage accordingly |
commit | commitdiff | tree | snapshot |
2009-05-20 |
David van Moolenbroek | move symlink type check for readlink() into VFS, and... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
David van Moolenbroek | VFS consistency: use I_PIPE/NO_PIPE when checking v_pipe |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Ben Gras | don't include /usr/src changes in packages. |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Ben Gras | 4MB mask |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Ben Gras | map in kernel in 4MB, global-bit-set 'pages' if hardware |
commit | commitdiff | tree | snapshot |
2009-05-18 |
David van Moolenbroek | Various VFS and MFS fixes to improve correctness, consi... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Ben Gras | Library call for cpu features; make kernel and vm use... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Ben Gras | correct the revision variable used in /etc/version |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Arun Thomas | -Remove qemu_pci boot variable. Useres no longer need... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Ben Gras | C CPUID interface. |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Arun Thomas | -Installation info is on the wiki now, so remove setup... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
David van Moolenbroek | Clear trace bit for child on fork. |
commit | commitdiff | tree | snapshot |
2009-05-13 |
David van Moolenbroek | support in 'mount' for specifying file system type... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
David van Moolenbroek | 'service' null pointer dereference fix |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Ben Gras | to let tty run with its own page table (instead of... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Ben Gras | don't bother with unmapping physical memory in non... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Ben Gras | basic sparepage optimisation |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Ben Gras | remove bogus arch_map2vir calls |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Ben Gras | don't call this function with a bogus addr (done by... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Ben Gras | more sanity checking. sanity checking disabled by default. |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Ben Gras | large page size constant. |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Ben Gras | start all processes, including VM, in VM_PROCSTART... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Ben Gras | Don't build arch objs more than once. |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Ben Gras | remove debug msg |
commit | commitdiff | tree | snapshot |
2009-05-11 |
David van Moolenbroek | VFS-FS error codes: better safe than sorry |
commit | commitdiff | tree | snapshot |
2009-05-11 |
David van Moolenbroek | Limited support for nested FS->VFS requests during... |
commit | commitdiff | tree | snapshot |
2009-05-10 |
David van Moolenbroek | wrong field index in at_wini env_parse call |
commit | commitdiff | tree | snapshot |
2009-05-10 |
David van Moolenbroek | potential buffer overruns in env_* routines |
commit | commitdiff | tree | snapshot |
2009-05-09 |
David van Moolenbroek | regression fix: vfs lookup passes incorrect chroot... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
David van Moolenbroek | fix for commands that try to include mfs constants... |
commit | commitdiff | tree | snapshot |
2009-05-08 |
David van Moolenbroek | quick cleanup of old mfs cruft from vfs |
commit | commitdiff | tree | snapshot |
2009-05-08 |
Ben Gras | make unpause() decrease susp_count, as it shouldn... |
commit | commitdiff | tree | snapshot |
next |