add x25 addressing, ability to spell arbitrary sockaddrs.
[unix-history] / usr /
1991-06-28 Keith Skloweradd x25 addressing, ability to spell arbitrary sockaddrs.
1991-06-28 Keith Bosticdelete unused variable, cleanup error routine
1991-06-28 Keith Skloweradd x25 addressing, ability to spell arbitrary sockaddrs.
1991-06-28 Keith Sklowerdate and time created 91/06/27 14:57:25 by sklower
1991-06-28 Keith Bosticno longer any machine-dependent stdio functions
1991-06-28 Keith Skloweradd IP, CLNP over X.25 support
1991-06-28 Kirk McKusickadd vn_closefile to avoid warnings about void * coersions
1991-06-28 Keith Bosticlast changes (we think...); faxed to B. Hoskins
1991-06-27 Christos ZoulasThis one should work.
1991-06-27 Christos ZoulasWrong reason was reported for cd'ing to a directory...
1991-06-27 Christos Zoulasunsetenv can take more than one pattern
1991-06-27 Keith Bosticminor cleanups -- from license.save
1991-06-27 Kirk McKusicksyslog() checks mask set by setlogmask() (4.3BSD-reno...
1991-06-27 Keith Sklowerplay catchup with newvm changes
1991-06-27 Keith Sklowersetsockopt(pk_ctloutput) always returned an error,...
1991-06-27 Keith Skloweruse pk_disconnect to cease listening instead of pk_close
1991-06-27 Marc Teitelbaumdocument -v
1991-06-27 Marc Teitelbaum-I/sys
1991-06-27 Marc Teitelbaumprint file structures from kernel
1991-06-27 Marc TeitelbaumKINFO_FILE
1991-06-27 Marc Teitelbaumremove TS_HUPCLS
1991-06-27 Marc TeitelbaumKINFO_FILE to extract file structures
1991-06-27 Marc Teitelbaumchanges for new kernel, plus use kvm
1991-06-27 Keith Bosticdo in NASA's format
1991-06-27 Jan-Simon Pendryfind cpp at run time
1991-06-27 Keith Bosticdate and time created 91/06/26 11:44:52 by bostic
1991-06-27 Marc Teitelbaumdon't test for _IOCTL_H_
1991-06-27 Marc Teitelbaummove compatability include outside _IOCTL_H_ test
1991-06-27 Pauline SchwartzChanges from Mary's memo (6/3/91) re Other Contribs...
1991-06-27 Keith Skloweradd align macro
1991-06-27 Keith Skloweradd ALIGN macro
1991-06-27 Keith Bosticdate and time created 91/06/26 10:14:39 by bostic
1991-06-27 Keith Bosticdate and time created 91/06/26 10:14:33 by bostic
1991-06-26 Keith Sklowerarp now runs at splnet() to merge arp and routing tables.
1991-06-26 Keith Sklowercheckpoint working merge of routing and arp tables\;
1991-06-26 Keith Sklowerrewrite to merge arp and routing tables
1991-06-26 Keith Sklowerrather than change umpteen ethernet drivers, add kludge in
1991-06-26 Keith Sklowerchanges to merge arp and routing table;\ some code...
1991-06-26 Keith Sklowerdst and gateway sockaddr's allocated separately from...
1991-06-26 Keith Sklowermostly changes to merge arp and routing tables; save...
1991-06-26 Keith Sklowerarp now smashed into routing table; rewrite user command
1991-06-26 Kirk McKusickdate and time created 91/06/25 15:57:16 by mckusick
1991-06-26 Keith Bosticdon't remove tags when doing cleandir (Mike)
1991-06-26 Kirk McKusickselect list before initializing the ofile entry
1991-06-26 Mike Karelscan't kill zombies even by killpg
1991-06-26 Mike Karelsfix typo (wonder how this was tested???); KNF for return ()
1991-06-25 Christos ZoulasGmatch did not trim the characters inside a range.
1991-06-25 Christos ZoulasDon't canonicalize home directories that don't start...
1991-06-25 Christos Zoulaschange process index and maxindex to ints.
1991-06-25 Keith Bosticoff-by-one
1991-06-25 Keith Bosticminor cleanups
1991-06-24 Keith Bosticfrom Christos; last fix not quite right
1991-06-24 Keith Bosticwrong mode for open code
1991-06-24 Keith Bosticadd object files for rest of mmap calls
1991-06-24 Keith Bosticprune -> -prune
1991-06-24 Keith Bosticfrom Christos; example is "echo 'foo*' *" results in...
1991-06-22 Chris Torekmemcpy and memmove must always return first arg
1991-06-22 Kirk McKusickhave to unlock after call to vn_open;
1991-06-22 Kirk McKusickquotaoff now needs a proc pointer
1991-06-22 Kirk McKusickuse vn_close rather than vrele after vn_open
1991-06-22 Kirk McKusicknew calling convention for vn_close;
1991-06-22 Kirk McKusicknew calling convention for soo_close
1991-06-22 Kirk McKusicknew calling convention for fo_close
1991-06-22 Kirk McKusickuse vn_close rather than vrele after vn_open
1991-06-22 Kirk McKusickincrement v_writecount when vn_open is called with...
1991-06-22 Kirk McKusickpanic if v_writecount is non-zero on last use; print...
1991-06-22 Kirk McKusickjust check v_writecount rather than searching the file...
1991-06-22 Kirk McKusicksoo_close now gets pointer to struct socket instead...
1991-06-22 Kirk McKusickuse vn_close rather than vrele after vn_open
1991-06-21 Mike Karelsrm -z
1991-06-21 Mike Karelsback to per-second stats, with rounding; start removing...
1991-06-21 Keith Bosticclean up option formatting
1991-06-21 Keith Bosticfix OR'ing of flags
1991-06-21 Keith Bosticmake -a and -s mutually exclusive
1991-06-20 Kirk McKusickdump core as core.progname.pid rather than just as...
1991-06-20 Keith Bostictypo
1991-06-20 Mike Karelsbit fields need to use ints; make the ifdefs consistent
1991-06-20 Keith Bosticrename Mail.{rc,tildehelp,help} -> mail.{rc,tildehelp...
1991-06-20 Keith Bosticbinmail(1) is gone
1991-06-20 Keith Bosticoff-by-one in the buffer
1991-06-20 Kirk McKusickgrammer nit
1991-06-20 Keith BosticANSI cleanups
1991-06-20 Marc Teitelbaummissing "fmt" in call to _sprintw()
1991-06-20 Kirk McKusickrevisions from Charlie Roberts
1991-06-20 Kirk McKusickdate and time created 91/06/19 10:10:53 by mckusick
1991-06-19 Keith Skloweradd NETISR define for ARP.
1991-06-19 Keith Sklowerchange to routing layer; reference to route of gateway...
1991-06-19 Steve Sellgrenold files moved into code/manpage etc, only score file...
1991-06-19 Steve SellgrenA real manpage
1991-06-19 Steve Sellgrenclean up
1991-06-19 Keith Bosticminor correction
1991-06-18 Keith Bosticminor wordsmithing; cleanup kill code for consistency...
1991-06-18 Marc Teitelbaumremove text.h
1991-06-18 Steven McCannebug fix -- large snapshots with large packets previousl...
1991-06-18 Keith Bosticminor cleanup, add BUGS section
1991-06-18 Keith Bosticminor wordsmithing
1991-06-18 Keith Bosticminor cleanup, remove vestiges of AT&T wording
1991-06-18 Christos Zoulaschanged execv's to execve's
1991-06-18 Christos ZoulasFixed problem introduced by changing int to size_T
1991-06-18 Christos ZoulasFixed MAXPATHLEN limit problem
next