]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
2005-07-04 Ben GrasA "fix" for bug no. 2 is to check if the process slot...
2005-07-04 Ben Gras . fsck has A for yes-to-all response
2005-07-04 Ben GrasGuard /usr/adm/wtmp for shutdown -C check
2005-07-04 Ben Gras. Added printing of ppid to PM dump output
2005-07-04 Ben Gras>4GB device detection; mkfs can make it, but FS can...
2005-07-04 Ben Graswarning about <4GB filesystems
2005-07-04 Ben Grasformat prettifictions; better task/server/user process...
2005-07-01 Ben Grasget/setpriority() and fsync() system calls
2005-07-01 Ben GrasNew nice utility, imported from FreeBSD, used to run...
2005-07-01 Ben GrasCallnumbers and prototypes for get/setpriority() and...
2005-07-01 Ben GrasCalls and functionality for get/setpriority() and fsync().
2005-07-01 Ben GrasSmall select manpage update.
2005-07-01 Jorrit HerderFix stupid assumption that caused headache.
2005-07-01 Ben GrasAdded <sys/resource.h> for [gs]etpriority() call.
2005-07-01 Ben GrasFix to check for RDTSC instruction (above 486), and...
2005-07-01 Ben GrasLittle mkfs diagnostic help
2005-07-01 Jorrit HerderChanges scheduling priorities for nice().
2005-06-30 Jorrit Herder*** empty log message ***
2005-06-30 Jorrit HerderChanged debug dumps of kernel process table (F1)
2005-06-30 Jorrit HerderRewrite of process scheduling:
2005-06-30 Ben GrasAdded formatting fixes for larger numbers in fsck and...
2005-06-30 Ben GrasBasic fixes to make de start to read v3 filesystems...
2005-06-30 Philip Homburgchanged ash to use pid_t
2005-06-30 Philip Homburgchanged max pid back to 30000
2005-06-29 Ben GrasAdded fchdir() system call, with corresponding manpage...
2005-06-29 Philip HomburgAdded mkstemp function. Should use a secure random...
2005-06-29 Philip HomburgMore stack for chown
2005-06-29 Philip HomburgUse relative paths for make depend
2005-06-29 Philip HomburgDisabled assertion
2005-06-29 Ben GrasAdded some diagnostic
2005-06-29 Ben GrasFix by Joren l'Ami <jwlami@cs.vu.nl> to make block...
2005-06-29 Ben GrasLast inet change incomplete
2005-06-29 Ben GrasDisabled funny broadcast address complaint from inet
2005-06-29 Jorrit HerderFixed bug in AT driver: don't receive from HARDWARE...
2005-06-29 Ben GrasImport of dpeth 3c501/3c509b/.. ethernet driver by
2005-06-28 Ben Gras_POSIX_SOURCE doesn't make sense in <sys/select.h>
2005-06-28 Philip HomburgNew inet with partial select implementation
2005-06-28 Philip Homburgselect.h should include <sys.time.h>. Added struct...
2005-06-28 Philip Homburgquick hacks for select
2005-06-28 Philip Homburguse relative directories in makefiles.
2005-06-28 Philip Homburgmore stack for /bin/sh.
2005-06-28 Ben GrasRemoved debug statement
2005-06-28 Ben GrasRemoved max-inode check from mkfs because of 32-bit...
2005-06-27 Ben GrasFixed bug that caused /dev/null to be created as file...
2005-06-27 Ben Gras(Im)port of zlib-1.2.2
2005-06-27 Ben GrasMade src belong to bin in release cp.
2005-06-27 Philip HomburgUnknown controllers are no longer fatal.
2005-06-27 Ben GrasGave sh more space for configure scripts; connected...
2005-06-27 Ben GrasRenamed kermit_211 to kermit-2.1.1
2005-06-27 Ben GrasWrote a printenv(1)
2005-06-27 Ben GrasFixed sh2.sh test
2005-06-27 Ben GrasImported BSD-licensed rev(1) from FreeBSD (uses brand...
2005-06-27 Ben GrasPrototype and definitions for getopt()
2005-06-27 Ben GrasFixed a few compile warnings
2005-06-27 Ben Grasast@ df nits
2005-06-27 Ben GrasFixed typo in printf() in fxp debug statement (caused...
2005-06-27 Jorrit HerderRemoved SM server.
2005-06-24 Jorrit Herder*** empty log message ***
2005-06-24 Jorrit HerderCleaned up process table structure: removed p_type...
2005-06-24 Jorrit HerderNew Makefiles for mkdep script.
2005-06-24 Jorrit HerderChanged Makefiles for mkdep script.
2005-06-24 Jorrit HerderRemoved sys_exit() kernel call.
2005-06-24 Jorrit HerderChanged kernel process table format affected ps.
2005-06-24 Jorrit HerderRemoved ununsed types cpvec_t and cpvvec_t.
2005-06-23 Philip HomburgRenamed some types Uid_t, Gid_t, Mode_t, etc. for perl5.
2005-06-23 Philip HomburgNewer version of anm. Should be taken from the ACK...
2005-06-22 Ben GrasWorkaround for fishy situation that caused checksum...
2005-06-21 Ben GrasCorrected buffer size calculation from MAX(bufsize...
2005-06-21 Jorrit HerderFixed various GCC compiler warnings for the kernel.
2005-06-20 Ben GrasAdded function read_cpu_flags() that returns current...
2005-06-20 Ben GrasPrint re-locking event count if enabled.
2005-06-20 Ben GrasAdded header file that decodes the intel x86 flags...
2005-06-20 Jorrit HerderNew bit map manipulation header.
2005-06-20 Jorrit HerderUpdated function key mapping because of possible change...
2005-06-20 Ben GrasFix for gzip make clean if Makefile doesn't exist..
2005-06-20 Ben Grasconnected ps and ftpd200 to commands build
2005-06-20 Jorrit HerderRemoved unused code in proc.c. New message passing...
2005-06-20 Ben GrasFixed a few quirks in misc.c
2005-06-20 Ben GrasConnected ps to build
2005-06-19 Ben GrasFixed bug that caused the PM to brutalize the contents...
2005-06-19 Ben Grasselect-test-set compile fixes.
2005-06-19 Ben GrasFixed nasty bug that would cause FS to loop forever...
2005-06-19 Ben GrasMade mkfs a little smarter about how to report empty...
2005-06-19 Ben GrasMade libpci recognize my pci controller at home (again)
2005-06-17 Ben GrasFixed various nits in the make/release process.
2005-06-17 Ben GrasPart of fs timers library, forgot to add this in previo...
2005-06-17 Ben GrasFixes for /root homedir.
2005-06-17 Ben GrasAdded (fake) readlink().
2005-06-17 Ben GrasSelect test-set imported from the minix contributions...
2005-06-17 Ben GrasVarious compile fixes.
2005-06-17 Ben GrasRenamed commands to cmds - make is confused that the...
2005-06-17 Ben GrasStarted select() implementation.
2005-06-17 Ben GrasChanged timer library function args.
2005-06-17 Ben GrasChanged arguments of timer library functions.
2005-06-17 Ben GrasStarted select() manpage.
2005-06-17 Ben GrasVarious select() support flags, prototypes, definitions.
2005-06-17 Ben GrasAdded back boot banner for CD
2005-06-17 Jorrit HerderApplied MINIX 2.0.4 pathes provides by Al Woodhull.
2005-06-17 Jorrit HerderUpdated boot monitor help menu.
2005-06-17 Ben GrasAdded dummy readlink() call that returns an error ...
next