removed kvtophys; not used.
[unix-history] / usr / src / sys /
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...
1992-02-21 Keith Sklowermtpr.h is vax and tahoe specific; net*/*.c files should...
1992-02-21 Keith Sklowermtpr.h is vax and tahoe specific, have net files which...
1992-02-21 Keith Sklowerminor typo-level changes for consistency with new heade...
1992-02-21 Keith Sklowerproc.h not necessary
1992-02-21 Kirk McKusick#ifdef KERNEL around function prototypes
1992-02-21 Keith Sklowershut up lint
1992-02-21 Keith Sklowermake it possible to have different metrics for differen...
1992-02-21 Keith Sklowermake it possible to have different metrics on different...
1992-02-20 Chris Torekvm_map_findspace returns 0 on success, not failure
1992-02-20 Kirk McKusickpmap_kernel() becomes kernel_pmap
1992-02-20 Kirk McKusicklint
1992-02-20 Kirk McKusickcleanup the buggies
1992-02-20 Kirk McKusickadd void decls
1992-02-20 Chris Toreksplit vm_map_findspace out of vm_map_find
1992-02-20 Chris Torekprototype for new function
1992-02-20 Chris Torekprototypes
1992-02-20 Kirk McKusickeliminate variable kernel_pmap and function pmap_kernel
1992-02-20 Chris Torekmisc cleanups
1992-02-20 Chris Torekeliminate pmap_kernel()
1992-02-20 Chris Torekeliminate function pmap_kernel
1992-02-20 Chris Torekpmap_kernel() is really kernel_pmap variable
1992-02-20 Chris Torekeliminate variable kernel_pmap and function pmap_kernel
1992-02-20 Chris Torekreplace vm_page_init with VM_PAGE_INIT macro
1992-02-20 Chris Torekmove definition of vm_page_init into vm_page.h so can...
1992-02-20 Chris Torekdefine VM_PAGE_INIT as vm_page_init was only used in...
1992-02-20 Kirk McKusickfrom Chris Torek
1992-02-20 Keith Bosticrip away illusion of portability in ALIGN
1992-02-20 Keith Bosticbreak into separate machine-dependent files for Sparc...
1992-02-20 Keith Sklowerstop stupid warningsL`struct mbuf' declared inside...
1992-02-20 Keith Bosticadd structure def's for gcc
1992-02-19 Kirk McKusickdevice open routine now gets a proc pointer
1992-02-19 Keith Skloweradd routine for common ethernet glue (mostly to put...
1992-02-19 Keith Sklowerdescribing routing message headers for add/delete/state...
1992-02-19 Keith Sklowerget rid for ifa->ifa_ft; new routing messages for addin...
1992-02-19 Keith Sklowernew kerninfo for surveying interface list; new conventi...
1992-02-19 Keith Sklowerrearrange routing message format so that common parts...
1992-02-19 Keith Sklowergenerate routing messages for interface state changes;
1992-02-19 Keith Skloweradd new kinfo for interface list
1992-02-19 Keith Sklowernew conventions for rt_missmsg
1992-02-19 Keith Sklowerdo not send redirects if a packet is forwarded on the...
1992-02-19 Keith Bosticprotect include files included by other include files...
1992-02-18 Kirk McKusickget rid of #ifdef KERNEL
1992-02-18 Kirk McKusickdate and time created 92/02/17 23:46:01 by mckusick
1992-02-18 Kirk McKusickselinfo moves out to select.h
1992-02-18 Kirk McKusickinclude selinfo (for struct selinfo)
1992-02-18 Kirk McKusickfix up syntax errors
1992-02-18 Kirk McKusickpc is a char *
next