]> Zhao Yanbai Git Server - minix.git/commitdiff
Al's double-blank-line removal request
authorBen Gras <ben@minix3.org>
Mon, 22 Aug 2005 15:23:47 +0000 (15:23 +0000)
committerBen Gras <ben@minix3.org>
Mon, 22 Aug 2005 15:23:47 +0000 (15:23 +0000)
104 files changed:
include/assert.h
include/errno.h
include/fcntl.h
include/ibm/bios.h
include/ibm/cmos.h
include/ibm/cpu.h
include/ibm/interrupt.h
include/ibm/memory.h
include/minix/cdrom.h
include/minix/com.h
include/minix/config.h
include/minix/const.h
include/minix/dmap.h
include/minix/ipc.h
include/minix/sound.h
include/minix/syslib.h
include/minix/sysutil.h
include/minix/type.h
include/net/gen/nameser.h
include/net/hton.h
include/pwd.h
include/signal.h
include/stdarg.h
include/sys/resource.h
include/sys/select.h
include/termios.h
include/timers.h
include/tools.h
include/utmp.h
kernel/clock.c
kernel/config.h
kernel/const.h
kernel/debug.c
kernel/debug.h
kernel/glo.h
kernel/i8259.c
kernel/ipc.h
kernel/main.c
kernel/proc.c
kernel/proc.h
kernel/protect.c
kernel/proto.h
kernel/start.c
kernel/system.c
kernel/system/do_copy.c
kernel/system/do_exec.c
kernel/system/do_exit.c
kernel/system/do_getksig.c
kernel/system/do_irqctl.c
kernel/system/do_memset.c
kernel/system/do_newmap.c
kernel/system/do_sdevio.c
kernel/system/do_segctl.c
kernel/system/do_setalarm.c
kernel/system/do_sigreturn.c
kernel/system/do_unused.c
kernel/system/do_vdevio.c
kernel/table.c
kernel/utility.c
servers/fs/cache.c
servers/fs/cache2.c
servers/fs/device.c
servers/fs/dmap.c
servers/fs/filedes.c
servers/fs/inode.c
servers/fs/inode.h
servers/fs/link.c
servers/fs/main.c
servers/fs/misc.c
servers/fs/mount.c
servers/fs/open.c
servers/fs/path.c
servers/fs/pipe.c
servers/fs/protect.c
servers/fs/read.c
servers/fs/select.c
servers/fs/select.h
servers/fs/stadir.c
servers/fs/super.c
servers/fs/super.h
servers/fs/time.c
servers/fs/utility.c
servers/fs/write.c
servers/init/init.c
servers/is/dmp.c
servers/is/dmp_fs.c
servers/is/dmp_kernel.c
servers/is/dmp_pm.c
servers/is/glo.h
servers/is/is.c
servers/pm/alloc.c
servers/pm/break.c
servers/pm/const.h
servers/pm/exec.c
servers/pm/forkexit.c
servers/pm/main.c
servers/pm/misc.c
servers/pm/time.c
servers/pm/timers.c
servers/pm/utility.c
servers/sm/manager.c
servers/sm/proto.h
servers/sm/service.c
servers/sm/sm.c

index eed8fbda45bcee63189a3438bcbeeab113d2e933..c97b35fbcae82539a7dcd1d920ac21cb6badc20e 100755 (executable)
@@ -19,7 +19,6 @@
 #include <ansi.h>
 #endif
 
-
 #ifdef NDEBUG
 /* Debugging disabled -- do not evaluate assertions. */
 #define assert(expr)  ((void) 0)
index 747fe81d9b570f6f524914cc51a7d6dc7e155bac..10399b5949ad82e7eb4a0240083d645c694205f4 100755 (executable)
@@ -112,5 +112,4 @@ extern int errno;             /* place where the error numbers go */
 #define EBADREQUEST  (_SIGN 107)  /* destination cannot handle request */
 #define EDONTREPLY   (_SIGN 201)  /* pseudo-code: don't send a reply */
 
-
 #endif /* _ERRNO_H */
index 7e65e4e06dbc8f6ae6f4bd0b6a60c265fce93146..78d511beb286c2a676197958072af3eb89676f36 100755 (executable)
@@ -59,7 +59,6 @@ struct flock {
   pid_t l_pid;                 /* process id of the locks' owner */
 };
 
-
 /* Function Prototypes. */
 _PROTOTYPE( int creat, (const char *_path, _mnx_Mode_t _mode)          );
 _PROTOTYPE( int fcntl, (int _filedes, int _cmd, ...)                   );
index b3b1c987613de15b9c90003d506beecfbd7bd751..1ceeede92039a6ec1197538b1098e52c27aeedcc 100644 (file)
@@ -10,7 +10,6 @@
 #ifndef _BIOS_H
 #define _BIOS_H
 
-
 /* PART I --
  * The BIOS interrupt vector table (IVT) area (1024 B as of address 0x0000). 
  * Although this area holds 256 interrupt vectors (with jump addresses), some 
@@ -31,7 +30,6 @@
 #define BIOS_HD1_PARAMS_ADDR       0x0118 /* disk 1 parameters */
 #define BIOS_HD1_PARAMS_SIZE       4L
 
-
 /* PART I -- 
  * Addresses in the BIOS data area (256 B as of address 0x0400). The addresses 
  * listed below are the most important ones, and the ones that are currently 
 #define VDU_VIDEO_MODE_ADDR     0x49A   /* current video mode */
 #define VDU_VIDEO_MODE_SIZE     1L  
 
-
 /* PART III --
  * The motherboard BIOS memory contains some known values that are currently 
  * in use. Other sections in the upper memory area (UMA) addresses vary in 
 #define   PS_386_MACHINE        0xF8    /* ID byte for PS/2 modela 70/80 */
 #define   PC_AT_MACHINE         0xFC    /* PC/AT, PC/XT286, PS/2 models 50/60 */
 
-
 #endif /* _BIOS_H */
 
index ff5e99a44efb4d8c4b850ed1d64699ecc12f6359..a160839f12e29b34281ee99fe0717fdcb91ce627 100755 (executable)
@@ -70,7 +70,6 @@ Dallas DS12887, compatible with the Motorola MC146818
                                         */
 #define RTC_REG_C      0xC
 
-
 /* Contents of the general purpose CMOS RAM (source IBM reference manual) */
 #define CMOS_STATUS    0xE
 #define                CS_LOST_POWER   0x80    /* Chip lost power */
index fb1610b30b7ad143a4c7127d085e9863c95fff18..691ca11db8c690ee9fb8220171a61496e73ab688 100755 (executable)
@@ -1,4 +1,3 @@
-
 #ifndef _IBM_CPU_H
 #define _IBM_CPU_H 1
 
index 40ad5b114841126c4e40afdc54558f7a10ea8779..0484deb157efcecbbacf4f699cdcf734077eb653 100644 (file)
@@ -14,7 +14,6 @@
 /* Magic numbers for interrupt controller. */
 #define END_OF_INT      0x20   /* code used to re-enable after an interrupt */
 
-
 /* Interrupt vectors defined/reserved by processor. */
 #define DIVIDE_VECTOR      0   /* divide error */
 #define DEBUG_VECTOR       1   /* single step (trace) */
@@ -50,7 +49,6 @@
 #define AT_WINI_0_IRQ     14   /* at winchester controller 0 */
 #define AT_WINI_1_IRQ     15   /* at winchester controller 1 */
 
-
 /* Interrupt number to hardware vector. */
 #define BIOS_VECTOR(irq)       \
        (((irq) < 8 ? BIOS_IRQ0_VEC : BIOS_IRQ8_VEC) + ((irq) & 0x07))
index 303f3864c80df31e4fe02efca65272029ea5a95e..2390b4dcaaef3b4107cebcdf5844c6a2003c82b8 100644 (file)
@@ -6,7 +6,6 @@
  * Created: March 2005, Jorrit N. Herder
  */
 
-
 /* I/O-mapped peripherals. I/O addresses are different from memory addresses 
  * due to the I/O signal on the ISA bus. Individual I/O ports are defined by 
  * the drivers that use them or looked up with help of the BIOS. 
 #define   BIOS_DATA_BEGIN          0x00400      /* BIOS data area */
 #define   BIOS_DATA_END            0x004FF
 
-
 /* The base memory is followed by 384 KB reserved memory located at the top of
  * the first MB of physical memory. This memory is known as the upper memory 
  * area (UMA). It is used for memory-mapped peripherals, such as video RAM, 
 #define   UMA_COLOR_TEXT_BEGIN     0xB8000      /* color text */
 #define   UMA_COLOR_TEXT_END       0xBFFFF
 
-
 /* o The next 128K (the memory range C0000-DFFFF) is reserved for the adapter 
  *   BIOS that resides in the ROM on some adapter boards. Most VGA-compatible 
  *   video adapters use the first 32 KB of this area for their on-board BIOS. 
 #define   UMA_IDE_HD_BIOS_BEGIN    0xC8000      /* IDE hard disk */
 #define   UMA_IDE_HD_BIOS_END      0xCBFFF
 
-
 /* o The last 128K of the upper memory area (E0000-FFFFF) is reserved for 
  *   motherboard BIOS (Basic I/O System). The POST (Power-On Self Test) and 
  *   bootstrap loader also reside in  this space. The memory falls apart in 
 #define   UMA_SYSTEM_BIOS_BEGIN    0xF0000      /* system BIOS */
 #define   UMA_SYSTEM_BIOS_END      0xFFFFF
 
-
  
index 2cbe5b26cbd87cc4767ff20ba81bfbf88ede6af2..3508688619a02ed31ee0b3e8467ed2e8c19d9dba 100755 (executable)
@@ -14,14 +14,12 @@ struct cd_play_mss
        u8_t    end_mss[3];
 };
 
-
 struct cd_play_track
 {
        u8_t    begin_track;
        u8_t    end_track;
 };
 
-
 struct cd_disk_info
 {
        u8_t    first_track;
@@ -30,7 +28,6 @@ struct cd_disk_info
        u8_t    first_track_mss[3];
 };
 
-
 struct cd_toc_entry
 {
        u8_t    control_address;
index ffaebb2f3daed328319b346346439eb7db1d58ab..ccc8a86131a655644c25028ff4b5f66da9be7090 100755 (executable)
@@ -9,7 +9,6 @@
 #define NONE           0x6ace  /* used to indicate 'no process at all' */
 #define SELF           0x8ace  /* used to indicate 'own process' */
 
-
 /*===========================================================================*
  *             Process numbers of processes in the system image             *
  *===========================================================================*/
@@ -44,7 +43,6 @@
 /* Number of processes contained in the system image. */
 #define NR_BOOT_PROCS  (NR_TASKS + INIT_PROC_NR + 1)
 
-
 /*===========================================================================*
  *                        Kernel notification types                         *
  *===========================================================================*/
@@ -70,7 +68,6 @@
 #define NOTIFY_TIMESTAMP       m2_l2
 #define NOTIFY_FLAGS           m2_i1
 
-
 /*===========================================================================*
  *                Messages for BLOCK and CHARACTER device drivers           *
  *===========================================================================*/
 #define TAPE_STAT0     m2_l1
 #define TAPE_STAT1     m2_l2
 
-
 /*===========================================================================*
  *                        Messages for networking layer                     *
  *===========================================================================*/
 #  define DL_MULTI_REQ         0x4
 #  define DL_BROAD_REQ         0x8
 
-
 /*===========================================================================*
  *                  SYSTASK request types and field names                    *
  *===========================================================================*/
 #define MEM_TOT_SIZE   m4_l3   /* total memory size */
 #define MEM_CHUNK_TAG  m4_l4   /* tag to identify chunk of mem */
 
-
 /* Field names for SYS_DEVIO, SYS_VDEVIO, SYS_SDEVIO. */
 #define DIO_REQUEST    m2_i3   /* device in or output */
 #   define DIO_INPUT       0   /* input */
 #define SEL_ERRORFDS   m8_p3
 #define SEL_TIMEOUT    m8_p4
 
-
 /*===========================================================================*
  *                Messages for system management server                     *
  *===========================================================================*/
 #  define SRV_PRIV_ADDR         m1_p3          /* privileges string */
 #  define SRV_PRIV_LEN          m1_i3          /* length of privileges */
 
-
 /*===========================================================================*
  *                Miscellaneous messages used by TTY                        *
  *===========================================================================*/
 #  define DIAG_BUF_COUNT       m1_i1
 #  define DIAG_PROC_NR         m1_i2
 
-
 #endif /* _MINIX_COM_H */ 
index d9c3caf939a70074327db84025ac2cf1a2697a5d..a6cfcbdd87de0ee1c1f03d860d3b524aef7c9ce0 100755 (executable)
@@ -5,7 +5,6 @@
 #define OS_RELEASE "3"
 #define OS_VERSION "0.7"
 
-
 /* This file sets configuration parameters for the MINIX kernel, FS, and PM.
  * It is divided up into two main sections.  The first section contains
  * user-settable parameters.  In the second section, various internal system
@@ -86,7 +85,6 @@
 #define        NR_RS_LINES        4    /* # rs232 terminals (0 to 4) */
 #define        NR_PTYS            32   /* # pseudo terminals (0 to 64) */
 
-
 /*===========================================================================*
  *     There are no user-settable parameters after this line                *
  *===========================================================================*/
index 52c67e272286677320ffca0a97c622f9744c3cba..ef901a093ef3effcc3dc1d8c56f9155a80c7ccbb 100755 (executable)
@@ -92,7 +92,6 @@
 #define hclick_to_physb(n) ((phys_bytes) (n) << HCLICK_SHIFT)
 #define physb_to_hclick(n) ((n) >> HCLICK_SHIFT)
 
-
 #define ABS             -999   /* this process means absolute memory */
 
 /* Flag bits for i_mode in the inode. */
index 05f967f22a13129f65958ec7866b0f2b349cf0e2..52079785658b70635270aac1cbff0e235e2e630d 100644 (file)
@@ -25,7 +25,6 @@ extern struct dmap {
   int dmap_flags;
 } dmap[];
 
-
 /*===========================================================================*
  *                      Major and minor device numbers                      *
  *===========================================================================*/
@@ -57,5 +56,4 @@ extern struct dmap {
 #define LOG_MAJOR      15      /* major device for log driver */
 #  define IS_KLOG_DEV  0       /* minor device for /dev/klog */
 
-
 #endif /* _DMAP_H */
index 2510ced55b60bfd9a0babb456b19dc4005462573..d73acde2d11c84023a02c3e9cfbdc19117dcac33 100644 (file)
@@ -80,7 +80,6 @@ typedef struct {
 #define m8_p3  m_u.m_m8.m8p3
 #define m8_p4  m_u.m_m8.m8p4
 
-
 /*==========================================================================* 
  * Minix run-time system (IPC).                                            *
  *==========================================================================*/ 
@@ -102,5 +101,4 @@ _PROTOTYPE( int send, (int dest, message *m_ptr)                    );
 _PROTOTYPE( int nb_receive, (int src, message *m_ptr)                  );
 _PROTOTYPE( int nb_send, (int dest, message *m_ptr)                    );
 
-
 #endif /* _IPC_H */
index 3f5835e982b79d061335002cef380555ac01308a..c9d82e1534075cbc5d55ebaed5a5908c9baac364 100755 (executable)
@@ -6,7 +6,6 @@
 #ifndef SOUND_H
 #define SOUND_H
 
-
 /* ------- Mixer stuff ------- */
 
 /* Available devices */
index 5e469679c9290572ebffcd202d01e9ed261f66f6..8e21763f752cfd98af6c9a244ea6f258cb364fde 100755 (executable)
@@ -146,6 +146,5 @@ _PROTOTYPE(int sys_out, (int port, unsigned long value, int type)   );
 #define sys_inl(p,v)   sys_in((p), (unsigned long*) (v), DIO_LONG)
 _PROTOTYPE(int sys_in, (int port, unsigned long *value, int type)      );
 
-
 #endif /* _SYSLIB_H */
 
index f755a3b5bf089657c904595655812ff3c8e1828f..145b1c6d8fd539e7ac687c6b0bf23a3bcb16164f 100644 (file)
@@ -16,7 +16,6 @@
  *     Mar 31, 2004: setup like other libraries, such as syslib
  */
 
-
 /*==========================================================================* 
  * Miscellaneous helper functions.
  *==========================================================================*/ 
index 96be7ac579fa6bb1eb4580e5a217734112d000e9..5f61289830dd48c4fb36a17dfd15eb729bd3f0c3 100755 (executable)
@@ -59,7 +59,6 @@ typedef struct {
   vir_bytes iov_size;          /* sizeof an I/O buffer */
 } iovec_t;
 
-
 /* PM passes the address of a structure of this type to KERNEL when
  * sys_sendsig() is invoked as part of the signal catching mechanism.
  * The structure contain all the information that KERNEL needs to build
index d7b61b37be561e805416f487836c41f0ced31504..54ec561de4d49ff2b28c6f5f112ccee01251195a 100755 (executable)
@@ -50,7 +50,6 @@ typedef struct dns_hdr
 #define DHF_UNUSED     0x30
 #define DHF_RCODE      0x0F
 
-
 /*
 Define constants based on rfc883
 */
index 0ae1bcb1cf39d7d0eb779c073d2f5a2be96a6213..6b83030b0e22c20432f4cb6b4734f0522884bccc 100755 (executable)
@@ -28,7 +28,6 @@ extern u32_t _tmp_l;
 #define BIG_ENDIAN     1
 #endif
 
-
 #if (LITTLE_ENDIAN) && (BIG_ENDIAN)
 #include "both LITTLE_ENDIAN and BIG_ENDIAN are defined"
                        /* LITTLE_ENDIAN and BIG_ENDIAN are both defined */
index ee343b0ef530bfcea4ea1c70c81edb0d5d9798e4..244c694b716c4ee3599e7e7a3c5b2a606a341afe 100755 (executable)
@@ -19,7 +19,6 @@ struct passwd {
   char *pw_gecos;              /* just in case you have a GE 645 around */
 };
 
-
 /* Function Prototypes. */
 _PROTOTYPE( struct passwd *getpwnam, (const char *_name)               );
 _PROTOTYPE( struct passwd *getpwuid, (_mnx_Uid_t _uid)                 );
index 405320b16eba8ab1e9e4eb990e0895c39ae5aa7b..f813ffb4374672fb1876e50fb04706a913c034ca 100755 (executable)
@@ -64,7 +64,6 @@ typedef unsigned long sigset_t;
 #define SIGTTIN           21   /* background process wants to read */
 #define SIGTTOU           22   /* background process wants to write */
 
-
 /* The sighandler_t type is not allowed unless _POSIX_SOURCE is defined. */
 typedef void _PROTOTYPE( (*__sighandler_t), (int) );
 
index b37f57b1e1f049c8ad0d852a7e8fcd16cde8ea84..2dcc745177fcf0aa9b167c69ce0d3af9f69bc4d0 100755 (executable)
@@ -21,7 +21,6 @@
 #ifndef _STDARG_H
 #define _STDARG_H
 
-
 #ifdef __GNUC__
 /* The GNU C-compiler uses its own, but similar varargs mechanism. */
 
@@ -73,7 +72,6 @@ void va_end (va_list);                /* Defined in libgcc.a */
 
 #else  /* not __GNUC__ */
 
-
 typedef char *va_list;
 
 #define __vasz(x)              ((sizeof(x)+sizeof(int)-1) & ~(sizeof(int) -1))
@@ -84,7 +82,6 @@ typedef char *va_list;
                                                    - __vasz(type))))
 #define va_end(ap)
 
-
 #endif /* __GNUC__ */
 
 #endif /* _STDARG_H */
index b9bd59905f58c3629a53dfd67c2020587843ce04..6dc5bd8696e39ea8e5df430cdd01ba86d5bd9d81 100755 (executable)
@@ -1,4 +1,3 @@
-
 #ifndef _SYS_RESOURCE_H
 #define _SYS_RESOURCE_H
 
index 5091afc01c249af40aef66b9922d950c785a2826..f101da5df7ae4f2e9a73e27b08416a812ed13f72 100755 (executable)
@@ -1,4 +1,3 @@
-
 #ifndef _SYS_SELECT_H
 #define _SYS_SELECT_H 1
 
index c5baf3c03d0e6e053868e2b734df6e817c94b3db..cf8ba069d9f4d655f4f87d76a1f5243ca7138258 100755 (executable)
@@ -116,7 +116,6 @@ struct termios {
 #define TCIOFF             3   /* transmit a STOP character on the line */
 #define TCION              4   /* transmit a START character on the line */
 
-
 /* Function Prototypes. */
 #ifndef _ANSI_H
 #include <ansi.h>
index a6ffb77a2d75b5ae24f1ff3f153fecbf7446dc81..aa1b4960778e73f54c8334f013f7d38fc41a7793 100644 (file)
@@ -15,7 +15,6 @@
 #ifndef _TIMERS_H
 #define _TIMERS_H
 
-
 #include <limits.h>
 #include <sys/types.h>
 
@@ -40,7 +39,6 @@ typedef struct timer
 #undef TMR_NEVER
 #define TMR_NEVER      ((clock_t) LONG_MAX)
 
-
 /* These definitions can be used to set or get data from a timer variable. */ 
 #define tmr_arg(tp) (&(tp)->tmr_arg)
 #define tmr_exp_time(tp) (&(tp)->tmr_exp_time)
@@ -61,7 +59,5 @@ _PROTOTYPE( void tmrs_exptimers, (timer_t **tmrs, clock_t now, clock_t *new_head
 _PROTOTYPE( clock_t tmrs_settimer, (timer_t **tmrs, timer_t *tp, 
        clock_t exp_time, tmr_func_t watchdog, clock_t *new_head)                               );
 
-
 #endif /* _TIMERS_H */
 
-
index 497f5bd4063102b08e9dbd164f30f7a8e0fd4f61..e1a81060d4ad7c9e017e957b9127b268828bd0de 100755 (executable)
@@ -121,4 +121,3 @@ _PROTOTYPE( void relocate, (void));
 _PROTOTYPE( int writesectors, (int _off, int _seg, off_t _adr, int _ct));
 #endif
 
-
index d0f1446a743c6bf42ca5b22648ee0243d7f773a8..2e24d9483255eb4a0d856976bccac474cb6d9bac 100755 (executable)
@@ -7,7 +7,6 @@
 #define BTMP  "/usr/adm/btmp"  /* the bad-login history file */
 #define UTMP  "/etc/utmp"      /* the user accouting file */
 
-
 struct utmp {
   char ut_user[8];             /* user name */
   char ut_id[4];               /* /etc/inittab ID */
@@ -20,7 +19,6 @@ struct utmp {
 
 #define ut_name ut_user                /* for compatibility with other systems */
 
-
 /* Definitions for ut_type. */
 #define RUN_LVL            1   /* this is a RUN_LEVEL record */
 #define BOOT_TIME          2   /* this is a REBOOT record */
index e5624d2ec9751878073c8d90ad3f0e43fcb69900..52b1fdfd8ed8d7575d7f033a08ec19d29d380c0b 100755 (executable)
@@ -39,7 +39,6 @@ FORWARD _PROTOTYPE( void init_clock, (void) );
 FORWARD _PROTOTYPE( int clock_handler, (irq_hook_t *hook) );
 FORWARD _PROTOTYPE( int do_clocktick, (message *m_ptr) );
 
-
 /* Clock parameters. */
 #if (CHIP == INTEL)
 #define COUNTER_FREQ (2*TIMER_FREQ) /* counter frequency using square wave */
@@ -70,7 +69,6 @@ PRIVATE clock_t next_timeout;         /* realtime that next timer expires */
 PRIVATE clock_t realtime;              /* real time clock */
 PRIVATE irq_hook_t clock_hook;         /* interrupt handler hook */
 
-
 /*===========================================================================*
  *                             clock_task                                   *
  *===========================================================================*/
@@ -101,7 +99,6 @@ PUBLIC void clock_task()
   }
 }
 
-
 /*===========================================================================*
  *                             do_clocktick                                 *
  *===========================================================================*/
@@ -134,7 +131,6 @@ message *m_ptr;                             /* pointer to request message */
   return(EDONTREPLY);
 }
 
-
 /*===========================================================================*
  *                             clock_handler                                *
  *===========================================================================*/
@@ -199,7 +195,6 @@ irq_hook_t *hook;
   return(1);                                   /* reenable interrupts */
 }
 
-
 /*===========================================================================*
  *                             get_uptime                                   *
  *===========================================================================*/
@@ -209,7 +204,6 @@ PUBLIC clock_t get_uptime()
   return(realtime);
 }
 
-
 /*===========================================================================*
  *                             set_timer                                    *
  *===========================================================================*/
@@ -225,7 +219,6 @@ tmr_func_t watchdog;                /* watchdog to be called */
   next_timeout = clock_timers->tmr_exp_time;
 }
 
-
 /*===========================================================================*
  *                             reset_timer                                  *
  *===========================================================================*/
@@ -241,7 +234,6 @@ struct timer *tp;           /* pointer to timer structure */
        TMR_NEVER : clock_timers->tmr_exp_time;
 }
 
-
 #if (CHIP == INTEL)
 
 /*===========================================================================*
@@ -260,7 +252,6 @@ PRIVATE void init_clock()
   enable_irq(&clock_hook);             /* ready for clock interrupts */
 }
 
-
 /*===========================================================================*
  *                             clock_stop                                   *
  *===========================================================================*/
@@ -272,7 +263,6 @@ PUBLIC void clock_stop()
   outb(TIMER0, 0);
 }
 
-
 /*===========================================================================*
  *                             read_clock                                   *
  *===========================================================================*/
@@ -294,5 +284,3 @@ PUBLIC unsigned long read_clock()
 
 #endif /* (CHIP == INTEL) */
 
-
-
index 88d69a3a18c688e3148c93848a1f44618f60d3a1..e50eac0774144f23761bb0b7aef0126d88564bf0 100644 (file)
@@ -43,7 +43,6 @@
 #define USE_PHYSVCOPY          1       /* vector with physical copy requests */
 #define USE_MEMSET     1       /* write char to a given memory area */
 
-
 /* Length of program names stored in the process table. This is only used
  * for the debugging dumps that can be generated with the IS server. The PM
  * server keeps its own copy of the program name.  
@@ -61,7 +60,6 @@
  */
 #define RANDOM_ELEMENTS   32
 
-
 /* This section contains defines for valuable system resources that are used
  * by device drivers. The number of elements of the vectors is determined by 
  * the maximum needed by any given driver. The number of interrupt hooks may
 #define VDEVIO_BUF_SIZE   64           /* max elements per VDEVIO request */
 #define VCOPY_VEC_SIZE    16           /* max elements per VCOPY request */
 
-
 /* How many bytes for the kernel stack. Space allocated in mpx.s. */
 #define K_STACK_BYTES   1024   
 
-
 /* This section allows to enable kernel debugging and timing functionality.
  * For normal operation all options should be disabled.
  */
index a9b551d86d07f6f402dbfd7fe9014fa9ea1d7ddb..77385f36ca249ed0540fd94dd5430596686141ca 100755 (executable)
@@ -47,7 +47,6 @@
        ( MAP_CHUNK(map.chunk,bit) &= ~(1 << CHUNK_OFFSET(bit) )
 #define NR_SYS_CHUNKS  BITMAP_CHUNKS(NR_SYS_PROCS)
 
-
 #if (CHIP == INTEL)
 
 /* Program stack words and masks. */
@@ -71,7 +70,6 @@
  */
 #define NR_MEMS            8   
 
-
 #endif /* (CHIP == INTEL) */
 
 #if (CHIP == M68000)
index d4b4858592b32871265be7dae4c90460659bf7f5..d3af3332435fe721adb3fb260c4ae56754360ef1 100644 (file)
@@ -102,7 +102,6 @@ void timer_end(int cat)
 
 #endif /* DEBUG_TIME_LOCKS */
 
-
 #if DEBUG_SCHED_CHECK          /* only include code if enabled */
 
 #define PROCLIMIT 10000
index 5b80995ef4266bac8181bc3cd141337210924c32..51e084dbfc10126dbe0765bb504db6f6568e5cf9 100644 (file)
@@ -40,7 +40,6 @@ _PROTOTYPE( void timer_end, (int cat) );
 #define locktimeend(c)
 #endif /* DEBUG_TIME_LOCKS */
 
-
 /* The locking checks counts relocking situation, which are dangerous because
  * the inner lock may unlock the outer one.
  */
@@ -50,7 +49,6 @@ _PROTOTYPE( void timer_end, (int cat) );
 #define lockcheck
 #endif /* DEBUG_LOCK_CHECK */
 
-
 /* This check makes sure that the scheduling queues are in a consistent state.
  * The check is run when the queues are updated with ready() and unready().
  */ 
@@ -58,7 +56,6 @@ _PROTOTYPE( void timer_end, (int cat) );
 _PROTOTYPE( void check_runqueues, (char *when) );
 #endif /* DEBUG_SCHED_CHECK */
 
-
 /* The timing and checking of kernel locking requires a redefine of the lock()
  * and unlock() macros. That's done here. This redefine requires that this 
  * header is included after the other kernel headers.
@@ -70,5 +67,4 @@ _PROTOTYPE( void check_runqueues, (char *when) );
 #  define unlock(c)    do { locktimeend(c); intr_enable(); } while(0)
 #endif
 
-
 #endif /* DEBUG_H */
index 71fcf0ebb2ed65bd04c5f23287cc5283b665a77e..7e5d7681367ed85b26f21314d40909ce39c0e838 100755 (executable)
@@ -32,7 +32,6 @@ EXTERN struct proc *bill_ptr; /* process to bill for clock ticks */
 EXTERN char k_reenter;         /* kernel reentry count (entry count less 1) */
 EXTERN unsigned lost_ticks;    /* clock ticks counted outside clock task */
 
-
 #if (CHIP == INTEL)
 
 /* Interrupt related variables. */
index f6ea9d8d1357f1662618a9147b5ddebcbbf9e4fe..5854c6b0d1ef1bac33367250b1bc3172bafbc862 100755 (executable)
@@ -34,7 +34,6 @@ PRIVATE vecaddr_t irq_vec[] = {
 #define set_vec(nr, addr)      ((void)0)
 #endif
 
-
 /*==========================================================================*
  *                             intr_init                                   *
  *==========================================================================*/
@@ -146,7 +145,6 @@ irq_hook_t *hook;
   /* When the handler is not found, normally return here. */
 }
 
-
 /*==========================================================================*
  *                             intr_handle                                 *
  *==========================================================================*/
index ca53339ab950f9018668399f905050e034a3309e..8a22f073c12d93746279573e35b9920f73a98055 100644 (file)
@@ -26,5 +26,4 @@
 #define CHECK_DST     0x05     /* 0 1 0 1 : validate message destination */
 #define CHECK_SRC     0x02     /* 0 0 1 0 : validate message source */
 
-
 #endif /* IPC_H */
index 7f8f1d13f86ac737d5eb62ff5588816c43fe6a97..5d471695e88cbe455dd3d69e5d1db59722f8f6f1 100755 (executable)
@@ -25,7 +25,6 @@
 FORWARD _PROTOTYPE( void announce, (void));    
 FORWARD _PROTOTYPE( void shutdown, (timer_t *tp));
 
-
 /*===========================================================================*
  *                                   main                                    *
  *===========================================================================*/
@@ -164,8 +163,6 @@ PUBLIC void main()
   restart();
 }
 
-
-
 /*==========================================================================*
  *                             announce                                    *
  *==========================================================================*/
@@ -182,7 +179,6 @@ PRIVATE void announce(void)
 #endif
 }
 
-
 /*==========================================================================*
  *                            prepare_shutdown                             *
  *==========================================================================*/
@@ -230,7 +226,6 @@ int how;
 #endif
 }
 
-
 /*==========================================================================*
  *                                shutdown                                 *
  *==========================================================================*/
index 59225177d51f20ca43b39535b0e6e81ac2647bf0..ad78e26f690378f0761db772219e06e9db1b8a65 100755 (executable)
@@ -41,7 +41,6 @@
 #include "kernel.h"
 #include "proc.h"
 
-
 /* Scheduling and message passing functions. The functions are available to 
  * other parts of the kernel through lock_...(). The lock temporarily disables 
  * interrupts to prevent race conditions. 
@@ -83,7 +82,6 @@ FORWARD _PROTOTYPE( void pick_proc, (void) );
  */
 #endif /* (CHIP == M68000) */
 
-
 /*===========================================================================*
  *                             sys_call                                     * 
  *===========================================================================*/
@@ -194,7 +192,6 @@ message *m_ptr;                     /* pointer to message in the caller's space */
   return(result);
 }
 
-
 /*===========================================================================*
  *                             mini_send                                    * 
  *===========================================================================*/
@@ -323,7 +320,6 @@ unsigned flags;                             /* system call flags */
   }
 }
 
-
 /*===========================================================================*
  *                             mini_notify                                  * 
  *===========================================================================*/
@@ -363,7 +359,6 @@ int dst;                            /* which process to notify */
   return(OK);
 }
 
-
 /*==========================================================================*
  *                             lock_notify                                 *
  *==========================================================================*/
@@ -393,7 +388,6 @@ int dst;                    /* who is to be notified */
   return(result);
 }
 
-
 /*===========================================================================*
  *                             enqueue                                      * 
  *===========================================================================*/
@@ -489,7 +483,6 @@ register struct proc *rp;   /* this process is no longer runnable */
 #endif
 }
 
-
 /*===========================================================================*
  *                             sched                                        * 
  *===========================================================================*/
@@ -531,7 +524,6 @@ int *front;                                 /* return: front or back */
   *front = time_left;
 }
 
-
 /*===========================================================================*
  *                             pick_proc                                    * 
  *===========================================================================*/
@@ -558,7 +550,6 @@ PRIVATE void pick_proc()
   }
 }
 
-
 /*==========================================================================*
  *                             lock_send                                   *
  *==========================================================================*/
@@ -574,7 +565,6 @@ message *m_ptr;                     /* pointer to message buffer */
   return(result);
 }
 
-
 /*==========================================================================*
  *                             lock_enqueue                                *
  *==========================================================================*/
@@ -599,4 +589,3 @@ struct proc *rp;            /* this process is no longer runnable */
   unlock(4);
 }
 
-
index 5350779f9b7a9300a061a8d29d2ddb0db8731772..8cc8cc714d61cacd32f5bb32d1ed2f5151fcf234 100755 (executable)
@@ -99,7 +99,6 @@ struct proc {
 #define isuserp(p)        isusern((p)->p_nr)
 #define isusern(n)        ((n) >= 0)
 
-
 /* The process table and pointers to process table slots. The pointers allow
  * faster access because now a process entry can be found by indexing the
  * pproc_addr array, while accessing an element i requires a multiplication
index a7f7ca15bf652f02bd3f85849193e1ed28585a6a..05abc87a0c54de6fdff63ff0aedaf1d006f494c8 100755 (executable)
@@ -272,7 +272,6 @@ U16_t seg;
   return base;
 }
 
-
 /*=========================================================================*
  *                             phys2seg                                   *
  *=========================================================================*/
@@ -335,7 +334,6 @@ struct proc *pp;
   pp->p_reg.psw |= 0x3000;
 }
 
-
 /*==========================================================================*
  *                             alloc_segments                              *
  *==========================================================================*/
@@ -380,4 +378,3 @@ register struct proc *rp;
   }
 }
 
-
index b940b5def2cd2f9d7e7a672ec77bcc7dd35012dc..34f005ff086e49a2dc5de8c204abf51b100f5744 100755 (executable)
@@ -142,7 +142,6 @@ _PROTOTYPE( void phys2seg, (u16_t *seg, vir_bytes *off, phys_bytes phys));
 _PROTOTYPE( void enable_iop, (struct proc *pp)                         );
 _PROTOTYPE( void alloc_segments, (struct proc *rp)                     );
 
-
 #endif /* (CHIP == INTEL) */
 
 #if (CHIP == M68000)
index db733bd12c0352fb9ffb0224237355180a5c8250..fb6f6ff9937c22d9772b0f487e8ed7267794033e 100755 (executable)
@@ -92,7 +92,6 @@ U16_t parmoff, parmsize;      /* boot parameters offset and length */
    */
 }
 
-
 /*==========================================================================*
  *                             get_value                                           *
  *==========================================================================*/
index a2f237bbb637ea34e96daf64cb54bbc682982c0e..a22ed46385b5a9da3de828fafd927454a0a5e8e3 100755 (executable)
@@ -53,7 +53,6 @@ PUBLIC int (*call_vec[NR_SYS_CALLS])(message *m_ptr);
 
 FORWARD _PROTOTYPE( void initialize, (void));
 
-
 /*===========================================================================*
  *                             sys_task                                     *
  *===========================================================================*/
@@ -101,7 +100,6 @@ PUBLIC void sys_task()
   }
 }
 
-
 /*===========================================================================*
  *                               initialize                                 *
  *===========================================================================*/
@@ -172,7 +170,6 @@ PRIVATE void initialize(void)
   map(SYS_GETINFO, do_getinfo);        /* request system information */ 
 }
 
-
 /*===========================================================================*
  *                              get_priv                                    *
  *===========================================================================*/
@@ -200,7 +197,6 @@ int proc_type;                              /* system or user process flag */
   return(OK);
 }
 
-
 /*===========================================================================*
  *                            get_randomness                                *
  *===========================================================================*/
@@ -233,7 +229,6 @@ int source;
   krandom.bin[source].r_next = (r_next + 1 ) % RANDOM_ELEMENTS;
 }
 
-
 /*===========================================================================*
  *                             send_sig                                     *
  *===========================================================================*/
@@ -252,7 +247,6 @@ int sig_nr;                 /* signal to be sent, 1 to _NSIG */
   lock_notify(SYSTEM, proc_nr); 
 }
 
-
 /*===========================================================================*
  *                             cause_sig                                    *
  *===========================================================================*/
@@ -287,7 +281,6 @@ int sig_nr;                 /* signal to be sent, 1 to _NSIG */
   }
 }
 
-
 /*===========================================================================*
  *                             umap_bios                                    *
  *===========================================================================*/
@@ -318,7 +311,6 @@ vir_bytes bytes;            /* # of bytes to be copied */
   return 0;
 }
 
-
 /*===========================================================================*
  *                             umap_local                                   *
  *===========================================================================*/
@@ -377,7 +369,6 @@ vir_bytes bytes;            /* # of bytes to be copied */
 #endif
 }
 
-
 /*===========================================================================*
  *                             umap_remote                                  *
  *===========================================================================*/
@@ -457,4 +448,3 @@ vir_bytes bytes;            /* # of bytes to copy  */
   return(OK);
 }
 
-
index facf05e4baaf71447759b5a351a68a249aaefe0b..5e458978b6ed20a368069aeb608781a4b176a6d5 100644 (file)
@@ -64,4 +64,3 @@ register message *m_ptr;      /* pointer to request message */
 }
 #endif /* (USE_VIRCOPY || USE_PHYSCOPY) */
 
-
index 14d7707bcfe9bf40a23f8bb4792fe023594277c3..c322e52062e3811a77f930d1c0692c78dc339459 100644 (file)
@@ -57,5 +57,3 @@ register message *m_ptr;      /* pointer to request message */
 }
 #endif /* USE_EXEC */
 
-
-
index 1d15e1c8d1f256ef5c56abb0283874f0469d507a..c76ecfa9a188f45e82317c2dfaeeafd8f9a81a3b 100644 (file)
@@ -40,7 +40,6 @@ message *m_ptr;                       /* pointer to request message */
   return(EDONTREPLY);
 }
 
-
 /*===========================================================================*
  *                              clear_proc                                  *
  *===========================================================================*/
@@ -96,4 +95,3 @@ register struct proc *rc;             /* slot of process to clean up */
 
 #endif /* USE_EXIT */
 
-
index d052e8e63709099c400d5bdbca06115874a7d478..d20d2f20588c70c21e15d4c83af8e40392c1ba26 100644 (file)
@@ -43,4 +43,3 @@ message *m_ptr;                       /* pointer to request message */
 }
 #endif /* USE_GETKSIG */
 
-
index ae349c60ca510c2efbe5178764e023f8b602a6bf..8282d63067e88ca03c7de1585879776181fb782f 100644 (file)
@@ -11,7 +11,6 @@
 
 #include "../system.h"
 
-
 #if USE_IRQCTL
 
 FORWARD _PROTOTYPE(int generic_handler, (irq_hook_t *hook));
@@ -48,7 +47,6 @@ register message *m_ptr;      /* pointer to request message */
           disable_irq(&irq_hooks[irq_hook_id]);        
       break;
 
-
   /* Control IRQ policies. Set a policy and needed details in the IRQ table.
    * This policy is used by a generic function to handle hardware interrupts. 
    */
@@ -100,7 +98,6 @@ register message *m_ptr;     /* pointer to request message */
   return(r);
 }
 
-
 /*===========================================================================*
  *                            generic_handler                               *
  *===========================================================================*/
index 0235c2e11ec3483a26b3609f713939841171e13c..eafaf2898ca95c14af2bdb02305b2b0aacbd764a 100644 (file)
@@ -27,4 +27,3 @@ register message *m_ptr;
 
 #endif /* USE_MEMSET */
 
-
index 8fc80f778522f462dea41c12ba85024c17d90820..330c33bc57bc6b73ccb6cd950cd5b9c31c2aa716 100644 (file)
@@ -48,4 +48,3 @@ message *m_ptr;                       /* pointer to request message */
 }
 #endif /* USE_NEWMAP */
 
-
index 7ca526ddb8ddfce76298dd6b68e05cd06282c192..976db7f97d3ef19d54e6f6ea649e7f584126e51a 100644 (file)
@@ -60,5 +60,3 @@ register message *m_ptr;      /* pointer to request message */
 
 #endif /* USE_SDEVIO */
 
-
-
index 9b29e5f22f3e54e27ee291a88f36319c75d9ada0..b9f6f0017318f66618c30033fc603636746c33e0 100644 (file)
@@ -44,7 +44,6 @@ register message *m_ptr;      /* pointer to request message */
   }
   if (index < 0) return(ENOSPC);
 
-
   if (! machine.protected) {
       selector = phys / HCLICK_SIZE;
       offset = phys % HCLICK_SIZE;
index 446c25a8650ef302abf35df73def144607132190..85a4568742ebafaafaf389aeff4b7b37f96a01de 100644 (file)
@@ -57,7 +57,6 @@ message *m_ptr;                       /* pointer to request message */
   return(OK);
 }
 
-
 /*===========================================================================*
  *                             cause_alarm                                  *
  *===========================================================================*/
index b77fb2713645c8e2d28d337ff48e1797753041cb..9b8bed41455b48e5faae3c29649cf6889d32d725 100644 (file)
@@ -69,4 +69,3 @@ message *m_ptr;                       /* pointer to request message */
 }
 #endif /* USE_SIGRETURN */
 
-
index 0dd89f8ba163ccb353c0f1e5f974bd4176c284ce..61bfba040bdf460121120996d724e521ed5896fe 100644 (file)
@@ -14,4 +14,3 @@ message *m;                           /* pointer to request message */
   return(EBADREQUEST);                 /* illegal message type */
 }
 
-
index dfc4a64052bc4dd17c282fd2c8f3509765ca2653..f79fbff47294c3e21b0c0ae116a7b4d3e2c6a430 100644 (file)
@@ -19,7 +19,6 @@ PRIVATE pvb_pair_t *pvb = (pvb_pair_t *) vdevio_buf;
 PRIVATE pvw_pair_t *pvw = (pvw_pair_t *) vdevio_buf;      
 PRIVATE pvl_pair_t *pvl = (pvl_pair_t *) vdevio_buf;     
 
-
 /*===========================================================================*
  *                             do_vdevio                                    *
  *===========================================================================*/
index 2a9477d0faba4fd01bbd1a45e4f2928d2fd97eb4..71dcc07b6fa511dce99483456f3fbd760c83a9e9 100755 (executable)
@@ -119,4 +119,3 @@ PUBLIC struct boot_image image[] = {
 extern int dummy[(NR_BOOT_PROCS==sizeof(image)/sizeof(struct boot_image))?1:-1];
 extern int dummy[(BITCHUNK_BITS > NR_BOOT_PROCS - 1) ? 1 : -1];
 
-
index 981fe0eb2e3226b841fcd39ef741f91817a6e9f8..a592c07ee35d9a891a74edf9de88762046c1cc97 100755 (executable)
@@ -24,7 +24,6 @@
 #define END_OF_KMESS   -1
 FORWARD _PROTOTYPE(void kputc, (int c));
 
-
 /*===========================================================================*
  *                                   panic                                   *
  *===========================================================================*/
@@ -46,7 +45,6 @@ int nr;
   prepare_shutdown(RBT_PANIC);
 }
 
-
 /*===========================================================================*
  *                             kprintf                                      *
  *===========================================================================*/
@@ -122,7 +120,6 @@ PUBLIC void kprintf(const char *fmt, ...)   /* format to be printed */
   va_end(argp);                                        /* end variable arguments */
 }
 
-
 /*===========================================================================*
  *                                 kputc                                    *
  *===========================================================================*/
@@ -142,4 +139,3 @@ int c;                                      /* character to append */
   }
 }
 
-
index 6ab4f5fc6ee5abf79d1ab94adc3647da52436f3c..c1be05a071f7cf44b90c2e94e4fd5b6f05d569db 100644 (file)
@@ -122,7 +122,6 @@ int only_search;            /* if NO_READ, don't read, else act normal */
   return(bp);                  /* return the newly acquired block */
 }
 
-
 /*===========================================================================*
  *                             put_block                                    *
  *===========================================================================*/
@@ -183,7 +182,6 @@ int block_type;                     /* INODE_BLOCK, DIRECTORY_BLOCK, or whatever */
   } 
 }
 
-
 /*===========================================================================*
  *                             alloc_zone                                   *
  *===========================================================================*/
@@ -225,7 +223,6 @@ zone_t z;                   /* try to allocate new zone near this one */
   return(sp->s_firstdatazone - 1 + (zone_t) b);
 }
 
-
 /*===========================================================================*
  *                             free_zone                                    *
  *===========================================================================*/
@@ -246,7 +243,6 @@ zone_t numb;                                /* zone to be returned */
   if (bit < sp->s_zsearch) sp->s_zsearch = bit;
 }
 
-
 /*===========================================================================*
  *                             rw_block                                     *
  *===========================================================================*/
@@ -286,7 +282,6 @@ int rw_flag;                        /* READING or WRITING */
   bp->b_dirt = CLEAN;
 }
 
-
 /*===========================================================================*
  *                             invalidate                                   *
  *===========================================================================*/
@@ -305,7 +300,6 @@ dev_t device;                       /* device whose blocks are to be purged */
 #endif
 }
 
-
 /*==========================================================================*
  *                             flushall                                    *
  *==========================================================================*/
@@ -323,7 +317,6 @@ dev_t dev;                  /* device to flush */
   rw_scattered(dev, dirty, ndirty, WRITING);
 }
 
-
 /*===========================================================================*
  *                             rw_scattered                                 *
  *===========================================================================*/
@@ -422,7 +415,6 @@ int rw_flag;                        /* READING or WRITING */
   }
 }
 
-
 /*===========================================================================*
  *                             rm_lru                                       *
  *===========================================================================*/
index 65387cc8fe43b8323591f884d371fc40de3a7b80..6ef2e31da7f30faaff36af1d90debe5a50cad28d 100644 (file)
@@ -33,7 +33,6 @@ PRIVATE unsigned buf2_idx;            /* round-robin reuse index */
 
 #define hash2(block)   ((unsigned) ((block) & (MAX_BUF2 - 1)))
 
-
 /*===========================================================================*
  *                             init_cache2                                  *
  *===========================================================================*/
@@ -45,7 +44,6 @@ unsigned long size;
   nr_buf2 = size > MAX_BUF2 ? MAX_BUF2 : (unsigned) size;
 }
 
-
 /*===========================================================================*
  *                             get_block2                                   *
  *===========================================================================*/
@@ -81,7 +79,6 @@ int only_search;              /* if NO_READ, do nothing, else act normal */
   return(0);
 }
 
-
 /*===========================================================================*
  *                             put_block2                                   *
  *===========================================================================*/
@@ -108,7 +105,6 @@ struct buf *bp;                     /* buffer to store in the 2nd level cache */
   }
 }
 
-
 /*===========================================================================*
  *                             invalidate2                                  *
  *===========================================================================*/
index 6c82c74b45a1a4600e8d2ac9d6f5f65b4229c313..905afdd1a45f374bb4f4eb21ba906f9e7264d02e 100644 (file)
@@ -52,7 +52,6 @@ int flags;                    /* mode bits and flags */
   return(r);
 }
 
-
 /*===========================================================================*
  *                             dev_close                                    *
  *===========================================================================*/
@@ -99,7 +98,6 @@ PUBLIC void dev_status(message *m)
                }
        } while(get_more);
 
-
        return;
 }
 
@@ -152,7 +150,6 @@ int flags;                  /* special flags, like O_NONBLOCK */
   return(dev_mess.REP_STATUS);
 }
 
-
 /*===========================================================================*
  *                             gen_opcl                                     *
  *===========================================================================*/
@@ -180,7 +177,6 @@ int flags;                  /* mode bits and flags */
   return(dev_mess.REP_STATUS);
 }
 
-
 /*===========================================================================*
  *                             tty_opcl                                     *
  *===========================================================================*/
@@ -217,7 +213,6 @@ int flags;                  /* mode bits and flags */
   return(r);
 }
 
-
 /*===========================================================================*
  *                             ctty_opcl                                    *
  *===========================================================================*/
@@ -234,7 +229,6 @@ int flags;                  /* mode bits and flags */
   return(fp->fp_tty == 0 ? ENXIO : OK);
 }
 
-
 /*===========================================================================*
  *                             do_setsid                                    *
  *===========================================================================*/
@@ -254,7 +248,6 @@ PUBLIC int do_setsid()
   rfp->fp_tty = 0;
 }
 
-
 /*===========================================================================*
  *                             do_ioctl                                     *
  *===========================================================================*/
@@ -298,7 +291,6 @@ PUBLIC int do_ioctl()
        m_in.REQUEST, f->filp_flags));
 }
 
-
 /*===========================================================================*
  *                             gen_io                                       *
  *===========================================================================*/
@@ -376,7 +368,6 @@ message *mess_ptr;          /* pointer to message for task */
   }
 }
 
-
 /*===========================================================================*
  *                             ctty_io                                      *
  *===========================================================================*/
@@ -402,7 +393,6 @@ message *mess_ptr;          /* pointer to message for task */
   }
 }
 
-
 /*===========================================================================*
  *                             no_dev                                       *
  *===========================================================================*/
@@ -417,7 +407,6 @@ int flags;                  /* mode bits and flags */
   return(ENODEV);
 }
 
-
 /*===========================================================================*
  *                             clone_opcl                                   *
  *===========================================================================*/
index 9edacf15de9e5802eb01f873249b6af8aa915682..34f792c168db4fd76c35bbb3c4dd44c0e7c37336 100644 (file)
@@ -55,7 +55,6 @@ PRIVATE struct dmap init_dmap[] = {
 #endif /* IBM_PC */
 };
 
-
 /*===========================================================================*
  *                             do_devctl                                    *
  *===========================================================================*/
@@ -77,7 +76,6 @@ PUBLIC int do_devctl()
   return(result);
 }
 
-
 /*===========================================================================*
  *                             map_driver                                   *
  *===========================================================================*/
@@ -176,5 +174,3 @@ PUBLIC void build_dmap()
       driver, controller);
 }
 
-
-
index 6f4a277b11b50cfbaa8f6d151083178984e11c2e..87b64a0729780cceed574b522062164da3ce7589 100644 (file)
@@ -56,7 +56,6 @@ PUBLIC int get_fd(int start, mode_t bits, int *k, struct filp **fpt)
   return(ENFILE);
 }
 
-
 /*===========================================================================*
  *                             get_filp                                     *
  *===========================================================================*/
@@ -70,7 +69,6 @@ int fild;                     /* file descriptor */
   return(fp->fp_filp[fild]);   /* may also be NIL_FILP */
 }
 
-
 /*===========================================================================*
  *                             find_filp                                    *
  *===========================================================================*/
index cdef41bc2ae9729ea07bb754e7a7a9256d66916e..18f2baa7c5b32ba55a5aa2bd78db9ccc48b30228 100644 (file)
@@ -27,7 +27,6 @@ FORWARD _PROTOTYPE( void old_icopy, (struct inode *rip, d1_inode *dip,
 FORWARD _PROTOTYPE( void new_icopy, (struct inode *rip, d2_inode *dip,
                                                int direction, int norm));
 
-
 /*===========================================================================*
  *                             get_inode                                    *
  *===========================================================================*/
@@ -71,7 +70,6 @@ int numb;                     /* inode number (ANSI: may not be unshort) */
   return(xp);
 }
 
-
 /*===========================================================================*
  *                             put_inode                                    *
  *===========================================================================*/
@@ -175,7 +173,6 @@ register struct inode *rip; /* the inode to be erased */
   for (i = 0; i < V2_NR_TZONES; i++) rip->i_zone[i] = NO_ZONE;
 }
 
-
 /*===========================================================================*
  *                             free_inode                                   *
  *===========================================================================*/
@@ -222,7 +219,6 @@ register struct inode *rip; /* pointer to inode to be read/written */
   rip->i_update = 0;           /* they are all up-to-date now */
 }
 
-
 /*===========================================================================*
  *                             rw_inode                                     *
  *===========================================================================*/
@@ -265,7 +261,6 @@ int rw_flag;                        /* READING or WRITING */
   rip->i_dirt = CLEAN;
 }
 
-
 /*===========================================================================*
  *                             old_icopy                                    *
  *===========================================================================*/
@@ -312,7 +307,6 @@ int norm;                   /* TRUE = do not swap bytes; FALSE = swap */
   }
 }
 
-
 /*===========================================================================*
  *                             new_icopy                                    *
  *===========================================================================*/
@@ -356,7 +350,6 @@ int norm;                   /* TRUE = do not swap bytes; FALSE = swap */
   }
 }
 
-
 /*===========================================================================*
  *                             dup_inode                                    *
  *===========================================================================*/
index 6967c3e7747a65c7a4e9364fb175376348b88ab0..6217d59fca99b114edb993894be4c37b71e9ba33 100644 (file)
@@ -33,7 +33,6 @@ EXTERN struct inode {
   char i_update;               /* the ATIME, CTIME, and MTIME bits are here */
 } inode[NR_INODES];
 
-
 #define NIL_INODE (struct inode *) 0   /* indicates absence of inode slot */
 
 /* Field values.  Note that CLEAN and DIRTY are defined in "const.h" */
index 195264004bd10b2d481471535de54feba7cd7904..498a8095dc616dbaefeebbc76576c94afc31ebb9 100644 (file)
@@ -29,7 +29,6 @@ FORWARD _PROTOTYPE( int remove_dir, (struct inode *rldirp, struct inode *rip,
 FORWARD _PROTOTYPE( int unlink_file, (struct inode *dirp, struct inode *rip,
                        char file_name[NAME_MAX])                       );
 
-
 /*===========================================================================*
  *                             do_link                                      *
  *===========================================================================*/
@@ -100,7 +99,6 @@ PUBLIC int do_link()
   return(r);
 }
 
-
 /*===========================================================================*
  *                             do_unlink                                    *
  *===========================================================================*/
@@ -159,7 +157,6 @@ PUBLIC int do_unlink()
   return(r);
 }
 
-
 /*===========================================================================*
  *                             do_rename                                    *
  *===========================================================================*/
@@ -314,7 +311,6 @@ PUBLIC int do_rename()
   return(r == SAME ? OK : r);
 }
 
-
 /*===========================================================================*
  *                             truncate                                     *
  *===========================================================================*/
@@ -374,7 +370,6 @@ register struct inode *rip; /* pointer to inode to be truncated */
   /* Leave zone numbers for de(1) to recover file after an unlink(2).  */
 }
 
-
 /*===========================================================================*
  *                             remove_dir                                   *
  *===========================================================================*/
@@ -415,7 +410,6 @@ char dir_name[NAME_MAX];            /* name of directory to be removed */
   return(OK);
 }
 
-
 /*===========================================================================*
  *                             unlink_file                                  *
  *===========================================================================*/
index 69676bf9f3917031bdf7061b50da6514969ea63f..82c841db17b7261dc37c8b94c056dd74a33faed3 100644 (file)
@@ -29,8 +29,6 @@ struct super_block;           /* proto.h needs to know this */
 #include "param.h"
 #include "super.h"
 
-
-
 FORWARD _PROTOTYPE( void fs_init, (void)                               );
 FORWARD _PROTOTYPE( int igetenv, (char *var, int optional)             );
 FORWARD _PROTOTYPE( void get_work, (void)                              );
@@ -95,7 +93,6 @@ PUBLIC void main()
   }
 }
 
-
 /*===========================================================================*
  *                             get_work                                     *
  *===========================================================================*/
@@ -173,7 +170,6 @@ int result;                 /* result of the call (usually OK or error #) */
   if (s != OK) printf("FS: couldn't send reply %d: %d\n", result, s);
 }
 
-
 /*===========================================================================*
  *                             fs_init                                      *
  *===========================================================================*/
@@ -207,7 +203,6 @@ PRIVATE void fs_init()
   mess.m_type = OK;                    /* tell PM that we succeeded */
   s=send(PM_PROC_NR, &mess);           /* send synchronization message */
 
-
   /* All process table entries have been set. Continue with FS initialization.
    * Certain relations must hold for the file system to work at all. Some 
    * extra block_size requirements are checked at super-block-read-in time.
@@ -228,7 +223,6 @@ PRIVATE void fs_init()
   load_super(root_dev);                /* load super block for root device */
   init_select();               /* init select() structures */
 
-
   /* The root device can now be accessed; set process directories. */
   for (rfp=&fproc[0]; rfp < &fproc[NR_PROCS]; rfp++) {
        if (rfp->fp_pid != PID_FREE) {
@@ -240,7 +234,6 @@ PRIVATE void fs_init()
   }
 }
 
-
 /*===========================================================================*
  *                             igetenv                                      *
  *===========================================================================*/
@@ -353,7 +346,6 @@ PRIVATE void load_ram(void)
        }
   }
 
-
 #if ENABLE_CACHE2
   /* The RAM disk is a second level block cache while not otherwise used. */
   init_cache2(ram_size);
@@ -431,7 +423,6 @@ PRIVATE void load_ram(void)
   }
 }
 
-
 /*===========================================================================*
  *                             load_super                                   *
  *===========================================================================*/
index 704f66ff06574aba5017a519b38f3383fcf1c35e..6ce3a2fca1420744ff45776b198879c057217ae5 100644 (file)
@@ -65,7 +65,6 @@ PUBLIC int do_getsysinfo()
 
 }
 
-
 /*===========================================================================*
  *                             do_dup                                       *
  *===========================================================================*/
@@ -162,7 +161,6 @@ PUBLIC int do_fcntl()
   }
 }
 
-
 /*===========================================================================*
  *                             do_sync                                      *
  *===========================================================================*/
@@ -199,8 +197,6 @@ PUBLIC int do_fsync()
   return(OK);
 }
 
-
-
 /*===========================================================================*
  *                             do_reboot                                    *
  *===========================================================================*/
@@ -237,7 +233,6 @@ PUBLIC int do_reboot()
   return(OK);
 }
 
-
 /*===========================================================================*
  *                             do_fork                                      *
  *===========================================================================*/
@@ -275,7 +270,6 @@ PUBLIC int do_fork()
   return(OK);
 }
 
-
 /*===========================================================================*
  *                             do_exec                                      *
  *===========================================================================*/
@@ -305,7 +299,6 @@ PUBLIC int do_exec()
   return(OK);
 }
 
-
 /*===========================================================================*
  *                             do_exit                                      *
  *===========================================================================*/
@@ -379,7 +372,6 @@ PUBLIC int do_exit()
   return(OK);
 }
 
-
 /*===========================================================================*
  *                             do_set                                       *
  *===========================================================================*/
@@ -404,7 +396,6 @@ PUBLIC int do_set()
   return(OK);
 }
 
-
 /*===========================================================================*
  *                             do_revive                                    *
  *===========================================================================*/
index b7844abbb4c12ed317c7d477bbd598363075b065..77bc2d2be22e6784ae3f4c869b797fd1bbb3682d 100644 (file)
@@ -123,7 +123,6 @@ PUBLIC int do_mount()
   return(OK);
 }
 
-
 /*===========================================================================*
  *                             do_umount                                    *
  *===========================================================================*/
@@ -142,7 +141,6 @@ PUBLIC int do_umount()
   return(unmount(dev));
 }
 
-
 /*===========================================================================*
  *                             unmount                                      *
  *===========================================================================*/
index ac1ccee21be637ec6093e9f0eb04f760c5562d2d..c3eb1fc18b17416aea1b84d6d157927e997b0756 100644 (file)
@@ -32,7 +32,6 @@ FORWARD _PROTOTYPE( int pipe_open, (struct inode *rip,mode_t bits,int oflags));
 FORWARD _PROTOTYPE( struct inode *new_node, (char *path, mode_t bits,
                                                        zone_t z0)      );
 
-
 /*===========================================================================*
  *                             do_creat                                     *
  *===========================================================================*/
@@ -46,7 +45,6 @@ PUBLIC int do_creat()
   return(r);
 }
 
-
 /*===========================================================================*
  *                             do_open                                      *
  *===========================================================================*/
@@ -70,7 +68,6 @@ PUBLIC int do_open()
   return(r);
 }
 
-
 /*===========================================================================*
  *                             common_open                                  *
  *===========================================================================*/
@@ -195,7 +192,6 @@ PRIVATE int common_open(register int oflags, mode_t omode)
   return(m_in.fd);
 }
 
-
 /*===========================================================================*
  *                             new_node                                     *
  *===========================================================================*/
@@ -257,7 +253,6 @@ PRIVATE struct inode *new_node(char *path, mode_t bits,     zone_t z0)
   return(rip);
 }
 
-
 /*===========================================================================*
  *                             pipe_open                                    *
  *===========================================================================*/
@@ -285,7 +280,6 @@ PRIVATE int pipe_open(register struct inode *rip, register mode_t bits,
   return(OK);
 }
 
-
 /*===========================================================================*
  *                             do_mknod                                     *
  *===========================================================================*/
@@ -306,7 +300,6 @@ PUBLIC int do_mknod()
   return(err_code);
 }
 
-
 /*===========================================================================*
  *                             do_mkdir                                     *
  *===========================================================================*/
@@ -366,7 +359,6 @@ PUBLIC int do_mkdir()
   return(err_code);            /* new_node() always sets 'err_code' */
 }
 
-
 /*===========================================================================*
  *                             do_close                                     *
  *===========================================================================*/
@@ -441,7 +433,6 @@ PUBLIC int do_close()
   return(OK);
 }
 
-
 /*===========================================================================*
  *                             do_lseek                                     *
  *===========================================================================*/
index d9bf4fceac629d93a4474ae35a804a3feb3fd951..6290905c34f09abe821168a7d629bfc4125a1495 100644 (file)
@@ -49,7 +49,6 @@ char *path;                   /* the path name to be parsed */
   return(rip);
 }
 
-
 /*===========================================================================*
  *                             last_dir                                     *
  *===========================================================================*/
@@ -108,7 +107,6 @@ char string[NAME_MAX];              /* the final component is returned here */
   }
 }
 
-
 /*===========================================================================*
  *                             get_name                                     *
  *===========================================================================*/
@@ -150,7 +148,6 @@ char string[NAME_MAX];              /* component extracted from 'old_name' */
   return(rnp);
 }
 
-
 /*===========================================================================*
  *                             advance                                      *
  *===========================================================================*/
@@ -232,7 +229,6 @@ char string[NAME_MAX];              /* component name to look for */
   return(rip);         /* return pointer to inode's component */
 }
 
-
 /*===========================================================================*
  *                             search_dir                                   *
  *===========================================================================*/
@@ -332,7 +328,6 @@ int flag;                   /* LOOK_UP, ENTER, DELETE or IS_EMPTY */
                        return(r);
                }
 
-
                /* Check for free slot for the benefit of ENTER. */
                if (flag == ENTER && dp->d_ino == 0) {
                        e_hit = TRUE;   /* we found a free slot */
index d86568ce7a5a47b7a3697575de3d7815a257bd8c..a26a0241a7907fa5b896dab18e9965210736a0c6 100644 (file)
@@ -80,7 +80,6 @@ PUBLIC int do_pipe()
   return(OK);
 }
 
-
 /*===========================================================================*
  *                             pipe_check                                   *
  *===========================================================================*/
@@ -164,7 +163,6 @@ int notouch;                        /* check only */
   return(1);
 }
 
-
 /*===========================================================================*
  *                             suspend                                      *
  *===========================================================================*/
@@ -191,7 +189,6 @@ int task;                   /* who is proc waiting for? (PIPE = pipe) */
   }
 }
 
-
 /*===========================================================================*
  *                             release                                      *
  *===========================================================================*/
@@ -239,7 +236,6 @@ int count;                  /* max number of processes to release */
   }
 }
 
-
 /*===========================================================================*
  *                             revive                                       *
  *===========================================================================*/
@@ -282,7 +278,6 @@ int returned;                       /* if hanging on task, how many bytes read */
   }
 }
 
-
 /*===========================================================================*
  *                             do_unpause                                   *
  *===========================================================================*/
index 6c3bdb644126aaf932d008a9a036be6b8d2c3436..ddca80e89a7554d16690952984003548d88ec216 100644 (file)
@@ -57,7 +57,6 @@ PUBLIC int do_chmod()
   return(OK);
 }
 
-
 /*===========================================================================*
  *                             do_chown                                     *
  *===========================================================================*/
@@ -97,7 +96,6 @@ PUBLIC int do_chown()
   return(r);
 }
 
-
 /*===========================================================================*
  *                             do_umask                                     *
  *===========================================================================*/
@@ -111,7 +109,6 @@ PUBLIC int do_umask()
   return(r);                   /* return complement of old mask */
 }
 
-
 /*===========================================================================*
  *                             do_access                                    *
  *===========================================================================*/
@@ -136,7 +133,6 @@ PUBLIC int do_access()
   return(r);
 }
 
-
 /*===========================================================================*
  *                             forbidden                                    *
  *===========================================================================*/
@@ -198,7 +194,6 @@ PUBLIC int forbidden(register struct inode *rip, mode_t access_desired)
   return(r);
 }
 
-
 /*===========================================================================*
  *                             read_only                                    *
  *===========================================================================*/
index 027990458fd74d429bfb42ff064b1c4b7af24dc1..51e74beeb711b821e6d3a87574b948f701188b7e 100644 (file)
@@ -520,7 +520,6 @@ off_t position;                     /* position in file whose blk wanted */
   return(b);
 }
 
-
 /*===========================================================================*
  *                             rd_indir                                     *
  *===========================================================================*/
@@ -553,7 +552,6 @@ int index;                  /* index into *bp */
   return(zone);
 }
 
-
 /*===========================================================================*
  *                             read_ahead                                   *
  *===========================================================================*/
@@ -573,7 +571,6 @@ PUBLIC void read_ahead()
   put_block(bp, PARTIAL_DATA_BLOCK);
 }
 
-
 /*===========================================================================*
  *                             rahead                                       *
  *===========================================================================*/
index aefbf881629ce644a043f3960fd959c876bdef4e..c58d4589f8c90543e9fea42d2a631cc6fecb9552 100644 (file)
@@ -229,7 +229,6 @@ PUBLIC int do_select(void)
        FD_ZERO(&selecttab[s].ready_writefds);
        FD_ZERO(&selecttab[s].ready_errorfds);
 
-
        selecttab[s].vir_readfds = (fd_set *) m_in.SEL_READFDS;
        selecttab[s].vir_writefds = (fd_set *) m_in.SEL_WRITEFDS;
        selecttab[s].vir_errorfds = (fd_set *) m_in.SEL_ERRORFDS;
index 6fef6110e41be3bc632c1814756dc5a6f3a9bc33..5e2cc8ebe2e9e9f70dc566ff8b812873c14bcea8 100644 (file)
@@ -1,4 +1,3 @@
-
 #ifndef _FS_SELECT_H
 #define _FS_SELECT_H 1
 
index 25c3e54a12358b289bed90c6e4b593aa854df5dd..4d1a6aa92a0a7dd1d47d070c57ad18d24f682353 100644 (file)
@@ -75,7 +75,6 @@ PUBLIC int do_chdir()
   return(r);
 }
 
-
 /*===========================================================================*
  *                             do_chroot                                    *
  *===========================================================================*/
@@ -90,7 +89,6 @@ PUBLIC int do_chroot()
   return(r);
 }
 
-
 /*===========================================================================*
  *                             change                                       *
  *===========================================================================*/
@@ -155,7 +153,6 @@ PUBLIC int do_stat()
   return(r);
 }
 
-
 /*===========================================================================*
  *                             do_fstat                                     *
  *===========================================================================*/
@@ -171,7 +168,6 @@ PUBLIC int do_fstat()
   return(stat_inode(rfilp->filp_ino, rfilp, m_in.buffer));
 }
 
-
 /*===========================================================================*
  *                             stat_inode                                   *
  *===========================================================================*/
@@ -238,4 +234,3 @@ PUBLIC int do_fstatfs()
    return(r);
 }
 
-
index 05cfe16bad221e2dbb0d56a5bd94e9ebc21f5029..69c27f27af23f742f69df04845a4b5d2050fa482 100644 (file)
@@ -94,7 +94,6 @@ bit_t origin;                 /* number of bit to start searching at */
   return(NO_BIT);              /* no bit could be allocated */
 }
 
-
 /*===========================================================================*
  *                             free_bit                                     *
  *===========================================================================*/
@@ -138,7 +137,6 @@ bit_t bit_returned;         /* number of bit to insert into the map */
   put_block(bp, MAP_BLOCK);
 }
 
-
 /*===========================================================================*
  *                             get_super                                    *
  *===========================================================================*/
@@ -183,7 +181,6 @@ PUBLIC int get_block_size(dev_t dev)
   return MIN_BLOCK_SIZE;
 }
 
-
 /*===========================================================================*
  *                             mounted                                      *
  *===========================================================================*/
@@ -204,7 +201,6 @@ register struct inode *rip; /* pointer to inode */
   return(FALSE);
 }
 
-
 /*===========================================================================*
  *                             read_super                                   *
  *===========================================================================*/
index e391f53ced0808fa5ab81335ab8202923d1d1bef..035c87b3896f245bfd2292a0bc702b6d2886eea0 100644 (file)
@@ -18,7 +18,6 @@
  * A super_block slot is free if s_dev == NO_DEV. 
  */
 
-
 EXTERN struct super_block {
   ino_t s_ninodes;             /* # usable inodes on the minor device */
   zone1_t  s_nzones;           /* total device size, including bit maps etc */
index 7d8c3733f3687a9e3f031a3176d4e0af51109086..39fa3c54648a3f72e62fd5fde9a3a5c353240b19 100644 (file)
@@ -13,7 +13,6 @@
 #include "inode.h"
 #include "param.h"
 
-
 /*===========================================================================*
  *                             do_utime                                     *
  *===========================================================================*/
@@ -55,7 +54,6 @@ PUBLIC int do_utime()
   return(r);
 }
 
-
 /*===========================================================================*
  *                             do_stime                                     *
  *===========================================================================*/
@@ -66,4 +64,3 @@ PUBLIC int do_stime()
   return(OK);
 }
 
-
index 50bebb7cd75ea573df92a825530da641af086c73..5eb5af04066b0209e755daef90fd47224d1f4366 100644 (file)
@@ -38,7 +38,6 @@ PUBLIC time_t clock_time()
   return( (time_t) (boottime + (uptime/HZ)));
 }
 
-
 /*===========================================================================*
  *                             fetch_name                                   *
  *===========================================================================*/
@@ -79,7 +78,6 @@ int flag;                     /* M3 means path may be in message */
   return(r);
 }
 
-
 /*===========================================================================*
  *                             no_sys                                       *
  *===========================================================================*/
@@ -89,7 +87,6 @@ PUBLIC int no_sys()
   return(EINVAL);
 }
 
-
 /*===========================================================================*
  *                             panic                                        *
  *===========================================================================*/
@@ -113,7 +110,6 @@ int num;                    /* number to go with it */
   sys_exit(1);
 }
 
-
 /*===========================================================================*
  *                             conv2                                        *
  *===========================================================================*/
@@ -126,7 +122,6 @@ int w;                              /* promotion of 16-bit word to be swapped */
   return( ((w&BYTE) << 8) | ( (w>>8) & BYTE));
 }
 
-
 /*===========================================================================*
  *                             conv4                                        *
  *===========================================================================*/
index 0ad89057286242716c0f5da670f7a0435db870de..fdba3bd7d5b0cc1335f440ed10b2ce8c15610c8e 100644 (file)
@@ -30,7 +30,6 @@ PUBLIC int do_write()
   return(read_write(WRITING));
 }
 
-
 /*===========================================================================*
  *                             write_map                                    *
  *===========================================================================*/
@@ -121,7 +120,6 @@ zone_t new_zone;            /* zone # to be inserted */
   return(OK);
 }
 
-
 /*===========================================================================*
  *                             wr_indir                                     *
  *===========================================================================*/
@@ -143,7 +141,6 @@ zone_t zone;                        /* zone to write */
        bp->b_v2_ind[index] = (zone_t)  conv4(sp->s_native, (long) zone);
 }
 
-
 /*===========================================================================*
  *                             clear_zone                                   *
  *===========================================================================*/
@@ -184,7 +181,6 @@ int flag;                   /* 0 if called by read_write, 1 by new_block */
   }
 }
 
-
 /*===========================================================================*
  *                             new_block                                    *
  *===========================================================================*/
@@ -237,7 +233,6 @@ off_t position;                     /* file pointer */
   return(bp);
 }
 
-
 /*===========================================================================*
  *                             zero_block                                   *
  *===========================================================================*/
index 61f615b239299216415397c31e520bb3b4c97da6..7d32818dabaa51c760b9f14261cdc7ba38c1dd49 100644 (file)
@@ -328,7 +328,6 @@ void startup(int linenr, struct ttyent *ttyp)
   slotp->errct = 0;
 }
 
-
 int execute(char **cmd)
 {
   /* Execute a command with a path search along /sbin:/bin:/usr/sbin:/usr/bin.
@@ -358,7 +357,6 @@ int execute(char **cmd)
   return -1;
 }
 
-
 void wtmp(type, linenr, line, pid)
 int type;                      /* type of entry */
 int linenr;                    /* line number in ttytab */
index ffe0e66bd953c525903ab0a3459dc8e544a277a9..2535979ce2f5ea44dee2c1f80116203289a1484a 100644 (file)
@@ -9,7 +9,6 @@
 
 #include "is.h"
 
-
 /*===========================================================================*
  *                             handle_fkey                                  *
  *===========================================================================*/
index 12c5480206dc60074bd3f28b35b31ef442b57a3f..f9d76935dab95bcc3d61a611ef5a2a86f06b0c9d 100644 (file)
@@ -13,7 +13,6 @@
 #include "../fs/fproc.h"
 #include <minix/dmap.h>
 
-
 PUBLIC struct fproc fproc[NR_PROCS];
 PUBLIC struct dmap dmap[NR_DEVICES];
 
@@ -49,7 +48,6 @@ PUBLIC void fproc_dmp()
   prev_i = i;
 }
 
-
 /*===========================================================================*
  *                             dtab_dmp                                     *
  *===========================================================================*/
@@ -85,4 +83,3 @@ PUBLIC void dtab_dmp()
     }
 }
 
-
index 982aedb2fb97be6c2ce2b3117da28fd7a295a2bf..ee6a1ae79ec615af3eaf58f41413d7abf0e7e589 100644 (file)
@@ -19,7 +19,6 @@ FORWARD _PROTOTYPE( char *s_traps_str, (int flags)            );
 FORWARD _PROTOTYPE( char *s_flags_str, (int flags)             );
 FORWARD _PROTOTYPE( char *p_rts_flags_str, (int flags)         );
 
-
 /* Some global data that is shared among several dumping procedures. 
  * Note that the process table copy has the same name as in the kernel
  * so that most macros and definitions from proc.h also apply here.
@@ -28,8 +27,6 @@ PUBLIC struct proc proc[NR_TASKS + NR_PROCS];
 PUBLIC struct priv priv[NR_SYS_PROCS];
 PUBLIC struct boot_image image[NR_BOOT_PROCS];
 
-
-
 /*===========================================================================*
  *                             timing_dmp                                   *
  *===========================================================================*/
@@ -103,7 +100,6 @@ PUBLIC void kmessages_dmp()
   printf("%s", print_buf);             /* print the messages */
 }
 
-
 /*===========================================================================*
  *                             monparams_dmp                                *
  *===========================================================================*/
@@ -131,7 +127,6 @@ PUBLIC void monparams_dmp()
   printf("\n%s\n", val);
 }
 
-
 /*===========================================================================*
  *                             irqtab_dmp                                   *
  *===========================================================================*/
@@ -181,7 +176,6 @@ PUBLIC void irqtab_dmp()
   printf("\n");
 }
 
-
 /*===========================================================================*
  *                             image_dmp                                    *
  *===========================================================================*/
@@ -335,7 +329,6 @@ PRIVATE char *s_traps_str(int flags)
        return str;
 }
 
-
 /*===========================================================================*
  *                             privileges_dmp                               *
  *===========================================================================*/
@@ -437,7 +430,6 @@ PUBLIC void sendmask_dmp()
 #endif
 }
 
-
 PRIVATE char *p_rts_flags_str(int flags)
 {
        static char str[10];
@@ -452,7 +444,6 @@ PRIVATE char *p_rts_flags_str(int flags)
        return str;
 }
 
-
 /*===========================================================================*
  *                             proctab_dmp                                  *
  *===========================================================================*/
@@ -550,4 +541,3 @@ int proc_nr;
   return cproc_addr(proc_nr)->p_name;
 }
 
-
index a813a48656cbaf06dc7e8c2345fdb7375deb6efa..596ef7f293961b14d50af15177bea6ad63636bba 100644 (file)
@@ -11,7 +11,6 @@
 #include "../pm/mproc.h"
 #include <timers.h> 
 
-
 PUBLIC struct mproc mproc[NR_PROCS];
 
 /*===========================================================================*
@@ -65,7 +64,6 @@ PUBLIC void mproc_dmp()
   prev_i = i;
 }
 
-
 /*===========================================================================*
  *                             sigaction_dmp                                *
  *===========================================================================*/
@@ -99,4 +97,3 @@ PUBLIC void sigaction_dmp()
   prev_i = i;
 }
 
-
index d38d14dc25b14ab37a162187e54c35b77a5bb808..e489ef9001165b0da6e08b1c187197d7c620fa82 100644 (file)
@@ -13,5 +13,3 @@ extern int who;                       /* caller's proc number */
 extern int callnr;             /* system call number */
 extern int dont_reply;         /* normally 0; set to 1 to inhibit reply */
 
-
-
index e430800ff03b3d358f85fd37aad607c21172f769..b26304498057802c1e1a073df5d3f5f0a6474557 100644 (file)
@@ -27,7 +27,6 @@ FORWARD _PROTOTYPE(void exit_server, (void)                           );
 FORWARD _PROTOTYPE(void get_work, (void)                               );
 FORWARD _PROTOTYPE(void reply, (int whom, int result)                  );
 
-
 /*===========================================================================*
  *                                  main                                     *
  *===========================================================================*/
@@ -71,9 +70,6 @@ PUBLIC void main(int argc, char **argv)
   }
 }
 
-
-
-
 /*===========================================================================*
  *                              init_server                                 *
  *===========================================================================*/
@@ -123,7 +119,6 @@ PRIVATE void exit_server()
   exit(0);
 }
 
-
 /*===========================================================================*
  *                                get_work                                  *
  *===========================================================================*/
@@ -137,7 +132,6 @@ PRIVATE void get_work()
     callnr = m_in.m_type;       /* set function call number */
 }
 
-
 /*===========================================================================*
  *                             reply                                        *
  *===========================================================================*/
@@ -152,5 +146,3 @@ int result;                                 /* report result to replyee */
         panic("IS", "unable to send reply!", send_status);
 }
 
-
-
index 1bde455fcf566abd605c47cd397fdee941f083f2..4e09a4af40d310c1401df4f28bc78b7df7e78dd0 100644 (file)
@@ -244,7 +244,6 @@ phys_clicks *free;          /* memory size summaries */
 #endif
 }
 
-
 #if ENABLE_SWAP
 /*===========================================================================*
  *                             swap_on                                      *
index a337f61e0db25e3fe6a5a074c0944779232b4c74..83e5e1b8c6f4d52017d4b285e3581adf9c35f773 100644 (file)
@@ -56,7 +56,6 @@ PUBLIC int do_brk()
   return(r);                   /* return new address or -1 */
 }
 
-
 /*===========================================================================*
  *                             adjust                                       *
  *===========================================================================*/
@@ -173,5 +172,3 @@ vir_clicks s_vir;           /* virtual address for start of stack seg */
 }
 #endif
 
-
-
index d33a539598bf35b42107d5cdfc735a5fb8f81127..7c62a6839afcc62c094db4a7fbf9677571cea924 100644 (file)
@@ -19,4 +19,3 @@
 #define PM_PID            0    /* PM's process id number */
 #define INIT_PID          1    /* INIT's process id number */
 
-
index 335fe35ecb161bc356d042d94c643ed988ee71fa..1aa97aff708a2e5c0f13585699361732f807b879 100644 (file)
@@ -184,7 +184,6 @@ PUBLIC int do_exec()
   return(SUSPEND);             /* no reply, new program just runs */
 }
 
-
 /*===========================================================================*
  *                             read_header                                  *
  *===========================================================================*/
@@ -285,7 +284,6 @@ vir_bytes *pc;                      /* program entry point (initial PC) */
   return(m);
 }
 
-
 /*===========================================================================*
  *                             new_mem                                      *
  *===========================================================================*/
@@ -385,7 +383,6 @@ phys_bytes tot_bytes;               /* total memory to allocate, including gap */
   return(OK);
 }
 
-
 /*===========================================================================*
  *                             patch_ptr                                    *
  *===========================================================================*/
@@ -418,7 +415,6 @@ vir_bytes base;                     /* virtual address of stack base inside user */
   }
 }
 
-
 /*===========================================================================*
  *                             insert_arg                                   *
  *===========================================================================*/
@@ -475,7 +471,6 @@ int replace;
   return(TRUE);
 }
 
-
 /*===========================================================================*
  *                             patch_stack                                  *
  *===========================================================================*/
@@ -522,7 +517,6 @@ char *script;                       /* name of script to interpret */
   return(interp);
 }
 
-
 /*===========================================================================*
  *                             rw_seg                                       *
  *===========================================================================*/
@@ -571,7 +565,6 @@ phys_bytes seg_bytes0;              /* how much is to be transferred? */
   }
 }
 
-
 /*===========================================================================*
  *                             find_share                                   *
  *===========================================================================*/
index 20acb75b2fde4473aa31e107bf6e16c3bec3ad11..72bc9bdcdcf003a209c7a63e7e1a69af8ac92f26 100644 (file)
@@ -13,7 +13,6 @@
  *   do_wait:   perform the WAITPID or WAIT system call
  */
 
-
 #include "pm.h"
 #include <sys/wait.h>
 #include <minix/callnr.h>
@@ -24,7 +23,6 @@
 
 #define LAST_FEW            2  /* last few slots reserved for superuser */
 
-
 FORWARD _PROTOTYPE (void cleanup, (register struct mproc *child) );
 
 /*===========================================================================*
@@ -106,7 +104,6 @@ PUBLIC int do_fork()
   return(new_pid);                     /* child's pid */
 }
 
-
 /*===========================================================================*
  *                             do_pm_exit                                   *
  *===========================================================================*/
@@ -119,7 +116,6 @@ PUBLIC int do_pm_exit()
   return(SUSPEND);             /* can't communicate from beyond the grave */
 }
 
-
 /*===========================================================================*
  *                             pm_exit                                      *
  *===========================================================================*/
@@ -196,7 +192,6 @@ int exit_status;            /* the process' exit status (for parent) */
   if (procgrp != 0) check_sig(-procgrp, SIGHUP);
 }
 
-
 /*===========================================================================*
  *                             do_waitpid                                   *
  *===========================================================================*/
@@ -259,7 +254,6 @@ PUBLIC int do_waitpid()
   }
 }
 
-
 /*===========================================================================*
  *                             cleanup                                      *
  *===========================================================================*/
index b56f131af81a45e1df044ecb1093db6efcfff536..1bb1939d6ef0c2f29df1dfb082ed8aa764c4522d 100644 (file)
@@ -93,7 +93,6 @@ PUBLIC void main()
   }
 }
 
-
 /*===========================================================================*
  *                             get_work                                     *
  *===========================================================================*/
@@ -111,7 +110,6 @@ PRIVATE void get_work()
   mp = &mproc[who < 0 ? PM_PROC_NR : who];
 }
 
-
 /*===========================================================================*
  *                             setreply                                     *
  *===========================================================================*/
@@ -132,7 +130,6 @@ int result;                 /* result of call (usually OK or error #) */
        swap_inqueue(rmp);      /* must swap this process back in */
 }
 
-
 /*===========================================================================*
  *                             pm_init                                      *
  *===========================================================================*/
index aa34e031dc79eb62b6f7cad18045e27acc98c083..044e3582c438a958b43f036d63d664c3b8905a44 100644 (file)
@@ -20,7 +20,6 @@
 #include "mproc.h"
 #include "param.h"
 
-
 /*===========================================================================*
  *                                 do_allocmem                              *
  *===========================================================================*/
@@ -86,7 +85,6 @@ PUBLIC int do_getsysinfo()
   return(OK);
 }
 
-
 /*===========================================================================*
  *                              do_getprocnr                                *
  *===========================================================================*/
@@ -125,7 +123,6 @@ PUBLIC int do_getprocnr()
   return(OK);
 }
 
-
 /*=====================================================================*
  *                         do_reboot                                  *
  *=====================================================================*/
index 6e0bfcffd93dcb13f1ddf53a7d72066925855cc3..30f4aeedbbf1778c5f76d8dc1b06553c5226b259 100644 (file)
@@ -15,7 +15,6 @@
 
 PRIVATE time_t boottime;
 
-
 /*===========================================================================*
  *                             do_time                                      *
  *===========================================================================*/
@@ -37,7 +36,6 @@ PUBLIC int do_time()
   return(OK);
 }
 
-
 /*===========================================================================*
  *                             do_stime                                     *
  *===========================================================================*/
@@ -63,7 +61,6 @@ PUBLIC int do_stime()
   return(OK);
 }
 
-
 /*===========================================================================*
  *                             do_times                                             *
  *===========================================================================*/
index 85d3ae5ecce6340c926a25956cb6d9ac3fddb46b..4d3dfa7b619c80edad5bd8e8b5607e380e2e16cd 100644 (file)
@@ -21,7 +21,6 @@
 
 PRIVATE timer_t *pm_timers = NULL;
 
-
 /*===========================================================================*
  *                             pm_set_timer                         *
  *===========================================================================*/
@@ -46,7 +45,6 @@ PUBLIC void pm_set_timer(timer_t *tp, int ticks, tmr_func_t watchdog, int arg)
        return;
 }
 
-
 /*===========================================================================*
  *                             pm_expire_timers                             *
  *===========================================================================*/
@@ -62,7 +60,6 @@ PUBLIC void pm_expire_timers(clock_t now)
        }
 }
 
-
 /*===========================================================================*
  *                             pm_cancel_timer                      *
  *===========================================================================*/
index 13492cfc42d78dd20efe3ff4c276939c13b92991..c736c06d069e257d5fdb1c4f38ae76db0bb89a8c 100644 (file)
@@ -51,7 +51,6 @@ PUBLIC pid_t get_free_pid()
   return(next_pid);
 }
 
-
 /*===========================================================================*
  *                             allowed                                      *
  *===========================================================================*/
@@ -91,7 +90,6 @@ int mask;                     /* R_BIT, W_BIT, or X_BIT */
   return(fd);
 }
 
-
 /*===========================================================================*
  *                             no_sys                                       *
  *===========================================================================*/
@@ -102,7 +100,6 @@ PUBLIC int no_sys()
   return(ENOSYS);
 }
 
-
 /*===========================================================================*
  *                             panic                                        *
  *===========================================================================*/
@@ -122,7 +119,6 @@ int num;                    /* number to go with it */
   sys_abort(RBT_PANIC);
 }
 
-
 /*===========================================================================*
  *                             tell_fs                                      *
  *===========================================================================*/
@@ -148,7 +144,6 @@ int what, p1, p2, p3;
   _taskcall(FS_PROC_NR, what, &m);
 }
 
-
 /*==========================================================================*
  *                             find_param                                          *
  *==========================================================================*/
@@ -169,7 +164,6 @@ const char *name;
   return(NULL);
 }
 
-
 /*===========================================================================*
  *                             get_mem_map                                          *
  *===========================================================================*/
index 9cdf607d3598481dc5d7d7e37845c30c1736f319..7f5b9f48d8f9a191d14c4560ff5be1cd0b61e465 100644 (file)
@@ -99,7 +99,6 @@ PUBLIC int do_start(message *m_ptr)
   return(OK);
 }
 
-
 /*===========================================================================*
  *                                do_stop                                   *
  *===========================================================================*/
@@ -140,4 +139,3 @@ PUBLIC int do_exit(message *m_ptr)
   return(OK);
 }
 
-
index 5220782416c743f4e6e1b197e78972efcf0f3a4e..bee7deeb2b768adb4f637fd517d9537c7e9b8c53 100644 (file)
@@ -8,4 +8,3 @@ _PROTOTYPE( int do_exit, (message *m));
 _PROTOTYPE( int do_start, (message *m));
 _PROTOTYPE( int do_stop, (message *m));
 
-
index 4916d28d50487708c22ccb9a855a99f421d2ea4b..17a9048ee9be4eb13f427f0d228da02ff1b556fa 100644 (file)
@@ -11,7 +11,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 
-
 /* This array defines all known requests. */
 PRIVATE char *known_requests[] = {
   "up", 
@@ -69,7 +68,6 @@ PRIVATE void panic(char *app_name, char *mess, int num)
   exit(EGENERIC);
 }
 
-
 /* Parse and verify correctness of arguments. Report problem and exit if an 
  * error is found. Store needed parameters in global variables.
  */
@@ -141,7 +139,6 @@ PRIVATE int parse_arguments(int argc, char **argv)
   return(i);
 }
 
-
 /* Main program. 
  */
 PUBLIC int main(int argc, char **argv)
index a00484c833adb3759416c3f60f8b52c5267349b4..09f64ff7b2456dc0cf8a8a777fe972bd3b39c174 100644 (file)
@@ -82,7 +82,6 @@ PUBLIC void main(void)
   }
 }
 
-
 /*===========================================================================*
  *                              init_server                                 *
  *===========================================================================*/
@@ -102,7 +101,6 @@ PRIVATE void init_server(void)
   if (sigaction(SIGHUP,  &sa, NULL)<0) panic("SM","sigaction failed", errno);
 }
 
-
 /*===========================================================================*
  *                                get_work                                  *
  *===========================================================================*/
@@ -116,7 +114,6 @@ PRIVATE void get_work()
     callnr = m_in.m_type;       /* set function call number */
 }
 
-
 /*===========================================================================*
  *                             reply                                        *
  *===========================================================================*/
@@ -131,5 +128,3 @@ int result;                                 /* report result to replyee */
         panic("SM", "unable to send reply!", send_status);
 }
 
-
-