2010-01-21 |
Erik van der... | create the getaddrinfo and getnameinfo library function... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Kees van Reeuwijk | Removed unused variable ip_port from icmp_router_advert... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Kees van Reeuwijk | Remove iov_src variables, that were only declared and... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Kees van Reeuwijk | Rewrote a number of cases where variables were used... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Kees van Reeuwijk | Removed some unused tests. |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Kees van Reeuwijk | Removed unused code in the ethernet driver that was... |
commit | commitdiff | tree | snapshot |
2010-01-20 |
Erik van der... | Fix typo in ENOPSUP definition |
commit | commitdiff | tree | snapshot |
2010-01-19 |
David van Moolenbroek | remove SYS_MAPDMA |
commit | commitdiff | tree | snapshot |
2010-01-19 |
David van Moolenbroek | rename message.m5_c[12] to m5_s[12] |
commit | commitdiff | tree | snapshot |
2010-01-19 |
David van Moolenbroek | setgroups fix |
commit | commitdiff | tree | snapshot |
2010-01-19 |
David van Moolenbroek | VM information interface |
commit | commitdiff | tree | snapshot |
2010-01-19 |
Tomas Hruby | Fixed warnings in watchdog.c |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Kees van Reeuwijk | Fixed some flawed defensive programming in audio drivers. |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Erik van der... | Use _POSIX_SOURCE rather than _MINIX to protect popen... |
commit | commitdiff | tree | snapshot |
2010-01-18 |
Ben Gras | Fix to make making a bootable cd possible again. |
commit | commitdiff | tree | snapshot |
2010-01-16 |
Tomas Hruby | NMI watchdog is an awesome feature for debugging locked... |
commit | commitdiff | tree | snapshot |
2010-01-16 |
David van Moolenbroek | Give SETALARM privilege to atl2 driver |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Kees van Reeuwijk | Added a missing return statement in paired_grant(). |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Ben Gras | make C function setgroups() be _setgroups(), called... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Tomas Hruby | _cpuid() - full cpuid instruction wrapper |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Ben Gras | Fixed extern declaration from pointer to array |
commit | commitdiff | tree | snapshot |
2010-01-15 |
David van Moolenbroek | Compile and install e1000 driver by default |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Cristiano Giuffrida | Merge of Wu's GSOC 09 branch (src.20090525.r4372.wu) |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Kees van Reeuwijk | Fixed a bug in do_sdevio() that broke I/O size computat... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Kees van Reeuwijk | Removed a whole herd of unused variables. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Kees van Reeuwijk | Remove obsolete m_ptr calculations in try_one() and... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Tomas Hruby | Uninitialized variable fix in VM to kernel protocol |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Tomas Hruby | Killing Minix by typing Q on serial console |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Tomas Hruby | Fixed redundant typecast in lapic write/read macros |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Tomas Hruby | APIC disabled if CPU lacks TSC |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Thomas Veerman | - Make packman unmount the packages cd if it was mounted. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Kees van Reeuwijk | Fixed a bug in apic.c that broke lapic_stop_timer(). |
commit | commitdiff | tree | snapshot |
2010-01-13 |
David van Moolenbroek | PCI: add 64-bit BAR support |
commit | commitdiff | tree | snapshot |
2010-01-12 |
David van Moolenbroek | Mount updates: |
commit | commitdiff | tree | snapshot |
2010-01-12 |
Erik van der... | Add tests for sigsetjmp/siglongjmp |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Tomas Hruby | Local apic is dissabled by default |
commit | commitdiff | tree | snapshot |
2010-01-11 |
Kees van Reeuwijk | Fixed some missing return statements. |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Erik van der... | Update years in man-pages (thanks to Antoine Leca for... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Erik van der... | Implementations of readv and writev |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Erik van der... | Add scalbn family of functions |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Erik van der... | Add fabsf function |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Cristiano Giuffrida | Initialization protocol for system services. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Erik van der... | Prevent nanosleep from potentially overwriting sleep... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Erik van der... | Add ENOTSUP error code |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Erik van der... | Make get/setsockopt handle SOREUSEADDR |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Erik van der... | Allow test43 to deal with broken symlinks |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Erik van der... | Fix brackets in kernel/arch/i386/include/archconst.h |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Erik van der... | Fix bracket with different color in netconf(8) man... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Erik van der... | Man-page for netconf(8), contributed by Leith Brandeland |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Kees van Reeuwijk | Fixed a typing bug. |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Erik van der... | Fix netconf alignment now that there is a number 10" |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Erik van der... | Move man-pages for zoneinfo, replace with links |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Erik van der... | Oops, forgot to svn add this |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Erik van der... | Move man-pages for bzip2, replace with links. |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Erik van der... | Man-page for ping, contributed by Leith Brandeland |
commit | commitdiff | tree | snapshot |
2010-01-05 |
David van Moolenbroek | General cleanup: |
commit | commitdiff | tree | snapshot |
2010-01-05 |
David van Moolenbroek | VM: make munmap(2) round length up, not down (reported... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
David van Moolenbroek | add ptrace(2) TO_NOEXEC flag |
commit | commitdiff | tree | snapshot |
2010-01-05 |
David van Moolenbroek | start a.out2com script with 'sh' (Bug#365.1, reported... |
commit | commitdiff | tree | snapshot |
2010-01-04 |
David van Moolenbroek | typo (Bug#376, reported by Kees van Reeuwijk) |
commit | commitdiff | tree | snapshot |
2010-01-01 |
David van Moolenbroek | more kernel header typos |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Erik van der... | Add man entry for new errno code |
commit | commitdiff | tree | snapshot |
2009-12-31 |
Erik van der... | Added EILSEQ, based on newsgroup post by Leith |
commit | commitdiff | tree | snapshot |
2009-12-30 |
David van Moolenbroek | Driver for Attansic L2 FastEthernet (atl2) |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Erik van der... | Man-page name order fixes |
commit | commitdiff | tree | snapshot |
2009-12-30 |
Erik van der... | Add timeout to test42 |
commit | commitdiff | tree | snapshot |
2009-12-30 |
David van Moolenbroek | Kernel: fix do_stime.c header comment (2) |
commit | commitdiff | tree | snapshot |
2009-12-30 |
David van Moolenbroek | Kernel: fix do_stime.c header comment |
commit | commitdiff | tree | snapshot |
2009-12-29 |
David van Moolenbroek | mdb(1) fixes: |
commit | commitdiff | tree | snapshot |
2009-12-29 |
David van Moolenbroek | suppress kernel/VM memory debugging information |
commit | commitdiff | tree | snapshot |
2009-12-29 |
David van Moolenbroek | unbreak, deprivilege dumpcore(1) |
commit | commitdiff | tree | snapshot |
2009-12-29 |
David van Moolenbroek | ptrace(2) modifications: |
commit | commitdiff | tree | snapshot |
2009-12-24 |
David van Moolenbroek | unbreak "make dos" in boot (Bug#365, patch by Antoine... |
commit | commitdiff | tree | snapshot |
2009-12-24 |
David van Moolenbroek | Fix MFS ftruncate crash (Bug#370, reported by Aki Goto) |
commit | commitdiff | tree | snapshot |
2009-12-24 |
Erik van der... | Floating point support functions |
commit | commitdiff | tree | snapshot |
2009-12-23 |
David van Moolenbroek | unbreak building CDs |
commit | commitdiff | tree | snapshot |
2009-12-23 |
David van Moolenbroek | Correct ping(1) usage string (Bug#372, reported by... |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Cristiano Giuffrida | Move setuid() hack where it belongs. |
commit | commitdiff | tree | snapshot |
2009-12-23 |
Cristiano Giuffrida | Share exec images in RS. |
commit | commitdiff | tree | snapshot |
2009-12-22 |
David van Moolenbroek | Console function keys and color support: |
commit | commitdiff | tree | snapshot |
2009-12-22 |
David van Moolenbroek | another warning regression fix |
commit | commitdiff | tree | snapshot |
2009-12-21 |
David van Moolenbroek | no! no new warnings |
commit | commitdiff | tree | snapshot |
2009-12-21 |
David van Moolenbroek | Filter driver updates: |
commit | commitdiff | tree | snapshot |
2009-12-21 |
David van Moolenbroek | TTY fixes: |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Cristiano Giuffrida | Basic System Event Framework (SEF) with ping and live... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Thomas Veerman | Fix typo |
commit | commitdiff | tree | snapshot |
2009-12-21 |
David van Moolenbroek | Support for larger disks. |
commit | commitdiff | tree | snapshot |
2009-12-21 |
Thomas Veerman | Fix typo and a bug causing vnode references to become... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
Thomas Veerman | Fix compilation errors caused by more files not added... |
commit | commitdiff | tree | snapshot |
2009-12-20 |
Thomas Veerman | Add PFS (missing in previous commit) |
commit | commitdiff | tree | snapshot |
2009-12-20 |
Thomas Veerman | - Introduce support for sticky bit. |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Erik van der... | Remove some GCC library warnings |
commit | commitdiff | tree | snapshot |
2009-12-17 |
Cristiano Giuffrida | Drivers and servers are simply known as services. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
Cristiano Giuffrida | Fix bug in IPC deadlock detection code. |
commit | commitdiff | tree | snapshot |
2009-12-16 |
David van Moolenbroek | typo |
commit | commitdiff | tree | snapshot |
2009-12-14 |
David van Moolenbroek | fix remaining warnings in 'make world' |
commit | commitdiff | tree | snapshot |
2009-12-14 |
David van Moolenbroek | awk: check presence of parameters |
commit | commitdiff | tree | snapshot |
2009-12-13 |
David van Moolenbroek | test42: disable attach-to-PM test |
commit | commitdiff | tree | snapshot |
2009-12-11 |
Cristiano Giuffrida | Rewrite of boot process |
commit | commitdiff | tree | snapshot |
2009-12-09 |
Erik van der... | Adjust number of tests |
commit | commitdiff | tree | snapshot |
next |