added disk label support.
[unix-history] / usr / src / sys / kern /
1992-04-19 Ralph Campbelldkstat.h is not used, removed.
1992-04-04 Kirk McKusickupdate from Chris Torek to add argument pointer at...
1992-04-02 Kirk McKusickfix LBL contrib notice
1992-03-19 Kirk McKusickupdate for new gprof header format
1992-03-19 Mike Karelsnew way of doing tags
1992-03-19 Marc Teitelbaumadd support for context switch tracing
1992-03-19 Keith Sklowerdefine ticks, phz, profhz, time, and mono_time
1992-03-19 Keith Sklowerdefine hostname, hostnamelen, and hostid
1992-03-19 Keith Sklowerdefine boottime
1992-03-16 Chris Torekmust include systm.h to get decl for panic (for gcc)
1992-03-16 Kirk McKusickdo not set soft limit higher than new hard limit (net2...
1992-03-16 Kirk McKusickenforce hard CPU limit with SIGKILL (net2/sys/8)
1992-03-15 Chris Torekgcc lint
1992-03-15 Ralph Campbellfix byte order bug with DIAGNOSTIC, also range check...
1992-03-14 Kirk McKusickuse different values to null out freed structures
1992-03-14 Kirk McKusickuse proc pointer from uio rather than (sometimes unset...
1992-03-14 Kirk McKusickadd cpu_coredump for machine dependent coredump state
1992-03-14 Kirk McKusickminor optimization from torek
1992-03-14 Kirk McKusickparanoia
1992-03-12 Chris Torekgcc lint
1992-03-10 Chris Torekgcc lint
1992-03-09 Mike Karelsfix printf %b
1992-03-04 Kirk McKusickfix problem with window system failing to start up...
1992-03-04 Kirk McKusickmust have directory vnode as first op
1992-03-03 Kirk McKusickdisallow creation of files in removed directories
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-02-29 Keith Bosticsleep, tsleep and wakeup really take void *'s, not...
1992-02-29 Keith Sklowerdeclare "int lbolt" here (by TK for Keith)
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 McKusickmay get null vp to reassignbuf during shutdown
1992-02-25 Kirk McKusickget rid of unnecessary asm's
1992-02-22 Kirk McKusickuse continue rather than goto
1992-02-22 John Heidemannlookup converted to new form
1992-02-20 Kirk McKusickfrom Chris Torek
1992-02-19 Kirk McKusickdevice open routine now gets a proc pointer
1992-02-16 Chris Torekgeneralizations to support sparc
1992-02-16 Kirk McKusickmore descriptive panic message
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 McKusickmust include proc before tty.h and socketvar.h
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 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-06 Chris Torekmisc cleanups and speedups
1992-02-06 Chris Toreklint
1992-02-06 Chris Torekmisc cleanups
1992-02-06 Chris Torekkeep GCC happy
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 Chris TorekSunOS compatibility; misc cleanups
1992-02-06 Mike Karelseliminate code to protect against berknet
1992-02-06 Kirk McKusicklint
1992-02-06 Chris Torekminor cleanups; sparc vmspace is too big to fit in...
1992-02-06 Chris Torekfunction prototypes; get rid of l_meta, l_rend
1992-02-06 Chris TorekSunOS compatibility
1992-02-06 Chris Torekcleanups
1992-02-06 Marc Teitelbaumpanic can use %r, does not return; fix comments describ...
1992-02-06 Kirk McKusickdelete PSL_ALLCC in owait
1992-02-06 Kirk McKusicksetting stack is CPU dependent
1992-02-06 Kirk McKusicknew namei calling convention
1992-02-06 Kirk McKusickp_regs moves to p_md.md_regs
1992-02-05 Kirk McKusickhave to get credential from the proc table
1992-02-04 Kirk McKusicktogether with vfs_subr.c (7.67.1.1) add reference checking
1992-02-04 Kirk McKusicknew calling convention for namei
1992-02-04 Kirk McKusicktogether with vfs_syscalls.c add reference checking
1992-02-04 Kirk McKusickget rid of debugging; zero out v_mount when recycling...
1992-02-04 Kirk McKusickvn_open no longer take proc (now in ndp); new calling...
1992-02-04 Kirk McKusicknew namei calling convention
1992-02-04 Kirk McKusickvn_open no longer takes a proc (now in ndp)
1992-02-04 John Heidemannmisc cleanups
1992-02-04 John Heidemannno longer pass proc to vn_open (now in ndp)
1992-02-04 Kirk McKusickmust init proc pointer
1992-02-04 Kirk McKusickcheck that mount structures are empty before deleteing...
1992-01-23 John Heidemannlookup converted to new form
1992-01-15 Marc Teitelbaumavoid tracing panics at exit
1992-01-15 Kirk McKusicklease check when binding unix domain sockets
1992-01-15 Kirk McKusicklease checks on various operations
next