unix-history/.git
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
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 Sklowerfix minor bug in routename() for generic, try out inter...
1992-02-19 Keith Sklowerbe able to print RTM_{IFINFO,{NEW,DEL}ADDR}
1992-02-19 Keith Bosticdate and time created 92/02/18 11:58:49 by bostic
1992-02-19 Kirk McKusickcheck for NULL pointer (net2/usr.sbin/1)
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 Bosticone more time, with feeling
1992-02-19 Keith Bosticprotect include files included by other include files...
1992-02-18 Chris Torekremove unnecessary machine dependencies; lint
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 Chris Torekfix typo
1992-02-18 Kirk McKusickpc is a char *
1992-02-16 Chris Torekrebuild .depend only when necessary
1992-02-16 Chris Toreksqueaky clean stdarg usage, for sparc gcc
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 out to <sys/exec.h>
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
next