From owner-cvs-sys Sun Jun 7 01:42:20 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25244 for cvs-sys-outgoing; Sun, 7 Jun 1998 01:42:20 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25189; Sun, 7 Jun 1998 01:42:05 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA19570; Sun, 7 Jun 1998 01:40:56 -0700 (PDT) Date: Sun, 7 Jun 1998 01:40:56 -0700 (PDT) Message-Id: <199806070840.BAA19570@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa clock.c random_machdep.c src/sys/kern kern_clock.c src/sys/sys time.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/06/07 01:40:55 PDT Modified files: sys/i386/isa clock.c random_machdep.c sys/kern kern_clock.c sys/sys time.h Log: Add a "this" style argument and a "void *private" so timecounters can figure out which instance to wount with. Revision Changes Path 1.122 +5 -5 src/sys/i386/isa/clock.c 1.26 +2 -2 src/sys/i386/isa/random_machdep.c 1.71 +7 -7 src/sys/kern/kern_clock.c 1.30 +3 -4 src/sys/sys/time.h From owner-cvs-sys Sun Jun 7 02:52:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA00873 for cvs-sys-outgoing; Sun, 7 Jun 1998 02:52:35 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA00808; Sun, 7 Jun 1998 02:52:23 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA20090; Sun, 7 Jun 1998 02:51:14 -0700 (PDT) Date: Sun, 7 Jun 1998 02:51:14 -0700 (PDT) Message-Id: <199806070951.CAA20090@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/06/07 02:51:11 PDT Modified files: sys/pc98/pc98 clock.c Log: Sync with sys/i386/isa/clock.c revision 1.122. Revision Changes Path 1.56 +5 -5 src/sys/pc98/pc98/clock.c From owner-cvs-sys Sun Jun 7 03:52:19 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09727 for cvs-sys-outgoing; Sun, 7 Jun 1998 03:52:19 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA09487; Sun, 7 Jun 1998 03:50:32 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA20399; Sun, 7 Jun 1998 03:49:20 -0700 (PDT) Date: Sun, 7 Jun 1998 03:49:20 -0700 (PDT) Message-Id: <199806071049.DAA20399@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/07 03:49:19 PDT Modified files: sys/ufs/ufs ufs_vnops.c Log: Fixed some longstanding timestamp bugs: 1. mark atimes and mtimes of special files and fifos for update upon successful completion of non-null i/o, not at the beginning of the syscall. 2. never update file times for readonly filesystems. They were updated for stats and closes but not for syncs. The updates were of course only in-core and were thrown away when the inode was uncached, so the times sometimes appeared to go backwards. Improved comments in code related to (1) (mostly by removing them). Unmacroized ITIMES(). The test in (2) bloated it even more. Don't call getmicrotime() in the function version of it when we only need the time in seconds. Revision Changes Path 1.86 +70 -57 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-sys Sun Jun 7 04:07:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA11725 for cvs-sys-outgoing; Sun, 7 Jun 1998 04:07:16 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA11555; Sun, 7 Jun 1998 04:05:42 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA20693; Sun, 7 Jun 1998 04:04:29 -0700 (PDT) Date: Sun, 7 Jun 1998 04:04:29 -0700 (PDT) Message-Id: <199806071104.EAA20693@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/07 04:04:28 PDT Modified files: sys/ufs/ufs ufs_vnops.c Log: Null change. Forgot to mention in previous log message that MNT_NOATIME is now ignored for special files, so that mounting root with option noatime doesn't break reporting of idle times in programs like `w'. The problem of execessive disk updates just to stamp atimes will be handled for special files by only writing atimes to disk when inodes become active. This works well because special files are relatively uncommon and their atimes are even more disposable at panic time than regular files' atimes. Revision Changes Path 1.87 +1 -1 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-sys Sun Jun 7 04:54:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18425 for cvs-sys-outgoing; Sun, 7 Jun 1998 04:54:55 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA18264; Sun, 7 Jun 1998 04:53:29 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA21137; Sun, 7 Jun 1998 04:52:18 -0700 (PDT) Date: Sun, 7 Jun 1998 04:52:18 -0700 (PDT) Message-Id: <199806071152.EAA21137@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net netisr.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/07 04:52:18 PDT Modified files: sys/net netisr.h Log: Fixed pedantic syntax errors caused by a trailing semicolon in a macro definition. Revision Changes Path 1.14 +2 -2 src/sys/net/netisr.h From owner-cvs-sys Sun Jun 7 05:02:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA19881 for cvs-sys-outgoing; Sun, 7 Jun 1998 05:02:27 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA19725; Sun, 7 Jun 1998 05:01:25 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA21200; Sun, 7 Jun 1998 05:00:14 -0700 (PDT) Date: Sun, 7 Jun 1998 05:00:14 -0700 (PDT) Message-Id: <199806071200.FAA21200@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/07 05:00:14 PDT Modified files: sys/netinet ip.h Log: Fixed pedantic semantics errors (bitfields not of type int, signed int or unsigned int). Revision Changes Path 1.15 +5 -5 src/sys/netinet/ip.h From owner-cvs-sys Sun Jun 7 05:04:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20146 for cvs-sys-outgoing; Sun, 7 Jun 1998 05:04:26 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20107; Sun, 7 Jun 1998 05:04:11 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA21290; Sun, 7 Jun 1998 05:03:00 -0700 (PDT) Date: Sun, 7 Jun 1998 05:03:00 -0700 (PDT) Message-Id: <199806071203.FAA21290@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net raw_cb.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/07 05:03:00 PDT Modified files: sys/net raw_cb.c Log: Added a used include (in ifdefed code). Revision Changes Path 1.15 +3 -1 src/sys/net/raw_cb.c From owner-cvs-sys Sun Jun 7 07:15:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03227 for cvs-sys-outgoing; Sun, 7 Jun 1998 07:15:59 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03161; Sun, 7 Jun 1998 07:15:51 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA24968; Sun, 7 Jun 1998 07:14:40 -0700 (PDT) Date: Sun, 7 Jun 1998 07:14:40 -0700 (PDT) Message-Id: <199806071414.HAA24968@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys time.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/06/07 07:14:40 PDT Modified files: sys/sys time.h Log: Sigh, all good words are reserved words these days... s/private/priv/ Noticed by: sos Revision Changes Path 1.31 +2 -2 src/sys/sys/time.h From owner-cvs-sys Sun Jun 7 10:15:58 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA03443 for cvs-sys-outgoing; Sun, 7 Jun 1998 10:15:58 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA03087; Sun, 7 Jun 1998 10:14:31 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA28364; Sun, 7 Jun 1998 10:13:16 -0700 (PDT) Date: Sun, 7 Jun 1998 10:13:16 -0700 (PDT) Message-Id: <199806071713.KAA28364@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf options src/sys/ddb db_aout.c db_break.c db_break.h db_examine.c db_lex.c db_output.c db_print.c db_run.c db_sym.c db_variables.c db_variables.h ddb.h src/sys/dev/ccd ccd.c src/sys/dev/dpt dpt_control.c src/sys/dev/en midwayvar.h ... Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/07 10:13:16 PDT Modified files: sys/conf options sys/ddb db_aout.c db_break.c db_break.h db_examine.c db_lex.c db_output.c db_print.c db_run.c db_sym.c db_variables.c db_variables.h ddb.h sys/dev/ccd ccd.c sys/dev/dpt dpt_control.c sys/dev/en midwayvar.h sys/dev/pdq pdqvar.h sys/dev/ppbus nlpt.c ppi.c sys/dev/vn vn.c sys/dev/vx if_vx.c sys/gnu/i386/isa dgb.c sys/i386/apm apm.c sys/i386/i386 cons.c db_interface.c db_trace.c machdep.c mem.c sys/i386/ibcs2 ibcs2_ioctl.c ibcs2_isc_sysent.c ibcs2_proto.h ibcs2_sysent.c ibcs2_xenix.h ibcs2_xenix_sysent.c syscalls.conf syscalls.isc.conf syscalls.xenix.conf sys/i386/isa alog.c asc.c b004.c ctx.c cx.c cy.c fd.c gpib.c gsc.c if_ar.c if_cx.c if_ed.c if_eg.c if_el.c if_ep.c if_ex.c if_fe.c if_ie.c if_le.c if_lnc.c if_sr.c if_wl.c if_ze.c if_zp.c istallion.c joy.c labpc.c lpt.c mcd.c mse.c pcaudio.c psm.c rc.c rp.c scd.c si.c sio.c spigot.c spkr.c stallion.c syscons.c wcd.c wd.c wfd.c wt.c sys/i386/isa/matcd matcd.c sys/i386/isa/pcvt pcvt_drv.c sys/i386/isa/sound soundcard.c sys/i386/linux linux_ioctl.c linux_proto.h linux_sysvec.c sys/isofs/cd9660 cd9660_vfsops.c sys/kern imgact_elf.c init_main.c kern_conf.c kern_exec.c kern_intr.c kern_lkm.c kern_shutdown.c kern_sig.c kern_subr.c link_aout.c makesyscalls.sh md5c.c subr_log.c subr_xxx.c sys_pipe.c sys_process.c sys_socket.c syscalls.master tty.c tty_compat.c tty_conf.c tty_pty.c tty_snoop.c tty_tty.c uipc_socket2.c vfs_lookup.c vfs_subr.c vfs_syscalls.c vfs_vnops.c sys/miscfs/procfs procfs_mem.c procfs_vfsops.c sys/miscfs/specfs spec_vnops.c sys/net bpf.c if.c if_disc.c if_loop.c if_ppp.c if_pppvar.h if_sl.c if_tun.c if_var.h ppp_tty.c sys/netatalk at_control.c at_extern.h sys/netinet if_ether.c in.c in_systm.h in_var.h ip_fil.h mlf_ipl.c sys/netipx ipx.c ipx_ip.c ipx_var.h sys/netnatm natm.c sys/nfs nfs_serv.c nfs_socket.c nfs_vfsops.c sys/pccard pccard.c sys/pci brooktree848.c if_devar.h if_fxpvar.h if_tl.c if_tx.c meteor.c ncr.c pci.c smc83c170.h sys/scsi cd.c ch.c od.c scsi_ioctl.c scsiconf.h sd.c ssc.c st.c su.c worm.c sys/sys conf.h disklabel.h file.h imgact_elf.h ioccom.h kernel.h namei.h param.h protosw.h ptrace.h socketvar.h sysent.h sysproto.h systm.h tty.h types.h sys/vm vm_extern.h vm_map.c vm_mmap.c vm_object.c vm_page.c vm_page.h Log: This commit fixes various 64bit portability problems required for FreeBSD/alpha. The most significant item is to change the command argument to ioctl functions from int to u_long. This change brings us inline with various other BSD versions. Driver writers may like to use (__FreeBSD_version == 300003) to detect this change. The prototype FreeBSD/alpha machdep will follow in a couple of days time. Revision Changes Path 1.77 +4 -1 src/sys/conf/options 1.20 +3 -1 src/sys/ddb/db_aout.c 1.15 +5 -4 src/sys/ddb/db_break.c 1.10 +3 -1 src/sys/ddb/db_break.h 1.18 +2 -2 src/sys/ddb/db_examine.c 1.15 +2 -2 src/sys/ddb/db_lex.c 1.23 +3 -3 src/sys/ddb/db_output.c 1.18 +2 -2 src/sys/ddb/db_print.c 1.14 +5 -5 src/sys/ddb/db_run.c 1.21 +3 -3 src/sys/ddb/db_sym.c 1.15 +2 -2 src/sys/ddb/db_variables.c 1.9 +2 -2 src/sys/ddb/db_variables.h 1.18 +7 -7 src/sys/ddb/ddb.h 1.33 +2 -2 src/sys/dev/ccd/ccd.c 1.6 +3 -3 src/sys/dev/dpt/dpt_control.c 1.2 +1 -1 src/sys/dev/en/midwayvar.h 1.2 +2 -2 src/sys/dev/pdq/pdqvar.h 1.8 +2 -2 src/sys/dev/ppbus/nlpt.c 1.7 +2 -2 src/sys/dev/ppbus/ppi.c 1.60 +2 -2 src/sys/dev/vn/vn.c 1.17 +3 -3 src/sys/dev/vx/if_vx.c 1.36 +2 -2 src/sys/gnu/i386/isa/dgb.c 1.72 +2 -2 src/sys/i386/apm/apm.c 1.58 +2 -2 src/sys/i386/i386/cons.c 1.39 +3 -3 src/sys/i386/i386/db_interface.c 1.28 +17 -17 src/sys/i386/i386/db_trace.c 1.299 +3 -3 src/sys/i386/i386/machdep.c 1.51 +2 -2 src/sys/i386/i386/mem.c 1.11 +1 -1 src/sys/i386/ibcs2/ibcs2_ioctl.c 1.5 +2 -0 src/sys/i386/ibcs2/ibcs2_isc_sysent.c 1.8 +150 -143 src/sys/i386/ibcs2/ibcs2_proto.h 1.9 +2 -0 src/sys/i386/ibcs2/ibcs2_sysent.c 1.7 +40 -28 src/sys/i386/ibcs2/ibcs2_xenix.h 1.5 +2 -0 src/sys/i386/ibcs2/ibcs2_xenix_sysent.c 1.5 +2 -1 src/sys/i386/ibcs2/syscalls.conf 1.4 +2 -1 src/sys/i386/ibcs2/syscalls.isc.conf 1.4 +2 -1 src/sys/i386/ibcs2/syscalls.xenix.conf 1.6 +2 -2 src/sys/i386/isa/alog.c 1.30 +2 -2 src/sys/i386/isa/asc.c 1.22 +1 -1 src/sys/i386/isa/b004.c 1.27 +2 -2 src/sys/i386/isa/ctx.c 1.30 +1 -1 src/sys/i386/isa/cx.c 1.63 +2 -2 src/sys/i386/isa/cy.c 1.113 +2 -2 src/sys/i386/isa/fd.c 1.22 +1 -1 src/sys/i386/isa/gpib.c 1.28 +1 -1 src/sys/i386/isa/gsc.c 1.19 +3 -3 src/sys/i386/isa/if_ar.c 1.24 +2 -2 src/sys/i386/isa/if_cx.c 1.141 +3 -3 src/sys/i386/isa/if_ed.c 1.28 +3 -3 src/sys/i386/isa/if_eg.c 1.36 +3 -3 src/sys/i386/isa/if_el.c 1.75 +3 -3 src/sys/i386/isa/if_ep.c 1.12 +3 -3 src/sys/i386/isa/if_ex.c 1.41 +3 -3 src/sys/i386/isa/if_fe.c 1.53 +3 -3 src/sys/i386/isa/if_ie.c 1.45 +3 -3 src/sys/i386/isa/if_le.c 1.43 +3 -3 src/sys/i386/isa/if_lnc.c 1.13 +3 -3 src/sys/i386/isa/if_sr.c 1.12 +3 -3 src/sys/i386/isa/if_wl.c 1.53 +3 -3 src/sys/i386/isa/if_ze.c 1.48 +3 -3 src/sys/i386/isa/if_zp.c 1.19 +2 -2 src/sys/i386/isa/istallion.c 1.24 +1 -1 src/sys/i386/isa/joy.c 1.25 +1 -1 src/sys/i386/isa/labpc.c 1.69 +4 -4 src/sys/i386/isa/lpt.c 1.98 +2 -2 src/sys/i386/isa/mcd.c 1.38 +2 -2 src/sys/i386/isa/mse.c 1.41 +2 -2 src/sys/i386/isa/pcaudio.c 1.53 +2 -2 src/sys/i386/isa/psm.c 1.35 +2 -1 src/sys/i386/isa/rc.c 1.14 +1 -1 src/sys/i386/isa/rp.c 1.37 +2 -2 src/sys/i386/isa/scd.c 1.71 +2 -2 src/sys/i386/isa/si.c 1.206 +2 -2 src/sys/i386/isa/sio.c 1.33 +1 -1 src/sys/i386/isa/spigot.c 1.34 +2 -2 src/sys/i386/isa/spkr.c 1.20 +2 -2 src/sys/i386/isa/stallion.c 1.262 +2 -2 src/sys/i386/isa/syscons.c 1.53 +2 -2 src/sys/i386/isa/wcd.c 1.168 +2 -2 src/sys/i386/isa/wd.c 1.10 +2 -2 src/sys/i386/isa/wfd.c 1.44 +2 -2 src/sys/i386/isa/wt.c 1.33 +2 -2 src/sys/i386/isa/matcd/matcd.c 1.38 +1 -1 src/sys/i386/isa/pcvt/pcvt_drv.c 1.67 +1 -1 src/sys/i386/isa/sound/soundcard.c 1.24 +2 -2 src/sys/i386/linux/linux_ioctl.c 1.10 +172 -167 src/sys/i386/linux/linux_proto.h 1.30 +12 -12 src/sys/i386/linux/linux_sysvec.c 1.40 +2 -2 src/sys/isofs/cd9660/cd9660_vfsops.c 1.25 +50 -22 src/sys/kern/imgact_elf.c 1.94 +6 -4 src/sys/kern/init_main.c 1.24 +63 -1 src/sys/kern/kern_conf.c 1.83 +16 -13 src/sys/kern/kern_exec.c 1.15 +6 -6 src/sys/kern/kern_intr.c 1.49 +3 -3 src/sys/kern/kern_lkm.c 1.33 +3 -1 src/sys/kern/kern_shutdown.c 1.41 +2 -2 src/sys/kern/kern_sig.c 1.20 +4 -4 src/sys/kern/kern_subr.c 1.6 +6 -1 src/sys/kern/link_aout.c 1.32 +15 -9 src/sys/kern/makesyscalls.sh 1.15 +2 -2 src/sys/kern/md5c.c 1.30 +2 -2 src/sys/kern/subr_log.c 1.10 +3 -3 src/sys/kern/subr_xxx.c 1.42 +3 -3 src/sys/kern/sys_pipe.c 1.38 +5 -5 src/sys/kern/sys_process.c 1.18 +2 -2 src/sys/kern/sys_socket.c 1.52 +2 -2 src/sys/kern/syscalls.master 1.104 +3 -2 src/sys/kern/tty.c 1.28 +3 -3 src/sys/kern/tty_compat.c 1.13 +2 -2 src/sys/kern/tty_conf.c 1.52 +2 -2 src/sys/kern/tty_pty.c 1.29 +1 -1 src/sys/kern/tty_snoop.c 1.24 +2 -2 src/sys/kern/tty_tty.c 1.37 +2 -2 src/sys/kern/uipc_socket2.c 1.28 +3 -3 src/sys/kern/vfs_lookup.c 1.154 +3 -1 src/sys/kern/vfs_subr.c 1.102 +2 -2 src/sys/kern/vfs_syscalls.c 1.58 +3 -3 src/sys/kern/vfs_vnops.c 1.33 +2 -2 src/sys/miscfs/procfs/procfs_mem.c 1.22 +2 -2 src/sys/miscfs/procfs/procfs_vfsops.c 1.63 +2 -2 src/sys/miscfs/specfs/spec_vnops.c 1.39 +2 -2 src/sys/net/bpf.c 1.59 +4 -4 src/sys/net/if.c 1.20 +3 -3 src/sys/net/if_disc.c 1.32 +3 -3 src/sys/net/if_loop.c 1.58 +6 -4 src/sys/net/if_ppp.c 1.13 +2 -2 src/sys/net/if_pppvar.h 1.69 +6 -6 src/sys/net/if_sl.c 1.48 +3 -3 src/sys/net/if_tun.c 1.8 +3 -3 src/sys/net/if_var.h 1.36 +3 -3 src/sys/net/ppp_tty.c 1.24 +1 -1 src/sys/netatalk/at_control.c 1.10 +1 -1 src/sys/netatalk/at_extern.h 1.46 +3 -3 src/sys/netinet/if_ether.c 1.38 +2 -2 src/sys/netinet/in.c 1.6 +12 -1 src/sys/netinet/in_systm.h 1.29 +2 -2 src/sys/netinet/in_var.h 1.3 +2 -2 src/sys/netinet/ip_fil.h 1.8 +3 -1 src/sys/netinet/mlf_ipl.c 1.12 +2 -2 src/sys/netipx/ipx.c 1.21 +3 -3 src/sys/netipx/ipx_ip.c 1.10 +2 -2 src/sys/netipx/ipx_var.h 1.9 +2 -2 src/sys/netnatm/natm.c 1.69 +3 -3 src/sys/nfs/nfs_serv.c 1.41 +3 -3 src/sys/nfs/nfs_socket.c 1.72 +2 -2 src/sys/nfs/nfs_vfsops.c 1.61 +2 -2 src/sys/pccard/pccard.c 1.41 +1 -1 src/sys/pci/brooktree848.c 1.6 +2 -2 src/sys/pci/if_devar.h 1.5 +2 -2 src/sys/pci/if_fxpvar.h 1.9 +4 -4 src/sys/pci/if_tl.c 1.11 +2 -2 src/sys/pci/if_tx.c 1.31 +1 -1 src/sys/pci/meteor.c 1.118 +3 -3 src/sys/pci/ncr.c 1.83 +8 -2 src/sys/pci/pci.c 1.8 +2 -2 src/sys/pci/smc83c170.h 1.93 +3 -3 src/sys/scsi/cd.c 1.46 +3 -3 src/sys/scsi/ch.c 1.39 +3 -3 src/sys/scsi/od.c 1.31 +2 -2 src/sys/scsi/scsi_ioctl.c 1.61 +4 -4 src/sys/scsi/scsiconf.h 1.130 +6 -6 src/sys/scsi/sd.c 1.19 +2 -2 src/sys/scsi/ssc.c 1.88 +3 -3 src/sys/scsi/st.c 1.19 +2 -2 src/sys/scsi/su.c 1.56 +3 -3 src/sys/scsi/worm.c 1.40 +52 -3 src/sys/sys/conf.h 1.32 +6 -1 src/sys/sys/disklabel.h 1.16 +2 -2 src/sys/sys/file.h 1.7 +36 -1 src/sys/sys/imgact_elf.h 1.7 +2 -2 src/sys/sys/ioccom.h 1.41 +16 -1 src/sys/sys/kernel.h 1.21 +2 -2 src/sys/sys/namei.h 1.33 +2 -2 src/sys/sys/param.h 1.24 +3 -3 src/sys/sys/protosw.h 1.8 +3 -3 src/sys/sys/ptrace.h 1.28 +2 -2 src/sys/sys/socketvar.h 1.18 +2 -2 src/sys/sys/sysent.h 1.39 +517 -512 src/sys/sys/sysproto.h 1.71 +17 -5 src/sys/sys/systm.h 1.42 +4 -4 src/sys/sys/tty.h 1.25 +5 -1 src/sys/sys/types.h 1.38 +3 -3 src/sys/vm/vm_extern.h 1.128 +14 -14 src/sys/vm/vm_map.c 1.78 +3 -2 src/sys/vm/vm_mmap.c 1.122 +8 -8 src/sys/vm/vm_object.c 1.101 +2 -2 src/sys/vm/vm_page.c 1.40 +6 -1 src/sys/vm/vm_page.h From owner-cvs-sys Sun Jun 7 11:45:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16687 for cvs-sys-outgoing; Sun, 7 Jun 1998 11:45:28 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16629; Sun, 7 Jun 1998 11:45:17 -0700 (PDT) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA00296; Sun, 7 Jun 1998 11:44:04 -0700 (PDT) Date: Sun, 7 Jun 1998 11:44:04 -0700 (PDT) Message-Id: <199806071844.LAA00296@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/slice slice_device.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/06/07 11:44:04 PDT Modified files: sys/dev/slice slice_device.c Log: Fix the retyping of the ioctl cmd parm from int to u_long. Revision Changes Path 1.6 +2 -2 src/sys/dev/slice/slice_device.c From owner-cvs-sys Sun Jun 7 12:42:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24992 for cvs-sys-outgoing; Sun, 7 Jun 1998 12:42:38 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA24869; Sun, 7 Jun 1998 12:41:59 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01224; Sun, 7 Jun 1998 12:40:46 -0700 (PDT) Date: Sun, 7 Jun 1998 12:40:46 -0700 (PDT) Message-Id: <199806071940.MAA01224@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/slice disklabel.c mbr.c slice.h src/sys/i386/isa fd.c wd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/07 12:40:45 PDT Modified files: sys/dev/slice disklabel.c mbr.c slice.h sys/i386/isa fd.c wd.c Log: Fix some more ioctls which I missed becausese they were hidden by options which were not in LINT. Revision Changes Path 1.6 +3 -3 src/sys/dev/slice/disklabel.c 1.6 +2 -2 src/sys/dev/slice/mbr.c 1.3 +3 -3 src/sys/dev/slice/slice.h 1.114 +2 -2 src/sys/i386/isa/fd.c 1.169 +2 -2 src/sys/i386/isa/wd.c From owner-cvs-sys Sun Jun 7 12:45:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA25301 for cvs-sys-outgoing; Sun, 7 Jun 1998 12:45:51 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA25240; Sun, 7 Jun 1998 12:45:38 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01289; Sun, 7 Jun 1998 12:44:25 -0700 (PDT) Date: Sun, 7 Jun 1998 12:44:25 -0700 (PDT) Message-Id: <199806071944.MAA01289@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/include timepps.h Makefile src/sys/sys timepps.h src/sys/dev/ppbus ppbconf.h pps.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/06/07 12:44:24 PDT Modified files: include Makefile sys/dev/ppbus ppbconf.h pps.c Added files: include timepps.h sys/sys timepps.h Log: This is a prototype implementation of the draft-mogul-pps-api-##.txt paper. It will be updated along with the draft and possible subsequent standard. The ppbus based pps driver is updated to implement this API. Revision Changes Path 1.78 +3 -3 src/include/Makefile 1.6 +2 -1 src/sys/dev/ppbus/ppbconf.h 1.5 +60 -49 src/sys/dev/ppbus/pps.c From owner-cvs-sys Sun Jun 7 13:13:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29532 for cvs-sys-outgoing; Sun, 7 Jun 1998 13:13:26 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA29294; Sun, 7 Jun 1998 13:12:09 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA01417; Sun, 7 Jun 1998 13:10:54 -0700 (PDT) Date: Sun, 7 Jun 1998 13:10:54 -0700 (PDT) Message-Id: <199806072010.NAA01417@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/vn vn.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/07 13:10:54 PDT Modified files: sys/dev/vn vn.c Log: Fix another DEVFS/SLICE ioctl. Revision Changes Path 1.61 +2 -2 src/sys/dev/vn/vn.c From owner-cvs-sys Sun Jun 7 13:39:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03112 for cvs-sys-outgoing; Sun, 7 Jun 1998 13:39:31 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02780; Sun, 7 Jun 1998 13:38:10 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA01529; Sun, 7 Jun 1998 13:36:56 -0700 (PDT) Date: Sun, 7 Jun 1998 13:36:56 -0700 (PDT) Message-Id: <199806072036.NAA01529@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa clock.c loran.c src/sys/kern kern_clock.c src/sys/sys time.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/06/07 13:36:56 PDT Modified files: sys/i386/isa clock.c loran.c sys/kern kern_clock.c sys/sys time.h Log: Add a member function more to the timecounters, this one is for use with latch based PPS implementations. The client that uses it will be committed after more testing. Revision Changes Path 1.123 +3 -1 src/sys/i386/isa/clock.c 1.6 +2 -1 src/sys/i386/isa/loran.c 1.72 +32 -6 src/sys/kern/kern_clock.c 1.32 +4 -1 src/sys/sys/time.h From owner-cvs-sys Sun Jun 7 14:00:14 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06074 for cvs-sys-outgoing; Sun, 7 Jun 1998 14:00:14 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA05931; Sun, 7 Jun 1998 13:59:41 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id HAA05709; Mon, 8 Jun 1998 07:02:34 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199806072102.HAA05709@cimlogic.com.au> Subject: Re: cvs commit: src/sys/conf options src/sys/ddb db_aout.c db_break.c db_break.h db_examine.c db_lex.c db_output.c db_print. In-Reply-To: <199806071713.KAA28364@freefall.freebsd.org> from Doug Rabson at "Jun 7, 98 10:13:16 am" To: dfr@FreeBSD.ORG (Doug Rabson) Date: Mon, 8 Jun 1998 07:02:33 +1000 (EST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk This is going to keep Bruce busy for a while. 8-) Doug Rabson wrote: > dfr 1998/06/07 10:13:16 PDT > > Modified files: > sys/conf options > sys/ddb db_aout.c db_break.c db_break.h > db_examine.c db_lex.c db_output.c > db_print.c db_run.c db_sym.c > db_variables.c db_variables.h ddb.h > sys/dev/ccd ccd.c > sys/dev/dpt dpt_control.c > sys/dev/en midwayvar.h > sys/dev/pdq pdqvar.h > sys/dev/ppbus nlpt.c ppi.c > sys/dev/vn vn.c > sys/dev/vx if_vx.c > sys/gnu/i386/isa dgb.c > sys/i386/apm apm.c > sys/i386/i386 cons.c db_interface.c db_trace.c > machdep.c mem.c > sys/i386/ibcs2 ibcs2_ioctl.c ibcs2_isc_sysent.c > ibcs2_proto.h ibcs2_sysent.c > ibcs2_xenix.h ibcs2_xenix_sysent.c > syscalls.conf syscalls.isc.conf > syscalls.xenix.conf > sys/i386/isa alog.c asc.c b004.c ctx.c cx.c cy.c fd.c > gpib.c gsc.c if_ar.c if_cx.c if_ed.c > if_eg.c if_el.c if_ep.c if_ex.c if_fe.c > if_ie.c if_le.c if_lnc.c if_sr.c if_wl.c > if_ze.c if_zp.c istallion.c joy.c labpc.c > lpt.c mcd.c mse.c pcaudio.c psm.c rc.c > rp.c scd.c si.c sio.c spigot.c spkr.c > stallion.c syscons.c wcd.c wd.c wfd.c > wt.c > sys/i386/isa/matcd matcd.c > sys/i386/isa/pcvt pcvt_drv.c > sys/i386/isa/sound soundcard.c > sys/i386/linux linux_ioctl.c linux_proto.h > linux_sysvec.c > sys/isofs/cd9660 cd9660_vfsops.c > sys/kern imgact_elf.c init_main.c kern_conf.c > kern_exec.c kern_intr.c kern_lkm.c > kern_shutdown.c kern_sig.c kern_subr.c > link_aout.c makesyscalls.sh md5c.c > subr_log.c subr_xxx.c sys_pipe.c > sys_process.c sys_socket.c > syscalls.master tty.c tty_compat.c > tty_conf.c tty_pty.c tty_snoop.c > tty_tty.c uipc_socket2.c vfs_lookup.c > vfs_subr.c vfs_syscalls.c vfs_vnops.c > sys/miscfs/procfs procfs_mem.c procfs_vfsops.c > sys/miscfs/specfs spec_vnops.c > sys/net bpf.c if.c if_disc.c if_loop.c if_ppp.c > if_pppvar.h if_sl.c if_tun.c if_var.h > ppp_tty.c > sys/netatalk at_control.c at_extern.h > sys/netinet if_ether.c in.c in_systm.h in_var.h > ip_fil.h mlf_ipl.c > sys/netipx ipx.c ipx_ip.c ipx_var.h > sys/netnatm natm.c > sys/nfs nfs_serv.c nfs_socket.c nfs_vfsops.c > sys/pccard pccard.c > sys/pci brooktree848.c if_devar.h if_fxpvar.h > if_tl.c if_tx.c meteor.c ncr.c pci.c > smc83c170.h > sys/scsi cd.c ch.c od.c scsi_ioctl.c scsiconf.h > sd.c ssc.c st.c su.c worm.c > sys/sys conf.h disklabel.h file.h imgact_elf.h > ioccom.h kernel.h namei.h param.h > protosw.h ptrace.h socketvar.h sysent.h > sysproto.h systm.h tty.h types.h > sys/vm vm_extern.h vm_map.c vm_mmap.c > vm_object.c vm_page.c vm_page.h > Log: > This commit fixes various 64bit portability problems required for > FreeBSD/alpha. The most significant item is to change the command > argument to ioctl functions from int to u_long. This change brings us > inline with various other BSD versions. Driver writers may like to > use (__FreeBSD_version == 300003) to detect this change. > > The prototype FreeBSD/alpha machdep will follow in a couple of days > time. > > Revision Changes Path > 1.77 +4 -1 src/sys/conf/options > 1.20 +3 -1 src/sys/ddb/db_aout.c > 1.15 +5 -4 src/sys/ddb/db_break.c > 1.10 +3 -1 src/sys/ddb/db_break.h > 1.18 +2 -2 src/sys/ddb/db_examine.c > 1.15 +2 -2 src/sys/ddb/db_lex.c > 1.23 +3 -3 src/sys/ddb/db_output.c > 1.18 +2 -2 src/sys/ddb/db_print.c > 1.14 +5 -5 src/sys/ddb/db_run.c > 1.21 +3 -3 src/sys/ddb/db_sym.c > 1.15 +2 -2 src/sys/ddb/db_variables.c > 1.9 +2 -2 src/sys/ddb/db_variables.h > 1.18 +7 -7 src/sys/ddb/ddb.h > 1.33 +2 -2 src/sys/dev/ccd/ccd.c > 1.6 +3 -3 src/sys/dev/dpt/dpt_control.c > 1.2 +1 -1 src/sys/dev/en/midwayvar.h > 1.2 +2 -2 src/sys/dev/pdq/pdqvar.h > 1.8 +2 -2 src/sys/dev/ppbus/nlpt.c > 1.7 +2 -2 src/sys/dev/ppbus/ppi.c > 1.60 +2 -2 src/sys/dev/vn/vn.c > 1.17 +3 -3 src/sys/dev/vx/if_vx.c > 1.36 +2 -2 src/sys/gnu/i386/isa/dgb.c > 1.72 +2 -2 src/sys/i386/apm/apm.c > 1.58 +2 -2 src/sys/i386/i386/cons.c > 1.39 +3 -3 src/sys/i386/i386/db_interface.c > 1.28 +17 -17 src/sys/i386/i386/db_trace.c > 1.299 +3 -3 src/sys/i386/i386/machdep.c > 1.51 +2 -2 src/sys/i386/i386/mem.c > 1.11 +1 -1 src/sys/i386/ibcs2/ibcs2_ioctl.c > 1.5 +2 -0 src/sys/i386/ibcs2/ibcs2_isc_sysent.c > 1.8 +150 -143 src/sys/i386/ibcs2/ibcs2_proto.h > 1.9 +2 -0 src/sys/i386/ibcs2/ibcs2_sysent.c > 1.7 +40 -28 src/sys/i386/ibcs2/ibcs2_xenix.h > 1.5 +2 -0 src/sys/i386/ibcs2/ibcs2_xenix_sysent.c > 1.5 +2 -1 src/sys/i386/ibcs2/syscalls.conf > 1.4 +2 -1 src/sys/i386/ibcs2/syscalls.isc.conf > 1.4 +2 -1 src/sys/i386/ibcs2/syscalls.xenix.conf > 1.6 +2 -2 src/sys/i386/isa/alog.c > 1.30 +2 -2 src/sys/i386/isa/asc.c > 1.22 +1 -1 src/sys/i386/isa/b004.c > 1.27 +2 -2 src/sys/i386/isa/ctx.c > 1.30 +1 -1 src/sys/i386/isa/cx.c > 1.63 +2 -2 src/sys/i386/isa/cy.c > 1.113 +2 -2 src/sys/i386/isa/fd.c > 1.22 +1 -1 src/sys/i386/isa/gpib.c > 1.28 +1 -1 src/sys/i386/isa/gsc.c > 1.19 +3 -3 src/sys/i386/isa/if_ar.c > 1.24 +2 -2 src/sys/i386/isa/if_cx.c > 1.141 +3 -3 src/sys/i386/isa/if_ed.c > 1.28 +3 -3 src/sys/i386/isa/if_eg.c > 1.36 +3 -3 src/sys/i386/isa/if_el.c > 1.75 +3 -3 src/sys/i386/isa/if_ep.c > 1.12 +3 -3 src/sys/i386/isa/if_ex.c > 1.41 +3 -3 src/sys/i386/isa/if_fe.c > 1.53 +3 -3 src/sys/i386/isa/if_ie.c > 1.45 +3 -3 src/sys/i386/isa/if_le.c > 1.43 +3 -3 src/sys/i386/isa/if_lnc.c > 1.13 +3 -3 src/sys/i386/isa/if_sr.c > 1.12 +3 -3 src/sys/i386/isa/if_wl.c > 1.53 +3 -3 src/sys/i386/isa/if_ze.c > 1.48 +3 -3 src/sys/i386/isa/if_zp.c > 1.19 +2 -2 src/sys/i386/isa/istallion.c > 1.24 +1 -1 src/sys/i386/isa/joy.c > 1.25 +1 -1 src/sys/i386/isa/labpc.c > 1.69 +4 -4 src/sys/i386/isa/lpt.c > 1.98 +2 -2 src/sys/i386/isa/mcd.c > 1.38 +2 -2 src/sys/i386/isa/mse.c > 1.41 +2 -2 src/sys/i386/isa/pcaudio.c > 1.53 +2 -2 src/sys/i386/isa/psm.c > 1.35 +2 -1 src/sys/i386/isa/rc.c > 1.14 +1 -1 src/sys/i386/isa/rp.c > 1.37 +2 -2 src/sys/i386/isa/scd.c > 1.71 +2 -2 src/sys/i386/isa/si.c > 1.206 +2 -2 src/sys/i386/isa/sio.c > 1.33 +1 -1 src/sys/i386/isa/spigot.c > 1.34 +2 -2 src/sys/i386/isa/spkr.c > 1.20 +2 -2 src/sys/i386/isa/stallion.c > 1.262 +2 -2 src/sys/i386/isa/syscons.c > 1.53 +2 -2 src/sys/i386/isa/wcd.c > 1.168 +2 -2 src/sys/i386/isa/wd.c > 1.10 +2 -2 src/sys/i386/isa/wfd.c > 1.44 +2 -2 src/sys/i386/isa/wt.c > 1.33 +2 -2 src/sys/i386/isa/matcd/matcd.c > 1.38 +1 -1 src/sys/i386/isa/pcvt/pcvt_drv.c > 1.67 +1 -1 src/sys/i386/isa/sound/soundcard.c > 1.24 +2 -2 src/sys/i386/linux/linux_ioctl.c > 1.10 +172 -167 src/sys/i386/linux/linux_proto.h > 1.30 +12 -12 src/sys/i386/linux/linux_sysvec.c > 1.40 +2 -2 src/sys/isofs/cd9660/cd9660_vfsops.c > 1.25 +50 -22 src/sys/kern/imgact_elf.c > 1.94 +6 -4 src/sys/kern/init_main.c > 1.24 +63 -1 src/sys/kern/kern_conf.c > 1.83 +16 -13 src/sys/kern/kern_exec.c > 1.15 +6 -6 src/sys/kern/kern_intr.c > 1.49 +3 -3 src/sys/kern/kern_lkm.c > 1.33 +3 -1 src/sys/kern/kern_shutdown.c > 1.41 +2 -2 src/sys/kern/kern_sig.c > 1.20 +4 -4 src/sys/kern/kern_subr.c > 1.6 +6 -1 src/sys/kern/link_aout.c > 1.32 +15 -9 src/sys/kern/makesyscalls.sh > 1.15 +2 -2 src/sys/kern/md5c.c > 1.30 +2 -2 src/sys/kern/subr_log.c > 1.10 +3 -3 src/sys/kern/subr_xxx.c > 1.42 +3 -3 src/sys/kern/sys_pipe.c > 1.38 +5 -5 src/sys/kern/sys_process.c > 1.18 +2 -2 src/sys/kern/sys_socket.c > 1.52 +2 -2 src/sys/kern/syscalls.master > 1.104 +3 -2 src/sys/kern/tty.c > 1.28 +3 -3 src/sys/kern/tty_compat.c > 1.13 +2 -2 src/sys/kern/tty_conf.c > 1.52 +2 -2 src/sys/kern/tty_pty.c > 1.29 +1 -1 src/sys/kern/tty_snoop.c > 1.24 +2 -2 src/sys/kern/tty_tty.c > 1.37 +2 -2 src/sys/kern/uipc_socket2.c > 1.28 +3 -3 src/sys/kern/vfs_lookup.c > 1.154 +3 -1 src/sys/kern/vfs_subr.c > 1.102 +2 -2 src/sys/kern/vfs_syscalls.c > 1.58 +3 -3 src/sys/kern/vfs_vnops.c > 1.33 +2 -2 src/sys/miscfs/procfs/procfs_mem.c > 1.22 +2 -2 src/sys/miscfs/procfs/procfs_vfsops.c > 1.63 +2 -2 src/sys/miscfs/specfs/spec_vnops.c > 1.39 +2 -2 src/sys/net/bpf.c > 1.59 +4 -4 src/sys/net/if.c > 1.20 +3 -3 src/sys/net/if_disc.c > 1.32 +3 -3 src/sys/net/if_loop.c > 1.58 +6 -4 src/sys/net/if_ppp.c > 1.13 +2 -2 src/sys/net/if_pppvar.h > 1.69 +6 -6 src/sys/net/if_sl.c > 1.48 +3 -3 src/sys/net/if_tun.c > 1.8 +3 -3 src/sys/net/if_var.h > 1.36 +3 -3 src/sys/net/ppp_tty.c > 1.24 +1 -1 src/sys/netatalk/at_control.c > 1.10 +1 -1 src/sys/netatalk/at_extern.h > 1.46 +3 -3 src/sys/netinet/if_ether.c > 1.38 +2 -2 src/sys/netinet/in.c > 1.6 +12 -1 src/sys/netinet/in_systm.h > 1.29 +2 -2 src/sys/netinet/in_var.h > 1.3 +2 -2 src/sys/netinet/ip_fil.h > 1.8 +3 -1 src/sys/netinet/mlf_ipl.c > 1.12 +2 -2 src/sys/netipx/ipx.c > 1.21 +3 -3 src/sys/netipx/ipx_ip.c > 1.10 +2 -2 src/sys/netipx/ipx_var.h > 1.9 +2 -2 src/sys/netnatm/natm.c > 1.69 +3 -3 src/sys/nfs/nfs_serv.c > 1.41 +3 -3 src/sys/nfs/nfs_socket.c > 1.72 +2 -2 src/sys/nfs/nfs_vfsops.c > 1.61 +2 -2 src/sys/pccard/pccard.c > 1.41 +1 -1 src/sys/pci/brooktree848.c > 1.6 +2 -2 src/sys/pci/if_devar.h > 1.5 +2 -2 src/sys/pci/if_fxpvar.h > 1.9 +4 -4 src/sys/pci/if_tl.c > 1.11 +2 -2 src/sys/pci/if_tx.c > 1.31 +1 -1 src/sys/pci/meteor.c > 1.118 +3 -3 src/sys/pci/ncr.c > 1.83 +8 -2 src/sys/pci/pci.c > 1.8 +2 -2 src/sys/pci/smc83c170.h > 1.93 +3 -3 src/sys/scsi/cd.c > 1.46 +3 -3 src/sys/scsi/ch.c > 1.39 +3 -3 src/sys/scsi/od.c > 1.31 +2 -2 src/sys/scsi/scsi_ioctl.c > 1.61 +4 -4 src/sys/scsi/scsiconf.h > 1.130 +6 -6 src/sys/scsi/sd.c > 1.19 +2 -2 src/sys/scsi/ssc.c > 1.88 +3 -3 src/sys/scsi/st.c > 1.19 +2 -2 src/sys/scsi/su.c > 1.56 +3 -3 src/sys/scsi/worm.c > 1.40 +52 -3 src/sys/sys/conf.h > 1.32 +6 -1 src/sys/sys/disklabel.h > 1.16 +2 -2 src/sys/sys/file.h > 1.7 +36 -1 src/sys/sys/imgact_elf.h > 1.7 +2 -2 src/sys/sys/ioccom.h > 1.41 +16 -1 src/sys/sys/kernel.h > 1.21 +2 -2 src/sys/sys/namei.h > 1.33 +2 -2 src/sys/sys/param.h > 1.24 +3 -3 src/sys/sys/protosw.h > 1.8 +3 -3 src/sys/sys/ptrace.h > 1.28 +2 -2 src/sys/sys/socketvar.h > 1.18 +2 -2 src/sys/sys/sysent.h > 1.39 +517 -512 src/sys/sys/sysproto.h > 1.71 +17 -5 src/sys/sys/systm.h > 1.42 +4 -4 src/sys/sys/tty.h > 1.25 +5 -1 src/sys/sys/types.h > 1.38 +3 -3 src/sys/vm/vm_extern.h > 1.128 +14 -14 src/sys/vm/vm_map.c > 1.78 +3 -2 src/sys/vm/vm_mmap.c > 1.122 +8 -8 src/sys/vm/vm_object.c > 1.101 +2 -2 src/sys/vm/vm_page.c > 1.40 +6 -1 src/sys/vm/vm_page.h > -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 From owner-cvs-sys Sun Jun 7 17:46:27 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA00475 for cvs-sys-outgoing; Sun, 7 Jun 1998 17:46:27 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA00439; Sun, 7 Jun 1998 17:46:08 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id KAA00361; Mon, 8 Jun 1998 10:46:07 +1000 Date: Mon, 8 Jun 1998 10:46:07 +1000 From: Bruce Evans Message-Id: <199806080046.KAA00361@godzilla.zeta.org.au> To: dfr@FreeBSD.ORG, jb@cimlogic.com.au Subject: Re: cvs commit: src/sys/conf options src/sys/ddb db_aout.c db_break.c db_break.h db_examine.c db_lex.c db_output.c db_print. Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >This is going to keep Bruce busy for a while. 8-) A before-commit review reduced it to a manageable size :-). >> dfr 1998/06/07 10:13:16 PDT >> ... >> Modified files: >> sys/kern imgact_elf.c init_main.c kern_conf.c >> kern_exec.c kern_intr.c kern_lkm.c >> kern_shutdown.c kern_sig.c kern_subr.c >> link_aout.c makesyscalls.sh md5c.c >> subr_log.c subr_xxx.c sys_pipe.c >> sys_process.c sys_socket.c >> syscalls.master tty.c tty_compat.c ^^^^^^^^^^^^^^^ >> tty_conf.c tty_pty.c tty_snoop.c >> tty_tty.c uipc_socket2.c vfs_lookup.c >> vfs_subr.c vfs_syscalls.c vfs_vnops.c >> ... >> sys/sys conf.h disklabel.h file.h imgact_elf.h >> ioccom.h kernel.h namei.h param.h >> protosw.h ptrace.h socketvar.h sysent.h >> sysproto.h systm.h tty.h types.h ^^^^^^^^^^ The most obvious bug is incorrect bootstrapping of generated files. Generated files can't be committed in the same batch as the sources that they are generated from, since the commit will changes the Ids in the sources, leaving garbage references to the Ids in generated files. Some generated files (e.g., kern/syscalls.c) were not committed because they didn't change when generated by the old sources, but they will change when they are regenerated. Bruce From owner-cvs-sys Sun Jun 7 19:12:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07749 for cvs-sys-outgoing; Sun, 7 Jun 1998 19:12:54 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07698; Sun, 7 Jun 1998 19:12:35 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA06076; Sun, 7 Jun 1998 19:11:19 -0700 (PDT) Date: Sun, 7 Jun 1998 19:11:19 -0700 (PDT) Message-Id: <199806080211.TAA06076@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_break.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/07 19:11:19 PDT Modified files: sys/ddb db_break.c Log: Fixed ifdef bogotification in previous commit. Revision Changes Path 1.16 +2 -7 src/sys/ddb/db_break.c From owner-cvs-sys Sun Jun 7 19:13:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA07851 for cvs-sys-outgoing; Sun, 7 Jun 1998 19:13:45 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA07810; Sun, 7 Jun 1998 19:13:35 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA06104; Sun, 7 Jun 1998 19:12:20 -0700 (PDT) Date: Sun, 7 Jun 1998 19:12:20 -0700 (PDT) Message-Id: <199806080212.TAA06104@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_break.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/07 19:12:19 PDT Modified files: sys/ddb db_break.h Log: Fixed missing ifdefs and disordering in previous commit. Revision Changes Path 1.11 +6 -2 src/sys/ddb/db_break.h From owner-cvs-sys Sun Jun 7 19:17:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA08123 for cvs-sys-outgoing; Sun, 7 Jun 1998 19:17:08 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA08048; Sun, 7 Jun 1998 19:16:53 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA06153; Sun, 7 Jun 1998 19:15:38 -0700 (PDT) Date: Sun, 7 Jun 1998 19:15:38 -0700 (PDT) Message-Id: <199806080215.TAA06153@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_print.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/07 19:15:38 PDT Modified files: sys/ddb db_print.c Log: Backed out previous commit, which just consisted of a 1-byte editing error. Revision Changes Path 1.19 +2 -2 src/sys/ddb/db_print.c From owner-cvs-sys Sun Jun 7 19:45:45 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA10426 for cvs-sys-outgoing; Sun, 7 Jun 1998 19:45:45 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA10318; Sun, 7 Jun 1998 19:44:29 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA06559; Sun, 7 Jun 1998 19:43:14 -0700 (PDT) Date: Sun, 7 Jun 1998 19:43:14 -0700 (PDT) Message-Id: <199806080243.TAA06559@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ppbus pps.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/07 19:43:14 PDT Modified files: sys/dev/ppbus pps.c Log: Fixed an ioctl which grew overnight. Revision Changes Path 1.6 +2 -2 src/sys/dev/ppbus/pps.c From owner-cvs-sys Sun Jun 7 21:09:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA24452 for cvs-sys-outgoing; Sun, 7 Jun 1998 21:09:39 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA24381; Sun, 7 Jun 1998 21:09:09 -0700 (PDT) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA06850; Sun, 7 Jun 1998 21:07:54 -0700 (PDT) Date: Sun, 7 Jun 1998 21:07:54 -0700 (PDT) Message-Id: <199806080407.VAA06850@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1998/06/07 21:07:53 PDT Modified files: sys/pci pcisupport.c Log: Disable attempted write combining support. This probably causes more trouble than help (for now.) Revision Changes Path 1.69 +3 -1 src/sys/pci/pcisupport.c From owner-cvs-sys Sun Jun 7 21:42:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29692 for cvs-sys-outgoing; Sun, 7 Jun 1998 21:42:42 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from rah.star-gate.com (rah.star-gate.com [209.133.7.234]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA29681; Sun, 7 Jun 1998 21:42:25 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id VAA02987; Sun, 7 Jun 1998 21:42:25 -0700 (PDT) (envelope-from hasty@rah.star-gate.com) Message-Id: <199806080442.VAA02987@rah.star-gate.com> X-Mailer: exmh version 2.0.2 2/24/98 To: John Dyson cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/pci pcisupport.c In-reply-to: Your message of "Sun, 07 Jun 1998 21:07:54 PDT." <199806080407.VAA06850@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 07 Jun 1998 21:42:25 -0700 From: Amancio Hasty Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Please leave it off. It is not a good idea for the kernel to enable this feature . Too many variations on the PC for instance in some cases it even breaks dma to audio cards -- don't ask me why 8) Certain vga cards actually report the wrong memory range. Cheers, Amancio From owner-cvs-sys Sun Jun 7 21:48:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA00671 for cvs-sys-outgoing; Sun, 7 Jun 1998 21:48:31 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA00655; Sun, 7 Jun 1998 21:48:15 -0700 (PDT) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id XAA01792; Sun, 7 Jun 1998 23:48:10 -0500 (EST) (envelope-from toor) From: "John S. Dyson" Message-Id: <199806080448.XAA01792@dyson.iquest.net> Subject: Re: cvs commit: src/sys/pci pcisupport.c In-Reply-To: <199806080442.VAA02987@rah.star-gate.com> from Amancio Hasty at "Jun 7, 98 09:42:25 pm" To: hasty@rah.star-gate.com (Amancio Hasty) Date: Sun, 7 Jun 1998 23:48:10 -0500 (EST) Cc: dyson@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Please leave it off. It is not a good idea for the kernel to enable > this feature . Too many variations on the PC for instance in some > cases it even breaks dma to audio cards -- don't ask me why 8) > Certain vga cards actually report the wrong memory range. > I actually was amazed that I didnt' disable it earlier :-(. I intend to implement a user available API, so the WC enable as is will be gone forever (AFAIK.) A more conservative version might appear, but as it is, it IS DEAD :-). John From owner-cvs-sys Sun Jun 7 23:07:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08214 for cvs-sys-outgoing; Sun, 7 Jun 1998 23:07:01 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA08024; Sun, 7 Jun 1998 23:05:30 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07531; Sun, 7 Jun 1998 23:04:14 -0700 (PDT) Date: Sun, 7 Jun 1998 23:04:14 -0700 (PDT) Message-Id: <199806080604.XAA07531@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_fil.h ip_fil.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/07 23:04:14 PDT Modified files: sys/netinet ip_fil.h ip_fil.c Log: ip_fil.h has 9 separate declarations of iplioctl() in a disgusting ifdef tangle. The previous commit to ip_fil.h didn't change the one that actually applies to the current FreeBSD kernel, of course. Fixed. Fixed style bugs in previous commit to ip_fil.h. Revision Changes Path 1.4 +5 -3 src/sys/netinet/ip_fil.h 1.4 +3 -2 src/sys/netinet/ip_fil.c From owner-cvs-sys Sun Jun 7 23:20:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA09604 for cvs-sys-outgoing; Sun, 7 Jun 1998 23:20:21 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA09568; Sun, 7 Jun 1998 23:20:11 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07714; Sun, 7 Jun 1998 23:18:55 -0700 (PDT) Date: Sun, 7 Jun 1998 23:18:55 -0700 (PDT) Message-Id: <199806080618.XAA07714@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa wst.c src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/07 23:18:55 PDT Modified files: sys/i386/isa wst.c sys/i386/conf LINT Log: Updated yet another ioctl, and put wst in LINT to inhibit further bitrot. Revision Changes Path 1.5 +2 -2 src/sys/i386/isa/wst.c 1.437 +4 -1 src/sys/i386/conf/LINT From owner-cvs-sys Sun Jun 7 23:44:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11528 for cvs-sys-outgoing; Sun, 7 Jun 1998 23:44:01 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11484; Sun, 7 Jun 1998 23:43:52 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07938; Sun, 7 Jun 1998 23:42:35 -0700 (PDT) Date: Sun, 7 Jun 1998 23:42:35 -0700 (PDT) Message-Id: <199806080642.XAA07938@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_tx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/06/07 23:42:35 PDT Modified files: sys/pci if_tx.c Log: Fix spelling in printf(). Revision Changes Path 1.12 +2 -2 src/sys/pci/if_tx.c From owner-cvs-sys Sun Jun 7 23:46:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11861 for cvs-sys-outgoing; Sun, 7 Jun 1998 23:46:54 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11810; Sun, 7 Jun 1998 23:46:43 -0700 (PDT) (envelope-from jkoshy@FreeBSD.org) From: Joseph Koshy Received: (from jkoshy@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA07990; Sun, 7 Jun 1998 23:45:26 -0700 (PDT) Date: Sun, 7 Jun 1998 23:45:26 -0700 (PDT) Message-Id: <199806080645.XAA07990@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_tx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkoshy 1998/06/07 23:45:26 PDT Modified files: (Branch: RELENG_2_2) sys/pci if_tx.c Log: MFC: {r1.12} Fix typo in printf(). Revision Changes Path 1.1.2.4 +1 -1 src/sys/pci/if_tx.c From owner-cvs-sys Mon Jun 8 01:45:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA22998 for cvs-sys-outgoing; Mon, 8 Jun 1998 01:45:28 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA22877; Mon, 8 Jun 1998 01:44:39 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA08557; Mon, 8 Jun 1998 01:43:22 -0700 (PDT) Date: Mon, 8 Jun 1998 01:43:22 -0700 (PDT) Message-Id: <199806080843.BAA08557@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_examine.c src/sys/i386/i386 db_interface.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/08 01:43:21 PDT Modified files: sys/ddb db_examine.c sys/i386/i386 db_interface.c Log: Make DDB work again after I broke it :-(. Revision Changes Path 1.19 +2 -2 src/sys/ddb/db_examine.c 1.40 +2 -2 src/sys/i386/i386/db_interface.c From owner-cvs-sys Mon Jun 8 01:52:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26836 for cvs-sys-outgoing; Mon, 8 Jun 1998 01:52:18 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA26658; Mon, 8 Jun 1998 01:52:02 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA08651; Mon, 8 Jun 1998 01:50:44 -0700 (PDT) Date: Mon, 8 Jun 1998 01:50:44 -0700 (PDT) Message-Id: <199806080850.BAA08651@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa wcd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/08 01:50:44 PDT Modified files: sys/i386/isa wcd.c Log: Fixed pedantic semantics errors (bitfields not of type int, signed int or unsigned int (don't do this in one case where it would change the object file)). Revision Changes Path 1.54 +39 -39 src/sys/i386/isa/wcd.c From owner-cvs-sys Mon Jun 8 01:57:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28172 for cvs-sys-outgoing; Mon, 8 Jun 1998 01:57:15 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28128; Mon, 8 Jun 1998 01:57:07 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA08725; Mon, 8 Jun 1998 01:55:50 -0700 (PDT) Date: Mon, 8 Jun 1998 01:55:50 -0700 (PDT) Message-Id: <199806080855.BAA08725@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/i386 machdep.c src/sys/pc98/pc98 fd.c if_ed.c if_fe.c lpt.c mse.c pcaudio.c sio.c spkr.c syscons.c wd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/06/08 01:55:50 PDT Modified files: sys/pc98/i386 machdep.c sys/pc98/pc98 fd.c if_ed.c if_fe.c lpt.c mse.c pcaudio.c sio.c spkr.c syscons.c wd.c Log: Merge 64bit portability fixes from sys/i386 stuff. Revision Changes Path 1.86 +3 -3 src/sys/pc98/i386/machdep.c 1.32 +3 -3 src/sys/pc98/pc98/fd.c 1.48 +3 -3 src/sys/pc98/pc98/if_ed.c 1.31 +3 -3 src/sys/pc98/pc98/if_fe.c 1.20 +4 -4 src/sys/pc98/pc98/lpt.c 1.17 +2 -2 src/sys/pc98/pc98/mse.c 1.16 +2 -2 src/sys/pc98/pc98/pcaudio.c 1.60 +2 -2 src/sys/pc98/pc98/sio.c 1.13 +2 -2 src/sys/pc98/pc98/spkr.c 1.87 +2 -2 src/sys/pc98/pc98/syscons.c 1.56 +3 -3 src/sys/pc98/pc98/wd.c From owner-cvs-sys Mon Jun 8 01:58:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA28380 for cvs-sys-outgoing; Mon, 8 Jun 1998 01:58:11 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA28258; Mon, 8 Jun 1998 01:58:01 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA08753; Mon, 8 Jun 1998 01:56:44 -0700 (PDT) Date: Mon, 8 Jun 1998 01:56:44 -0700 (PDT) Message-Id: <199806080856.BAA08753@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/06/08 01:56:43 PDT Modified files: sys/pc98/pc98 clock.c Log: Sync with sys/i386/isa/clock.c revision 1.123. Revision Changes Path 1.57 +3 -1 src/sys/pc98/pc98/clock.c From owner-cvs-sys Mon Jun 8 02:01:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA29250 for cvs-sys-outgoing; Mon, 8 Jun 1998 02:01:55 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA29184; Mon, 8 Jun 1998 02:01:47 -0700 (PDT) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA08886; Mon, 8 Jun 1998 02:00:30 -0700 (PDT) Date: Mon, 8 Jun 1998 02:00:30 -0700 (PDT) Message-Id: <199806080900.CAA08886@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk sos 1998/06/08 02:00:29 PDT Modified files: sys/i386/isa/snd ad1848.c sb_dsp.c sound.c Log: Correct even more ioctl breakage :( Doesn't people check their code before committing anymore, it could at least compile ???? Revision Changes Path 1.10 +1 -1 src/sys/i386/isa/snd/ad1848.c 1.9 +1 -1 src/sys/i386/isa/snd/sb_dsp.c 1.12 +1 -1 src/sys/i386/isa/snd/sound.c From owner-cvs-sys Mon Jun 8 02:21:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02261 for cvs-sys-outgoing; Mon, 8 Jun 1998 02:21:17 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02203; Mon, 8 Jun 1998 02:20:54 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA08966; Mon, 8 Jun 1998 02:19:36 -0700 (PDT) Date: Mon, 8 Jun 1998 02:19:36 -0700 (PDT) Message-Id: <199806080919.CAA08966@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern imgact_elf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/08 02:19:36 PDT Modified files: sys/kern imgact_elf.c Log: Fix a typo which prevented i386 elf from working at all (including Linux emulated elf binaries). Revision Changes Path 1.26 +2 -2 src/sys/kern/imgact_elf.c From owner-cvs-sys Mon Jun 8 02:25:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA02898 for cvs-sys-outgoing; Mon, 8 Jun 1998 02:25:11 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA02842; Mon, 8 Jun 1998 02:24:45 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA09144; Mon, 8 Jun 1998 02:23:27 -0700 (PDT) Date: Mon, 8 Jun 1998 02:23:27 -0700 (PDT) Message-Id: <199806080923.CAA09144@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 db_interface.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/08 02:23:26 PDT Modified files: sys/i386/i386 db_interface.c Log: Fix more of my DDB breakage. Revision Changes Path 1.41 +3 -3 src/sys/i386/i386/db_interface.c From owner-cvs-sys Mon Jun 8 02:29:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA03337 for cvs-sys-outgoing; Mon, 8 Jun 1998 02:29:12 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA03310; Mon, 8 Jun 1998 02:29:01 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.8.8/8.8.5) with SMTP id KAA00417; Mon, 8 Jun 1998 10:29:57 +0100 (BST) Date: Mon, 8 Jun 1998 10:29:57 +0100 (BST) From: Doug Rabson To: Sren Schmidt cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-sys@freebsd.org Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-Reply-To: <199806080900.CAA08886@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 8 Jun 1998, Sren Schmidt wrote: > sos 1998/06/08 02:00:29 PDT > > Modified files: > sys/i386/isa/snd ad1848.c sb_dsp.c sound.c > Log: > Correct even more ioctl breakage :( > Doesn't people check their code before committing anymore, it could > at least compile ???? I built LINT. Perhaps these drivers should go into LINT. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 From owner-cvs-sys Mon Jun 8 02:41:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA04686 for cvs-sys-outgoing; Mon, 8 Jun 1998 02:41:37 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA04663; Mon, 8 Jun 1998 02:41:27 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id TAA28097; Mon, 8 Jun 1998 19:41:26 +1000 Date: Mon, 8 Jun 1998 19:41:26 +1000 From: Bruce Evans Message-Id: <199806080941.TAA28097@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, sos@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > sys/i386/isa/snd ad1848.c sb_dsp.c sound.c > Log: > Correct even more ioctl breakage :( > Doesn't people check their code before committing anymore, it could > at least compile ???? LINT compiles fine, but some modules are so bogusly configured that they can't live in LINT together with other modules. Bruce From owner-cvs-sys Mon Jun 8 02:48:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05622 for cvs-sys-outgoing; Mon, 8 Jun 1998 02:48:37 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from sos.freebsd.dk (sos.freebsd.dk [212.242.40.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA05611; Mon, 8 Jun 1998 02:48:30 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.8.8/8.8.8) id LAA03144; Mon, 8 Jun 1998 11:48:23 +0200 (CEST) (envelope-from sos) Message-Id: <199806080948.LAA03144@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-Reply-To: from Doug Rabson at "Jun 8, 98 10:29:57 am" To: dfr@nlsystems.com (Doug Rabson) Date: Mon, 8 Jun 1998 11:48:23 +0200 (CEST) Cc: sos@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sys@FreeBSD.org From: Søren Schmidt Reply-to: sos@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-sys@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk In reply to Doug Rabson who wrote: > On Mon, 8 Jun 1998, Sren Schmidt wrote: > > > sos 1998/06/08 02:00:29 PDT > > > > Modified files: > > sys/i386/isa/snd ad1848.c sb_dsp.c sound.c > > Log: > > Correct even more ioctl breakage :( > > Doesn't people check their code before committing anymore, it could > > at least compile ???? > > I built LINT. Perhaps these drivers should go into LINT. Not to be rude or anything, but all the mess you've created with these changes suggests to me that you didn't test this very well, you should have had these changes reviewed by someone, but the log doesn't say you did... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. From owner-cvs-sys Mon Jun 8 02:49:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA05849 for cvs-sys-outgoing; Mon, 8 Jun 1998 02:49:16 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA05793; Mon, 8 Jun 1998 02:49:07 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA09649; Mon, 8 Jun 1998 02:47:50 -0700 (PDT) Date: Mon, 8 Jun 1998 02:47:50 -0700 (PDT) Message-Id: <199806080947.CAA09649@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/isp ispvar.h src/sys/i386/eisa aha1742.c src/sys/i386/include vm86.h src/sys/i386/isa atapi.h scd.c ultra14f.c wst.c src/sys/i386/isa/ic am7990.h src/sys/i386/scsi btreg.h src/sys/netinet ip_fil.h ip_var.h tcp.h src/sys/pci ... Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/08 02:47:48 PDT Modified files: sys/dev/isp ispvar.h sys/i386/eisa aha1742.c sys/i386/include vm86.h sys/i386/isa atapi.h scd.c ultra14f.c wst.c sys/i386/isa/ic am7990.h sys/i386/scsi btreg.h sys/netinet ip_fil.h ip_var.h tcp.h sys/pci if_devar.h if_fxpreg.h sys/sys cdio.h Log: Fixed pedantic semantics errors (bitfields not of type int, signed int or unsigned int (this doesn't change the struct layout, size or alignment in any of the files changed in this commit, at least for gcc on i386's. Using bitfields of type u_char may affect size and alignment but not packing)). Revision Changes Path 1.3 +3 -3 src/sys/dev/isp/ispvar.h 1.63 +4 -4 src/sys/i386/eisa/aha1742.c 1.6 +3 -3 src/sys/i386/include/vm86.h 1.14 +7 -7 src/sys/i386/isa/atapi.h 1.38 +3 -3 src/sys/i386/isa/scd.c 1.60 +9 -9 src/sys/i386/isa/ultra14f.c 1.6 +34 -34 src/sys/i386/isa/wst.c 1.3 +1 -1 src/sys/i386/isa/ic/am7990.h 1.7 +2 -2 src/sys/i386/scsi/btreg.h 1.5 +3 -3 src/sys/netinet/ip_fil.h 1.41 +3 -3 src/sys/netinet/ip_var.h 1.9 +3 -3 src/sys/netinet/tcp.h 1.7 +2 -2 src/sys/pci/if_devar.h 1.13 +22 -22 src/sys/pci/if_fxpreg.h 1.18 +17 -17 src/sys/sys/cdio.h From owner-cvs-sys Mon Jun 8 02:53:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA06452 for cvs-sys-outgoing; Mon, 8 Jun 1998 02:53:39 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from sos.freebsd.dk (sos.freebsd.dk [212.242.40.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA06438; Mon, 8 Jun 1998 02:53:31 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.8.8/8.8.8) id LAA03173; Mon, 8 Jun 1998 11:53:18 +0200 (CEST) (envelope-from sos) Message-Id: <199806080953.LAA03173@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-Reply-To: <199806080941.TAA28097@godzilla.zeta.org.au> from Bruce Evans at "Jun 8, 98 07:41:26 pm" To: bde@zeta.org.au (Bruce Evans) Date: Mon, 8 Jun 1998 11:53:18 +0200 (CEST) Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-sys@FreeBSD.org, sos@FreeBSD.org From: Søren Schmidt Reply-to: sos@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-sys@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk In reply to Bruce Evans who wrote: > > Modified files: > > sys/i386/isa/snd ad1848.c sb_dsp.c sound.c > > Log: > > Correct even more ioctl breakage :( > > Doesn't people check their code before committing anymore, it could > > at least compile ???? > > LINT compiles fine, but some modules are so bogusly configured that > they can't live in LINT together with other modules. That's no excuse for testing. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. From owner-cvs-sys Mon Jun 8 03:02:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA08196 for cvs-sys-outgoing; Mon, 8 Jun 1998 03:02:00 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA08186; Mon, 8 Jun 1998 03:01:52 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id UAA29130; Mon, 8 Jun 1998 20:01:51 +1000 Date: Mon, 8 Jun 1998 20:01:51 +1000 From: Bruce Evans Message-Id: <199806081001.UAA29130@godzilla.zeta.org.au> To: bde@zeta.org.au, sos@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-sys@FreeBSD.org Sender: owner-cvs-sys@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> LINT compiles fine, but some modules are so bogusly configured that >> they can't live in LINT together with other modules. > >That's no excuse for testing. It's more than most committers test. There is no way to even test compiling all software configuations, since there are about 2^(number of options) configurations. Bruce From owner-cvs-sys Mon Jun 8 03:12:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA10412 for cvs-sys-outgoing; Mon, 8 Jun 1998 03:12:46 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from sos.freebsd.dk (sos.freebsd.dk [212.242.40.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA10362; Mon, 8 Jun 1998 03:12:31 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.8.8/8.8.8) id MAA03230; Mon, 8 Jun 1998 12:12:19 +0200 (CEST) (envelope-from sos) Message-Id: <199806081012.MAA03230@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-Reply-To: <199806081001.UAA29130@godzilla.zeta.org.au> from Bruce Evans at "Jun 8, 98 08:01:51 pm" To: bde@zeta.org.au (Bruce Evans) Date: Mon, 8 Jun 1998 12:12:19 +0200 (CEST) Cc: bde@zeta.org.au, sos@FreeBSD.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-sys@FreeBSD.org From: Søren Schmidt Reply-to: sos@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-sys@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk In reply to Bruce Evans who wrote: > >> LINT compiles fine, but some modules are so bogusly configured that > >> they can't live in LINT together with other modules. > > > >That's no excuse for testing. > > It's more than most committers test. There is no way to even test > compiling all software configuations, since there are about 2^(number > of options) configurations. Thats not the point here, a simple 'grep ioctl *' could have revealed most of these bogons, at least one would expect the area of modification to be systematically changed/checked... A compile of LINT is just bogus IMO. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. From owner-cvs-sys Mon Jun 8 04:03:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA17665 for cvs-sys-outgoing; Mon, 8 Jun 1998 04:03:53 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA17586; Mon, 8 Jun 1998 04:03:22 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA11164; Mon, 8 Jun 1998 04:02:04 -0700 (PDT) Date: Mon, 8 Jun 1998 04:02:04 -0700 (PDT) Message-Id: <199806081102.EAA11164@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern makesyscalls.sh Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/08 04:02:03 PDT Modified files: sys/kern makesyscalls.sh Log: Fixed some style bugs in output (missing tabs and unparenthesized macros). Fixed some style bugs in source (mostly, superfluous backslashes). Revision Changes Path 1.33 +30 -31 src/sys/kern/makesyscalls.sh From owner-cvs-sys Mon Jun 8 04:09:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18823 for cvs-sys-outgoing; Mon, 8 Jun 1998 04:09:34 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA18792; Mon, 8 Jun 1998 04:09:28 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id EAA21316; Mon, 8 Jun 1998 04:09:34 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: S ren Schmidt cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-reply-to: Your message of "Mon, 08 Jun 1998 02:00:30 PDT." <199806080900.CAA08886@freefall.freebsd.org> Date: Mon, 08 Jun 1998 04:09:33 -0700 Message-ID: <21312.897304173@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Correct even more ioctl breakage :( > Doesn't people check their code before committing anymore, it could > at least compile ???? I'm sure he did, but probably not with sound enabled. Since LINT is compiling again these days, it's probably worth-while for folks to start using it in testing any significant kernel work. - Jordan From owner-cvs-sys Mon Jun 8 04:10:17 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA19167 for cvs-sys-outgoing; Mon, 8 Jun 1998 04:10:17 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA18954; Mon, 8 Jun 1998 04:09:55 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA11274; Mon, 8 Jun 1998 04:08:37 -0700 (PDT) Date: Mon, 8 Jun 1998 04:08:37 -0700 (PDT) Message-Id: <199806081108.EAA11274@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_xenix.h ibcs2_proto.h src/sys/i386/linux linux_proto.h src/sys/kern init_sysent.c syscalls.c src/sys/sys syscall-hide.h sysproto.h syscall.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/08 04:08:37 PDT Modified files: sys/i386/ibcs2 ibcs2_xenix.h ibcs2_proto.h sys/i386/linux linux_proto.h sys/kern init_sysent.c syscalls.c sys/sys syscall-hide.h sysproto.h syscall.h Log: Updated generated files. Revision Changes Path 1.8 +29 -29 src/sys/i386/ibcs2/ibcs2_xenix.h 1.9 +143 -143 src/sys/i386/ibcs2/ibcs2_proto.h 1.11 +139 -139 src/sys/i386/linux/linux_proto.h 1.59 +1 -1 src/sys/kern/init_sysent.c 1.52 +1 -1 src/sys/kern/syscalls.c 1.46 +1 -1 src/sys/sys/syscall-hide.h 1.40 +492 -492 src/sys/sys/sysproto.h 1.50 +1 -1 src/sys/sys/syscall.h From owner-cvs-sys Mon Jun 8 04:10:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA19247 for cvs-sys-outgoing; Mon, 8 Jun 1998 04:10:47 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA19226; Mon, 8 Jun 1998 04:10:36 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id EAA21336; Mon, 8 Jun 1998 04:10:28 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Doug Rabson cc: Sren Schmidt , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-reply-to: Your message of "Mon, 08 Jun 1998 10:29:57 BST." Date: Mon, 08 Jun 1998 04:10:28 -0700 Message-ID: <21333.897304228@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Mon, 8 Jun 1998, Sren Schmidt wrote: > > > sos 1998/06/08 02:00:29 PDT > > > > Modified files: > > sys/i386/isa/snd ad1848.c sb_dsp.c sound.c > > Log: > > Correct even more ioctl breakage :( > > Doesn't people check their code before committing anymore, it could > > at least compile ???? > > I built LINT. Perhaps these drivers should go into LINT. Oh. Well ignore my previous message then. Yes, anything not in LINT probably deserves what it gets. :-) - Jordan From owner-cvs-sys Mon Jun 8 04:12:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA19697 for cvs-sys-outgoing; Mon, 8 Jun 1998 04:12:21 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA19656; Mon, 8 Jun 1998 04:12:11 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id EAA21357; Mon, 8 Jun 1998 04:12:13 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Bruce Evans cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, sos@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-reply-to: Your message of "Mon, 08 Jun 1998 19:41:26 +1000." <199806080941.TAA28097@godzilla.zeta.org.au> Date: Mon, 08 Jun 1998 04:12:13 -0700 Message-ID: <21354.897304333@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > LINT compiles fine, but some modules are so bogusly configured that > they can't live in LINT together with other modules. Yes, but I thought we were talking specifically about the sound code - it's in LINT, I just checked. - Jordan From owner-cvs-sys Mon Jun 8 04:17:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA21280 for cvs-sys-outgoing; Mon, 8 Jun 1998 04:17:24 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA21249; Mon, 8 Jun 1998 04:17:11 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id EAA21395; Mon, 8 Jun 1998 04:17:17 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: sos@FreeBSD.ORG cc: bde@zeta.org.au (Bruce Evans), cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-reply-to: Your message of "Mon, 08 Jun 1998 11:53:18 +0200." <199806080953.LAA03173@sos.freebsd.dk> Date: Mon, 08 Jun 1998 04:17:17 -0700 Message-ID: <21391.897304637@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > LINT compiles fine, but some modules are so bogusly configured that > > they can't live in LINT together with other modules. > > That's no excuse for testing. not testing, you mean? :-) To summarize thus far: 1. What we consider a "reasonable test" of any kernel change has always been a relatively clean build of LINT. 2. Doug built LINT. 3. The sound code you had problems with is enabled in the LINT configuration (the old, not new Luigi code) and thus, assuming that everyone did their bit correctly, *was* tested by Doug and the failure must therefore be in the testing method itself. 4. If building LINT is no longer a sufficient test, we should determine what *is* a sufficient test before we start flaming people. - Jordan From owner-cvs-sys Mon Jun 8 04:31:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA24633 for cvs-sys-outgoing; Mon, 8 Jun 1998 04:31:00 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA24627; Mon, 8 Jun 1998 04:30:52 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id VAA01047; Mon, 8 Jun 1998 21:30:51 +1000 Date: Mon, 8 Jun 1998 21:30:51 +1000 From: Bruce Evans Message-Id: <199806081130.VAA01047@godzilla.zeta.org.au> To: bde@zeta.org.au, jkh@time.cdrom.com Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, sos@FreeBSD.ORG Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> LINT compiles fine, but some modules are so bogusly configured that >> they can't live in LINT together with other modules. > >Yes, but I thought we were talking specifically about the sound code - >it's in LINT, I just checked. I thought we were talking about bogusly configured modules. Sound and snd are just the most bogusly configured. Sound is in LINT but snd isn't. I think there are also a couple of sound modules that aren't configured because they would conflict. Bruce From owner-cvs-sys Mon Jun 8 04:34:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA25201 for cvs-sys-outgoing; Mon, 8 Jun 1998 04:34:13 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA25134; Mon, 8 Jun 1998 04:33:42 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id LAA10523; Mon, 8 Jun 1998 11:33:34 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id NAA06435; Mon, 8 Jun 1998 13:33:03 +0200 (MET DST) Message-ID: <19980608133303.28877@follo.net> Date: Mon, 8 Jun 1998 13:33:03 +0200 From: Eivind Eklund To: "Jordan K. Hubbard" , sos@FreeBSD.ORG Cc: Bruce Evans , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c References: <199806080953.LAA03173@sos.freebsd.dk> <21391.897304637@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <21391.897304637@time.cdrom.com>; from Jordan K. Hubbard on Mon, Jun 08, 1998 at 04:17:17AM -0700 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Jun 08, 1998 at 04:17:17AM -0700, Jordan K. Hubbard wrote: > > > LINT compiles fine, but some modules are so bogusly configured that > > > they can't live in LINT together with other modules. > > > > That's no excuse for testing. > > not testing, you mean? :-) To summarize thus far: > > 1. What we consider a "reasonable test" of any kernel change has always > been a relatively clean build of LINT. > > 2. Doug built LINT. > > 3. The sound code you had problems with is enabled in the LINT configuration > (the old, not new Luigi code) and thus, assuming that everyone did their > bit correctly, *was* tested by Doug and the failure must therefore be in > the testing method itself. The problem is in the fact that the snd drivers is imported with files named the same as the sound/ files, and thus don't get compiled during LINT. This is bogus. Apart from that, we probably should have an "ANTILINT" file, which contains the options that couldn't make it into LINT due to disabling code (like SLICE). There is also another test available - build the 'LKM' kernel, and do a 'make && make regress' in the src/lkm directory. This check that you haven't broken LKM linking. Eivind. From owner-cvs-sys Mon Jun 8 04:41:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA26472 for cvs-sys-outgoing; Mon, 8 Jun 1998 04:41:24 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from sos.freebsd.dk (sos.freebsd.dk [212.242.40.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA26417; Mon, 8 Jun 1998 04:40:57 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.8.8/8.8.8) id NAA03454; Mon, 8 Jun 1998 13:40:20 +0200 (CEST) (envelope-from sos) Message-Id: <199806081140.NAA03454@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-Reply-To: <21391.897304637@time.cdrom.com> from "Jordan K. Hubbard" at "Jun 8, 98 04:17:17 am" To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Mon, 8 Jun 1998 13:40:19 +0200 (CEST) Cc: sos@FreeBSD.ORG, bde@zeta.org.au, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG From: Søren Schmidt Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In reply to Jordan K. Hubbard who wrote: > > 1. What we consider a "reasonable test" of any kernel change has always > been a relatively clean build of LINT. Resonable, but not enough for this kind of broad spread changes. > 2. Doug built LINT. So? > 3. The sound code you had problems with is enabled in the LINT configuration > (the old, not new Luigi code) and thus, assuming that everyone did their > bit correctly, *was* tested by Doug and the failure must therefore be in > the testing method itself. You havn't been watching your commit mail then, there has been at least a handfull (if not two full hands) of broken drivers that wasn't checked for the ioctl change, the snd stuff was just a one off: the devfs stuff was broken the ELF activator was broken the sound system was broken the wd driver was broken the wst driver was broken DDB was broken. Need I continue ?? > 4. If building LINT is no longer a sufficient test, we should determine > what *is* a sufficient test before we start flaming people. It has NEVER been sufficient to build LINT :), and it probably never will be, there are too much interference between different drivers etc for that to work. Find & grep is some of your helpers here, and so would a large regressiontest framework be, but we don't have that. So one should at least grep for the matter (here a simple grep for ioctl would have done nicely), or have the code run through a couple of others as they will most often have different setups and will probably spot some of the offending bugs. As usual we all make mistakes (and I've done my fair share), but generic changes like these should be tested & reviewed by at least a couple of others with different setups. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. From owner-cvs-sys Mon Jun 8 05:31:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA02591 for cvs-sys-outgoing; Mon, 8 Jun 1998 05:31:02 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA02575; Mon, 8 Jun 1998 05:30:56 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id FAA21689; Mon, 8 Jun 1998 05:30:59 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Bruce Evans cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, sos@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-reply-to: Your message of "Mon, 08 Jun 1998 21:30:51 +1000." <199806081130.VAA01047@godzilla.zeta.org.au> Date: Mon, 08 Jun 1998 05:30:58 -0700 Message-ID: <21685.897309058@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > snd are just the most bogusly configured. Sound is in LINT but snd > isn't. I think there are also a couple of sound modules that aren't > configured because they would conflict. Nope - see for yourself; all possible sound modules (in the old voxware set) are included and the only thing commented out is a duplicate entry for gus0, that entry there simply to show how one can designate an extra IRA through the use of flags. In fact, since the new sound code AND all of the old sound code co-exist just fine in LINT (I tried it, it worked), the new sound stuff should probably be uncommented as well. - Jordan From owner-cvs-sys Mon Jun 8 05:33:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA02863 for cvs-sys-outgoing; Mon, 8 Jun 1998 05:33:56 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA02853; Mon, 8 Jun 1998 05:33:49 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id FAA21708; Mon, 8 Jun 1998 05:33:47 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Eivind Eklund cc: sos@FreeBSD.ORG, Bruce Evans , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-reply-to: Your message of "Mon, 08 Jun 1998 13:33:03 +0200." <19980608133303.28877@follo.net> Date: Mon, 08 Jun 1998 05:33:47 -0700 Message-ID: <21704.897309227@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > The problem is in the fact that the snd drivers is imported with files > named the same as the sound/ files, and thus don't get compiled during > LINT. This is bogus. Aha, thanks for pointing this out - you're right. I uncommented pcm0 and all the audio drivers under the impression that it would cause pcm0 to be built as well but now that you mention it, of course, I find that to be totally untrue. Feh. Since nobody's even supporting the "old" audio driver anymore, perhaps we should just bite the bullet and migrate for -current? Some people will miss their FM support, but hopefully also enough to help Luigi incorporate that support into his driver. Even with reduced functionality, there's a lot to be said for a driver that's actively maintained vs one which is not. - Jordan From owner-cvs-sys Mon Jun 8 06:02:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA07736 for cvs-sys-outgoing; Mon, 8 Jun 1998 06:02:16 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA07536; Mon, 8 Jun 1998 06:01:12 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id NAA15937; Mon, 8 Jun 1998 13:23:32 +0200 From: Luigi Rizzo Message-Id: <199806081123.NAA15937@labinfo.iet.unipi.it> Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Mon, 8 Jun 1998 13:23:31 +0200 (MET DST) Cc: eivind@yes.no, sos@FreeBSD.ORG, bde@zeta.org.au, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG In-Reply-To: <21704.897309227@time.cdrom.com> from "Jordan K. Hubbard" at Jun 8, 98 05:33:28 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > The problem is in the fact that the snd drivers is imported with files > > named the same as the sound/ files, and thus don't get compiled during > > LINT. This is bogus. > > Aha, thanks for pointing this out - you're right. I uncommented pcm0 > and all the audio drivers under the impression that it would cause > pcm0 to be built as well but now that you mention it, of course, I > find that to be totally untrue. Feh. Since nobody's even supporting i don't have any problem in renaming files, but don't see any practical purpose (other than testing) since this is two different drivers for the same hardware and cannot do anything good at runtime. > the "old" audio driver anymore, perhaps we should just bite the bullet > and migrate for -current? Some people will miss their FM support, but what do you mean by 'migrate', if it is just a change in LINT (and ANTILINT as Eivind suggested) then it is no big deal. Perhaps we (you! i don't run current) should poll how many users use one or the other driver and decide on basing on those numbers. > hopefully also enough to help Luigi incorporate that support into his you are very optimistic, Jordan. For people in the need of FM it is much easier to use the old stuff and use the awe driver. the reason why i wrote the driver was that i did not have an alternative for full duplex on the audio cards available here, if i did probably i'd use my time on something else cheers luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ > driver. Even with reduced functionality, there's a lot to be said > for a driver that's actively maintained vs one which is not. As > > - Jordan > From owner-cvs-sys Mon Jun 8 11:17:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09376 for cvs-sys-outgoing; Mon, 8 Jun 1998 11:17:18 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09314; Mon, 8 Jun 1998 11:16:48 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from gnipahellir.ifi.uio.no (2602@gnipahellir.ifi.uio.no [129.240.64.86]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with ESMTP id UAA20544; Mon, 8 Jun 1998 20:16:24 +0200 (MET DST) Received: (from dag-erli@localhost) by gnipahellir.ifi.uio.no ; Mon, 8 Jun 1998 20:16:24 +0200 (MET DST) Mime-Version: 1.0 To: "Jordan K. Hubbard" Cc: Bruce Evans , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, sos@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c References: <21685.897309058@time.cdrom.com> Organization: University of Oslo, Department of Informatics X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-email-address-1: dag-erli@ifi.uio.no (for private or study-related mail) X-email-address-2: dagsm@hypnotech.no (for job-related mail) X-email-address-3: des@FreeBSD.org (for FreeBSD-related mail) X-email-address-4: finrod@ewox.org (for demoscene-related mail) X-disclaimer-1: I speak only for myself. The views expressed in this message X-disclaimer-2: are not those of the University of Oslo, the FreeBSD project, X-disclaimer-3: or any other organization or company to which I am or have at X-disclaimer-4: some time been affiliated. X-Stop-Spam: http://www.cauce.org/ From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 08 Jun 1998 20:16:23 +0200 In-Reply-To: "Jordan K. Hubbard"'s message of "Mon, 08 Jun 1998 05:30:58 -0700" Message-ID: Lines: 12 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Jordan K. Hubbard" writes: > In fact, since the new sound code AND all of the old sound code > co-exist just fine in LINT (I tried it, it worked), the new sound > stuff should probably be uncommented as well. They don't coexist well in LINT. There is some overlapping in the names of the sources, which means at least some object files get clobbered if you try to compile a kernel with both Voxware and Luigi's code, unless I have totally misunderstood the kernel-building process. -- Noone else has a .sig like this one. From owner-cvs-sys Mon Jun 8 11:22:34 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10561 for cvs-sys-outgoing; Mon, 8 Jun 1998 11:22:34 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09932; Mon, 8 Jun 1998 11:19:57 -0700 (PDT) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA11738; Mon, 8 Jun 1998 11:18:31 -0700 (PDT) Date: Mon, 8 Jun 1998 11:18:31 -0700 (PDT) Message-Id: <199806081818.LAA11738@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_syscalls.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1998/06/08 11:18:31 PDT Modified files: sys/kern vfs_syscalls.c Log: Remove some junk left over from a previous commit. Submitted by: phk Revision Changes Path 1.103 +1 -6 src/sys/kern/vfs_syscalls.c From owner-cvs-sys Mon Jun 8 13:36:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02247 for cvs-sys-outgoing; Mon, 8 Jun 1998 13:36:32 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01831; Mon, 8 Jun 1998 13:34:51 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12174; Mon, 8 Jun 1998 13:33:30 -0700 (PDT) Date: Mon, 8 Jun 1998 13:33:30 -0700 (PDT) Message-Id: <199806082033.NAA12174@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/06/08 13:33:29 PDT Modified files: sys/net if.c Log: Don't let ifunit() modify the string passed as an argument. it may be in the text segment and write protected. Revision Changes Path 1.60 +26 -16 src/sys/net/if.c From owner-cvs-sys Mon Jun 8 13:41:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA03323 for cvs-sys-outgoing; Mon, 8 Jun 1998 13:41:07 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02698; Mon, 8 Jun 1998 13:38:54 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA12224; Mon, 8 Jun 1998 13:37:30 -0700 (PDT) Date: Mon, 8 Jun 1998 13:37:30 -0700 (PDT) Message-Id: <199806082037.NAA12224@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/06/08 13:37:30 PDT Modified files: (Branch: RELENG_2_2) sys/net if.c Log: MFC: Don't let ifunit() modify the string passed as an argument. it may be in the text segment and write protected. matches 1.59 -> 1.60 Revision Changes Path 1.36.2.3 +26 -16 src/sys/net/if.c From owner-cvs-sys Mon Jun 8 16:32:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06057 for cvs-sys-outgoing; Mon, 8 Jun 1998 16:32:50 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA05932; Mon, 8 Jun 1998 16:31:26 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.8.8/8.8.5) with SMTP id AAA02400; Tue, 9 Jun 1998 00:32:19 +0100 (BST) Date: Tue, 9 Jun 1998 00:32:19 +0100 (BST) From: Doug Rabson To: Sren Schmidt cc: "Jordan K. Hubbard" , bde@zeta.org.au, cvs-all@freebsd.org, cvs-committers@freebsd.org, cvs-sys@freebsd.org Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-Reply-To: <199806081140.NAA03454@sos.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 8 Jun 1998, Sren Schmidt wrote: > the devfs stuff was broken > the ELF activator was broken > the sound system was broken > the wd driver was broken > the wst driver was broken > DDB was broken. Elf and DDB are fair comment. I was under the distinct impression that I tested Elf and Linux compat but I think I made a mistake and booted the wrong kernel. Such is life. DEVFS and SLICE for whatever reason are not enabled in LINT. Perhaps I was wrong in thinking that LINT contained all reasonable combinations of drivers and options. If there are problems with configurations that are not compatible with LINT, then we need more test configurations. I believe that I have fixed any breakage in a timely fashion. IMHO with a commit like this some fallout is inevitable. > > Need I continue ?? > > > 4. If building LINT is no longer a sufficient test, we should determine > > what *is* a sufficient test before we start flaming people. > > It has NEVER been sufficient to build LINT :), and it probably never will > be, there are too much interference between different drivers etc for > that to work. Find & grep is some of your helpers here, and so would a large > regressiontest framework be, but we don't have that. So one should at > least grep for the matter (here a simple grep for ioctl would have > done nicely), or have the code run through a couple of others as they > will most often have different setups and will probably spot some > of the offending bugs. > > As usual we all make mistakes (and I've done my fair share), but generic > changes like these should be tested & reviewed by at least a couple > of others with different setups. As I recall I mailed core about this change and only Bruce was kind enough to show any interest. Certainly no-one asked to review the diffs. I have no interest in a flame war on this and I have my own pointy hat to wear for the next couple of days so lets just leave it at that ok? -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 From owner-cvs-sys Mon Jun 8 16:57:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08732 for cvs-sys-outgoing; Mon, 8 Jun 1998 16:57:08 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA08701; Mon, 8 Jun 1998 16:56:58 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA13652; Mon, 8 Jun 1998 16:55:36 -0700 (PDT) Date: Mon, 8 Jun 1998 16:55:36 -0700 (PDT) Message-Id: <199806082355.QAA13652@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/06/08 16:55:36 PDT Modified files: sys/ufs/ufs ufs_vnops.c Log: The version of the softdep changes in FreeBSD broke the (doingdirectory && !newparent) case of ufs_rename(). rename("D1/X/", "D2/Y/") gives a wrong link count for D2. Submitted by: Bruce Evans Reviewed by: Kirk McKusick Revision Changes Path 1.88 +7 -4 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-sys Mon Jun 8 16:58:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA08855 for cvs-sys-outgoing; Mon, 8 Jun 1998 16:58:33 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA08821; Mon, 8 Jun 1998 16:58:19 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by cimlogic.com.au (8.8.8/8.8.7) id KAA09373; Tue, 9 Jun 1998 10:01:04 +1000 (EST) (envelope-from jb) From: John Birrell Message-Id: <199806090001.KAA09373@cimlogic.com.au> Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-Reply-To: from Doug Rabson at "Jun 9, 98 00:32:19 am" To: dfr@nlsystems.com (Doug Rabson) Date: Tue, 9 Jun 1998 10:01:04 +1000 (EST) Cc: sos@FreeBSD.ORG, jkh@time.cdrom.com, bde@zeta.org.au, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Doug Rabson wrote: > As I recall I mailed core about this change and only Bruce was kind enough > to show any interest. Certainly no-one asked to review the diffs. I have > no interest in a flame war on this and I have my own pointy hat to wear > for the next couple of days so lets just leave it at that ok? There is a wider (possibly interested) audience than just core. 8-) -- John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/ CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137 From owner-cvs-sys Mon Jun 8 17:41:38 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA15017 for cvs-sys-outgoing; Mon, 8 Jun 1998 17:41:38 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA14993; Mon, 8 Jun 1998 17:41:21 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id KAA11579; Tue, 9 Jun 1998 10:41:20 +1000 Date: Tue, 9 Jun 1998 10:41:20 +1000 From: Bruce Evans Message-Id: <199806090041.KAA11579@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, julian@FreeBSD.ORG Subject: Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > sys/ufs/ufs ufs_vnops.c > Log: > The version of the softdep changes in FreeBSD broke the > (doingdirectory && !newparent) case of ufs_rename(). > rename("D1/X/", "D2/Y/") gives a wrong link count for D2. > > Submitted by: Bruce Evans > Reviewed by: Kirk McKusick It actually broke the (doingdirectory && newparent) case, as shown in the example. D2's link count became -1 (if Y was the only subdirectory in it to begin with), so it could not be removed and it took an fsck to fix the error. Bruce From owner-cvs-sys Mon Jun 8 20:29:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13566 for cvs-sys-outgoing; Mon, 8 Jun 1998 20:29:57 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13492; Mon, 8 Jun 1998 20:29:40 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA16275; Mon, 8 Jun 1998 20:28:17 -0700 (PDT) Date: Mon, 8 Jun 1998 20:28:17 -0700 (PDT) Message-Id: <199806090328.UAA16275@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/linux syscalls.master Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/08 20:28:16 PDT Modified files: sys/i386/linux syscalls.master Log: Include "opt_compat.h" explicitly instead of depending on makesyscalls.sh generating it as pollution. Don't attempt to separate the includes by newlines. makesyscalls.sh just ignores newlines. Revision Changes Path 1.11 +2 -2 src/sys/i386/linux/syscalls.master From owner-cvs-sys Mon Jun 8 20:34:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA14656 for cvs-sys-outgoing; Mon, 8 Jun 1998 20:34:03 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA14475; Mon, 8 Jun 1998 20:33:30 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA16324; Mon, 8 Jun 1998 20:32:07 -0700 (PDT) Date: Mon, 8 Jun 1998 20:32:07 -0700 (PDT) Message-Id: <199806090332.UAA16324@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern makesyscalls.sh Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/08 20:32:07 PDT Modified files: sys/kern makesyscalls.sh Log: Don't generate COMPAT_43 cruft if there are no COMPAT_43 syscalls. In particular, don't generate an include of "opt_compat.h" if it wouldn't affect anything we create. This will fix recent breakage of the ibcs2 LKM. The ibcs2 syscall files were not regenerated properly, so the LKM didn't break immediately when we started generating this extraneous include. Revision Changes Path 1.34 +18 -12 src/sys/kern/makesyscalls.sh From owner-cvs-sys Mon Jun 8 20:39:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16111 for cvs-sys-outgoing; Mon, 8 Jun 1998 20:39:18 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA15886; Mon, 8 Jun 1998 20:38:30 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA16401; Mon, 8 Jun 1998 20:37:05 -0700 (PDT) Date: Mon, 8 Jun 1998 20:37:05 -0700 (PDT) Message-Id: <199806090337.UAA16401@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_isc_sysent.c ibcs2_sysent.c ibcs2_xenix_sysent.c src/sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/08 20:37:04 PDT Modified files: sys/i386/ibcs2 ibcs2_isc_sysent.c ibcs2_sysent.c ibcs2_xenix_sysent.c sys/i386/linux linux_proto.h linux_syscall.h linux_sysent.c Log: Updated generated files. Revision Changes Path 1.6 +0 -8 src/sys/i386/ibcs2/ibcs2_isc_sysent.c 1.10 +0 -8 src/sys/i386/ibcs2/ibcs2_sysent.c 1.6 +0 -8 src/sys/i386/ibcs2/ibcs2_xenix_sysent.c 1.12 +1 -1 src/sys/i386/linux/linux_proto.h 1.8 +1 -1 src/sys/i386/linux/linux_syscall.h 1.13 +1 -8 src/sys/i386/linux/linux_sysent.c From owner-cvs-sys Mon Jun 8 21:49:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA29130 for cvs-sys-outgoing; Mon, 8 Jun 1998 21:49:32 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from parkplace.cet.co.jp (parkplace.cet.co.jp [202.32.64.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA29103; Mon, 8 Jun 1998 21:49:02 -0700 (PDT) (envelope-from michaelh@cet.co.jp) Received: from localhost (michaelh@localhost) by parkplace.cet.co.jp (8.8.8/CET-v2.2) with SMTP id EAA16277; Tue, 9 Jun 1998 04:47:51 GMT Date: Tue, 9 Jun 1998 13:47:51 +0900 (JST) From: Michael Hancock To: Bruce Evans cc: cvs-sys@FreeBSD.ORG, julian@FreeBSD.ORG Subject: Re: cvs commit: src/sys/ufs/ufs ufs_vnops.c In-Reply-To: <199806090041.KAA11579@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 9 Jun 1998, Bruce Evans wrote: > It actually broke the (doingdirectory && newparent) case, as > shown in the example. D2's link count became -1 (if Y was the > only subdirectory in it to begin with), so it could not be > removed and it took an fsck to fix the error. That was a tough one, good job! While we're looking at rename, I should note my comment ... /* XXX - Temporarily preserve previous rele behavior */ is wrong. The code does belong there and ... /* Cleanup after VREF and relookup */ would probably be more appropriate. rename was a little hard to follow because the auto vp variables are reused and can possibly refer to entirely different things and it was expecially difficult to track exactly who was getting rele'd on all the exits. I'll fix this when I get my head above water and can start working on this again. From owner-cvs-sys Mon Jun 8 23:40:41 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA13198 for cvs-sys-outgoing; Mon, 8 Jun 1998 23:40:41 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from sos.freebsd.dk (sos.freebsd.dk [212.242.40.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA13155; Mon, 8 Jun 1998 23:40:22 -0700 (PDT) (envelope-from sos@sos.freebsd.dk) Received: (from sos@localhost) by sos.freebsd.dk (8.8.8/8.8.8) id IAA01381; Tue, 9 Jun 1998 08:39:40 +0200 (CEST) (envelope-from sos) Message-Id: <199806090639.IAA01381@sos.freebsd.dk> Subject: Re: cvs commit: src/sys/i386/isa/snd ad1848.c sb_dsp.c sound.c In-Reply-To: <199806090001.KAA09373@cimlogic.com.au> from John Birrell at "Jun 9, 98 10:01:04 am" To: jb@cimlogic.com.au (John Birrell) Date: Tue, 9 Jun 1998 08:39:40 +0200 (CEST) Cc: dfr@nlsystems.com, sos@FreeBSD.ORG, jkh@time.cdrom.com, bde@zeta.org.au, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG From: Søren Schmidt Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In reply to John Birrell who wrote: > Doug Rabson wrote: > > As I recall I mailed core about this change and only Bruce was kind enough > > to show any interest. Certainly no-one asked to review the diffs. I have > > no interest in a flame war on this and I have my own pointy hat to wear > > for the next couple of days so lets just leave it at that ok? > > There is a wider (possibly interested) audience than just core. 8-) My words exactly. BTW don't take this personally, I'm just trying to get attention to all the things one needs to consider before pulling the trigger... -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Søren Schmidt (sos@FreeBSD.org) FreeBSD Core Team Even more code to hack -- will it ever end .. From owner-cvs-sys Tue Jun 9 05:52:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA12222 for cvs-sys-outgoing; Tue, 9 Jun 1998 05:52:55 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA12095; Tue, 9 Jun 1998 05:52:36 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA00453; Tue, 9 Jun 1998 05:52:36 -0700 (PDT) Date: Tue, 9 Jun 1998 05:52:36 -0700 (PDT) Message-Id: <199806091252.FAA00453@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 autoconf.c src/sys/kern vfs_conf.c src/sys/sys systm.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/06/09 05:52:35 PDT Modified files: sys/i386/i386 autoconf.c sys/kern vfs_conf.c sys/sys systm.h Log: Pass lists of possible root devices and their names up to the machine-independent code and try mounting the devices in the lists instead of guessing alternative root devices in a machine- dependent way. autoconf.c: Reject preposterous slice numbers instead of silently converting them to COMPATIBILITY_SLICE. Don't forget to force slice = COMPATIBILITY_SLICE in the floppy device name. Eliminated most magic numbers and magic device names in setroot(). Fixed dozens of style bugs. vfs_conf.c: Put the actual root device name instead of "root_device" in the mount struct if the actual name is available. This is useful after booting with -s. If it were set in all cases then it could be used to do mount(8)'s ROOTSLICE_HUNT and fsck(8)'s hotroot guess better. Revision Changes Path 1.98 +48 -44 src/sys/i386/i386/autoconf.c 1.25 +28 -16 src/sys/kern/vfs_conf.c 1.72 +3 -1 src/sys/sys/systm.h From owner-cvs-sys Tue Jun 9 06:11:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15418 for cvs-sys-outgoing; Tue, 9 Jun 1998 06:11:12 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA15322; Tue, 9 Jun 1998 06:10:56 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA00702; Tue, 9 Jun 1998 06:10:55 -0700 (PDT) Date: Tue, 9 Jun 1998 06:10:55 -0700 (PDT) Message-Id: <199806091310.GAA00702@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa clock.c random_machdep.c src/sys/kern kern_clock.c kern_ntptime.c kern_time.c src/sys/sys time.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/06/09 06:10:54 PDT Modified files: sys/i386/isa clock.c random_machdep.c sys/kern kern_clock.c kern_ntptime.c kern_time.c sys/sys time.h Log: Add a tc_ prefix to struct timecounter members. Urged by: bde Revision Changes Path 1.124 +6 -6 src/sys/i386/isa/clock.c 1.27 +2 -2 src/sys/i386/isa/random_machdep.c 1.73 +92 -88 src/sys/kern/kern_clock.c 1.17 +2 -2 src/sys/kern/kern_ntptime.c 1.58 +2 -2 src/sys/kern/kern_time.c 1.33 +20 -20 src/sys/sys/time.h From owner-cvs-sys Tue Jun 9 06:12:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA15893 for cvs-sys-outgoing; Tue, 9 Jun 1998 06:12:40 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from critter.freebsd.dk (critter.freebsd.dk [195.8.129.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA15800; Tue, 9 Jun 1998 06:12:26 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id PAA20767; Tue, 9 Jun 1998 15:10:54 +0200 (CEST) To: Bruce Evans cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 autoconf.c src/sys/kern vfs_conf.c src/sys/sys systm.h In-reply-to: Your message of "Tue, 09 Jun 1998 05:52:36 PDT." <199806091252.FAA00453@freefall.freebsd.org> Date: Tue, 09 Jun 1998 15:10:54 +0200 Message-ID: <20765.897397854@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199806091252.FAA00453@freefall.freebsd.org>, Bruce Evans writes: >bde 1998/06/09 05:52:35 PDT > > Modified files: > sys/i386/i386 autoconf.c > sys/kern vfs_conf.c > sys/sys systm.h > Log: > Pass lists of possible root devices and their names up to the > machine-independent code and try mounting the devices in the > lists instead of guessing alternative root devices in a machine- > dependent way. Cool! -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal From owner-cvs-sys Tue Jun 9 06:20:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA17935 for cvs-sys-outgoing; Tue, 9 Jun 1998 06:20:48 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA17866; Tue, 9 Jun 1998 06:20:32 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA00756; Tue, 9 Jun 1998 06:20:31 -0700 (PDT) Date: Tue, 9 Jun 1998 06:20:31 -0700 (PDT) Message-Id: <199806091320.GAA00756@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/msdosfs msdosfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dt 1998/06/09 06:20:30 PDT Modified files: sys/msdosfs msdosfs_vnops.c Log: Fix typo in a comment. Revision Changes Path 1.70 +2 -2 src/sys/msdosfs/msdosfs_vnops.c From owner-cvs-sys Tue Jun 9 07:15:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01727 for cvs-sys-outgoing; Tue, 9 Jun 1998 07:15:30 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01658; Tue, 9 Jun 1998 07:15:12 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA27942; Tue, 9 Jun 1998 07:15:11 -0700 (PDT) Date: Tue, 9 Jun 1998 07:15:11 -0700 (PDT) Message-Id: <199806091415.HAA27942@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys cdefs.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dt 1998/06/09 07:15:10 PDT Modified files: (Branch: RELENG_2_2) sys/sys cdefs.h Log: MFC (rev. 1.16): remove stray semicolon. Revision Changes Path 1.11.2.2 +2 -2 src/sys/sys/cdefs.h From owner-cvs-sys Tue Jun 9 13:41:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA00709 for cvs-sys-outgoing; Tue, 9 Jun 1998 13:41:30 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00666; Tue, 9 Jun 1998 13:41:01 -0700 (PDT) (envelope-from mike@antipodes.cdrom.com) Received: from antipodes.cdrom.com (localhost [127.0.0.1]) by antipodes.cdrom.com (8.8.8/8.8.5) with ESMTP id FAA02467; Tue, 9 Jun 1998 05:44:07 -0700 (PDT) Message-Id: <199806091244.FAA02467@antipodes.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Bruce Evans cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-sys@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 autoconf.c src/sys/kern vfs_conf.c src/sys/sys systm.h In-reply-to: Your message of "Tue, 09 Jun 1998 05:52:36 PDT." <199806091252.FAA00453@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 09 Jun 1998 05:44:07 -0700 From: Mike Smith Sender: owner-cvs-sys@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > bde 1998/06/09 05:52:35 PDT > > Modified files: > sys/i386/i386 autoconf.c > sys/kern vfs_conf.c > sys/sys systm.h > Log: > Pass lists of possible root devices and their names up to the > machine-independent code and try mounting the devices in the > lists instead of guessing alternative root devices in a machine- > dependent way. Yay! How about in the SLICE/DEVFS case? -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com From owner-cvs-sys Tue Jun 9 19:32:46 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA29057 for cvs-sys-outgoing; Tue, 9 Jun 1998 19:32:46 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA28998; Tue, 9 Jun 1998 19:32:23 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id TAA00375; Tue, 9 Jun 1998 19:31:09 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd000372; Wed Jun 10 02:31:00 1998 Date: Tue, 9 Jun 1998 19:30:56 -0700 (PDT) From: Julian Elischer To: Mike Smith cc: Bruce Evans , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/i386 autoconf.c src/sys/kern vfs_conf.c src/sys/sys systm.h In-Reply-To: <199806091244.FAA02467@antipodes.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk that would be easy. I have it right there... On Tue, 9 Jun 1998, Mike Smith wrote: > > bde 1998/06/09 05:52:35 PDT > > > > Modified files: > > sys/i386/i386 autoconf.c > > sys/kern vfs_conf.c > > sys/sys systm.h > > Log: > > Pass lists of possible root devices and their names up to the > > machine-independent code and try mounting the devices in the > > lists instead of guessing alternative root devices in a machine- > > dependent way. > > Yay! How about in the SLICE/DEVFS case? > > -- > \\ Sometimes you're ahead, \\ Mike Smith > \\ sometimes you're behind. \\ mike@smith.net.au > \\ The race is long, and in the \\ msmith@freebsd.org > \\ end it's only with yourself. \\ msmith@cdrom.com > > > From owner-cvs-sys Tue Jun 9 23:30:50 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05494 for cvs-sys-outgoing; Tue, 9 Jun 1998 23:30:50 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA05440; Tue, 9 Jun 1998 23:30:39 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA05640; Tue, 9 Jun 1998 23:30:33 -0700 (PDT) Date: Tue, 9 Jun 1998 23:30:33 -0700 (PDT) Message-Id: <199806100630.XAA05640@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/msdosfs msdosfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/06/09 23:30:32 PDT Modified files: sys/msdosfs msdosfs_vnops.c Log: Return EOPNOTSUPP rather than EINVAL for flags that are not supported. Revision Changes Path 1.71 +2 -2 src/sys/msdosfs/msdosfs_vnops.c From owner-cvs-sys Tue Jun 9 23:35:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA06374 for cvs-sys-outgoing; Tue, 9 Jun 1998 23:35:21 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA06277; Tue, 9 Jun 1998 23:35:04 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA05748; Tue, 9 Jun 1998 23:34:58 -0700 (PDT) Date: Tue, 9 Jun 1998 23:34:58 -0700 (PDT) Message-Id: <199806100634.XAA05748@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/devfs devfs_vnops.c src/sys/miscfs/fdesc fdesc_vnops.c src/sys/miscfs/kernfs kernfs_vnops.c src/sys/miscfs/nullfs null_vnops.c src/sys/miscfs/portal portal_vnops.c src/sys/miscfs/procfs procfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/06/09 23:34:58 PDT Modified files: sys/miscfs/devfs devfs_vnops.c sys/miscfs/fdesc fdesc_vnops.c sys/miscfs/kernfs kernfs_vnops.c sys/miscfs/nullfs null_vnops.c sys/miscfs/portal portal_vnops.c sys/miscfs/procfs procfs_vnops.c Log: Don't silently accept attempts to change flags where they are not supported. Revision Changes Path 1.56 +4 -2 src/sys/miscfs/devfs/devfs_vnops.c 1.35 +8 -2 src/sys/miscfs/fdesc/fdesc_vnops.c 1.31 +4 -1 src/sys/miscfs/kernfs/kernfs_vnops.c 1.28 +4 -2 src/sys/miscfs/nullfs/null_vnops.c 1.32 +4 -1 src/sys/miscfs/portal/portal_vnops.c 1.58 +5 -1 src/sys/miscfs/procfs/procfs_vnops.c From owner-cvs-sys Wed Jun 10 01:25:37 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA26520 for cvs-sys-outgoing; Wed, 10 Jun 1998 01:25:37 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA26488; Wed, 10 Jun 1998 01:25:32 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA06324; Wed, 10 Jun 1998 01:25:25 -0700 (PDT) Date: Wed, 10 Jun 1998 01:25:25 -0700 (PDT) Message-Id: <199806100825.BAA06324@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pc98/pc98 clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1998/06/10 01:25:25 PDT Modified files: sys/pc98/pc98 clock.c Log: Sync with sys/i386/isa/clock.c revision 1.124. Revision Changes Path 1.58 +6 -6 src/sys/pc98/pc98/clock.c From owner-cvs-sys Wed Jun 10 03:28:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21527 for cvs-sys-outgoing; Wed, 10 Jun 1998 03:28:10 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA21384; Wed, 10 Jun 1998 03:27:57 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08796; Wed, 10 Jun 1998 03:27:50 -0700 (PDT) Date: Wed, 10 Jun 1998 03:27:50 -0700 (PDT) Message-Id: <199806101027.DAA08796@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_descrip.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/10 03:27:49 PDT Modified files: sys/kern kern_descrip.c Log: 64bit fixes: p->p_retval is a register_t[] not an int[]. Revision Changes Path 1.53 +4 -3 src/sys/kern/kern_descrip.c From owner-cvs-sys Wed Jun 10 03:28:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21721 for cvs-sys-outgoing; Wed, 10 Jun 1998 03:28:47 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA21655; Wed, 10 Jun 1998 03:28:39 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08828; Wed, 10 Jun 1998 03:28:32 -0700 (PDT) Date: Wed, 10 Jun 1998 03:28:32 -0700 (PDT) Message-Id: <199806101028.DAA08828@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_prot.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/10 03:28:31 PDT Modified files: sys/kern kern_prot.c Log: 64bit fixes: use size_t not u_int for sizes. Revision Changes Path 1.40 +2 -2 src/sys/kern/kern_prot.c From owner-cvs-sys Wed Jun 10 03:29:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21906 for cvs-sys-outgoing; Wed, 10 Jun 1998 03:29:47 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA21850; Wed, 10 Jun 1998 03:29:41 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08857; Wed, 10 Jun 1998 03:29:33 -0700 (PDT) Date: Wed, 10 Jun 1998 03:29:33 -0700 (PDT) Message-Id: <199806101029.DAA08857@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern sys_generic.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/10 03:29:33 PDT Modified files: sys/kern sys_generic.c Log: 64bit fixes: use u_long not int for ioctl command. Revision Changes Path 1.39 +3 -2 src/sys/kern/sys_generic.c From owner-cvs-sys Wed Jun 10 03:30:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA22262 for cvs-sys-outgoing; Wed, 10 Jun 1998 03:30:51 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA22159; Wed, 10 Jun 1998 03:30:35 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08895; Wed, 10 Jun 1998 03:30:28 -0700 (PDT) Date: Wed, 10 Jun 1998 03:30:28 -0700 (PDT) Message-Id: <199806101030.DAA08895@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern uipc_syscalls.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/10 03:30:27 PDT Modified files: sys/kern uipc_syscalls.c Log: 64bit fixes: don't cast p->p_retval to an int*. Revision Changes Path 1.40 +5 -3 src/sys/kern/uipc_syscalls.c From owner-cvs-sys Wed Jun 10 03:31:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA22504 for cvs-sys-outgoing; Wed, 10 Jun 1998 03:31:28 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA22440; Wed, 10 Jun 1998 03:31:19 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA08928; Wed, 10 Jun 1998 03:31:11 -0700 (PDT) Date: Wed, 10 Jun 1998 03:31:11 -0700 (PDT) Message-Id: <199806101031.DAA08928@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_aio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/10 03:31:11 PDT Modified files: sys/kern vfs_aio.c Log: 64bit fixes: don't cast pointers to int. Revision Changes Path 1.29 +14 -14 src/sys/kern/vfs_aio.c From owner-cvs-sys Wed Jun 10 03:58:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA27670 for cvs-sys-outgoing; Wed, 10 Jun 1998 03:58:02 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA27548; Wed, 10 Jun 1998 03:57:41 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA09251; Wed, 10 Jun 1998 03:57:33 -0700 (PDT) Date: Wed, 10 Jun 1998 03:57:33 -0700 (PDT) Message-Id: <199806101057.DAA09251@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha autoconf.c clock.c cons.c cpuconf.c db_disasm.c db_instruction.h db_interface.c db_trace.c dec_kn8ae.c diskslice_machdep.c divrem.m4 exception.s genassym.c gensetdefs.c in_cksum.c interrupt.c ipl_funcs.c locore.s machdep.c ... Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/10 03:57:33 PDT Modified files: sys/alpha/include alpha_cpu.h asm.h cpu.h elf.h lock.h param.h pmap.h proc.h pte.h reg.h vmparam.h sys/conf files sys/ddb db_examine.c db_print.c db_sym.c sys/sys module.h Added files: sys/alpha/alpha autoconf.c clock.c cons.c cpuconf.c db_disasm.c db_instruction.h db_interface.c db_trace.c dec_kn8ae.c diskslice_machdep.c divrem.m4 exception.s genassym.c gensetdefs.c in_cksum.c interrupt.c ipl_funcs.c locore.s machdep.c mem.c pal.s pmap.c procfs_machdep.c prom.c prom_disp.s promcons.c setdef0.c setdef1.c support.s swtch.s symbols.raw sys_machdep.c trap.c vm_machdep.c sys/alpha/conf GENERIC Makefile.alpha SIMOS devices.alpha files.alpha majors.alpha options.alpha sys/alpha/include bootinfo.h bus.h chipset.h clock.h conf.h cons.h cpuconf.h cpufunc.h db_machdep.h in_cksum.h ipl.h md_var.h prom.h psl.h ptrace.h rpb.h sys/alpha/pci pcibus.c pcibus.h sys/alpha/tlsb dwlpx.c dwlpxreg.h gbus.c gbusreg.h gbusvar.h kftxx.c kftxxreg.h kftxxvar.h mcclock_tlsb.c tlsb.c tlsbmem.c tlsbreg.h tlsbvar.h zs_tlsb.c zsreg.h sys/dev/dec clockvar.h mc146818reg.h mcclock.c mcclockvar.h sys/kern subr_bus.c sys/libkern/alpha byte_swap_2.S byte_swap_4.S htonl.S htons.S ntohl.S ntohs.S sys/pci simos.c simos.h sys/sys bus.h bus_private.h elf64.h Log: Add initial support for the FreeBSD/alpha kernel. This is very much a work in progress and has never booted a real machine. Initial development and testing was done using SimOS (see http://simos.stanford.edu for details). On the SimOS simulator, this port successfully reaches single-user mode and has been tested with loads as high as one copy of /bin/ls :-). Obtained from: partly from NetBSD/alpha Revision Changes Path 1.2 +10 -4 src/sys/alpha/include/alpha_cpu.h 1.2 +3 -3 src/sys/alpha/include/asm.h 1.2 +7 -13 src/sys/alpha/include/cpu.h 1.2 +36 -19 src/sys/alpha/include/elf.h 1.2 +5 -1 src/sys/alpha/include/lock.h 1.3 +25 -26 src/sys/alpha/include/param.h 1.2 +167 -76 src/sys/alpha/include/pmap.h 1.2 +1 -1 src/sys/alpha/include/proc.h 1.2 +2 -2 src/sys/alpha/include/pte.h 1.2 +3 -2 src/sys/alpha/include/reg.h 1.2 +22 -12 src/sys/alpha/include/vmparam.h 1.141 +3 -2 src/sys/conf/files 1.20 +2 -2 src/sys/ddb/db_examine.c 1.20 +2 -2 src/sys/ddb/db_print.c 1.22 +3 -3 src/sys/ddb/db_sym.c 1.3 +3 -2 src/sys/sys/module.h From owner-cvs-sys Wed Jun 10 04:36:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA07475 for cvs-sys-outgoing; Wed, 10 Jun 1998 04:36:30 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA07413; Wed, 10 Jun 1998 04:36:11 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA09379; Wed, 10 Jun 1998 04:36:04 -0700 (PDT) Date: Wed, 10 Jun 1998 04:36:04 -0700 (PDT) Message-Id: <199806101136.EAA09379@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/msdosfs msdosfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dt 1998/06/10 04:36:03 PDT Modified files: sys/msdosfs msdosfs_vnops.c Log: Also return EOPNOTSUPP rather than EINVAL for not supported owner and group changes. Revision Changes Path 1.72 +2 -2 src/sys/msdosfs/msdosfs_vnops.c From owner-cvs-sys Wed Jun 10 05:10:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA12875 for cvs-sys-outgoing; Wed, 10 Jun 1998 05:10:39 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA12653; Wed, 10 Jun 1998 05:09:39 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id WAA17030; Wed, 10 Jun 1998 22:09:31 +1000 Date: Wed, 10 Jun 1998 22:09:31 +1000 From: Bruce Evans Message-Id: <199806101209.WAA17030@godzilla.zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, dt@FreeBSD.ORG Subject: Re: cvs commit: src/sys/msdosfs msdosfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified files: > sys/msdosfs msdosfs_vnops.c > Log: > Also return EOPNOTSUPP rather than EINVAL for not supported owner and group > changes. This is wrong in several ways: - the operation is supported, but certain values are invalid. - EOPNOTSUPP is not mentioned in chown.2 or chgrp.2. EINVAL is documented as the error for fchown() on a socket. - EOPNOTSUPP is not a POSIX errno. Although msdosfs can't support full POSIX semantics, it should be as POSIX-like as possible Chflags doesn't have so much history beind not returning EOPNOTSUPP, but EOPNOTSUPP is not mentioned in chflags.2 and EINVAL is documented as the error for fchflags() on a socket. Bruce From owner-cvs-sys Wed Jun 10 05:50:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20381 for cvs-sys-outgoing; Wed, 10 Jun 1998 05:50:25 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20273; Wed, 10 Jun 1998 05:50:05 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA10218; Wed, 10 Jun 1998 05:49:57 -0700 (PDT) Date: Wed, 10 Jun 1998 05:49:57 -0700 (PDT) Message-Id: <199806101249.FAA10218@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa si.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/06/10 05:49:56 PDT Modified files: sys/i386/isa si.c Log: Correct name and number for sxdc modules PR: 6891 Reviewed by: phk Submitted by: Nick Sayer Revision Changes Path 1.72 +3 -3 src/sys/i386/isa/si.c From owner-cvs-sys Wed Jun 10 05:52:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20949 for cvs-sys-outgoing; Wed, 10 Jun 1998 05:52:26 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20908; Wed, 10 Jun 1998 05:52:21 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA10321; Wed, 10 Jun 1998 05:52:13 -0700 (PDT) Date: Wed, 10 Jun 1998 05:52:13 -0700 (PDT) Message-Id: <199806101252.FAA10321@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netipx ipx_input.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/06/10 05:52:12 PDT Modified files: sys/netipx ipx_input.c Log: When system act as IPX router (sysctl -w net.ipx.ipx.ipxforwarding=1, running IPXRouted -s) between IPX configured interfaces, it generate syslog messages "ipx_ctlinput: cmd 15." even if kernel compiled with IPXPRINTFS=0 and IPX_ERRPRINTFS=0 options. PR: 6875 Reviewed by: phk Submitted by: Vladimir A. Jakovenko Revision Changes Path 1.18 +3 -2 src/sys/netipx/ipx_input.c From owner-cvs-sys Wed Jun 10 06:47:24 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA02004 for cvs-sys-outgoing; Wed, 10 Jun 1998 06:47:24 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA01910; Wed, 10 Jun 1998 06:46:56 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA07663; Wed, 10 Jun 1998 06:46:48 -0700 (PDT) Date: Wed, 10 Jun 1998 06:46:48 -0700 (PDT) Message-Id: <199806101346.GAA07663@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/msdosfs msdosfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dt 1998/06/10 06:46:47 PDT Modified files: sys/msdosfs msdosfs_vnops.c Log: Back out previous change. This behavior is at least completely "susv2"-compliant. Revision Changes Path 1.73 +1 -1 src/sys/msdosfs/msdosfs_vnops.c From owner-cvs-sys Wed Jun 10 06:49:44 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA02472 for cvs-sys-outgoing; Wed, 10 Jun 1998 06:49:44 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA01571; Wed, 10 Jun 1998 06:45:26 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id VAA06264; Wed, 10 Jun 1998 21:45:02 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199806101345.VAA06264@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Bruce Evans cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, dt@FreeBSD.ORG Subject: Re: cvs commit: src/sys/msdosfs msdosfs_vnops.c In-reply-to: Your message of "Wed, 10 Jun 1998 22:09:31 +1000." <199806101209.WAA17030@godzilla.zeta.org.au> Date: Wed, 10 Jun 1998 21:45:02 +0800 From: Peter Wemm Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans wrote: [..] > Chflags doesn't have so much history beind not returning EOPNOTSUPP, but > EOPNOTSUPP is not mentioned in chflags.2 and EINVAL is documented as the > error for fchflags() on a socket. EOPNOTSUPP is what is returned by the "other" BSD's. I feel that there is a difference between giving a nonsense (invalid) argument, and the flags case where the backing fs can't support the valid request you've made. > Bruce Cheers, -Peter From owner-cvs-sys Wed Jun 10 07:15:26 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA07058 for cvs-sys-outgoing; Wed, 10 Jun 1998 07:15:26 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06524; Wed, 10 Jun 1998 07:11:50 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id AAA24703; Thu, 11 Jun 1998 00:11:48 +1000 Date: Thu, 11 Jun 1998 00:11:48 +1000 From: Bruce Evans Message-Id: <199806101411.AAA24703@godzilla.zeta.org.au> To: bde@zeta.org.au, peter@netplex.com.au Subject: Re: cvs commit: src/sys/msdosfs msdosfs_vnops.c Cc: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, dt@FreeBSD.ORG Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Chflags doesn't have so much history beind not returning EOPNOTSUPP, but >> EOPNOTSUPP is not mentioned in chflags.2 and EINVAL is documented as the >> error for fchflags() on a socket. > >EOPNOTSUPP is what is returned by the "other" BSD's. I feel that there is >a difference between giving a nonsense (invalid) argument, and the flags >case where the backing fs can't support the valid request you've made. For variant fs's, each fs gets to decide which requests are valid, so there is no difference. EOPNOTSUPP means that the fs doesn't even know how to decide. For flags, all fs's should support null changes (to whatever default they return in struct stat) so that all utilities that use chflags() don't have to avoid calling it for null changes. Bruce From owner-cvs-sys Wed Jun 10 10:38:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24177 for cvs-sys-outgoing; Wed, 10 Jun 1998 10:38:21 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA23822; Wed, 10 Jun 1998 10:37:16 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA09582; Wed, 10 Jun 1998 10:37:03 -0700 (PDT) Date: Wed, 10 Jun 1998 10:37:03 -0700 (PDT) Message-Id: <199806101737.KAA09582@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa/snd CARDS README ad1848.c dmabuf.c mss.h sb_dsp.c sbcard.h sound.c sound.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/06/10 10:37:03 PDT Modified files: (Branch: RELENG_2_2) sys/i386/isa/snd CARDS README ad1848.c dmabuf.c mss.h sb_dsp.c sbcard.h sound.c sound.h Log: Update to Luigi's latest sound driver for -stable (snd980419). Revision Changes Path 1.2.4.1 +198 -70 src/sys/i386/isa/snd/CARDS 1.2.2.2 +76 -1 src/sys/i386/isa/snd/README 1.5.2.3 +25 -13 src/sys/i386/isa/snd/ad1848.c 1.4.2.4 +6 -2 src/sys/i386/isa/snd/dmabuf.c 1.2.2.1 +1 -1 src/sys/i386/isa/snd/mss.h 1.5.2.4 +189 -31 src/sys/i386/isa/snd/sb_dsp.c 1.3.2.2 +3 -3 src/sys/i386/isa/snd/sbcard.h 1.8.2.4 +61 -4 src/sys/i386/isa/snd/sound.c 1.5.2.3 +9 -1 src/sys/i386/isa/snd/sound.h From owner-cvs-sys Wed Jun 10 10:44:53 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA25794 for cvs-sys-outgoing; Wed, 10 Jun 1998 10:44:53 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA25579; Wed, 10 Jun 1998 10:44:17 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id SAA20251; Wed, 10 Jun 1998 18:07:32 +0200 From: Luigi Rizzo Message-Id: <199806101607.SAA20251@labinfo.iet.unipi.it> Subject: Re: cvs commit: src/sys/i386/isa/snd CARDS README ad1848.c dmabuf.c To: jkh@FreeBSD.ORG (Jordan K. Hubbard) Date: Wed, 10 Jun 1998 18:07:31 +0200 (MET DST) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG In-Reply-To: <199806101737.KAA09582@freefall.freebsd.org> from "Jordan K. Hubbard" at Jun 10, 98 10:36:44 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > jkh 1998/06/10 10:37:03 PDT > > Modified files: (Branch: RELENG_2_2) > sys/i386/isa/snd CARDS README ad1848.c dmabuf.c mss.h > sb_dsp.c sbcard.h sound.c sound.h > Log: > Update to Luigi's latest sound driver for -stable (snd980419). ouch :( latest was snd980607 ... and especially, it also has a manpage now! luigi -----------------------------+-------------------------------------- Luigi Rizzo | Dip. di Ingegneria dell'Informazione email: luigi@iet.unipi.it | Universita' di Pisa tel: +39-50-568533 | via Diotisalvi 2, 56126 PISA (Italy) fax: +39-50-568522 | http://www.iet.unipi.it/~luigi/ _____________________________|______________________________________ From owner-cvs-sys Wed Jun 10 10:55:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28608 for cvs-sys-outgoing; Wed, 10 Jun 1998 10:55:30 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28460; Wed, 10 Jun 1998 10:54:49 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA09705; Wed, 10 Jun 1998 10:54:39 -0700 (PDT) Date: Wed, 10 Jun 1998 10:54:39 -0700 (PDT) Message-Id: <199806101754.KAA09705@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf files Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/10 10:54:39 PDT Modified files: sys/conf files Log: I accidentally committed the wrong file, sorry. Revision Changes Path 1.142 +1 -1 src/sys/conf/files From owner-cvs-sys Wed Jun 10 11:14:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04636 for cvs-sys-outgoing; Wed, 10 Jun 1998 11:14:49 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA04328; Wed, 10 Jun 1998 11:13:30 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA09801; Wed, 10 Jun 1998 11:13:20 -0700 (PDT) Date: Wed, 10 Jun 1998 11:13:20 -0700 (PDT) Message-Id: <199806101813.LAA09801@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/06/10 11:13:20 PDT Modified files: sys/kern vfs_subr.c Log: Submitted by: Kirk McKusick Fix for potential hang when trying to reboot the system or to forcibly unmount a soft update enabled filesystem. FreeBSD already handled the reboot case differently, this is however a better fix. Revision Changes Path 1.155 +18 -8 src/sys/kern/vfs_subr.c From owner-cvs-sys Wed Jun 10 12:28:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA21658 for cvs-sys-outgoing; Wed, 10 Jun 1998 12:28:51 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA21479; Wed, 10 Jun 1998 12:28:10 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA10297; Wed, 10 Jun 1998 12:27:57 -0700 (PDT) Date: Wed, 10 Jun 1998 12:27:57 -0700 (PDT) Message-Id: <199806101927.MAA10297@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ffs ffs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/06/10 12:27:57 PDT Modified files: sys/ufs/ffs ffs_vnops.c Log: Back out John's changes 1.45 -> 1.46 Kirk confirms that the original semantic was what he wanted... (well, a very slight difference) May fix "dangling deps" panic with soft updates. Revision Changes Path 1.50 +17 -21 src/sys/ufs/ffs/ffs_vnops.c From owner-cvs-sys Wed Jun 10 12:57:08 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27773 for cvs-sys-outgoing; Wed, 10 Jun 1998 12:57:08 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA27576; Wed, 10 Jun 1998 12:56:17 -0700 (PDT) (envelope-from alex@FreeBSD.org) From: Alex Nash Received: (from alex@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA10431; Wed, 10 Jun 1998 12:56:06 -0700 (PDT) Date: Wed, 10 Jun 1998 12:56:06 -0700 (PDT) Message-Id: <199806101956.MAA10431@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/fdesc fdesc_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 1998/06/10 12:56:06 PDT Modified files: sys/miscfs/fdesc fdesc_vnops.c Log: ENOPNOTSUPP --> EOPNOTSUPP PR: 6906 Submitted by: Steven G. Kargl Revision Changes Path 1.36 +2 -2 src/sys/miscfs/fdesc/fdesc_vnops.c From owner-cvs-sys Wed Jun 10 13:01:36 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA29155 for cvs-sys-outgoing; Wed, 10 Jun 1998 13:01:36 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA28610; Wed, 10 Jun 1998 12:59:52 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA10469; Wed, 10 Jun 1998 12:59:41 -0700 (PDT) Date: Wed, 10 Jun 1998 12:59:41 -0700 (PDT) Message-Id: <199806101959.MAA10469@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha locore.s machdep.c vm_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/10 12:59:41 PDT Modified files: sys/alpha/alpha locore.s machdep.c vm_machdep.c Log: Add missing copyrights. Thanks to Jason Thorpe for politely noting the mistake... Revision Changes Path 1.2 +27 -1 src/sys/alpha/alpha/locore.s 1.2 +27 -1 src/sys/alpha/alpha/machdep.c 1.2 +27 -1 src/sys/alpha/alpha/vm_machdep.c From owner-cvs-sys Wed Jun 10 13:12:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02235 for cvs-sys-outgoing; Wed, 10 Jun 1998 13:12:32 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA01891; Wed, 10 Jun 1998 13:11:29 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10565; Wed, 10 Jun 1998 13:11:17 -0700 (PDT) Date: Wed, 10 Jun 1998 13:11:17 -0700 (PDT) Message-Id: <199806102011.NAA10565@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha exception.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/10 13:11:17 PDT Modified files: sys/alpha/alpha exception.s Log: Add Id keyword. Revision Changes Path 1.2 +1 -0 src/sys/alpha/alpha/exception.s From owner-cvs-sys Wed Jun 10 13:12:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02360 for cvs-sys-outgoing; Wed, 10 Jun 1998 13:12:57 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02245; Wed, 10 Jun 1998 13:12:33 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10597; Wed, 10 Jun 1998 13:12:22 -0700 (PDT) Date: Wed, 10 Jun 1998 13:12:22 -0700 (PDT) Message-Id: <199806102012.NAA10597@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha trap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/10 13:12:22 PDT Modified files: sys/alpha/alpha trap.c Log: Fix mangled Id keyword. Revision Changes Path 1.2 +1 -1 src/sys/alpha/alpha/trap.c From owner-cvs-sys Wed Jun 10 13:14:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA02629 for cvs-sys-outgoing; Wed, 10 Jun 1998 13:14:04 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA02508; Wed, 10 Jun 1998 13:13:43 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10630; Wed, 10 Jun 1998 13:13:33 -0700 (PDT) Date: Wed, 10 Jun 1998 13:13:33 -0700 (PDT) Message-Id: <199806102013.NAA10630@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha interrupt.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/10 13:13:32 PDT Modified files: sys/alpha/alpha interrupt.c Log: Fix mangled Id keyword. Revision Changes Path 1.2 +1 -1 src/sys/alpha/alpha/interrupt.c From owner-cvs-sys Wed Jun 10 13:38:00 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA08879 for cvs-sys-outgoing; Wed, 10 Jun 1998 13:38:00 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA08299; Wed, 10 Jun 1998 13:35:28 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10731; Wed, 10 Jun 1998 13:35:11 -0700 (PDT) Date: Wed, 10 Jun 1998 13:35:11 -0700 (PDT) Message-Id: <199806102035.NAA10731@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/10 13:35:10 PDT Modified files: sys/alpha/alpha machdep.c Log: Add yet another copyright. If some CVS wizard feels like nuking the versions that so offend Jason Thorpe then they can. Revision Changes Path 1.3 +37 -1 src/sys/alpha/alpha/machdep.c From owner-cvs-sys Wed Jun 10 13:43:12 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA10132 for cvs-sys-outgoing; Wed, 10 Jun 1998 13:43:12 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA09610; Wed, 10 Jun 1998 13:41:12 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10774; Wed, 10 Jun 1998 13:40:59 -0700 (PDT) Date: Wed, 10 Jun 1998 13:40:59 -0700 (PDT) Message-Id: <199806102040.NAA10774@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/tlsb gbusvar.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/10 13:40:59 PDT Modified files: sys/alpha/tlsb gbusvar.h Log: Add my own copyright to this file. The only remnants of NetBSD code here are in the comments. As such the NetBSD copyright is included to protect the valuable intellectual copyright included in those comments. Revision Changes Path 1.2 +27 -2 src/sys/alpha/tlsb/gbusvar.h From owner-cvs-sys Wed Jun 10 13:49:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA11637 for cvs-sys-outgoing; Wed, 10 Jun 1998 13:49:57 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA11222; Wed, 10 Jun 1998 13:48:19 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA10861; Wed, 10 Jun 1998 13:48:04 -0700 (PDT) Date: Wed, 10 Jun 1998 13:48:04 -0700 (PDT) Message-Id: <199806102048.NAA10861@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/tlsb kftxxvar.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/10 13:48:03 PDT Modified files: sys/alpha/tlsb kftxxvar.h Log: Add my own copyright to this file. In this case not even the comments resemble the NetBSD source so the NetBSD copyright has been removed. Revision Changes Path 1.2 +7 -11 src/sys/alpha/tlsb/kftxxvar.h From owner-cvs-sys Wed Jun 10 14:22:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21607 for cvs-sys-outgoing; Wed, 10 Jun 1998 14:22:48 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21333; Wed, 10 Jun 1998 14:21:47 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA11042; Wed, 10 Jun 1998 14:21:33 -0700 (PDT) Date: Wed, 10 Jun 1998 14:21:33 -0700 (PDT) Message-Id: <199806102121.OAA11042@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/fdesc fdesc_vnops.c src/sys/miscfs/kernfs kernfs_vnops.c src/sys/miscfs/portal portal_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/10 14:21:33 PDT Modified files: sys/miscfs/fdesc fdesc_vnops.c sys/miscfs/kernfs kernfs_vnops.c sys/miscfs/portal portal_vnops.c Log: Make these files compile. Revision Changes Path 1.37 +2 -1 src/sys/miscfs/fdesc/fdesc_vnops.c 1.32 +2 -2 src/sys/miscfs/kernfs/kernfs_vnops.c 1.33 +2 -2 src/sys/miscfs/portal/portal_vnops.c From owner-cvs-sys Wed Jun 10 14:23:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA21718 for cvs-sys-outgoing; Wed, 10 Jun 1998 14:23:03 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from kong.dorms.spbu.ru (kong@kong.dorms.spbu.ru [195.19.252.147]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21427; Wed, 10 Jun 1998 14:22:04 -0700 (PDT) (envelope-from kong@kong.dorms.spbu.ru) Received: from localhost (kong@localhost) by kong.dorms.spbu.ru (8.8.8/kong/0.01) with SMTP id BAA00770; Thu, 11 Jun 1998 01:21:37 +0400 (MSD) (envelope-from kong@kong.dorms.spbu.ru) Date: Thu, 11 Jun 1998 01:21:37 +0400 (MSD) From: Hostas Red To: Julian Elischer cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/kern vfs_subr.c In-Reply-To: <199806101813.LAA09801@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi! On Wed, 10 Jun 1998, Julian Elischer wrote: > julian 1998/06/10 11:13:20 PDT > > Modified files: > sys/kern vfs_subr.c > Log: > Submitted by: Kirk McKusick > > Fix for potential hang when trying to reboot the system or > to forcibly unmount a soft update enabled filesystem. > FreeBSD already handled the reboot case differently, this is however a better > fix. > > Revision Changes Path > 1.155 +18 -8 src/sys/kern/vfs_subr.c > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message > ...and kernel broken again :) --- kernel --- loading kernel vfs_subr.o: Undefined symbol `_sleep' referenced from text segment *** Error code 1 1 error You must first build your kernel before trying to install. *** Error code 1 Adios, /KONG From owner-cvs-sys Wed Jun 10 14:24:22 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA22173 for cvs-sys-outgoing; Wed, 10 Jun 1998 14:24:22 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA21982; Wed, 10 Jun 1998 14:23:48 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.8.8/8.8.5) with SMTP id WAA15320; Wed, 10 Jun 1998 22:25:11 +0100 (BST) Date: Wed, 10 Jun 1998 22:25:11 +0100 (BST) From: Doug Rabson To: Julian Elischer cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-sys@freebsd.org Subject: Re: cvs commit: src/sys/kern vfs_subr.c In-Reply-To: <199806101813.LAA09801@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 10 Jun 1998, Julian Elischer wrote: > julian 1998/06/10 11:13:20 PDT > > Modified files: > sys/kern vfs_subr.c > Log: > Submitted by: Kirk McKusick > > Fix for potential hang when trying to reboot the system or > to forcibly unmount a soft update enabled filesystem. > FreeBSD already handled the reboot case differently, this is however a better > fix. This change includes a call to sleep() which we don't appear to have anymore. It stops LINT from linking. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 From owner-cvs-sys Wed Jun 10 15:03:16 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01425 for cvs-sys-outgoing; Wed, 10 Jun 1998 15:03:16 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA01284; Wed, 10 Jun 1998 15:02:27 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA11177; Wed, 10 Jun 1998 15:02:16 -0700 (PDT) Date: Wed, 10 Jun 1998 15:02:16 -0700 (PDT) Message-Id: <199806102202.PAA11177@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/06/10 15:02:16 PDT Modified files: sys/kern vfs_subr.c Log: Replace 'sleep()' with 'tsleep()' Accidentally imported from Kirk's codebase. Pointed out by: various. Revision Changes Path 1.156 +4 -2 src/sys/kern/vfs_subr.c From owner-cvs-sys Wed Jun 10 18:19:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA10162 for cvs-sys-outgoing; Wed, 10 Jun 1998 18:19:02 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA10040; Wed, 10 Jun 1998 18:18:08 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id SAA16956; Wed, 10 Jun 1998 18:18:00 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Luigi Rizzo cc: jkh@FreeBSD.ORG (Jordan K. Hubbard), cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/isa/snd CARDS README ad1848.c dmabuf.c In-reply-to: Your message of "Wed, 10 Jun 1998 18:07:31 +0200." <199806101607.SAA20251@labinfo.iet.unipi.it> Date: Wed, 10 Jun 1998 18:18:00 -0700 Message-ID: <16952.897527880@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > ouch :( latest was snd980607 ... and especially, it also has a manpage > now! I have lost track at this point. :) Of course, if somebody were to maintain the driver directly himself, we wouldn't have these syncronization problems. Hint hint hint. :-) - Jordan From owner-cvs-sys Wed Jun 10 22:56:32 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA27849 for cvs-sys-outgoing; Wed, 10 Jun 1998 22:56:32 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA27805; Wed, 10 Jun 1998 22:56:22 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id WAA18071; Wed, 10 Jun 1998 22:56:24 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Doug Rabson cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/alpha/alpha machdep.c In-reply-to: Your message of "Wed, 10 Jun 1998 13:35:11 PDT." <199806102035.NAA10731@freefall.freebsd.org> Date: Wed, 10 Jun 1998 22:56:24 -0700 Message-ID: <18068.897544584@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > dfr 1998/06/10 13:35:10 PDT > > Modified files: > sys/alpha/alpha machdep.c > Log: > Add yet another copyright. If some CVS wizard feels like nuking the versio ns > that so offend Jason Thorpe then they can. It's hardly worth it, I think. - Jordan From owner-cvs-sys Thu Jun 11 00:16:28 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA09883 for cvs-sys-outgoing; Thu, 11 Jun 1998 00:16:28 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA09825; Thu, 11 Jun 1998 00:16:10 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA14042; Thu, 11 Jun 1998 00:15:56 -0700 (PDT) Date: Thu, 11 Jun 1998 00:15:56 -0700 (PDT) Message-Id: <199806110715.AAA14042@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/tlsb dwlpxreg.h kftxxreg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/11 00:15:56 PDT Modified files: sys/alpha/tlsb dwlpxreg.h kftxxreg.h Log: Add missing Id keywords. Revision Changes Path 1.2 +1 -0 src/sys/alpha/tlsb/dwlpxreg.h 1.2 +1 -0 src/sys/alpha/tlsb/kftxxreg.h From owner-cvs-sys Thu Jun 11 00:25:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA11284 for cvs-sys-outgoing; Thu, 11 Jun 1998 00:25:10 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA11067; Thu, 11 Jun 1998 00:24:18 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA14086; Thu, 11 Jun 1998 00:24:00 -0700 (PDT) Date: Thu, 11 Jun 1998 00:24:00 -0700 (PDT) Message-Id: <199806110724.AAA14086@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_intr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/11 00:24:00 PDT Modified files: sys/kern kern_intr.c Log: Only build this on i386 for now. I may use it for the alpha later but currently it doesn't compile. Revision Changes Path 1.16 +10 -1 src/sys/kern/kern_intr.c From owner-cvs-sys Thu Jun 11 04:52:31 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA27964 for cvs-sys-outgoing; Thu, 11 Jun 1998 04:52:31 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA27844; Thu, 11 Jun 1998 04:51:45 -0700 (PDT) (envelope-from dfr@FreeBSD.org) From: Doug Rabson Received: (from dfr@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA15561; Thu, 11 Jun 1998 04:51:29 -0700 (PDT) Date: Thu, 11 Jun 1998 04:51:29 -0700 (PDT) Message-Id: <199806111151.EAA15561@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/alpha/alpha ipl_funcs.c swtch.s src/sys/alpha/include ipl.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dfr 1998/06/11 04:51:28 PDT Modified files: sys/alpha/alpha ipl_funcs.c swtch.s sys/alpha/include ipl.h Log: Reimplement spl*() as function calls. Implement software interrupts. Revision Changes Path 1.2 +108 -3 src/sys/alpha/alpha/ipl_funcs.c 1.2 +3 -3 src/sys/alpha/alpha/swtch.s 1.2 +30 -37 src/sys/alpha/include/ipl.h From owner-cvs-sys Thu Jun 11 18:55:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA01223 for cvs-sys-outgoing; Thu, 11 Jun 1998 18:55:09 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA01133; Thu, 11 Jun 1998 18:54:50 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id SAA18212; Thu, 11 Jun 1998 18:54:30 -0700 (PDT) Date: Thu, 11 Jun 1998 18:54:30 -0700 (PDT) Message-Id: <199806120154.SAA18212@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_divert.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/06/11 18:54:30 PDT Modified files: sys/netinet ip_divert.c Log: Allow diverted packets from the transmit side to remember if they had a recv interface and allow that state to be available after re-injection for further tests. Revision Changes Path 1.30 +26 -27 src/sys/netinet/ip_divert.c From owner-cvs-sys Thu Jun 11 19:51:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA12084 for cvs-sys-outgoing; Thu, 11 Jun 1998 19:51:11 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA11606; Thu, 11 Jun 1998 19:49:12 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA18483; Thu, 11 Jun 1998 19:48:48 -0700 (PDT) Date: Thu, 11 Jun 1998 19:48:48 -0700 (PDT) Message-Id: <199806120248.TAA18483@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_divert.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/06/11 19:48:48 PDT Modified files: sys/netinet ip_divert.c Log: include opt_ipdivert.h so we get correct options Revision Changes Path 1.31 +2 -1 src/sys/netinet/ip_divert.c From owner-cvs-sys Thu Jun 11 20:02:47 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA13735 for cvs-sys-outgoing; Thu, 11 Jun 1998 20:02:47 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA13678; Thu, 11 Jun 1998 20:02:31 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA18548; Thu, 11 Jun 1998 20:02:11 -0700 (PDT) Date: Thu, 11 Jun 1998 20:02:11 -0700 (PDT) Message-Id: <199806120302.UAA18548@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet ip_divert.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/06/11 20:02:10 PDT Modified files: (Branch: RELENG_2_2) sys/netinet ip_divert.c Log: MFC: 1.29->1.30 There is never a case when a diverted packet shouldn't know about it's receive interface, so make the supplying of that information unconditional (unless it's not known). Revision Changes Path 1.1.2.9 +26 -24 src/sys/netinet/ip_divert.c From owner-cvs-sys Thu Jun 11 20:48:54 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA20613 for cvs-sys-outgoing; Thu, 11 Jun 1998 20:48:54 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA20531; Thu, 11 Jun 1998 20:48:41 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA18762; Thu, 11 Jun 1998 20:48:21 -0700 (PDT) Date: Thu, 11 Jun 1998 20:48:21 -0700 (PDT) Message-Id: <199806120348.UAA18762@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_ethersubr.c if_fddisubr.c if_loop.c if_var.h src/sys/netatalk ddp_output.c src/sys/netinet if_ether.c ip_input.c ip_output.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/06/11 20:48:20 PDT Modified files: sys/net if_ethersubr.c if_fddisubr.c if_loop.c if_var.h sys/netatalk ddp_output.c sys/netinet if_ether.c ip_input.c ip_output.c Log: Go through the loopback code with a broom.. Remove lots'o'hacks. looutput is now static. Other callers who want to use loopback to allow shortcutting should call the special entrypoint for this, if_simloop(), which is specifically designed for this purpose. Using looutput for this purpose was problematic, particularly with bpf and trying to keep track of whether one should be using the charateristics of the loopback interface or the interface (e.g. if_ethersubr.c) that was requesting the loopback. There was a whole class of errors due to this mis-use each of which had hacks to cover them up. Consists largly of hack removal :-) Revision Changes Path 1.49 +35 -97 src/sys/net/if_ethersubr.c 1.31 +30 -60 src/sys/net/if_fddisubr.c 1.33 +62 -27 src/sys/net/if_loop.c 1.9 +3 -3 src/sys/net/if_var.h 1.10 +9 -0 src/sys/netatalk/ddp_output.c 1.47 +10 -10 src/sys/netinet/if_ether.c 1.90 +2 -7 src/sys/netinet/ip_input.c 1.72 +4 -4 src/sys/netinet/ip_output.c From owner-cvs-sys Fri Jun 12 02:15:30 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA17688 for cvs-sys-outgoing; Fri, 12 Jun 1998 02:15:30 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA16752; Fri, 12 Jun 1998 02:10:54 -0700 (PDT) (envelope-from dg@FreeBSD.org) From: David Greenman Received: (from dg@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA20997; Fri, 12 Jun 1998 02:10:25 -0700 (PDT) Date: Fri, 12 Jun 1998 02:10:25 -0700 (PDT) Message-Id: <199806120910.CAA20997@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include vmparam.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dg 1998/06/12 02:10:24 PDT Modified files: sys/i386/include vmparam.h Log: Increased MAXTSIZ to 128MB...there are binaries that get quite large. Increased DFLDSIZ to 128MB, as it is a better default. Reviewed by: jkh Revision Changes Path 1.30 +3 -3 src/sys/i386/include/vmparam.h From owner-cvs-sys Fri Jun 12 13:06:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA01053 for cvs-sys-outgoing; Fri, 12 Jun 1998 13:06:35 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA00357; Fri, 12 Jun 1998 13:03:53 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA22276; Fri, 12 Jun 1998 13:03:27 -0700 (PDT) Date: Fri, 12 Jun 1998 13:03:27 -0700 (PDT) Message-Id: <199806122003.NAA22276@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_loop.c src/sys/netinet ip_fw.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/06/12 13:03:27 PDT Modified files: sys/net if_loop.c sys/netinet ip_fw.c Log: Remove 3 occurances of __FUNCTION__ Revision Changes Path 1.34 +3 -4 src/sys/net/if_loop.c 1.89 +2 -2 src/sys/netinet/ip_fw.c From owner-cvs-sys Fri Jun 12 16:17:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA10769 for cvs-sys-outgoing; Fri, 12 Jun 1998 16:17:09 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA10576; Fri, 12 Jun 1998 16:16:26 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA23591; Fri, 12 Jun 1998 16:15:59 -0700 (PDT) Date: Fri, 12 Jun 1998 16:15:59 -0700 (PDT) Message-Id: <199806122315.QAA23591@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys timepps.h src/sys/dev/ppbus pps.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/06/12 16:15:58 PDT Modified files: sys/sys timepps.h sys/dev/ppbus pps.c Log: Update to draft-mogul-pps-api-02.txt as submitted to IETF Revision Changes Path 1.2 +39 -12 src/sys/sys/timepps.h 1.7 +15 -6 src/sys/dev/ppbus/pps.c From owner-cvs-sys Fri Jun 12 19:27:55 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA11567 for cvs-sys-outgoing; Fri, 12 Jun 1998 19:27:55 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA11518; Fri, 12 Jun 1998 19:27:41 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id TAA24105; Fri, 12 Jun 1998 19:27:13 -0700 (PDT) Date: Fri, 12 Jun 1998 19:27:13 -0700 (PDT) Message-Id: <199806130227.TAA24105@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_ethersubr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1998/06/12 19:27:12 PDT Modified files: sys/net if_ethersubr.c Log: Allow a protocol to specify that it does NOT want to be looped back even if it looks like it should (backwards compatibility with old broken code) should get rid of some annoying messags. Revision Changes Path 1.50 +6 -3 src/sys/net/if_ethersubr.c From owner-cvs-sys Sat Jun 13 02:31:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA22007 for cvs-sys-outgoing; Sat, 13 Jun 1998 02:31:07 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA21939; Sat, 13 Jun 1998 02:30:57 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA25265; Sat, 13 Jun 1998 02:30:27 -0700 (PDT) Date: Sat, 13 Jun 1998 02:30:27 -0700 (PDT) Message-Id: <199806130930.CAA25265@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ppbus pps.c src/sys/kern kern_ntptime.c src/sys/sys timepps.h timex.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1998/06/13 02:30:26 PDT Modified files: sys/dev/ppbus pps.c sys/kern kern_ntptime.c sys/sys timepps.h timex.h Log: Introduce std_pps_ioctl() to automagically DTRT. Add scaling capability to timex.offset, ntpd-4.0.73 will support this. Revision Changes Path 1.8 +2 -32 src/sys/dev/ppbus/pps.c 1.18 +61 -16 src/sys/kern/kern_ntptime.c 1.3 +6 -1 src/sys/sys/timepps.h 1.7 +2 -2 src/sys/sys/timex.h From owner-cvs-sys Sat Jun 13 04:09:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA05170 for cvs-sys-outgoing; Sat, 13 Jun 1998 04:09:59 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA04874; Sat, 13 Jun 1998 04:09:15 -0700 (PDT) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id NAA15881; Sat, 13 Jun 1998 13:00:07 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id MAA11230; Sat, 13 Jun 1998 12:28:15 +0200 (CEST) (envelope-from andreas) Message-ID: <19980613122815.A11220@klemm.gtn.com> Date: Sat, 13 Jun 1998 12:28:15 +0200 From: Andreas Klemm To: Poul-Henning Kamp , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ppbus pps.c src/sys/kern kern_ntptime.c src/sys/sys timepps.h timex.h References: <199806130930.CAA25265@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.1i In-Reply-To: <199806130930.CAA25265@freefall.freebsd.org>; from Poul-Henning Kamp on Sat, Jun 13, 1998 at 02:30:27AM -0700 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, Jun 13, 1998 at 02:30:27AM -0700, Poul-Henning Kamp wrote: > phk 1998/06/13 02:30:26 PDT > > Modified files: > sys/dev/ppbus pps.c > sys/kern kern_ntptime.c > sys/sys timepps.h timex.h > Log: > Introduce std_pps_ioctl() to automagically DTRT. > > Add scaling capability to timex.offset, ntpd-4.0.73 will support this. Do you think of an update ? ;-) This remembers me to look, whether the ntp port needs an update ;-) -- Andreas Klemm http://www.FreeBSD.ORG/~andreas What gives you 90% more speed, for example, in kernel compilation ? http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html "NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP'' From owner-cvs-sys Sat Jun 13 05:59:52 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA14545 for cvs-sys-outgoing; Sat, 13 Jun 1998 05:59:52 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from critter.freebsd.dk (critter.freebsd.dk [195.8.129.14]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA14526; Sat, 13 Jun 1998 05:59:16 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.8.7/8.8.5) with ESMTP id OAA09604; Sat, 13 Jun 1998 14:57:28 +0200 (CEST) To: Andreas Klemm cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ppbus pps.c src/sys/kern kern_ntptime.c src/sys/sys timepps.h timex.h In-reply-to: Your message of "Sat, 13 Jun 1998 12:28:15 +0200." <19980613122815.A11220@klemm.gtn.com> Date: Sat, 13 Jun 1998 14:57:27 +0200 Message-ID: <9602.897742647@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <19980613122815.A11220@klemm.gtn.com>, Andreas Klemm writes: >On Sat, Jun 13, 1998 at 02:30:27AM -0700, Poul-Henning Kamp wrote: >> phk 1998/06/13 02:30:26 PDT >> >> Modified files: >> sys/dev/ppbus pps.c >> sys/kern kern_ntptime.c >> sys/sys timepps.h timex.h >> Log: >> Introduce std_pps_ioctl() to automagically DTRT. >> >> Add scaling capability to timex.offset, ntpd-4.0.73 will support this. > >Do you think of an update ? ;-) not yet. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal From owner-cvs-sys Sat Jun 13 10:10:51 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA10827 for cvs-sys-outgoing; Sat, 13 Jun 1998 10:10:51 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA10583; Sat, 13 Jun 1998 10:08:56 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA29366; Sat, 13 Jun 1998 10:08:24 -0700 (PDT) Date: Sat, 13 Jun 1998 10:08:24 -0700 (PDT) Message-Id: <199806131708.KAA29366@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci - Imported sources Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/06/13 10:08:23 PDT src/sys/pci - Imported sources Update of /home/ncvs/src/sys/pci In directory freefall.freebsd.org:/tmp/cvs-serv29348 Log Message: Import current version of Matt Thomas' if_de driver. It has new register settings for the connector selection, so it looks like it should fix the aui/bnc problems. (I don't have a card with aui/bnc to test) Obtained from: Matt Thomas via NetBSD Status: Vendor Tag: NETBSD Release Tags: v980608 C src/sys/pci/if_devar.h C src/sys/pci/if_de.c C src/sys/pci/dc21040reg.h 3 conflicts created by this import. Use the following command to help the merge: cvs checkout -jNETBSD:yesterday -jNETBSD src/sys/pci From owner-cvs-sys Sat Jun 13 10:20:49 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12336 for cvs-sys-outgoing; Sat, 13 Jun 1998 10:20:49 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA12291; Sat, 13 Jun 1998 10:20:37 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA29435; Sat, 13 Jun 1998 10:20:05 -0700 (PDT) Date: Sat, 13 Jun 1998 10:20:05 -0700 (PDT) Message-Id: <199806131720.KAA29435@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_de.c if_devar.h dc21040reg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/06/13 10:20:04 PDT Modified files: sys/pci if_de.c if_devar.h dc21040reg.h Log: Merge changes from vendor branch; - connector selection values (should fix aui/bnc), - non-shifting version of crc calculation using a table, - interrupt mask adjustments, - add some brackets where a #ifdef could break an if(), - don't reset the card unless it's up. Revision Changes Path 1.83 +41 -18 src/sys/pci/if_de.c 1.8 +3 -3 src/sys/pci/if_devar.h 1.4 +5 -5 src/sys/pci/dc21040reg.h From owner-cvs-sys Sat Jun 13 11:54:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA21442 for cvs-sys-outgoing; Sat, 13 Jun 1998 11:54:13 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA21359; Sat, 13 Jun 1998 11:54:02 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA00373; Sat, 13 Jun 1998 11:53:28 -0700 (PDT) Date: Sat, 13 Jun 1998 11:53:28 -0700 (PDT) Message-Id: <199806131853.LAA00373@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/06/13 11:53:28 PDT Modified files: sys/i386/isa syscons.c Log: Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFS for programs like doscmd. PR: 6920 Submitted by: Luoqi Chen Revision Changes Path 1.263 +3 -1 src/sys/i386/isa/syscons.c From owner-cvs-sys Sat Jun 13 12:37:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26951 for cvs-sys-outgoing; Sat, 13 Jun 1998 12:37:11 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA26882; Sat, 13 Jun 1998 12:37:00 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01631; Sat, 13 Jun 1998 12:36:23 -0700 (PDT) Date: Sat, 13 Jun 1998 12:36:23 -0700 (PDT) Message-Id: <199806131936.MAA01631@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include si.h src/sys/i386/isa si.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/06/13 12:36:23 PDT Modified files: sys/i386/include si.h sys/i386/isa si.c Log: Add a macro tweak. PR: 6932 Submitted by: Nick Sayer Revision Changes Path 1.13 +2 -1 src/sys/i386/include/si.h 1.73 +3 -3 src/sys/i386/isa/si.c From owner-cvs-sys Sat Jun 13 12:38:59 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA27333 for cvs-sys-outgoing; Sat, 13 Jun 1998 12:38:59 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA27109; Sat, 13 Jun 1998 12:38:11 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA01679; Sat, 13 Jun 1998 12:37:38 -0700 (PDT) Date: Sat, 13 Jun 1998 12:37:38 -0700 (PDT) Message-Id: <199806131937.MAA01679@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include si.h src/sys/i386/isa si.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/06/13 12:37:38 PDT Modified files: (Branch: RELENG_2_2) sys/i386/include si.h sys/i386/isa si.c Log: MFC: add SI_ISJET macro. Revision Changes Path 1.6.4.3 +2 -1 src/sys/i386/include/si.h 1.53.2.4 +3 -3 src/sys/i386/isa/si.c From owner-cvs-sys Sat Jun 13 15:45:13 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA18284 for cvs-sys-outgoing; Sat, 13 Jun 1998 15:45:13 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18059; Sat, 13 Jun 1998 15:44:35 -0700 (PDT) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA02536; Sat, 13 Jun 1998 15:44:00 -0700 (PDT) Date: Sat, 13 Jun 1998 15:44:00 -0700 (PDT) Message-Id: <199806132244.PAA02536@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci dc21040reg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1998/06/13 15:44:00 PDT Modified files: (Branch: RELENG_2_2) sys/pci dc21040reg.h Log: MFC: part of Peter's recent commit that fixed the problem regarding not being able to use the bnc connector. Revision Changes Path 1.1.1.2.2.3 +4 -4 src/sys/pci/dc21040reg.h