Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Announcements Operating Systems BSD

HEADSUP: Change of Makedev() Semantics on FreeBSD 21

Dan writes "FreeBSD's Poul-Henning Kamp is in the process of adding ref-counting and locking to dev_t, and would very much prefer if this step is completed soon before 5-STABLE gets branched. He says that all this will be transparent to the majority of device drivers, as the refcounting will happen in the make_dev() and destroy_dev() family of calls and normal drivers need not know more about it."
This discussion has been archived. No new comments can be posted.

HEADSUP: Change of Makedev() Semantics on FreeBSD

Comments Filter:
  • by Anonymous Coward
    Seriously, that's what *-devel mailing lists are for. I doubt that the average (and even the not-so-average) Slashdot reader cares.

    (And, this is certainly not the place that FreeBSD device driver writers come to discuss changes to the kernel.)
    • It's an evil plan I tell you. They post this random stuff that affects possibly 1 out of 100'000 slashdotters on here and dare call it a topic. Then I make a perfectly reasonable Simspons comparison between the headline (HEADSUP) and Ketchup (CATSUP), and they mod me as troll... tsk tsk tsk...

      Daniel
  • by DrSkwid ( 118965 ) on Monday September 29, 2003 @09:38AM (#7084071) Journal
    Anyone know why this is a good/bad thing ?

    The stuff concerning dev_t on the LKML concerned itself with tty stuff.

    Will it really mean the death of tty ? I do hope so.

    isatty is a stupid anachronism (which is why plan9 [bell-labs.com] got rid of such idiocy).
    • Anyone know why this is a good/bad thing?
      It's a completly uninteresting thing that will not affect any users, and only a few device driver developers.
      The stuff concerning dev_t on the LKML concerned itself with tty stuff.
      What does the LKML have to do with anything?
  • the second parameter to the kmalloc function has been changed to an unsigned int allowing for increased memory capacity. Users everywhere hail the dawn of a new age where more memory can be allocated.
  • Do the math (Score:5, Funny)

    by MarkusQ ( 450076 ) on Monday September 29, 2003 @10:55AM (#7084757) Journal

    • World population: ~10^9
    • Proportion that speak english: ~1/10
    • Proportion that speak some form of technical english: ~1/10
    • Proportion of those who speak computer english: ~1/10
    • Proportion of those who program: ~1/10
    • Proportion of those who could write a device driver: ~1/10
    • Proportion of those who actual do write device drivers: ~1/10
    • Proportion of those who are doing so for *nix: ~1/3
    • Proportion of those who are doing so for FreeBSD: ~1/10
    • Proportion of those who use mkdev: ~1/2
    So even assuming 5% of them read /. to keep up an library changes, less than one person will care. Presumably, that was the poster.

    -- MarkusQ

    P.S. So what, you may ask, am I doing here? Easy. Some people are croud followers, and rush to the scene of a big fire or train wreck (or, if none are handy, a mall).

    I'm not like that.

  • by chrysalis ( 50680 ) on Wednesday October 01, 2003 @04:22AM (#7101737) Homepage
    I really don't understand why every time a single line of code is changed to this beta version of FreeBSD, a Slashdot article is made.

    Moreover something like that one... Except some rare developpers, nobody knows what it actually changes. Just because in fact... nothing changes... only internals. So what's the point?

    And the 3.4 OpenBSD song has been released :

    http://www.openbsd.org/lyrics.html

    Why is there no Slashdot article about this?

If all else fails, lower your standards.

Working...