]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
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...
2009-07-11 David van MoolenbroekPM: add clarifying comment about exiting system process...
2009-07-11 David van MoolenbroekMFS fixes:
2009-07-09 David van MoolenbroekPM: add EXITING process flag as stopgap between startin...
2009-07-09 David van Moolenbroeklet IS call getuptime()
2009-07-09 David van MoolenbroekFix race condition in test 25
2009-07-08 David van MoolenbroekPM cleanup: remove obsolete HAS_DMA flag
2009-07-08 David van MoolenbroekPM cleanup: merge exit and coredump paths
2009-07-07 David van MoolenbroekRemove leftover PowerPC cruft. Reported by Evgeniy...
2009-07-05 David van MoolenbroekMiscellaneous PM fixes:
2009-07-02 David van MoolenbroekIPC privileges fixes
2009-06-25 David van Moolenbroekmore small man page fixes
2009-06-24 David van Moolenbroekrandom man page update: cut.1
2009-06-24 David van Moolenbroekrandom man page fix: cawf.1
2009-06-23 David van Moolenbroekfix installation of home directories in setup.sh
2009-06-23 Arun ThomasRestore last(1) and uptime(1) building/installing.
2009-06-17 David van Moolenbroekmake mdb(1) compile again
2009-06-13 David van Moolenbroekremove last traces of FSDEVMAP svrctl
2009-06-12 David van Moolenbroekbetter solution for poweroff(8)
2009-06-12 David van Moolenbroekpoweroff(8) aesthetics
2009-06-12 David van Moolenbroekadded poweroff(8)
2009-05-30 Arun Thomasls(1) manpage corrections
2009-05-30 Arun ThomasRelease.sh now uses packages.install and package_source...
2009-05-27 Arun ThomasSupport for VMWare Workstation 6.x
2009-05-27 Arun ThomasUpdate issue.install for 3.1.4
next