add hpterm as an alias for hp
[unix-history] / usr / src /
1992-02-29 Keith Bosticadd hpterm as an alias for hp
1992-02-29 Keith Bosticadd backward compatibility script for old passwd files
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-28 Keith Bosticoops, forgot to take out the testing line!
1992-02-28 Keith Bosticupdate the 'see also' list to be a little more reasonable
1992-02-27 Keith BosticKNF
1992-02-27 Eric Allmanpartial hooks for caching all email connections; won...
1992-02-27 Kirk McKusicknew select model
1992-02-26 Eric Allmancheck I/O status when appending to files
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 McKusickuse getkerninfo to get load information (fallback to...
1992-02-26 Kirk McKusicklint
1992-02-26 Elan AmirFixed no stat'ing on -i option -- need to stat.
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 Keith Sklowermark installed routes as static so that gated won't...
1992-02-26 Kirk McKusickfix memory leak introduced in -r7.43; asethetic cleanups
1992-02-25 Kirk McKusickadd -C flag to do cycle elimination
1992-02-25 Eric Allmanallow on-line comments; don't double-parse RCPT To...
1992-02-25 Eric Allmannew configuration version level control line
1992-02-25 Eric Allmanadd new 'V' config line to control configuration syntax...
1992-02-25 Kirk McKusicknew nfsd syntax
1992-02-25 Mike Karelsadd utmp group
1992-02-25 Mike Karelsinstall utmp in rc script
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 Eric Allmanfrom Bryan Costales: several smallish changes, mostly...
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 Keith Sklowerreport metric on ifaddr structures
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 Keith Skloweruse new kerninfo instead of SIOCGCONF, routing socket...
1992-02-21 Kirk McKusick#ifdef KERNEL around function prototypes
1992-02-21 Keith Skloweruse per-address metrics
1992-02-21 Keith Sklowerfollow kernel convention for shortest mask
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-21 Keith Bosticsubject line specified by daily script
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 Bosticmove varargs.h into <machine/varargs.h>; make stdarg...
1992-02-20 Keith Bosticbreak into separate machine-dependent files for Sparc...
1992-02-20 Keith Skloweruse kinfo to survey interface list, and use routing...
1992-02-20 Keith Bosticyank to 5.1, install on uunet
1992-02-20 Kirk McKusickthrow away arcs that are out of range
1992-02-20 Kirk McKusicknllookup failures are acceptable
1992-02-20 Keith Bosticalign the allocated stat structure correctly
1992-02-20 Keith Bosticadd mtree(8) checks, using spec files in /etc/mtree
1992-02-20 Keith Bosticdon't skip first two chars unless "./"
1992-02-20 Keith Bosticchange CFLAGS
1992-02-20 Keith Bosticinitialize root
1992-02-20 Keith Skloweruse new getkerninfo to configure list of neighbors
1992-02-20 Keith Bosticfix setuid files, devices checks
1992-02-20 Keith Sklowerstop stupid warningsL`struct mbuf' declared inside...
1992-02-20 Keith Bosticcommas don't require quoting
1992-02-20 Keith Bosticdate and time created 92/02/19 08:30:22 by bostic
1992-02-20 Keith Bosticadd structure def's for gcc
1992-02-19 Kirk McKusickdevice open routine now gets a proc pointer
next