Slashdot Log In
Linux 2.2.7 Released
Posted by
CmdrTaco
on Wed Apr 28, 1999 02:02 PM
from the get-it-while-its-ripe dept.
from the get-it-while-its-ripe dept.
MazMart was the first to report that a new stable kernel.
Linus decided to name it 2.2.7- a surprise move that
enraged and shocked, but since it was the next available digit
we shouldn't be all that surprised. Now if I only I had a T1-
hemos would kill me if I seized control of the ISDN
for something so selfish as as kernel.
This discussion has been archived.
No new comments can be posted.
Linux 2.2.7 Released
|
Log In/Create an Account
| Top
| 146 comments
(Spill at 50!) | Index Only
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1)
|
2
(1)
|
2

Re:Linux uptime? (Score:3)
USB Support (Score:5)
Anyone have any ideas why they wrote their own instead of working with Linux USB project's version?
The Linux USB projects sources seem farther along than what is included in the kernel.
--
Re:USB Support (Score:3)
Linus posted the original announcement for the usb-0.01 code with a note that he couldn't understand the UUSBD code and needed something simpler. Well, I couldn't understand it either (which of course doesn't mean much
The most likely scenario I'll see is that the internal structure is kept from Linus-USB (enhanced of course as time goes by) and that the good ideas and some of the higher level device class specific (etc.) code from UUSBD will be ported and merged to Linus-USB.
Patching.. (Score:3)
--
Scott Miga
Automatic kernel patch distribution (Score:4)
If the patch is too big (> ~400k) you will receive a notification and the diffstat output.
The truly wicked could setup a procmail rule to feed mail from linux-kernel-patch directly to "patch -p1 -d
Small Patch to get USB to compile (Score:5)
--- drivers/usb/usb.h.bak Wed Apr 28 21:59:45 1999
+++ drivers/usb/usb.h Wed Apr 28 22:08:08 1999
@@ -363,8 +363,8 @@
void usb_audio_interface(struct usb_interface_descriptor *, u8 *);
void usb_audio_endpoint(struct usb_endpoint_descriptor *, u8 *);
#else
-extern inline void usb_audio_interface(struct usb_interface_descriptor *, u8 *) {}
-extern inline void usb_audio_endpoint(struct usb_endpoint_descriptor *, u8 *) {}
+extern inline void usb_audio_interface(struct usb_interface_descriptor *interface, u8 *data) {}
+extern inline void usb_audio_endpoint(struct usb_endpoint_descriptor *interface, u8 *data) {}
#endif
#endif
Linux uptime? (Score:4)
According to last, it went up at:
reboot system boot Tue Dec 16 22:51
(That would be 1997).
Now:
11:40pm up 22:21, 1 user, load average: 0.01, 0.04, 0.00
Suddenly I was back at 0 uptime, and my logfiles went through a spasm with kernel error messages ending with this:
Apr 28 01:56:07 dream kernel: Call Trace: [do_gettimeofday+34/68] [sys_gettimeof
day+44/112] [system_call+85/124]
Apr 28 01:56:07 dream kernel: Code: f7 f1 ba 10 27 00 00 89 c1 31 c0 f7 f1 a3 dc
fa 1a 00 89 c3
Oh, well, still it didnt panic, altho a load of apps including X went haywire.
It sorta puts life into a perspective too. Last time I rebooted this machine I was 25. Now I'm 27. Agh.
Re:NT is only on sp4 (Score:4)
With closed source software, about 10% of the time is spent writing the code, then the rest is spend debugging. Debugging takes many many worker hours in order to do correctly. This is why there are alpha and beta versions available for some things, but they are still being tested.
With open source, such things are not worried about. The user has access to the source code, and those thousands or hundreds of thousands of 'eyeball hours' looking at the code for problems, can be accomplished in a matter of days or even hours.
There have been times during the development of linux that Linus released a new kernel version more than once a day. I would imagine that this happens more with the unstable releases. For discussion on how to tell, see earlier posts.