2008-12-19 |
Ben Gras | if serial output is enabled in the boot monitor, on... |
commit | commitdiff | tree | snapshot |
2008-12-19 |
Ben Gras | /boot/boot install helper script. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Ben Gras | oops, shouldn't be on in svn. |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Ben Gras | . map text (kernel's and processes') in readonly |
commit | commitdiff | tree | snapshot |
2008-12-18 |
Ben Gras | make kernel leave a page-sized gap in its code and... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Gras | Initialize deferred field. This seems to fix a hanging... |
commit | commitdiff | tree | snapshot |
2008-12-17 |
Ben Gras | bugfix for lance. works in vmware now. |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Ben Gras | put put_vnode() back where it belongs! |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Ben Gras | syslib function for VMCTL_STACKTRACE |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Ben Gras | added code for debugging pagefaults |
commit | commitdiff | tree | snapshot |
2008-12-16 |
Ben Gras | (no commit message) |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Ben Gras | (no commit message) |
commit | commitdiff | tree | snapshot |
2008-12-15 |
Ben Gras | get fproc table. don't print size as that doesn't say... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | don't force vm to print to serial; don't kill processes... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | use VM functions to allocate ramdisk on demand. some... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | DEV_BOOT is obsolete. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | DEV_BOOT is obsolete. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | for compatability with older images. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | stacktrace feature. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | prototype fix |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | straggler. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | dynamic HZ, library stacktrace |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | rc script needs to open its own stdin, stdout and stderr |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | everyone needs GETINFO for HZ |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | . no more HZ |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | system_hz replaces HZ |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | no more HZ; less debugging statements |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | debug out |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | don't hang old binaries |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | added some code to debug why filesystems won't unmount |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | throw out debugging code. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | No more HZ. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | Open stdin, stdout and stderr only after /etc/rc has... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | . no more HZ, but use sys_hz() to get that value |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | slight args change |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | dynamic HZ |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | move senda to sep. file |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | No more HZ; move stacktrace() to library |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | introduce Hz variable that is what used to be the HZ... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | Changes so the HZ constant isn't needed any more. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | I want to see /dev/imgrd so I can unmount it when it... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | syslogd needs a bit more stack. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | . print kernel stacktrace unconditionally on panic |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | . VM needs a higher priority than VFS, PM etc |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | PM_PROC_NR shouldn't be hardcoded as the caller. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | function to increase process stack (pointer). used... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | system image processes with full address space are... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | . replace HZ by runtime system_hz (sysenv variable... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | . some flags to <minix/const.h> |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | vm map request - ioctl to /dev/video |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | add va_copy() |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | (no commit message) |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | VMCTL_INCSP to increase process stack pointer. |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | . ser_putc() goes to library |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | . HZ no longer constant, but settable at boot time... |
commit | commitdiff | tree | snapshot |
2008-12-11 |
Ben Gras | fix race condition that can trigger 'enqueue already... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Ben Gras | umap fix |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Ben Gras | - code shared with exec() letting boot-time processes... |
commit | commitdiff | tree | snapshot |
2008-12-08 |
Ben Gras | - hz dynamic |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ben Gras | floppy must be able to allocate a bit more for nonpaged... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ben Gras | make allocmem accept and return values in bytes, ramdis... |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ben Gras | minor fixes |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ben Gras | paged mode is default. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ben Gras | include libraries. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ben Gras | lingering file |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ben Gras | lingering file. |
commit | commitdiff | tree | snapshot |
2008-11-19 |
Ben Gras | Basic VM and other minor improvements. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Philip Homburg | Reverted accidental change to stat.c. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Philip Homburg | Some changes that were missing from the previous commit |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Philip Homburg | Minix 3 version |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Philip Homburg | Unmodified source of the software fault injection utility |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Ben Gras | throw out two time consuming tests |
commit | commitdiff | tree | snapshot |
2008-07-22 |
David van Moolenbroek | Added lance entry to drivers.conf. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
David van Moolenbroek | Backport of fix from asynchvfs branch for PM-LOG-VFS... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Ben Gras | A glob() implementation. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Ben Gras | Use $PAGER if set. Suggested by gigabo at gmail.com. |
commit | commitdiff | tree | snapshot |
2008-03-12 |
Philip Homburg | Select support for eth by Erik van der Kouwe. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Philip Homburg | SYS_MAPDMAx -> SYS_MAPDMA, added IOMMU_MAP |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Philip Homburg | Build libdriver_asyn for target image |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Philip Homburg | SYS_MAPDMAx -> SYS_MAPDMA. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Philip Homburg | Fixed include files. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Philip Homburg | _function, function -> call_nr |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Philip Homburg | Added O_REOPEN, better error handling. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Philip Homburg | Added XDOPEN. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Philip Homburg | Added libdriver_asyn and amddev |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Philip Homburg | Driver for AMD's DEV. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Philip Homburg | Asynchrnous character device interface. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Philip Homburg | Need separate 'prev_next' pointers for kernel and TTY. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Philip Homburg | Link random number genertor with libdriver_asyn |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Philip Homburg | Copy of libdriver for asynch interface to character... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Philip Homburg | Support for I/O MMU. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Philip Homburg | More heap for fxp, support for I/O MMU. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Philip Homburg | Respond to RS ping request, asynch interface, register... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Philip Homburg | Use nonblocking sends to reply, fixed reply message... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Philip Homburg | Functions that check arguments and return a status... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Philip Homburg | Declare and call functions that check arguments and... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Philip Homburg | Use nonblocking send to reply. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Philip Homburg | Asynchronous select implementation. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Philip Homburg | Private copy of kputc to support asynch communication... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Philip Homburg | Asynchronous communication with character specials. |
commit | commitdiff | tree | snapshot |
next |