fix so it compiles
[unix-history] / usr / src / sys /
1992-03-08 Ralph Campbellfix so it compiles
1992-03-08 Ralph Campbelladded cfb for ds5000
1992-03-08 Ralph Campbellmtpr.h is not used
1992-03-06 Keith Sklowerthis version works, has been tidied up for public consu...
1992-03-06 Keith Sklowerthis version has some debugging code
1992-03-05 Keith Sklowerthis version almost works, but buffer counts are wiered
1992-03-05 Keith Bosticmove lfs_ifind into lfs_inode.c, it's only used in...
1992-03-04 Kirk McKusickfix problem with window system failing to start up...
1992-03-04 Keith Sklowermore prettying up before we circulate this;
1992-03-04 Keith Sklowercorrect misspellings
1992-03-04 Keith Sklowerthis version can at least talk to the CSR's of the...
1992-03-04 Mike Hibleravoid NULL object pointer dereference in vmtotal
1992-03-04 Kirk McKusickmust have directory vnode as first op;
1992-03-04 Kirk McKusickmust have directory vnode as first op
1992-03-04 Keith Bosticfree'ing wrong pointer on error
1992-03-04 Keith Bosticfree'ing the wrong pointer when copyin fails; minor...
1992-03-04 Keith Bosticset saveaddr to NULL, otherwise will re-free space...
1992-03-03 Ralph Campbellfix uninitialized variable (dst) if senderr called...
1992-03-03 Chris Torekadd dead and pure function qualifiers, with appropiate...
1992-03-03 Keith Bosticdeclare struct proc, struct uio before using in prototypes
1992-03-03 Kirk McKusickdisallow creation of files in removed directories
1992-03-03 Keith Skloweruse generic, endian-independent versions for ns & ip...
1992-03-03 Keith Sklowerupdate publication date for copyright, rename as real...
1992-03-03 Keith Sklowerupdate publication date for copyright
1992-03-03 Keith Sklowercan use #include "param.h" instead of #include "sys...
1992-03-03 Keith Sklowermake tahoe use machine-independent ns_cksum()
1992-03-02 Ralph Campbellremove unused KADB external decl.
1992-03-02 Ralph Campbelldon't include mtpr.h unless needed
1992-03-02 Ralph Campbellremove unused KADB stuff, fix va_alist for ULTRIX compiler
1992-03-02 Ralph Campbellcalls to chdirec didn't pass 'p'.
1992-03-02 Kirk McKusickallow subset of pagers to be defined (net2/sys/7)
1992-03-02 Kirk McKusickrd disks depend on NRD not NSD (net2/sys/6)
1992-03-02 Ralph Campbellchecked in for Ralph by TK; update for 5000, not sure...
1992-03-02 Keith Bosticdate and time created 92/03/01 10:16:39 by bostic
1992-03-02 Keith Bosticdate and time created 92/03/01 10:09:58 by bostic
1992-03-01 Mike Hiblersync with current vn_open interface
1992-03-01 Ralph Campbellremove p_regs
1992-03-01 Ralph Campbelladded KADB support & DS5000 support
1992-03-01 Ralph Campbellremoved p_regs
1992-03-01 Ralph Campbelladded cpu_setstack macro
1992-03-01 Ralph Campbelladded md_regs field
1992-03-01 Ralph Campbellfix function return type to void
1992-03-01 Ralph Campbellfix syntax error
1992-03-01 Ralph Campbellchange function return to void
1992-03-01 Ralph Campbellfix as line for locore.s
1992-03-01 Ralph Campbelladded support for DS5000
1992-03-01 Ralph Campbellincrease kernel vm area
1992-03-01 Ralph Campbellremoved kvtophys; not used.
1992-03-01 Ralph Campbelladd support for single step for ptrace()
1992-03-01 Ralph Campbelladded support for DS5000
1992-03-01 Ralph Campbellcopy floating point registers on fork if still in FP...
1992-03-01 Ralph Campbelladded support for DS5000
1992-03-01 Ralph Campbellfix cache problem by using correct phys addr in ptes
1992-03-01 Ralph Campbellfix test for correct address protection
1992-03-01 Keith Bosticcombine C library and kernel versions of this file
1992-03-01 Ralph Campbellfixes to support kadb
1992-03-01 Ralph Campbelluse rawread and rawwrite for tz
1992-03-01 Ralph Campbellblock interrupts when updating the clock chip.
1992-03-01 Ralph Campbelladded support for DS5000
1992-03-01 Ralph Campbellchanges to support DS5000
1992-03-01 Ralph Campbelladded support for DS5000
1992-03-01 Ralph Campbellchanges to support DS5000
1992-03-01 Ralph Campbelladded kdb support and DS5000 support
1992-02-29 Keith Skloweradd proc argument to ioctl among others
1992-02-29 Keith SklowerThis likely represents cleanups done by Bill Jolitz...
1992-02-29 Keith Bosticsleep, tsleep and wakeup really take void *'s, not...
1992-02-29 Keith Bosticcopy individual buffers into 56K chunks for disk I/O
1992-02-29 Keith Sklowerdeclare "int lbolt" here (by TK for Keith)
1992-02-28 Chris Toreksome ts drives are still too stubborn: if it won't...
1992-02-28 Carl Staelinissue wakeup when enter a new segment (previous was...
1992-02-28 Carl Staelinduring truncate, at INDIR/DIRECT boundary, decrement...
1992-02-28 Carl Staelinonly delete space used by inode, on inode deletion...
1992-02-27 Kirk McKusicknew select model
1992-02-26 Keith Sklowertest for aliveness of board by looking at status of...
1992-02-26 Kirk McKusickadd lots of extern's; add struct clockinfo and struct...
1992-02-26 Kirk McKusickadd stubs for getting load average and clock rate
1992-02-26 Kirk McKusickadd kinfo_clockrate so profilers can find out system...
1992-02-26 Kirk McKusickaverunnable now a structure
1992-02-26 Kirk McKusickcalculate hz, tick, and profhz
1992-02-26 Kirk McKusickadd kinfo_loadavg to get loadavg through getkerninfo
1992-02-26 Kirk McKusicklint
1992-02-26 Chris Torekconvert to use new select interface, selrecord/selwakeup
1992-02-26 Chris Torekconvert to use new select interface, selrecord/selwakeup
1992-02-26 Kirk McKusickhave to return error when bmap fails (from karels@bsdi...
1992-02-26 Keith Sklowerdon't set cloning flag on proxy arp entries
1992-02-26 Keith Sklowermake it possible to change routes with duped keys,...
1992-02-26 Kirk McKusickmay get null vp to reassignbuf during shutdown
1992-02-26 Kirk McKusickfix memory leak introduced in -r7.43; asethetic cleanups
1992-02-25 Kirk McKusickneed libgnulib.a to get quads
1992-02-25 Kirk McKusickupdate for kernel profiling
1992-02-25 Kirk McKusicklint
1992-02-25 Kirk McKusickget rid of unnecessary asm's
1992-02-22 Kirk McKusicksymlinks are OK if not being followed
1992-02-22 John Heidemannclean up comment
1992-02-22 Kirk McKusickuse continue rather than goto
1992-02-22 John Heidemannlookup converted to new form
1992-02-22 Keith Bosticvsyslog prototype can't use va_list
1992-02-22 Keith Skloweryet another oversight (need to mask off af bits from op)
1992-02-22 Keith Sklowerforgot to zero out new ifaddr structure
1992-02-21 Mike Karels(by sklower) /sys/net files included mtpr.h which was...
next