[Linux-hls-cvs] hls/hls/include hls_common.h,1.8,1.9 hls_debug.h,1.1,1.2 hls_interface.h,1.1,1.2 hls
Status: Pre-Alpha
Brought to you by:
lucabe
Update of /cvsroot/linux-hls/hls/hls/include In directory sc8-pr-cvs1:/tmp/cvs-serv25577/hls/include Modified Files: hls_common.h hls_debug.h hls_interface.h hls_internal.h join.h lot.h ps.h rr.h rsv.h thr.h Log Message: Updated the license Index: hls_common.h =================================================================== RCS file: /cvsroot/linux-hls/hls/hls/include/hls_common.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** hls_common.h 25 Nov 2002 11:33:31 -0000 1.8 --- hls_common.h 25 Feb 2003 09:18:54 -0000 1.9 *************** *** 1,19 **** ! /*++ ! ! Copyright (c) 2000 John Regehr ! ! Module Name: ! ! hls.h ! ! Abstract: ! ! Author: ! ! John Regehr 14-Feb-2000 ! ! Revision History: ! ! --*/ #ifndef _HLS_COMMON_H_ --- 1,11 ---- ! /* ! * Copyright (c) 2000 John Regehr ! * ! * Module Name: hls_common.h ! * Abstract: Common functions used by all the HLS files. ! * Author: John Regehr 14-Feb-2000 ! * ! * This is free software; see BSD.txt ! */ #ifndef _HLS_COMMON_H_ Index: hls_debug.h =================================================================== RCS file: /cvsroot/linux-hls/hls/hls/include/hls_debug.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** hls_debug.h 25 Nov 2002 11:33:31 -0000 1.1 --- hls_debug.h 25 Feb 2003 09:18:54 -0000 1.2 *************** *** 1,2 **** --- 1,12 ---- + /* + * Copyright (c) 2000 John Regehr & Luca Abeni + * + * Module Name: hls_debug.h + * Abstract: HLS debugging functions. + * Author: John Regehr 14-Feb-2000, Luca Abeni 2002 + * + * This is free software; see BSD.txt + */ + #ifndef __HLS_DEBUG__ #define __HLS_DEBUG__ Index: hls_interface.h =================================================================== RCS file: /cvsroot/linux-hls/hls/hls/include/hls_interface.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** hls_interface.h 25 Nov 2002 11:33:31 -0000 1.1 --- hls_interface.h 25 Feb 2003 09:18:54 -0000 1.2 *************** *** 1,2 **** --- 1,12 ---- + /* + * Copyright (c) 2000 John Regehr & Luca Abeni + * + * Module Name: hls_interface.h + * Abstract: Definition of the HLS API. + * Author: John Regehr 14-Feb-2000, Luca Abeni 2002 + * + * This is free software; see BSD.txt + */ + #ifndef __HLS_INTERFACE__ #define __HLS_INTERFACE__ Index: hls_internal.h =================================================================== RCS file: /cvsroot/linux-hls/hls/hls/include/hls_internal.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** hls_internal.h 27 Aug 2002 11:26:20 -0000 1.1.1.1 --- hls_internal.h 25 Feb 2003 09:18:54 -0000 1.2 *************** *** 1,19 **** ! /*++ ! ! Copyright (c) 2000 John Regehr ! ! Module Name: ! ! hls.h ! ! Abstract: ! ! Author: ! ! John Regehr 14-Feb-2000 ! ! Revision History: ! ! --*/ #ifndef _HLS_H_ --- 1,11 ---- ! /* ! * Copyright (c) 2000 John Regehr & Luca Abeni ! * ! * Module Name: hls_internal.h ! * Abstract: HLS internals, not exported to HLS schedulers. ! * Author: John Regehr 14-Feb-2000, Luca Abeni 2002 ! * ! * This is free software; see BSD.txt ! */ #ifndef _HLS_H_ Index: join.h =================================================================== RCS file: /cvsroot/linux-hls/hls/hls/include/join.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** join.h 27 Aug 2002 11:26:20 -0000 1.1.1.1 --- join.h 25 Feb 2003 09:18:54 -0000 1.2 *************** *** 1,2 **** --- 1,12 ---- + /* + * Copyright (c) 2000 John Regehr & Luca Abeni + * + * Module Name: join.h + * Abstract: Definitions used by the Join Scheduler. + * Author: John Regehr 14-Feb-2000, Luca Abeni 2002 + * + * This is free software; see BSD.txt + */ + #ifndef __HLS_JOIN_H__ #define __HLS_JOIN_H__ Index: lot.h =================================================================== RCS file: /cvsroot/linux-hls/hls/hls/include/lot.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lot.h 20 Dec 2002 12:14:26 -0000 1.1 --- lot.h 25 Feb 2003 09:18:54 -0000 1.2 *************** *** 1,2 **** --- 1,12 ---- + /* + * Copyright (c) 2000 John Regehr + * + * Module Name: lot.h + * Abstract: Definitions used by the Lottery Scheduler. + * Author: John Regehr 14-Feb-2000 + * + * This is free software; see BSD.txt + */ + #ifndef __HLS_LOT_H__ #define __HLS_LOT_H__ Index: ps.h =================================================================== RCS file: /cvsroot/linux-hls/hls/hls/include/ps.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** ps.h 27 Aug 2002 11:26:20 -0000 1.1.1.1 --- ps.h 25 Feb 2003 09:18:54 -0000 1.2 *************** *** 1,2 **** --- 1,12 ---- + /* + * Copyright (c) 2000 John Regehr & Luca Abeni + * + * Module Name: ps.h + * Abstract: Definitions used by the Proportional Share Scheduler. + * Author: John Regehr 14-Feb-2000, Luca Abeni 2002 + * + * This is free software; see BSD.txt + */ + #ifndef __HLS_PS_H__ #define __HLS_PS_H__ Index: rr.h =================================================================== RCS file: /cvsroot/linux-hls/hls/hls/include/rr.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** rr.h 27 Aug 2002 11:26:20 -0000 1.1.1.1 --- rr.h 25 Feb 2003 09:18:54 -0000 1.2 *************** *** 1,2 **** --- 1,12 ---- + /* + * Copyright (c) 2000 John Regehr & Luca Abeni + * + * Module Name: rr.h + * Abstract: Definitions used by the Round Robin Scheduler. + * Author: John Regehr 14-Feb-2000, Luca Abeni 2002 + * + * This is free software; see BSD.txt + */ + #ifndef __HLS_RR_H__ #define __HLS_RR_H__ Index: rsv.h =================================================================== RCS file: /cvsroot/linux-hls/hls/hls/include/rsv.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** rsv.h 25 Nov 2002 11:33:31 -0000 1.2 --- rsv.h 25 Feb 2003 09:18:54 -0000 1.3 *************** *** 1,2 **** --- 1,12 ---- + /* + * Copyright (c) 2000 John Regehr & Luca Abeni + * + * Module Name: rsv.h + * Abstract: Definitions used by the Reservation Scheduler. + * Author: John Regehr 14-Feb-2000, Luca Abeni 2002 + * + * This is free software; see BSD.txt + */ + #ifndef __HLS_RSV_H__ #define __HLS_RSV_H__ Index: thr.h =================================================================== RCS file: /cvsroot/linux-hls/hls/hls/include/thr.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** thr.h 25 Nov 2002 11:33:31 -0000 1.2 --- thr.h 25 Feb 2003 09:18:55 -0000 1.3 *************** *** 1,2 **** --- 1,12 ---- + /* + * Copyright (c) 2000 John Regehr & Luca Abeni + * + * Module Name: thr.h + * Abstract: Definitions used by the Thread Scheduler. + * Author: John Regehr 14-Feb-2000, Luca Abeni 2002 + * + * This is free software; see BSD.txt + */ + #ifndef __HLS_TH_H__ #define __HLS_TH_H__ |