]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
2014-02-18 David van MoolenbroekVFS: remove FP_BLOCKED_ON_DOPEN 47/947/2
2014-02-18 David van MoolenbroekPFS: remember request information for IOCTLs 46/946/2
2014-02-18 David van MoolenbroekRetire the synchronous character driver protocol 45/945/2
2014-02-18 David van MoolenbroekSync char protocol: add nonblocking transfer flag 44/944/2
2014-02-18 David van MoolenbroekVFS: set w_drv_sendrec only when needed 43/943/2
2014-02-18 Thomas VeermanVFS: set w_task only when needed 42/942/2
2014-02-18 Lionel SambucRemoving CSU patches 41/941/2
2014-02-18 David van MoolenbroekSet M3_STRING to M3_LONG_STRING (ABI break) 40/940/2
2014-02-18 David van MoolenbroekRemove support for obsolete 3.2.1 ABI 39/939/2
2014-02-18 David van MoolenbroekFix various file system warnings 38/938/2
2014-02-18 David van MoolenbroekVFS/FS: replace protocol version with flag field 37/937/2
2014-02-18 David van MoolenbroekImport NetBSD df(1) 36/936/2
2014-02-18 David van MoolenbroekEnable getmntinfo(3) 35/935/2
2014-02-18 David van Moolenbroektest55: add tests for getvfsstat(2) 34/934/2
2014-02-18 David van MoolenbroekImplement support for [f]statvfs1(2) 33/933/2
2014-02-18 David van MoolenbroekImplement support for getvfsstat(2) 32/932/2
2014-02-18 David van MoolenbroekRedo mount(2)/umount(2) ABI 31/931/2
2014-02-18 David van MoolenbroekAlign "struct statvfs" with NetBSD 30/930/2
2014-02-18 David van MoolenbroekVFS/FS: remove fstatfs(2) and REQ_FSTATFS 29/929/2
2014-02-18 Lionel Sambucusr.bin/stat Update 28/928/2
2014-02-18 Lionel Sambucalmost aligned ioctl prototype 27/927/2
2014-02-18 Lionel SambucABI Break: aligning struct termios 26/926/2
2014-02-18 Lionel Sambuc32 to 64 bits fsblkcnt_t and fsfilcnt_t. 25/925/2
2014-02-18 Lionel Sambucmoving prototypes to lib.h 24/924/2
2014-02-18 Lionel Sambucstruct uucred 23/923/2
2014-02-18 Lionel SambucAlignement on netbsd types, part 1 22/922/2
2014-02-18 Lionel SambucAdapt the type used for adjtime_delta 21/921/2
2014-02-18 Lionel Sambucfix sysroot clang 20/920/2
2014-02-18 Lionel SambucBumping version to 3.3.0 19/919/2
2014-02-18 Thomas VeermanVFS: use 64-bit file offsets in all requests 18/918/2
2014-02-18 Thomas Veermanstat.h: remove some big_ types 17/917/2
2014-02-18 Thomas VeermanDefine protocol version of {mode,ino,uid,gid}_t 16/916/2
2014-02-18 Thomas VeermanVFS-FS protocol: add versioning 15/915/2
2014-02-16 Thomas Cortmined: fix dangling else 27/1427/1
2014-02-16 Melonzmodem: K&R -> ANSI C function declaration 08/1208/4
2014-02-12 Kees Jongenburgerarm-refactor:document ARM assembly code. 25/1425/1
2014-02-12 Kees Jongenburgerarm:replace ifdef's by runtime checks in the omap rtc... 24/1424/1
2014-02-12 Kees Jongenburgerarm:replace ifdef's by runtime checks in the lan8710a... 23/1423/1
2014-02-07 Kees Jongenburgerarm:create SoC specific bsp directory and move code... 22/1422/2
2014-01-20 Kees Jongenburgerarm-refactor:use sysenv board to determine what driver... 07/1207/1
2014-01-20 Kees Jongenburgerarm:fix GPIO revision check on DM37XX. 06/1206/1
2014-01-14 Thomas Corttest24: fix memory leak. 05/1205/1
2014-01-09 Ben GrasVM bugfix & regression test 02/1202/4
2014-01-07 Kees Jongenburgerarm:indenting 99/1199/4
2014-01-07 Kees Jongenburgerarm:disable filemmap. 98/1198/2
2013-12-17 Kees Jongenburgerarm:refactor move pagetable to the common directory. 97/1197/1
2013-12-17 Kees Jongenburgerarm:make the kernel server and driver binaries identical. 94/1194/3
2013-12-17 Kees Jongenburgerarm:replace ifdef's by runtime checks in the i2c driver. 93/1193/3
2013-12-17 Kees Jongenburgerarm:switch to dynamic configuration for the kernel. 92/1192/3
2013-12-17 Kees Jongenburgerarm:determine board_id using bootargs.board_name 91/1191/2
2013-12-17 Kees Jongenburgerarm:refactor replace cmdline.txt by bootargs passed... 96/1196/1
2013-12-17 Kees Jongenburgerarm:manage versioning of u-boot and upgrade u-boot 95/1195/1
2013-12-03 Kees Jongenburgerkernel:export board to userland. 82/1182/4
2013-12-03 Kees Jongenburgerarm:replace ifdef's by runtime checks. 81/1181/4
2013-12-03 Kees Jongenburgerarm:add board_id to machine to enable runtime configura... 80/1180/3
2013-12-01 Beletticommands/crc: changed K&R to ANSI style 86/1186/1
2013-12-01 Beletticommands/decomp16: changed K&R to ANSI style 85/1185/1
2013-12-01 Beletticommands/devsize: changed K&R to ANSI style 84/1184/1
2013-11-29 Beletticommands/chown: changed to K&R to ANSI style 74/1174/4
2013-11-29 Beletticommands/chmod: changed K&R to ANSI style 73/1173/4
2013-11-29 Beletticommands/at: changed K&R to ANSI style 72/1172/4
2013-11-29 Beletticommands/synctree: changed K&R to ANSI style 71/1171/4
2013-11-28 Ben Grasadd two missing files to flist 78/1178/3
2013-11-28 Ben Grasrun: allow scripts to be run as root 79/1179/2
2013-11-21 Ben Grastestmfs, testisofs: MFS format, ISO functionality 64/1164/4
2013-11-21 Ben Graslibminixfs: allow non-pagesize-multiple FSes 63/1163/3
2013-11-19 Ben Grasiso9660fs fix 62/1162/1
2013-11-19 Ben Grasmkfs.mfs, mkproto: minor features 61/1161/1
2013-11-19 Thomas CortImporting usr.bin/colcrt 59/1159/1
2013-11-19 Thomas CortImporting usr.bin/mkfifo 57/1157/2
2013-11-18 Thomas Cortusr.bin/calendar: re-sync with upstream. 58/1158/1
2013-11-18 Thomas CortImporting usr.bin/soelim 56/1156/1
2013-11-18 Beletticommands/backup: changed K&R to ANSI style 53/1153/2
2013-11-18 Ben Grassetup: correction for file/kb counting 54/1154/1
2013-11-16 Beletticommands/fix: change K&R to ANSI style. 52/1152/2
2013-11-14 Thomas CortImporting usr.bin/checknr 50/1150/1
2013-11-14 Thomas CortImporting usr.bin/ul 49/1149/1
2013-11-13 GerardReplaced add64, add64u and add64ul with operators. 40/1140/2
2013-11-13 Thomas CortImporting usr.bin/deroff 47/1147/1
2013-11-12 Ben Grasarm_sdimage.sh: use insert-fs feature 39/1139/4
2013-11-12 Thomas CortImporting usr.bin/fpr 46/1146/1
2013-11-12 Thomas CortImporting usr.bin/id 45/1145/1
2013-11-12 Thomas CortImporting lib/libform 44/1144/1
2013-11-12 Thomas CortImporting lib/libmenu 43/1143/1
2013-11-12 Thomas CortImporting usr.bin/calendar 41/1141/1
2013-11-11 Thomas Corteepromread: support for reading from /dev/eeprom 38/1138/1
2013-11-10 Thomas CortImporting usr.sbin/unlink 27/1127/4
2013-11-10 Thomas CortImporting usr.sbin/link 26/1126/4
2013-11-08 Ben Grasmkfs.mfs -I: insert fs at offset feature 25/1125/7
2013-11-07 Ben Grasx86_hdimage.sh -i: crossbuild x86 release CD 07/1107/7
2013-11-07 Ben Graslibminixfs: fix buf leak 06/1106/6
2013-11-06 Thomas CortImporting usr.bin/jot 23/1123/1
2013-11-06 Thomas CortImporting usr.bin/msgc 22/1122/1
2013-11-06 Thomas CortImporting usr.bin/menuc 21/1121/1
2013-11-01 Kees Jongenburgerarm:mmc driver refactor (use structs) 03/1103/2
2013-10-31 Thomas CortImporting usr.bin/colrm 95/1095/1
2013-10-30 Thomas CortImporting usr.bin/what 94/1094/1
2013-10-30 Thomas CortImporting usr.bin/lam 93/1093/1
2013-10-30 Thomas CortImporting usr.bin/sdiff 92/1092/1
2013-10-30 Thomas CortImporting usr.bin/shlock 91/1091/1
next