2010-04-26 |
Ben Gras | cd boot workaround for bioses that didn't want to boot... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Ben Gras | vfs: start at vmnt[0] to sync mounted filesystems,... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Ben Gras | remove intr_disabled() as interrupts are always disable... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Tomas Hruby | Fixed printf warning in the filter driver |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Cristiano Giuffrida | Set IPC status code only for RECEIVE |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Kees van Reeuwijk | Remove a redundant getdomainname() implementation. |
commit | commitdiff | tree | snapshot |
2010-04-23 |
David van Moolenbroek | intercept puts() in libsys, for gcc |
commit | commitdiff | tree | snapshot |
2010-04-23 |
David van Moolenbroek | fix make(1) error output |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Kees van Reeuwijk | Also remove awk.old from makefile. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Kees van Reeuwijk | Fix some compilation errors with the gcc compiler,... |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Kees van Reeuwijk | Remove obsolete implementation of awk. |
commit | commitdiff | tree | snapshot |
2010-04-22 |
Kees van Reeuwijk | Remove useless symbol declarations from headers, make... |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Kees van Reeuwijk | More accurate make rule. |
commit | commitdiff | tree | snapshot |
2010-04-21 |
Kees van Reeuwijk | Remove U16_t and most other similar types. Rewrite... |
commit | commitdiff | tree | snapshot |
2010-04-20 |
Kees van Reeuwijk | Forgot to add two new files to SVN. |
commit | commitdiff | tree | snapshot |
2010-04-19 |
Kees van Reeuwijk | Add some support for wchar_t. |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Kees van Reeuwijk | Code cleanup: remove unused #include, variables and... |
commit | commitdiff | tree | snapshot |
2010-04-15 |
David van Moolenbroek | fix mfs/isofs signal handling |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Erik van der... | Add scancode reading capability to TTY |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Erik van der... | Add scancode reading capability to TTY |
commit | commitdiff | tree | snapshot |
2010-04-15 |
Erik van der... | Add scancode reading capability to TTY |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Kees van Reeuwijk | Add timerisclear() macro. |
commit | commitdiff | tree | snapshot |
2010-04-14 |
David van Moolenbroek | unbreak _open for gcc-compiled programs |
commit | commitdiff | tree | snapshot |
2010-04-14 |
Erik van der... | Provide information on lethal signals (stacktrace and... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Kees van Reeuwijk | Remove some duplicate declarations in headers. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Ben Gras | vm: util.S not used currently; leave it out. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Ben Gras | vm: include no-caching bits in PTF_ALLFLAGS for flags... |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Ben Gras | vm: don't force physical addresses to be nonzero. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Kees van Reeuwijk | Remove the types Dev_t, _mnx_Gui, _mnx_Uid, and similar. |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Tomas Hruby | PM remembers what it should schedule |
commit | commitdiff | tree | snapshot |
2010-04-13 |
Ben Gras | vm: remove assert, map in of phys addr 0 is legit somet... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Erik van der... | Fix date in UPDATING |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Ben Gras | vm: use assert() instead of vm_assert(); remove vm_asse... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Ben Gras | let vm use physically fragmented memory for allocations. |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Ben Gras | ipc server: don't print as many errors, to make ipc... |
commit | commitdiff | tree | snapshot |
2010-04-12 |
Cristiano Giuffrida | Fixed escape warning. |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Tomas Hruby | Quantum in fork |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Tomas Hruby | Restructure and simplyfycation of the scheduling code... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Tomas Hruby | This tiny cleanup makes the naming a variables in creat... |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Tomas Hruby | A simpler test whether to use kernel's default scheduling |
commit | commitdiff | tree | snapshot |
2010-04-10 |
Tomas Hruby | do_schedule() cleanup |
commit | commitdiff | tree | snapshot |
2010-04-09 |
Cristiano Giuffrida | Driver mapping refactory. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ben Gras | port of netbsd's tr |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ben Gras | netbsd's original tr/extern.h as tr.h |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ben Gras | original netbsd's tr(1) |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ben Gras | no minix tr |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Cristiano Giuffrida | Fixed gcc -Wall warnings. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ben Gras | isblank() implementation. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Cristiano Giuffrida | Driver refactory for live update and crash recovery. |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ben Gras | ipc test improvements |
commit | commitdiff | tree | snapshot |
2010-04-08 |
Ben Gras | more stack for boot |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Kees van Reeuwijk | Rename all uses of U8_t to u8_t and remove U8_t, remove... |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Tomas Hruby | Fixed a panic message |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Kees van Reeuwijk | Removed unused variables, added const where possible. |
commit | commitdiff | tree | snapshot |
2010-04-07 |
Tomas Hruby | A fixed prototype in dec21140A.c |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Tomas Hruby | do_nice.c |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Tomas Hruby | Small fixes |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Tomas Hruby | do_ipc() rearrangements |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Tomas Hruby | RTS_SYS_LOCK and do_runctl() |
commit | commitdiff | tree | snapshot |
2010-04-06 |
Tomas Hruby | do_vtimer() |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Arun Thomas | Convert kernel over to bsdmake |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Kees van Reeuwijk | Fixed some incorrect uses of printf-like functions. |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Kees van Reeuwijk | Fix printfs with too few or too many parms, remove... |
commit | commitdiff | tree | snapshot |
2010-04-01 |
Kees van Reeuwijk | Lots of const correctness, other cleanup. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Ben Gras | introduce the fsckopts sysenv, options passed to fsck... |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Ben Gras | only print 'PCI: ignoring bad value ...' once per boot. |
commit | commitdiff | tree | snapshot |
2010-03-31 |
Cristiano Giuffrida | Move kernel signal SIGKNDELAY to system signal SIGSNDEL... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Thomas Veerman | Move allocation of temporary inodes for cloned characte... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Kees van Reeuwijk | More use of endpoint_t. Other code cleanup. |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Lorenzo Cavallaro | Fixed missing __UNCONST macro definition in previous... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Lorenzo Cavallaro | cdecl calling convention requires to push arguments... |
commit | commitdiff | tree | snapshot |
2010-03-30 |
Tomas Hruby | Fixed brackets in bitmap macros |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Ben Gras | don't print SYSTEM stacktrace on exceptions as it's... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Tomas Hruby | NOREC_ENTER and NOREC_RETURN checks removed |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Ben Gras | fix null deref; vmnt->mounted_on is NULL legitimately... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Tomas Hruby | A reliable way for userspace to check if a msg is from... |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Tomas Hruby | Slightly faster IPC |
commit | commitdiff | tree | snapshot |
2010-03-29 |
Tomas Hruby | Userspace scheduling |
commit | commitdiff | tree | snapshot |
2010-03-28 |
Tomas Hruby | Removed NIL_SYS_PROC and NIL_PROC |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Kees van Reeuwijk | Lots of const correctness. |
commit | commitdiff | tree | snapshot |
2010-03-27 |
Cristiano Giuffrida | Preserve the order of IPC messages between two parties. |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Tomas Hruby | Comment in proc.h |
commit | commitdiff | tree | snapshot |
2010-03-26 |
Tomas Hruby | Direction flag |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Lorenzo Cavallaro | cdecl calling convention expects the callee to pop... |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Arun Thomas | Minor docs/UPDATING fix |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Arun Thomas | Sort docs/UPDATING entries reverse chronologically |
commit | commitdiff | tree | snapshot |
2010-03-24 |
Arun Thomas | Fix crtso building with GCC |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Kees van Reeuwijk | More const correctness. |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Tomas Hruby | Fixed prototype in cat |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Tomas Hruby | Interrupts hadling while idle |
commit | commitdiff | tree | snapshot |
2010-03-23 |
Cristiano Giuffrida | IPC status code for receive(). |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Cristiano Giuffrida | Prioritized NOTIFY messages for reliable asynchonrous... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Cristiano Giuffrida | Print stacktrace when a system service fails or when... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Arun Thomas | Convert drivers/ and servers/ over to bsdmake |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Kees van Reeuwijk | Miscellaneous code cleanup. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Ben Gras | only print 1 every 1000 spurious interrupts (per interr... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Tomas Hruby | atomicity fix when enabling paging |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Tomas Hruby | Kernel dumps its registers when exception |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Erik van der... | this patch adds access to the debug breakpoints to |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Erik van der... | Specify missing return type |
commit | commitdiff | tree | snapshot |
next |