The NetBSD Project

CVS log for src/sys/arch/luna68k/dev/siotty.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / arch / luna68k / dev

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.53: download - view: text, markup, annotated - select for diffs
Sun Jan 15 05:08:33 2023 UTC (2 years, 3 months ago) by tsutsui
Branches: MAIN
CVS tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, perseant-exfatfs-base-20240630, perseant-exfatfs-base, perseant-exfatfs, HEAD
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +7 -8 lines
TAB/space/indent cleanup.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Nov 22 16:17:29 2022 UTC (2 years, 5 months ago) by tsutsui
Branches: MAIN
CVS tags: netbsd-10-base, netbsd-10-1-RELEASE, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +24 -16 lines
Use explicit struct to represent RX queue buffer data structure.

No binary change.

Maybe the similar change should be applied to MI com(4) and zsc(4)?

Revision 1.51: download - view: text, markup, annotated - select for diffs
Sat Sep 25 15:18:38 2021 UTC (3 years, 7 months ago) by tsutsui
Branches: MAIN
CVS tags: bouyer-sunxi-drm-base, bouyer-sunxi-drm
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +36 -63 lines
Refactor and cleanup sio (uPD7201) drivers.

- remove confusing syscn*() functions (and its header) and prepare
  explicit siottycninit(), siottycnget() and siottycnput() functions
- use exported struct consdev and cn_tab to initialize siotty console
- enable and handle E/S interrupts to make BREAK signal detected properly
- make CSR (status regsiters) access functions inline static
- make single byte read/write (i.e. cnputc() and cngetc()) functions
  static inline and take struct sio_register rather than sio channel
- use proper integer type (uint16_t) for getsiocsr() as siotty.c
- handle channel dependent CR2A and CR2B registers properly
- use more explicit definitions for RR_* macro used by getsiocsr()
- define and use proper RR0 (read register) values
  (there is no isStatusReg(r) macro used on 4.4BSD/luna68k)

Tested on LUNA with both wscons console and serial console.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Sep 4 12:54:19 2021 UTC (3 years, 7 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +14 -12 lines
Fix several styles and formats.

Revision 1.49: download - view: text, markup, annotated - select for diffs
Sat Sep 4 12:44:23 2021 UTC (3 years, 7 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +12 -12 lines
Use C99 designated initializer.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Sat Sep 4 12:38:13 2021 UTC (3 years, 7 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +6 -5 lines
Use proper macro for device register addresses.

Revision 1.46.8.1: download - view: text, markup, annotated - select for diffs
Sun Jan 3 16:34:54 2021 UTC (4 years, 3 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.46: preferred, colored; next MAIN 1.47: preferred, colored
Changes since revision 1.46: +18 -18 lines
Sync w/ HEAD.

Revision 1.47: download - view: text, markup, annotated - select for diffs
Tue Dec 29 17:17:14 2020 UTC (4 years, 3 months ago) by tsutsui
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +18 -18 lines
Make local functions static.

Revision 1.44.18.1: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:03:56 2020 UTC (5 years ago) by martin
Branches: phil-wifi
Diff to: previous 1.44: preferred, colored; next MAIN 1.45: preferred, colored
Changes since revision 1.44: +4 -8 lines
Mostly merge changes from HEAD upto 20200411

Revision 1.46: download - view: text, markup, annotated - select for diffs
Tue Oct 1 18:00:07 2019 UTC (5 years, 6 months ago) by chs
Branches: MAIN
CVS tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, is-mlppp-base, is-mlppp, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Branch point for: thorpej-futex
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +3 -7 lines
in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP
and remove code to handle failures that can no longer happen.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Sun Jun 30 02:11:56 2019 UTC (5 years, 10 months ago) by tsutsui
Branches: MAIN
CVS tags: netbsd-9-base, netbsd-9-4-RELEASE, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +3 -3 lines
Misc KNF.

Revision 1.33.8.4: download - view: text, markup, annotated - select for diffs
Sun Dec 3 11:36:23 2017 UTC (7 years, 4 months ago) by jdolecek
Branches: tls-maxphys
Diff to: previous 1.33.8.3: preferred, colored; branchpoint 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33.8.3: +2 -5 lines
update from HEAD

Revision 1.42.4.1: download - view: text, markup, annotated - select for diffs
Tue Sep 22 12:05:45 2015 UTC (9 years, 7 months ago) by skrll
Branches: nick-nhusb
Diff to: previous 1.42: preferred, colored; next MAIN 1.43: preferred, colored
Changes since revision 1.42: +4 -7 lines
Sync with HEAD

Revision 1.44: download - view: text, markup, annotated - select for diffs
Fri Aug 21 10:48:06 2015 UTC (9 years, 8 months ago) by christos
Branches: MAIN
CVS tags: tls-maxphys-base-20171202, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, phil-wifi-20190609, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, netbsd-8-base, netbsd-8-3-RELEASE, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, isaki-audio2-base, isaki-audio2, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: phil-wifi
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +4 -6 lines
- move prototypes to common header file
- rename function to avoid confusion with pseudo-device attach

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Aug 20 14:40:17 2015 UTC (9 years, 8 months ago) by christos
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -3 lines
include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.

Revision 1.33.8.3: download - view: text, markup, annotated - select for diffs
Wed Aug 20 00:03:10 2014 UTC (10 years, 8 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.33.8.2: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.8.2: +231 -73 lines
Rebase to HEAD as of a few days ago.

Revision 1.40.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 10 06:54:00 2014 UTC (10 years, 8 months ago) by tls
Branches: tls-earlyentropy
Diff to: previous 1.40: preferred, colored; next MAIN 1.41: preferred, colored
Changes since revision 1.40: +21 -20 lines
Rebase.

Revision 1.42: download - view: text, markup, annotated - select for diffs
Fri Jul 25 08:10:33 2014 UTC (10 years, 9 months ago) by dholland
Branches: MAIN
CVS tags: tls-maxphys-base, tls-earlyentropy-base, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7
Branch point for: nick-nhusb
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -2 lines
Add d_discard to all struct cdevsw instances I could find.

All have been set to "nodiscard"; some should get a real implementation.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Jul 18 18:02:08 2014 UTC (10 years, 9 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +20 -20 lines
Minor KNF.  No binary changes.

Revision 1.32.2.3: download - view: text, markup, annotated - select for diffs
Thu May 22 11:39:55 2014 UTC (10 years, 11 months ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.32.2.2: preferred, colored; branchpoint 1.32: preferred, colored; next MAIN 1.33: preferred, colored
Changes since revision 1.32.2.2: +232 -75 lines
sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.35.2.1: download - view: text, markup, annotated - select for diffs
Sun May 18 17:45:15 2014 UTC (10 years, 11 months ago) by rmind
Branches: rmind-smpnet
Diff to: previous 1.35: preferred, colored; next MAIN 1.36: preferred, colored
Changes since revision 1.35: +212 -55 lines
sync with head

Revision 1.40: download - view: text, markup, annotated - select for diffs
Sun Mar 16 05:20:24 2014 UTC (11 years, 1 month ago) by dholland
Branches: MAIN
CVS tags: yamt-pagecache-base9, rmind-smpnet-nbase, rmind-smpnet-base, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3
Branch point for: tls-earlyentropy
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +13 -4 lines
Change (mostly mechanically) every cdevsw/bdevsw I can find to use
designated initializers.

I have not built every extant kernel so I have probably broken at
least one build; however I've also found and fixed some wrong
cdevsw/bdevsw entries so even if so I think we come out ahead.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sun Feb 2 15:35:06 2014 UTC (11 years, 2 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +11 -11 lines
Misc cleanup of sio drivers.

- register softc of child devices as an argument of the sio interrupt
  handler to avoid device_lookup_private() calls on every interrupt
- change type of sc_reg from (void *) to (struct sioreg *)
  to avoid weird address offset calculations with redundant casts
- rename struct sio_softc members for consistency
- use a channel number passed via sio_attach_args in lunaws_attach()

No functional chnages.  Tested on LUNA.

Revision 1.33.4.1: download - view: text, markup, annotated - select for diffs
Sun Jan 12 12:21:16 2014 UTC (11 years, 3 months ago) by bouyer
Branches: netbsd-6
Diff to: previous 1.33: preferred, colored; next MAIN 1.34: preferred, colored
Changes since revision 1.33: +213 -65 lines
Pull up following revision(s) (requested by tsutsui in ticket #1004):
	sys/arch/luna68k/dev/siotty.c: revision 1.35
	sys/arch/luna68k/dev/siotty.c: revision 1.36
	sys/arch/luna68k/dev/siotty.c: revision 1.37
	sys/arch/luna68k/dev/siotty.c: revision 1.38
	sys/arch/luna68k/dev/lunaws.c: revision 1.25
	sys/arch/luna68k/dev/lunaws.c: revision 1.26
	sys/arch/luna68k/dev/lunaws.c: revision 1.27
	sys/arch/luna68k/dev/siovar.h: revision 1.7
	sys/arch/luna68k/dev/siotty.c: revision 1.34
struct device * -> device_t, use device_xname()  (from chs@)
Whitespace cleanup.
Use softint(9) to pass received data into wskbd(9) and wsmouse(9) layers.
It might be problematic to call them from an interrupt handler at IPL_SERIAL.
Tab/space cleanup.
Use softint(9) properly to process TX/RX data between tty(4) layer.
It could cause possible locking issue to call tty(4) layer functions
from IPL_SERIAL interrupt handlers.
Changes details (mostly similar to com(4) and z8530tty(4)):
 - allocate RX buffer and put data and status into it in the interrupt handler
 - call t_linesw->l_rint from the software interrupt handler
 - set the only first byte in siottystart() and use t_outq buffer to send
   multiple TX data
 - call the next t_linesw->l_start on TX complete in the software interrupt
   handler
Also put more changes:
 - handle cnmagic(9) properly (now entering ddb(4) by console BREAK works)
 - allocate tty in the attach function as other drivers rather than first open
 - use proper variable types
Remove initialization of unused t_softc in struct tty (to make pullup easier).

Revision 1.38: download - view: text, markup, annotated - select for diffs
Thu Jan 2 03:32:35 2014 UTC (11 years, 3 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -3 lines
Remove initialization of unused t_softc in struct tty (to make pullup easier).

Revision 1.37: download - view: text, markup, annotated - select for diffs
Tue Dec 31 14:24:09 2013 UTC (11 years, 3 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +192 -43 lines
Use softint(9) properly to process TX/RX data between tty(4) layer.

It could cause possible locking issue to call tty(4) layer functions
from IPL_SERIAL interrupt handlers.

Changes details (mostly similar to com(4) and z8530tty(4)):
 - allocate RX buffer and put data and status into it in the interrupt handler
 - call t_linesw->l_rint from the software interrupt handler
 - set the only first byte in siottystart() and use t_outq buffer to send
   multiple TX data
 - call the next t_linesw->l_start on TX complete in the software interrupt
   handler

Also put more changes:
 - handle cnmagic(9) properly (now entering ddb(4) by console BREAK works)
 - allocate tty in the attach function as other drivers rather than first open
 - use proper variable types

Revision 1.36: download - view: text, markup, annotated - select for diffs
Mon Sep 23 17:27:09 2013 UTC (11 years, 7 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3 lines
Tab/space cleanup.

Revision 1.33.8.2: download - view: text, markup, annotated - select for diffs
Mon Feb 25 00:28:47 2013 UTC (12 years, 2 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.33.8.1: preferred, colored; branchpoint 1.33: preferred, colored
Changes since revision 1.33.8.1: +22 -22 lines
resync with head

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jan 22 15:44:25 2013 UTC (12 years, 3 months ago) by tsutsui
Branches: MAIN
CVS tags: riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, khorben-n900, agc-symver-base, agc-symver
Branch point for: rmind-smpnet
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +22 -22 lines
Whitespace cleanup.

Revision 1.33.8.1: download - view: text, markup, annotated - select for diffs
Tue Nov 20 03:01:29 2012 UTC (12 years, 5 months ago) by tls
Branches: tls-maxphys
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines
Resync to 2012-11-19 00:00:00 UTC

Revision 1.32.2.2: download - view: text, markup, annotated - select for diffs
Tue Oct 30 17:19:54 2012 UTC (12 years, 6 months ago) by yamt
Branches: yamt-pagecache
CVS tags: yamt-pagecache-tag8
Diff to: previous 1.32.2.1: preferred, colored; branchpoint 1.32: preferred, colored
Changes since revision 1.32.2.1: +3 -3 lines
sync with head

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sat Oct 13 06:16:18 2012 UTC (12 years, 6 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines
struct device * -> device_t, use device_xname()  (from chs@)

Revision 1.32.2.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 00:06:35 2012 UTC (13 years ago) by yamt
Branches: yamt-pagecache
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +7 -7 lines
sync with head

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sat Nov 26 04:40:50 2011 UTC (13 years, 5 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base5, yamt-pagecache-base4, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base10, jmcneill-usbmp-base, jmcneill-usbmp
Branch point for: tls-maxphys, netbsd-6
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +7 -7 lines
Reorganize IPL for devices.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed Jul 27 14:17:54 2011 UTC (13 years, 9 months ago) by tsutsui
Branches: MAIN
CVS tags: yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, jmcneill-audiomp3-base, jmcneill-audiomp3
Branch point for: yamt-pagecache
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +31 -20 lines
KNF, use uintNN_t, tab/space cosmetics etc.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed Jul 27 11:54:40 2011 UTC (13 years, 9 months ago) by tsutsui
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +14 -12 lines
- split device_t/softc and use device_t and cfdata_t etc.
- use aprint_normal(9)
- include "ioconf.h" for struct cfdriver decls
No crash on LUNA.

Revision 1.29.6.1: download - view: text, markup, annotated - select for diffs
Mon Jun 6 09:05:56 2011 UTC (13 years, 10 months ago) by jruoho
Branches: jruoho-x86intr
Diff to: previous 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29: +4 -4 lines
Sync with HEAD.

Revision 1.29.4.1: download - view: text, markup, annotated - select for diffs
Tue May 31 03:04:06 2011 UTC (13 years, 11 months ago) by rmind
Branches: rmind-uvmplock
Diff to: previous 1.29: preferred, colored; next MAIN 1.30: preferred, colored
Changes since revision 1.29: +4 -4 lines
sync with head

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sun Apr 24 16:26:56 2011 UTC (14 years ago) by rmind
Branches: MAIN
CVS tags: rmind-uvmplock-nbase, rmind-uvmplock-base, jym-xensuspend-nbase, jym-xensuspend-base, cherry-xenmp-base, cherry-xenmp
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +4 -4 lines
Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for
consistency.  Remove some unnecessary malloc.h inclusions as well.

Revision 1.21.18.3: download - view: text, markup, annotated - select for diffs
Thu Mar 11 15:02:33 2010 UTC (15 years, 1 month ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.21.18.2: preferred, colored; branchpoint 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21.18.2: +3 -4 lines
sync with head

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Nov 23 00:11:44 2009 UTC (15 years, 5 months ago) by rmind
Branches: MAIN
CVS tags: yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base7, uebayasi-xip-base6, uebayasi-xip-base5, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, matt-premerge-20091211, matt-mips64-premerge-20101231, jruoho-x86intr-base, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: rmind-uvmplock, jruoho-x86intr
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -3 lines
Use lwp_getpcb() on m68k ports, clean from struct user usage.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Mon Oct 26 19:16:56 2009 UTC (15 years, 6 months ago) by cegger
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
kill extra whitespaces
reviewed by tsutsui@

Revision 1.23.10.1: download - view: text, markup, annotated - select for diffs
Wed May 13 17:17:59 2009 UTC (15 years, 11 months ago) by jym
Branches: jym-xensuspend
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +19 -32 lines
Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

Revision 1.21.18.2: download - view: text, markup, annotated - select for diffs
Mon May 4 08:11:24 2009 UTC (15 years, 11 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.21.18.1: preferred, colored; branchpoint 1.21: preferred, colored
Changes since revision 1.21.18.1: +44 -83 lines
sync with head.

Revision 1.23.4.1: download - view: text, markup, annotated - select for diffs
Tue Apr 28 07:34:17 2009 UTC (16 years ago) by skrll
Branches: nick-hppapmap
Diff to: previous 1.23: preferred, colored; next MAIN 1.24: preferred, colored
Changes since revision 1.23: +19 -32 lines
Sync with HEAD.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Wed Mar 18 17:06:45 2009 UTC (16 years, 1 month ago) by cegger
Branches: MAIN
CVS tags: yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base, jymxensuspend-base
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
bcopy -> memcpy

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sat Mar 14 21:04:11 2009 UTC (16 years, 1 month ago) by dsl
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -8 lines
ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Mar 14 15:36:08 2009 UTC (16 years, 1 month ago) by dsl
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +7 -16 lines
Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Mar 14 14:46:00 2009 UTC (16 years, 1 month ago) by dsl
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +11 -11 lines
Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.

Revision 1.21.14.2: download - view: text, markup, annotated - select for diffs
Sun Jun 29 09:32:58 2008 UTC (16 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.21.14.1: preferred, colored; branchpoint 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21.14.1: +25 -51 lines
Sync with HEAD.

Revision 1.22.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 23 04:30:29 2008 UTC (16 years, 10 months ago) by wrstuden
Branches: wrstuden-revivesa
Diff to: previous 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22: +27 -53 lines
Sync w/ -current. 34 merge conflicts to follow.

Revision 1.22.4.1: download - view: text, markup, annotated - select for diffs
Wed Jun 18 16:32:42 2008 UTC (16 years, 10 months ago) by simonb
Branches: simonb-wapbl
Diff to: previous 1.22: preferred, colored; next MAIN 1.23: preferred, colored
Changes since revision 1.22: +27 -53 lines
Sync with head.

Revision 1.21.16.2: download - view: text, markup, annotated - select for diffs
Tue Jun 17 09:14:04 2008 UTC (16 years, 10 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.21.16.1: preferred, colored; branchpoint 1.21: preferred, colored; next MAIN 1.22: preferred, colored
Changes since revision 1.21.16.1: +27 -53 lines
sync with head.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Jun 13 09:58:06 2008 UTC (16 years, 10 months ago) by cegger
Branches: MAIN
CVS tags: yamt-pf42-base4, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, simonb-wapbl-nbase, simonb-wapbl-base, nick-hppapmap-base2, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-audiomp2-base, ad-audiomp2
Branch point for: nick-hppapmap, jym-xensuspend
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +27 -53 lines
use device_lookup_private to get softc

Revision 1.21.14.1: download - view: text, markup, annotated - select for diffs
Mon Jun 2 13:22:21 2008 UTC (16 years, 10 months ago) by mjf
Branches: mjf-devfs2
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -9 lines
Sync with HEAD.

Revision 1.21.16.1: download - view: text, markup, annotated - select for diffs
Sun May 18 12:32:19 2008 UTC (16 years, 11 months ago) by yamt
Branches: yamt-pf42
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -9 lines
sync with head.

Revision 1.21.18.1: download - view: text, markup, annotated - select for diffs
Fri May 16 02:22:43 2008 UTC (16 years, 11 months ago) by yamt
Branches: yamt-nfs-mp
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -9 lines
sync with head.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Apr 28 20:23:26 2008 UTC (17 years ago) by martin
Branches: MAIN
CVS tags: yamt-pf42-base3, yamt-pf42-base2, yamt-nfs-mp-base2, hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa, simonb-wapbl
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -9 lines
Remove clause 3 and 4 from TNF licenses

Revision 1.20.20.1: download - view: text, markup, annotated - select for diffs
Wed Jan 9 01:46:58 2008 UTC (17 years, 3 months ago) by matt
Branches: matt-armv6
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +3 -11 lines
sync with HEAD

Revision 1.20.26.1: download - view: text, markup, annotated - select for diffs
Sat Dec 8 18:17:15 2007 UTC (17 years, 4 months ago) by mjf
Branches: mjf-devfs
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +3 -11 lines
Sync with HEAD.

Revision 1.14.12.4: download - view: text, markup, annotated - select for diffs
Fri Dec 7 17:25:08 2007 UTC (17 years, 4 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.14.12.3: preferred, colored; branchpoint 1.14: preferred, colored; next MAIN 1.15: preferred, colored
Changes since revision 1.14.12.3: +3 -11 lines
sync with head

Revision 1.20.2.1: download - view: text, markup, annotated - select for diffs
Mon Dec 3 18:37:03 2007 UTC (17 years, 4 months ago) by ad
Branches: vmlocking
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +3 -11 lines
Sync with HEAD.

Revision 1.20.18.1: download - view: text, markup, annotated - select for diffs
Wed Nov 21 21:53:20 2007 UTC (17 years, 5 months ago) by joerg
Branches: jmcneill-pm
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +3 -11 lines
Sync with HEAD.

Revision 1.20.24.1: download - view: text, markup, annotated - select for diffs
Wed Nov 21 21:19:15 2007 UTC (17 years, 5 months ago) by bouyer
Branches: bouyer-xenamd64
Diff to: previous 1.20: preferred, colored; next MAIN 1.21: preferred, colored
Changes since revision 1.20: +3 -11 lines
Sync with HEAD

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Nov 19 18:51:40 2007 UTC (17 years, 5 months ago) by ad
Branches: MAIN
CVS tags: yamt-pf42-baseX, yamt-pf42-base, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, jmcneill-pm-base, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base, ad-socklock-base1
Branch point for: yamt-pf42, yamt-nfs-mp, mjf-devfs2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -11 lines
- Factor out too many copies of the same bit of tty code.
- Fix another tty signalling/wakeup problem.

Revision 1.14.12.3: download - view: text, markup, annotated - select for diffs
Mon Sep 3 14:27:05 2007 UTC (17 years, 7 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.14.12.2: preferred, colored; branchpoint 1.14: preferred, colored
Changes since revision 1.14.12.2: +4 -4 lines
sync with head.

Revision 1.19.4.1: download - view: text, markup, annotated - select for diffs
Mon Mar 12 05:48:43 2007 UTC (18 years, 1 month ago) by rmind
Branches: yamt-idlelwp
Diff to: previous 1.19: preferred, colored; next MAIN 1.20: preferred, colored
Changes since revision 1.19: +4 -4 lines
Sync with HEAD.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Mar 4 06:00:03 2007 UTC (18 years, 1 month ago) by christos
Branches: MAIN
CVS tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-idlelwp-base8, vmlocking-base, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, ppcoea-renovation-base, ppcoea-renovation, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, mjf-ufs-trans-base, mjf-ufs-trans, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, jmcneill-base, hpcarm-cleanup
Branch point for: vmlocking, mjf-devfs, matt-armv6, jmcneill-pm, bouyer-xenamd64
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4 lines
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Revision 1.14.12.2: download - view: text, markup, annotated - select for diffs
Sat Dec 30 20:46:24 2006 UTC (18 years, 4 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.14.12.1: preferred, colored; branchpoint 1.14: preferred, colored
Changes since revision 1.14.12.1: +6 -5 lines
sync with head.

Revision 1.18.4.1: download - view: text, markup, annotated - select for diffs
Sat Nov 18 21:29:23 2006 UTC (18 years, 5 months ago) by ad
Branches: newlock2
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +6 -6 lines
Sync with head.

Revision 1.18.6.1: download - view: text, markup, annotated - select for diffs
Sun Oct 22 06:04:49 2006 UTC (18 years, 6 months ago) by yamt
Branches: yamt-splraiseipl
Diff to: previous 1.18: preferred, colored; next MAIN 1.19: preferred, colored
Changes since revision 1.18: +6 -6 lines
sync with head

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Oct 1 18:56:22 2006 UTC (18 years, 7 months ago) by elad
Branches: MAIN
CVS tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, post-newlock2-merge, newlock2-nbase, newlock2-base, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, matt-nb4-arm-base, matt-nb4-arm, ad-audiomp-base, ad-audiomp
Branch point for: yamt-idlelwp
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +6 -6 lines
Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks!

Revision 1.16.4.1: download - view: text, markup, annotated - select for diffs
Sat Sep 9 02:40:57 2006 UTC (18 years, 7 months ago) by rpaulo
Branches: rpaulo-netinet-merge-pcb
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +5 -3 lines
sync with head

Revision 1.16.8.2: download - view: text, markup, annotated - select for diffs
Fri Aug 11 15:42:01 2006 UTC (18 years, 8 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.16.8.1: preferred, colored; branchpoint 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16.8.1: +4 -3 lines
sync with head

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Jul 23 22:06:05 2006 UTC (18 years, 9 months ago) by ad
Branches: MAIN
CVS tags: yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, rpaulo-netinet-merge-pcb-base, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-splraiseipl, newlock2
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +4 -3 lines
Use the LWP cached credentials where sane.

Revision 1.14.12.1: download - view: text, markup, annotated - select for diffs
Wed Jun 21 14:52:58 2006 UTC (18 years, 10 months ago) by yamt
Branches: yamt-lazymbuf
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +15 -14 lines
sync with head.

Revision 1.16.6.1: download - view: text, markup, annotated - select for diffs
Thu Jun 1 22:35:00 2006 UTC (18 years, 11 months ago) by kardel
Branches: simonb-timecounters
CVS tags: simonb-timcounters-final
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +4 -3 lines
Sync with head.

Revision 1.16.12.1: download - view: text, markup, annotated - select for diffs
Wed May 24 15:48:12 2006 UTC (18 years, 11 months ago) by tron
Branches: peter-altq
Diff to: previous 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16: +4 -3 lines
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.

Revision 1.16.8.1: download - view: text, markup, annotated - select for diffs
Wed May 24 10:56:58 2006 UTC (18 years, 11 months ago) by yamt
Branches: yamt-pdpolicy
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -3 lines
sync with head.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun May 14 21:55:38 2006 UTC (18 years, 11 months ago) by elad
Branches: MAIN
CVS tags: yamt-pdpolicy-base6, yamt-pdpolicy-base5, simonb-timecounters-base, gdamore-uart-base, gdamore-uart, chap-midi-nbase, chap-midi-base, chap-midi
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +4 -3 lines
integrate kauth.

Revision 1.16.10.3: download - view: text, markup, annotated - select for diffs
Sat May 13 10:26:27 2006 UTC (18 years, 11 months ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.16.10.2: preferred, colored; branchpoint 1.16: preferred, colored; next MAIN 1.17: preferred, colored
Changes since revision 1.16.10.2: +3 -2 lines
sprinkle some #include <sys/kauth.h> in files that use kauth kpi but
don't include it yet. hopefully this will prevent some fallout.

Revision 1.16.10.2: download - view: text, markup, annotated - select for diffs
Fri Mar 10 14:54:00 2006 UTC (19 years, 1 month ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.16.10.1: preferred, colored; branchpoint 1.16: preferred, colored
Changes since revision 1.16.10.1: +3 -3 lines
generic_authorize() -> kauth_authorize_generic().

Revision 1.16.10.1: download - view: text, markup, annotated - select for diffs
Wed Mar 8 00:43:06 2006 UTC (19 years, 1 month ago) by elad
Branches: elad-kernelauth
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
Adapt to kernel authorization KPI.

I expect *some* lossage here...

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Dec 11 12:17:52 2005 UTC (19 years, 4 months ago) by christos
Branches: MAIN
CVS tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, peter-altq-base, elad-kernelauth-base
Branch point for: yamt-pdpolicy, simonb-timecounters, rpaulo-netinet-merge-pcb, peter-altq, elad-kernelauth
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +14 -14 lines
merge ktrace-lwp.

Revision 1.13.2.5: download - view: text, markup, annotated - select for diffs
Thu Nov 10 13:57:09 2005 UTC (19 years, 5 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.13.2.4: preferred, colored; branchpoint 1.13: preferred, colored; next MAIN 1.14: preferred, colored
Changes since revision 1.13.2.4: +3 -3 lines
Sync with HEAD. Here we go again...

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Sep 6 21:40:38 2005 UTC (19 years, 7 months ago) by kleink
Branches: MAIN
CVS tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead, thorpej-vnode-attr-base, thorpej-vnode-attr, ktrace-lwp-base
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
Change the driver open function's conditional for overriding exclusive tty
use from checking the proc's uid to suser(9), and account for the use of
privileges.  Noted by David Holland in PR kern/31126.

Revision 1.13.2.4: download - view: text, markup, annotated - select for diffs
Tue Jan 25 09:29:04 2005 UTC (20 years, 3 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.13.2.3: preferred, colored; branchpoint 1.13: preferred, colored
Changes since revision 1.13.2.3: +14 -14 lines
Adapt to branch.

Revision 1.13.2.3: download - view: text, markup, annotated - select for diffs
Tue Sep 21 13:17:24 2004 UTC (20 years, 7 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.13.2.2: preferred, colored; branchpoint 1.13: preferred, colored
Changes since revision 1.13.2.2: +2 -2 lines
Fix the sync with head I botched.

Revision 1.13.2.2: download - view: text, markup, annotated - select for diffs
Sat Sep 18 14:36:06 2004 UTC (20 years, 7 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.13.2.1: preferred, colored; branchpoint 1.13: preferred, colored
Changes since revision 1.13.2.1: +0 -0 lines
Sync with HEAD.

Revision 1.13.2.1: download - view: text, markup, annotated - select for diffs
Tue Aug 3 10:36:30 2004 UTC (20 years, 8 months ago) by skrll
Branches: ktrace-lwp
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Sync with HEAD

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Apr 25 06:23:41 2004 UTC (21 years ago) by matt
Branches: MAIN
CVS tags: yamt-km-base4, yamt-km-base3, yamt-km-base2, yamt-km-base, yamt-km, netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, kent-audio2-base, kent-audio2, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-lazymbuf
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
Constify the speedtab arrays

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Mar 28 14:10:56 2003 UTC (22 years, 1 month ago) by he
Branches: MAIN
CVS tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2
Branch point for: ktrace-lwp
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +4 -2 lines
Initialize the two new members of consdev (cn_halt, cn_flush) to NULL so
that this compiles again.

Revision 1.8.8.5: download - view: text, markup, annotated - select for diffs
Mon Nov 11 21:59:28 2002 UTC (22 years, 5 months ago) by nathanw
Branches: nathanw_sa
CVS tags: nathanw_sa_end
Diff to: previous 1.8.8.4: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.8.4: +3 -3 lines
Catch up to -current

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Oct 23 09:11:25 2002 UTC (22 years, 6 months ago) by jdolecek
Branches: MAIN
CVS tags: nathanw_sa_before_merge, nathanw_sa_base, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
merge kqueue branch into -current

kqueue provides a stateful and efficient event notification framework
currently supported events include socket, file, directory, fifo,
pipe, tty and device changes, and monitoring of processes and signals

kqueue is supported by all writable filesystems in NetBSD tree
(with exception of Coda) and all device drivers supporting poll(2)

based on work done by Jonathan Lemon for FreeBSD
initial NetBSD port done by Luke Mewburn and Jason Thorpe

Revision 1.8.8.4: download - view: text, markup, annotated - select for diffs
Fri Oct 18 02:38:11 2002 UTC (22 years, 6 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.8.8.3: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.8.3: +4 -5 lines
Catch up to -current.

Revision 1.8.2.2: download - view: text, markup, annotated - select for diffs
Thu Oct 10 18:33:38 2002 UTC (22 years, 6 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.8.2.1: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.2.1: +20 -7 lines
sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Oct 2 05:31:46 2002 UTC (22 years, 7 months ago) by thorpej
Branches: MAIN
CVS tags: kqueue-beforemerge, kqueue-base
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +4 -5 lines
Use CFATTACH_DECL().

Revision 1.8.8.3: download - view: text, markup, annotated - select for diffs
Tue Sep 17 21:15:17 2002 UTC (22 years, 7 months ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.8.8.2: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.8.2: +18 -4 lines
Catch up to -current.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Sep 6 13:18:43 2002 UTC (22 years, 7 months ago) by gehenna
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +18 -4 lines
Merge the gehenna-devsw branch into the trunk.

This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant structure in device drivers.

- The new grammer ``device-major'' is introduced to ``files''.

	device-major <prefix> char <num> [block <num>] [<rules>]

- All device major numbers must be listed up in port dependent majors.<arch>
  by using this grammer.

- Added the new naming convention.
  The name of the device switch must be <prefix>_[bc]devsw for auto-generation
  of device switch tables.

- The backward compatibility of loading block/character device
  switch by LKM framework is broken. This is necessary to convert
  from block/character device major to device name in runtime and vice versa.

- The restriction to assign device major by LKM is completely removed.
  We don't need to reserve LKM entries for dynamic loading of device switch.

- In compile time, device major numbers list is packed into the kernel and
  the LKM framework will refer it to assign device major number dynamically.

Revision 1.8.2.1: download - view: text, markup, annotated - select for diffs
Sun Jun 23 17:37:37 2002 UTC (22 years, 10 months ago) by jdolecek
Branches: kqueue
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -5 lines
catch up with -current on kqueue branch

Revision 1.9.4.1: download - view: text, markup, annotated - select for diffs
Sun May 19 07:41:31 2002 UTC (22 years, 11 months ago) by gehenna
Branches: gehenna-devsw
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +18 -4 lines
Add device switch.
Replace the access to devsw table and the hard-coded majors with devsw API.

Revision 1.8.8.2: download - view: text, markup, annotated - select for diffs
Mon Apr 1 07:40:45 2002 UTC (23 years, 1 month ago) by nathanw
Branches: nathanw_sa
Diff to: previous 1.8.8.1: preferred, colored; branchpoint 1.8: preferred, colored
Changes since revision 1.8.8.1: +635 -0 lines
Catch up to -current.
(CVS: It's not just a program. It's an adventure!)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Mar 17 19:40:43 2002 UTC (23 years, 1 month ago) by atatat
Branches: MAIN
CVS tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, gehenna-devsw-base, eeh-devprop-base, eeh-devprop
Branch point for: gehenna-devsw
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +6 -5 lines
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
indicating an unhandled "command".  ERESTART is -1, which can lead to
confusion.  ERESTART has been moved to -3 and EPASSTHROUGH has been
placed at -4.  No ioctl code should now return -1 anywhere.  The
ioctl() system call is now properly restartable.

Revision 1.8.4.2: download - view: text, markup, annotated - select for diffs
Sat Oct 13 17:42:39 2001 UTC (23 years, 6 months ago) by fvdl
Branches: thorpej-devvp
Diff to: previous 1.8.4.1: preferred, colored; branchpoint 1.8: preferred, colored; next MAIN 1.9: preferred, colored
Changes since revision 1.8.4.1: +6 -6 lines
Revert the t_dev -> t_devvp change in struct tty. The way that tty
structs are currently used (especially by console ttys) aren't
ready for it, and this will require quite a few changes.

Revision 1.8.4.1: download - view: text, markup, annotated - select for diffs
Wed Oct 10 11:56:12 2001 UTC (23 years, 6 months ago) by fvdl
Branches: thorpej-devvp
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +31 -26 lines
Convert all remaining devices.

Revision 1.6.4.2: download - view: text, markup, annotated - select for diffs
Thu Jun 21 19:26:20 2001 UTC (23 years, 10 months ago) by nathanw
Diff to: previous 1.6.4.1: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.4.1: +14 -2 lines
Catch up to -current.

Revision 1.8.8.1
Wed May 2 10:32:22 2001 UTC (24 years ago) by nathanw
Branches: nathanw_sa
FILE REMOVED
Changes since revision 1.8: +0 -634 lines
file siotty.c was added on branch nathanw_sa on 2002-04-01 07:40:45 +0000

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed May 2 10:32:22 2001 UTC (24 years ago) by scw
Branches: MAIN
CVS tags: thorpej-mips-cache-base, thorpej-mips-cache, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, pre-chs-ubcperf, post-chs-ubcperf, newlock-base, newlock, ifpoll-base
Branch point for: thorpej-devvp, nathanw_sa, kqueue
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +14 -2 lines
Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point
in each tty driver to indirect through it.

This allows tty line-disciplines to handle poll(2) system calls.

Revision 1.6.2.4: download - view: text, markup, annotated - select for diffs
Sat Apr 21 17:53:54 2001 UTC (24 years ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.6.2.3: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6.2.3: +3 -6 lines
Sync with HEAD

Revision 1.6.4.1: download - view: text, markup, annotated - select for diffs
Mon Apr 9 01:53:39 2001 UTC (24 years ago) by nathanw
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -6 lines
Catch up with -current.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Mar 31 00:35:22 2001 UTC (24 years, 1 month ago) by enami
Branches: MAIN
CVS tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -6 lines
Remove unnecessary test of tp->t_linesw against NULL; they are results
of confusion while correcting compilation error after t_line is
replaced with t_linesw.

Revision 1.6.2.3: download - view: text, markup, annotated - select for diffs
Wed Nov 22 16:00:31 2000 UTC (24 years, 5 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.6.2.2: preferred, colored
Changes since revision 1.6.2.2: +10 -10 lines
Sync with HEAD.

Revision 1.6.2.2: download - view: text, markup, annotated - select for diffs
Mon Nov 20 20:10:26 2000 UTC (24 years, 5 months ago) by bouyer
Branches: thorpej_scsipi
Diff to: previous 1.6.2.1: preferred, colored
Changes since revision 1.6.2.1: +625 -0 lines
Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.

Revision 1.6.2.1
Tue Nov 7 09:23:21 2000 UTC (24 years, 5 months ago) by bouyer
Branches: thorpej_scsipi
FILE REMOVED
Changes since revision 1.6: +0 -625 lines
file siotty.c was added on branch thorpej_scsipi on 2000-11-20 20:10:26 +0000

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Nov 7 09:23:21 2000 UTC (24 years, 5 months ago) by nisimura
Branches: MAIN
Branch point for: thorpej_scsipi
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
Fix a minor typo in the previous change of tp->t_linesw introduction.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Nov 2 00:37:57 2000 UTC (24 years, 6 months ago) by eeh
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +9 -9 lines
Adapt to new line discipline scheme.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Mar 6 21:36:09 2000 UTC (25 years, 1 month ago) by thorpej
Branches: MAIN
CVS tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5, minoura-xpg4dl-base, minoura-xpg4dl
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -2 lines
- Implement cnbell() -- ring the console bell.  The cn_bell entrypoint
  is optional.
- Add cn_bell to statically allocated consdevs as appropriate.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jan 12 01:59:45 2000 UTC (25 years, 3 months ago) by nisimura
Branches: MAIN
CVS tags: chs-ubc2-newbase
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -3 lines
Put a comment about BREAK detection; DDB fails to resume.  Need to clear
the condition before resume?

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jan 7 05:13:08 2000 UTC (25 years, 3 months ago) by nisimura
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -7 lines
- Make SCSI work; by kludges of machine/bus.h. TEAC streamer tape drive
found to be tweaked.  Need extensive verifications.
- Add wsmouse node under ws; not useful this moment.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jan 5 08:48:55 2000 UTC (25 years, 3 months ago) by nisimura
Branches: MAIN
Introduce NetBSD/luna68k port into CVS repository.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>