pmap_kernel() is really kernel_pmap variable
[unix-history] / usr / src / sys /
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 *
1992-02-16 Chris Torekgeneralizations to support sparc
1992-02-16 Kirk McKusickhave to zero mount structures when they are allocated
1992-02-16 Kirk McKusickget rid of random trash
1992-02-16 Kirk McKusickmore descriptive panic message
1992-02-16 Kirk McKusick__LDPGSZ moves in from a.out.h
1992-02-16 Kirk McKusickconvert to use new select interface, selrecord/selwakeup
1992-02-16 Mike Karelsuse proper parameters to close routine
1992-02-16 Chris Torekconvert to use new select interface, selrecord/selwakeup
1992-02-16 Kirk McKusickdelete sbselqueue; convert to use new select interface...
1992-02-16 Kirk McKusickconvert to use new select interface, selrecord/selwakeup
1992-02-16 Kirk McKusickdefine new select interface, selrecord/selwakeup
1992-02-16 Kirk McKusickconvert to use new select interface, selrecord/selwakeup
1992-02-16 Kirk McKusickhave to include proc.h before socketvar.h
1992-02-16 Kirk McKusickneed to include proc.h; dump routine currently takes...
1992-02-16 Kirk McKusickhave to include proc.h before socketvar.h
1992-02-16 Kirk McKusickuse selrecord and selwakeup to implement selecting
1992-02-16 Kirk McKusickhave to include proc.h before socketvar.h
1992-02-16 Chris Torekhave to use bcopy as short may be unaligned
1992-02-16 Kirk McKusickmust include proc.h before socketvar.h
1992-02-16 Kirk McKusickhave to include proc before socketvar.h
1992-02-16 Kirk McKusickmust include proc before tty.h and socketvar.h
1992-02-16 Kirk McKusickdefine struct selinfo; function prototypes for selrecor...
1992-02-16 Kirk McKusicksb_sel is now struct selinfo, not a proc pointer
1992-02-16 Kirk McKusickt_rsel and t_wsel are now struct selinfo, not proc...
1992-02-15 Keith Sklowergnu cpp balks on single apostrophes in asm comments.
1992-02-15 Chris Torekhave to use VM_MIN_ADDRESS instead of assuming binaries...
1992-02-15 Keith Bosticstyle police; pass init -- to indicate no arguments
1992-02-15 Chris Torekcompatibility for COMPAT_SUNOS
1992-02-15 Chris Toreklint
1992-02-15 Chris Torekmisc cleanups
1992-02-15 Chris Torekadd COMPAT_SUNOS
1992-02-15 Chris Torekalways set sig, no need to test catch, makes gcc happy
1992-02-15 Marc Teitelbaumtrace context switches
1992-02-15 Chris Toreklint; uwritec is defined only for the vax
1992-02-15 Chris Torekfix race in use of copied limit structure
1992-02-15 Chris Torekmerge in COMPAT_SUNOS
1992-02-15 Chris Toreklint
1992-02-15 Chris Toreklint; have to set p_stat early to protect against early...
1992-02-15 Kirk McKusickminor improvement from torek
1992-02-15 Keith Sklowerchanges proposed by hagens to make CLNP EchoReply work
1992-02-15 Keith Sklowerfix bug
1992-02-15 Chris Torekmisc nits, additions for sun4c
1992-02-15 Kirk McKusickfix for remrq from Mike
1992-02-14 Chris Toreklint
1992-02-14 Chris Torekcleanups for GCC, minor optimization in selscan
1992-02-14 Kirk McKusickp_regs moves to p_md.md_regs
1992-02-12 Keith Bostic_ANSI_SOURCE fix from Chris
1992-02-12 Kirk McKusickovbcopy should be bcopy
1992-02-08 Keith Sklowerm_copym call lacked 4th arg; reverted to m_copy; remove...
1992-02-08 Keith Sklowerin ISO specific code, call to ifp->if_output needs...
1992-02-07 Kirk McKusickadd hostname to diskless header (from Rick Macklem)
1992-02-07 Kirk McKusickadd hostname to diskless header
1992-02-07 Kirk McKusickbug fix for leases from Rick Macklem
1992-02-07 Kirk McKusickconvert to format defined by dirent.h, not that of...
1992-02-07 Kirk McKusickadd comment about on-disk formats and the format define...
1992-02-07 Kirk McKusickmove IFMT => VTYPE and VTYPE => IFMT to vnode since...
1992-02-07 Kirk McKusickextracted from <dirent.h>
1992-02-07 Kirk McKusickget rid of ufs dependencies; define RPC format of direc...
1992-02-07 Kirk McKusickadd RPC format of directories
1992-02-07 Keith Sklowercomparison wrongly takes precedence over bitwise and
1992-02-07 Keith Sklowercomparison wrongly takes precedence over bitwise-and
1992-02-07 Kirk McKusickget rid of UFS dependencies
1992-02-06 Chris Torekmisc cleanups and speedups
1992-02-06 Chris Toreklint
1992-02-06 Kirk McKusicklint
1992-02-06 Chris Torekmisc cleanups
1992-02-06 Chris Torekkeep GCC happy
1992-02-06 Kirk McKusickioctl takes five parameters
1992-02-06 Chris Torekminor cleanups
1992-02-06 Kirk McKusickmove IFMT => VTYPE and VTYPE => IFMT to vnode since...
1992-02-06 Chris Torekmake it pretty
1992-02-06 Chris Torekprotect flag manipulation; cleanup of bufinit
1992-02-06 Kirk McKusicklint
next