Up to [cvs.NetBSD.org] / src / sys / kern
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: magnum
Revision 1.6.2.3 / (download) - annotate - [select for diffs], Fri Dec 10 13:16:44 1993 UTC (19 years, 5 months ago) by pk
Branch: magnum
Changes since 1.6.2.2: +5 -1
lines
Diff to previous 1.6.2.2 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored)
Always set BROADCAST flag in DGRAM sockets in SunOS emulation procs.
Revision 1.6.2.2 / (download) - annotate - [select for diffs], Sat Nov 6 00:07:55 1993 UTC (19 years, 6 months ago) by mycroft
Branch: magnum
Changes since 1.6.2.1: +30 -28
lines
Diff to previous 1.6.2.1 (colored) to branchpoint 1.6 (colored)
Merge changes from trunk.
Revision 1.6.2.1 / (download) - annotate - [select for diffs], Fri Sep 24 08:51:53 1993 UTC (19 years, 8 months ago) by mycroft
Branch: magnum
Changes since 1.6: +3 -1
lines
Diff to previous 1.6 (colored)
Make all files using spl*() #include cpu.h. Changes from trunk. init_main.c: New method of pseudo-device of initialization. kern_clock.c: hardclock() and softclock() now take a pointer to a clockframe. softclock() only does callouts. kern_synch.c: Remove spurious declaration of endtsleep(). Adjust uses of averunnable for new struct loadav. subr_prf.c: Allow printf() formats in panic(). tty.c: averunnable changes. vfs_subr.c: va_size and va_bytes are now quads.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 8 21:12:49 1993 UTC (19 years, 8 months ago) by mycroft
Branch: MAIN
CVS Tags: magnum-base
Branch point for: magnum
Changes since 1.5: +4 -3
lines
Diff to previous 1.5 (colored)
Patch from David Greenman to reduce CPU usage during network transmit.