]> Zhao Yanbai Git Server - minix.git/shortlog
minix.git
2014-03-01 David van MoolenbroekLWIP: move chardev message parsing into libnetsock 72/972/2
2014-03-01 David van MoolenbroekINET: use libchardriver 71/971/2
2014-03-01 David van MoolenbroekPFS: use libchardriver; clean up 70/970/2
2014-03-01 David van Moolenbroeklibaudiodriver: use libchardriver 69/969/2
2014-03-01 David van Moolenbroekprinter: use libchardriver 68/968/2
2014-03-01 David van Moolenbroeklibchardriver: full API rewrite 67/967/2
2014-03-01 David van Moolenbroekblocktest: add support for no alignment
2014-02-19 David van Moolenbroeklibutil: let opendisk(3) try /dev
2014-02-19 David van MoolenbroekBlock drivers: make IOCTL request unsigned long 66/966/2
2014-02-19 David van MoolenbroekBlock protocol: add user endpoint to IOCTL request 65/965/2
2014-02-19 David van MoolenbroekBlock protocol: use own [RW]_BIT definitions 64/964/2
2014-02-19 David van Moolenbroeklibblockdriver: expose BLOCKDRIVER_MAX_DEVICES 63/963/2
2014-02-19 David van Moolenbroeklibblockdriver: various updates 62/962/2
2014-02-19 David van MoolenbroekBlock drivers: reply ENOTTY to unknown IOCTLs 61/961/2
2014-02-19 David van MoolenbroekMove SUB_PER_DRIVE definition into minix/drvlib.h
2014-02-18 David van MoolenbroekVFS: update filp_pos on chardev I/O (workaround) 60/960/2
2014-02-18 David van MoolenbroekI2C: change BUSC_I2C_xxx to use own protocol 59/959/2
2014-02-18 David van Moolenbroektests: add test77 for opening/closing PTYs 58/958/2
2014-02-18 David van MoolenbroekTTY: fix for PTY open/close logic 57/957/2
2014-02-18 David van Moolenbroektests: remove select subdirectory 56/956/2
2014-02-18 David van Moolenbroektests: add test76 for interrupting VFS operations 55/955/2
2014-02-18 David van MoolenbroekVFS: fix interruption of blocking pipe operations 54/954/2
2014-02-18 David van Moolenbroeklibmthread: do not dump stack for free threads 53/953/2
2014-02-18 David van MoolenbroekVFS: worker thread model overhaul 52/952/2
2014-02-18 David van MoolenbroekRetire ptrace(T_DUMPCORE), dumpcore(1), gcore(1) 51/951/2
2014-02-18 David van MoolenbroekVFS: process char driver replies from main thread 50/950/2
2014-02-18 David van MoolenbroekVFS: properly cancel select queries on unpause 49/949/2
2014-02-18 David van MoolenbroekVFS: remove support for sync char driver protocol 48/948/2
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
next