Home Blog Page 10235

Review of CheckInstall 1.0

Author: JT Smith

Userlocal.com reviews Checkinstall: “CheckInstall has taken on the challenge of easily installing/tracking/removing applications compiled and installed from source. Not only does CheckInstall take on this challenge, it triumphs with glory. How does it do this? After doing “./configure” and then “make” you simply su to root and type “checkinstall” instead of “make install”. after typing checkinstall you will be prompted with…” keskoy

Category:

  • Linux

KDE 2.0.1 and 2.1 release schedule

Author: JT Smith

Linux Today posts the KDE release schedule.

Category:

  • Linux

Linux 2.4.0-test11

Author: JT Smith

Linus Torvalds has posted another update to the kernel.

Date: Sun, 19 Nov 2000 18:19:33 -0800 (PST)
                From: Linus Torvalds torvalds@transmeta.com
                To: Kernel Mailing List linux-kernel@vger.kernel.org
                Subject: Linux 2.4.0-test11
                 
                Ok, test11 is out there. The most noticeable fixes since pre7 are the
                Athlon lockup fix, the PCI routing handling, and getting the Joliet stuff
                right for iso9660.
                 
                                Linus
                 
                ----
                 
                 - final:
                    - Patrick Mochel: export the ACPI facs table in /proc too
                    - Brian Gerst: Video4Linux cleanup (named initializers)
                    - me: only use irq13 for FP errors for external FPU's. This
                      fixes the Atlon FP exception lockups.
                    - me: add a new intel signature to the PIRQ table matching logic.
                      Make the matching match both reported and actual device ID (with a
                      preference for the reported). Fixes PCMCIA on NEC Versa laptops.
                    - iso9660: fix Joliet filename argument order bug introduced in pre7
                    - Highmem: p_page -> b_page typo.
                    - me: don't allow pending FPU exceptions without an FPU context..
                 
                 - pre7:
                    - Kai Germaschewski: more ISDN cleanups and small fixes.
                    - Al Viro: fix ntfs_new_inode() that he broke. Cleanups.
                    - various: handle !CONFIG_HOTPLUG properly
                    - David Miller: sparc and networking
                    - me: more iso9660 fixes.
                    - Neil Brown: fix rd and RAID on highmem machines
                    - Vojtech Pavlik: input driver fixes
                    - David Woodhouse: module unload races - up_and_exit()
                                                                                   
                 - pre6:
                    - Intel: start to add Pentium IV specific stuff (128-byte cacheline
                      etc)
                    - David Miller: search-and-destroy places that forget to mark us
                      running after removing us from a wait-queue.
                    - me: NFS client write-back ref-counting SMP instability.
                    - me: fix up non-exclusive waiters
                    - Trond Myklebust: Be more careful about SMP in NFS and RPC code
                    - Trond Myklebust: inode attribute update race fix
                    - Charles White: don't do unaligned accesses in cpqarray driver.
                    - Jeff Garzik: continued driver cleanup and fixes
                    - Peter Anvin: integrate more of the Intel patches.
                    - Robert Love: add i815 signature to the intel AGP support
                    - Rik Faith: DRM update to make it easier to sync up 2.2.x
                    - David Woodhouse: make old 16-bit pcmcia controllers work
                      again (ie i82365 and TCIC)
                 
                 - pre5:
                    - Rasmus Andersen: add proper "" for sound drivers
                    - David Miller: sparc64 and networking updates
                    - David Trcka: MOXA numbering starts from 0, not 1.
                    - Jeff Garzik: sysctl.h standalone
                    - Dag Brattli: IrDA finishing touches
                    - Randy Dunlap: USB fixes
                    - Gerd Knorr: big bttv update
                    - Peter Anvin: x86 capabilities cleanup
                    - Stephen Rothwell: apm initcall fix - smp poweroff should work
                    - Andrew Morton: setscheduler() spinlock ordering fix
                    - Stephen Rothwell: directory notification documentation
                    - Petr Vandrovec: ncpfs capabilities check cleanup
                    - David Woodhouse: fix jffs to use generic isxxxx() library
                    - Chris Swiedler: oom_kill selection fix
                    - Jens Axboe: re-merge after sleeping in ll_rw_block.
                    - Randy Dunlap: USB updates (pegasus and ftdi_sio)
                    - Kai Germaschewski: ISDN ppp header compression fixed
                 
                 - pre4:
                    - Andrea Arcangeli: SMP scheduler memory barrier fixup
                    - Richard Henderson: fix alpha semaphores and spinlock bugs.
                    - Richard Henderson: clean up the file from hell: "xor.c"
                                                                                 
                 - pre3:
                    - James Simmons: vgacon "printk()" deadlock with global irq lock.
                    - don't poke blanked console on console output
                    - Ching-Ling: get channels right on ALI audio driver
                    - Dag Brattli and Jean Tourrilhes: big IrDA update
                    - Paul Mackerras: PPC updates
                    - Randy Dunlap: USB ID table support, LEDs with usbkbd, belkin
                      serial converter.
                    - Jeff Garzik: pcnet32 and lance net driver fix/cleanup
                    - Mikael Pettersson: clean up x86 ELF_PLATFORM
                    - Bartlomiej Zolnierkiewicz: sound and drm driver init fixes and
                      cleanups
                    - Al Viro: Jeff missed some kmap()'s. sysctl cleanup
                    - Kai Germaschewski: ISDN updates
                    - Alan Cox: SCSI driver NULL ptr checks
                    - David Miller: networking updates, exclusive waitqueues nest properly,
                      SMP i_shared_lock/page_table_lock lock order fix.
                 - pre2:
                    - Stephen Rothwell: directory notify could return with the lock held
                    - Richard Henderson: CLOCKS_PER_SEC on alpha.
                    - Jeff Garzik: ramfs and highmem: kmap() the page to clear it
                    - Asit Mallick: enable the APIC in the official order
                    - Neil Brown: avoid rd deadlock on io_request_lock by using a
                      private rd-request function. This also avoids unnecessary
                      request merging at this level.
                    - Ben LaHaise: vmalloc threadign and overflow fix
                    - Randy Dunlap: USB updates (plusb driver). PCI cacheline size.
                    - Neil Brown: fix a raid1 on top of lvm bug that crept in in pre1
                    - Alan Cox: various (Athlon mmx copy, NULL ptr checks for
                      scsi_register etc).
                    - Al Viro: fix /proc permission check security hole.
                    - Can-Ru Yeou: SiS301 fbcon driver
                    - Andrew Morton: NMI oopser and kernel page fault punch through
                      both console_lock and timerlist_lock to make sure it prints out..
                    - Jeff Garzik: clean up "kmap()" return type (it returns a kernel
                      virtual address, ie a "void *").
                    - Jeff Garzik: network driver docs, various one-liners.
                    - David Miller: add generic "special" flag to page flags, to be
                      used by architectures as they see fit. Like keeping track of
                      cache coherency issues.
                    - David Miller: sparc64 updates, make sparc32 boot again
                    - Davdi Millner: spel "synchronous" correctly
                    - David Miller: networking - fix some bridge issues, and correct
                      IPv6 sysctl entries.
                    - Dan Aloni: make fork.c use proper macro rather than doing
                      get_exec_domain() by hand.
                                                    
                 - pre1:
                    - me: make PCMCIA work even in the absense of PCI irq's
                    - me: add irq mapping capabilities for Cyrix southbridges
                    - me: make IBMMCA compile right as a module
                    - me: uhhuh. Major atomic-PTE SMP race boo-boo. Fixed.
                    - Andrea Arkangeli: don't allow people to set security-conscious
                      bits in mxcsr through ptrace SETFPXREGS.
                    - Jürgen Fischer: aha152x update
                    - Andrew Morton, Trond Myklebust: file locking fixes
                    - me: TLB invalidate race with highmem
                    - Paul Fulghum: synclink/n_hdlc driver updates
                    - David Miller: export sysctl_jiffies, and have the proper no-sysctl
                      version handy
                    - Neil Brown: RAID driver deadlock and nsfd read access to
                      execute-only files fix
                    - Keith Owens: clean up module information passing, remove
                      "get_module_symbol()".
                    - Jeff Garzik: network (and other) driver fixes and cleanups
                    - Andrea Arkangeli: scheduler cleanup.
                    - Ching-Ling Li: fix ALi sound driver memory leak
                    - Anton Altaparmakov: upcase fix for NTFS
                    - Thomas Woller: CS4281 audio update

Category:

  • Linux

Linux Today posts over 30,000 stories

Author: JT Smith

Paul Ferris at Linux Today writes: “Well, it’s been an interesting couple of years (almost). A lot has happened in the time since I started having
my stories linked here, started having my stories posted here, started running the site, rewrote the site, and
finally started re-writing the site.”

Category:

  • Linux

Software quality 101: essential concepts

Author: JT Smith

Linux.com’s weekly feature: “…if Linux wants to increase the user base, improvements in the
developmental process are needed in the operating system and software. Linux
software needs to solve problems by providing solutions not only to the developer, but
also to the business and hobby users.”

Category:

  • Linux

Taxing free software in Poland

Author: JT Smith

Jarek Sygitowicz submitted this article from LinuxNews.pl: “Lets look backward: nearly a month ago one officer taxed 6 GNU/Linux boxes and two Star Offices at the price of 6 Microsoft Windows and 2 Microsoft Offices. The affair was widely commented and stirred a wave of protests. We heard from various sorces that the Government, trying to patch a big hole, is preparing for the impossible: a tax on using Free Software.”

We are Borg, er, Rambus

Author: JT Smith

The Rambus collective now wants everyone to pay royalties on any
device that interfaces with an SDRAM, DDR or direct Rambus
DRAM (RDRAM) chip, reports The Register. Avo Kanadjian, vice president of worldwide
marketing at Rambus, expounded on the latest plans for world
domination at the Comdex trade show in Las Vegas last week.

Category:

  • Unix

Under the hood: an inside tour of the Pentium 4

Author: JT Smith

PCWorld.com reviews the Pentium 4. Unveiled this week, it is Intel’s first new microarchitecture since 1995 when the current
x86 architecture made its debut in the Pentium Pro. This new generation is designed to provide
blazing speed, especially in handling multimedia content.

Category:

  • Unix

Pentium 4 fails business test

Author: JT Smith

Intel’s Pentium 4 processor, which ships today, represents the
biggest change in Intel’s processor technology since the Pentium
Pro launch five years ago ­- but IT Week tests show it may not be
suitable for mainstream business use, reports ZDCOUK.

Category:

  • Unix

SurfControl knows all, tells all

Author: JT Smith

PCWorld.com reports that this filtering software for businesses and schools can monitor Internet usage over a
network.

Category:

  • Programming