]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
2009-09-21 Ben Gras - No maximum block size any more.
2009-09-21 Ben Grasno more scheduling queue dumps (kernel will print this...
2009-09-21 Ben Grasclever hack to avoid starting from 0 disabled because
2009-09-21 Ben Grasvarious syscall entry points
2009-09-21 Ben Grasrename GETPID to MINIX_GETPID (for now); macro for...
2009-09-21 Ben Grasmore vm stubs
2009-09-21 Ben Grasftime()
2009-09-21 Ben Grasmore pid queries; PM field macros; vm stubs
2009-09-21 Ben Grasvm stubs; no more sys_vm_setbuf
2009-09-21 Ben Grassysvipc dir
2009-09-21 Ben Graschange startup code to call munmap()/munmap_text()...
2009-09-21 Ben Grasnew sysv ipc call stubs
2009-09-21 Ben Gras - remove unused kmalloc
2009-09-21 Ben GrasPrimary goal for these changes is:
2009-09-21 Ben Grasminor change to panic code
2009-09-21 Ben Gras - new entry for bios_wini and ipc
2009-09-21 Ben Gras - tty: only report unrecognized scancodes once; forget...
2009-09-21 Ben Gras - added 'datasizes' script that shows you the size...
2009-09-21 Ben Gras - remove unused bootdelay feauture
2009-09-21 Ben Gras- VM_KERN_NOPAGEZERO feature is gone
2009-09-20 David van Moolenbroektest31 fix
2009-09-20 David van Moolenbroektest32 fix
2009-09-17 David van MoolenbroekKernel: correct a few SYSTEM source documentation comments
2009-09-15 Tomas HrubySome clean up of the segment selectors macros
2009-09-15 Tomas Hrubyiskernelp() and isuserp() test pointers
2009-09-15 Tomas Hrubypproc_addr unused and removed
2009-09-15 Tomas Hrubyproc_addr() returns address based on location in proc...
2009-09-13 Erik van der... Handle SIGSTOP more consistently and according to POSIX...
2009-09-12 David van MoolenbroekPM: some tiny fixes
2009-09-07 David van Moolenbroekremove unused NEW_KSIG definition
2009-09-07 David van MoolenbroekKernel: remove unused CHECK_DEADLOCK definition
2009-09-06 David van Moolenbroekit's/its
2009-09-06 David van MoolenbroekKernel: do_[sv]devio.c header corrections
2009-09-06 David van Moolenbroekcleanup: sys_irqrmpolicy does not need IRQ vector
2009-09-06 David van Moolenbroekremove unused IRQ_ENDPT definition
2009-09-06 David van Moolenbroek- sys_privctl: don't mix message types
2009-09-05 David van Moolenbroeksyslib: make sys_nice use field aliases
2009-09-04 Erik van der... Disabled check in test 28 which hard links a directory...
2009-09-04 Erik van der... Now all tests except for 28 succeed in root mode
2009-09-04 Erik van der... Remove redundant line from previous patch
2009-09-04 Erik van der... Allow setuid tests 11 and 33 to run. The former still...
2009-09-03 Erik van der... Avoid alarm to prevent the setitimer interval from...
2009-09-03 Thomas Veerman - Added netconf script which makes it a lot easier...
2009-09-02 David van Moolenbroektypo
2009-09-02 Ben Graspostgresql services entry.
2009-08-30 David van MoolenbroekFXP: support for 8086/1064 (reported and tested by...
2009-08-30 David van MoolenbroekFix time(1) for custom system HZ values (reported by...
2009-08-30 Tomas Hrubysystem_init() renamed to arch_init()
2009-08-29 Tomas HrubyPrinting the trap info even if kernel crashes is handy.
2009-08-29 Tomas Hrubysaved_proc in exception() may be NULL
2009-08-29 David van MoolenbroekVFS: fetch_name() buffer underflow (reported by John...
2009-08-28 Tomas HrubyIDT is initialized in idt_init() not in prot_init()
2009-08-27 Erik van der... Re-disable complete_bars, it was not needed for PRO...
2009-08-26 Erik van der... Extend Intel PRO/100 support
2009-08-23 David van Moolenbroekurlget: broken ftpget call, reported by Charles Littlefield
2009-08-21 David van Moolenbroeksupport for TCP sockets in send/sendto/recv/recvfrom
2009-08-18 Erik van der... Use su to allow tests 3, 6, 17, 18, 19, 21 and 25 to...
2009-08-18 Erik van der... Fix HUGE_VAL warnings
2009-08-18 Erik van der... Fix HUGE_VAL warnings
2009-08-18 Tomas HrubyVFS quits gracefully if mount fails and mounted_on...
2009-08-18 Thomas VeermanAdded a hack to start binaries from the boot image...
2009-08-18 David van Moolenbroeksmall errno.h corrections
2009-08-17 Erik van der... Fixed some warnings
2009-08-17 Erik van der... Fixed some warnings
2009-08-17 Erik van der... Fixed some warnings
2009-08-17 Erik van der... Fixed some warnings
2009-08-17 Erik van der... Fix warning in panic
2009-08-17 Tomas HrubyMissing defines preventing recursive includesion in...
2009-08-16 Erik van der... Removed obsolete declarations in include/ipc.h
2009-08-16 Erik van der... Nanosleep was implemented twice, removed from _sleep.c
2009-08-16 Erik van der... Function nanosleep now checks arguments
2009-08-16 Erik van der... Man page for new function nanosleep(3), updated man...
2009-08-15 David van Moolenbroekman page fix: sigaction.2 signals list
2009-08-15 David van MoolenbroekPM: make SIGBUS, but not SIGUSR1 or SIGUSR2, cause...
2009-08-15 David van Moolenbroekrun test 41, too (oops)
2009-08-15 David van Moolenbroeknanosleep(3), and sleep(3) rewrite, by Erik van der...
2009-08-15 David van MoolenbroekSupport for setitimer(ITIMER_VIRTUAL/ITIMER_PROF)....
2009-08-15 David van MoolenbroekSupport for setitimer(ITIMER_REAL).
2009-08-15 David van Moolenbroekfix test14's "clever" (broken) filename generation
2009-08-15 David van Moolenbroekawk: support for whitespace between array name and...
2009-08-15 David van Moolenbroekawk: support for ENVIRON
2009-08-13 Tomas Hrubyu64_t for human beings - the high and low parts are...
2009-08-13 David van Moolenbroekmove _mount.c from lib/posix to lib/other
2009-08-13 Thomas VeermanFixed compilation issue.
2009-08-12 Thomas Veerman - Moved (u)mount prototypes from unistd.h to sys/mount.h.
2009-08-11 David van Moolenbroekcompile and install mdb(1) by default again
2009-08-11 Tomas Hrubyvm_assert macros fix up
2009-07-22 Arun ThomasLance cleanup
2009-07-22 Thomas VeermanFixed case error
2009-07-22 David van MoolenbroekMFS put_inode issues (reported by Maurizio Lombardi)
2009-07-21 Arun ThomasFix VirtualBox Lance bug; ec_reinit should be called...
2009-07-14 Thomas VeermanAdded select test
2009-07-14 Thomas VeermanFixed a minor select bug:
2009-07-12 David van MoolenbroekIS: fix up PM flags field somewhat
2009-07-12 David van Moolenbroekmake remove(3) remove directories as well
2009-07-12 David van MoolenbroekMFS: remove some redundant code (reported by Maurizio...
2009-07-11 David van MoolenbroekRS: the plural of 'child' is 'children'
2009-07-11 David van Moolenbroekmake unstack work on gcc-compiled binaries
2009-07-11 David van MoolenbroekPM cleanup: remove unused fields from mproc structure
2009-07-11 David van MoolenbroekPM: fix ptrace(T_EXIT) 'exit_proc: not idle' race condi...
next