date and time created 91/07/02 16:23:08 by bostic
[unix-history] / usr / src / sys /
1991-07-02 Mike Karelsre-add FNDELAY for compatibility; try once more to...
1991-06-30 Kirk McKusickfix syntax errors
1991-06-30 Keith Bosticminor cleanups, don't #deffine consintr on tahoe
1991-06-29 Mike Karelsmore kmem
1991-06-29 Kirk McKusickdate and time created 91/06/28 16:45:35 by mckusick
1991-06-29 Mike Karelsrearrange to do getmdev in-line
1991-06-29 Mike Karelsnot so verbose about the "trade secrets"
1991-06-29 Mike Hibler(checked in by karels) chose address for mmap if addr...
1991-06-29 Mike Karelsrev 7
1991-06-29 Mike Karelswe don't have page mode
1991-06-29 Mike Karelsbranch for network release (removed AT&T-derived clist...
1991-06-29 Mike Karelspreserve login name across setsid
1991-06-29 Mike Karelsdump core as core.progname (no pid)
1991-06-28 Keith Sklowerremque requires inclusion of systm.h
1991-06-28 Keith Sklowermake compile under newvm system (change types.h to...
1991-06-28 Keith Sklowerthis version should work under both new and old vm...
1991-06-28 Keith Sklowermake compile under both new and old vm
1991-06-28 Keith Sklowermake compile under new and old vm system
1991-06-28 Keith Sklowermake compile under both new and old vm system
1991-06-28 Keith Sklowermake compile under both new and old vm systems
1991-06-28 Keith Sklowerminor changes to compile under both new and old vm...
1991-06-28 Keith Sklowercommon version for new and old vm
1991-06-28 Keith Sklowerminor change to work with both new and old vm systems
1991-06-28 Keith Sklowernow, take advantage that work is being done in the...
1991-06-28 Keith Sklowerthis fixes a bug in snpac_free (freeing an entry and...
1991-06-28 Keith Sklowerdst and gateway sockaddr's allocated separately from...
1991-06-28 Keith Skloweradd setable rmx_expire
1991-06-28 Keith Sklowermostly changes to merge arp and routing tables; save...
1991-06-28 Keith Sklowerfixes from following version for net2 release
1991-06-28 Mike Karelsmake kgdb_dev be dev_t; don't wait for debugger on...
1991-06-28 Mike Karelsmark device drivers (even though it doesn't do anything...
1991-06-28 Mike Karelsvan's changes to move compile instructions from config...
1991-06-28 Mike Karelsadd cpu_wait()
1991-06-28 Mike Karelsbump up NPROC, pushing up maxfiles (now both dynamicall...
1991-06-28 Mike Karelsfix modem control in dcmclose; hack for "HP DCE" on...
1991-06-28 Mike Karelsfix dcaclose modem control; KNF returns; small optimiza...
1991-06-28 Mike Karelssleep doesn't need spl0 (idle does it)
1991-06-28 Mike Karelsunmap (user) address space early enough to allow sleep...
1991-06-28 Keith Sklowernew conventions for how to age llinfo; let routing...
1991-06-28 Keith Sklowermisc fix from mostek@cray
1991-06-28 Keith Bosticmmap returns a caddr_t
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-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 TeitelbaumKINFO_FILE
1991-06-27 Marc Teitelbaumremove TS_HUPCLS
1991-06-27 Marc TeitelbaumKINFO_FILE to extract file structures
1991-06-27 Marc Teitelbaummove compatability include outside _IOCTL_H_ test
1991-06-27 Keith Skloweradd align macro
1991-06-27 Keith Skloweradd ALIGN macro
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 Kirk McKusickselect list before initializing the ofile entry
1991-06-26 Mike Karelscan't kill zombies even by killpg
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-20 Kirk McKusickdump core as core.progname.pid rather than just as...
1991-06-20 Mike Karelsbit fields need to use ints; make the ifdefs consistent
1991-06-19 Keith Skloweradd NETISR define for ARP.
1991-06-19 Keith Sklowerchange to routing layer; reference to route of gateway...
1991-06-18 Steven McCannebug fix -- large snapshots with large packets previousl...
1991-06-10 Mike Karelsfrom hibler: don't need retry on key 1
1991-06-10 Mike Karelsmake retry printf's conditional on debug
1991-06-10 Mike Karelsdon't rm tags after making them
1991-06-09 Keith Bosticdon't put anything after the #else or #endif's, unless...
1991-06-08 Mike Karelsconsistency with tty.c about value for "no pgrp"
1991-06-07 Keith Sklowerthis version now supports IP over X.25; changes include...
1991-06-05 Kirk McKusickspeed up sync of filesystems with no quotas; skip locke...
1991-06-05 Keith Bosticuser programs need include of sys/{fcntl,unistd}.h
1991-06-04 Kirk McKusickcheck ufs lock count on exit from syscalls
1991-06-04 Kirk McKusickmust unlock vnode after vn_open
1991-06-04 Kirk McKusickfile table is no longer statically allocated
1991-06-04 Kirk McKusickfile structures are now dynamically allocated and linke...
1991-06-04 Kirk McKusickcall ffree to free file structures
1991-06-04 Kirk McKusickfile structures are now dynamically allocated and linke...
1991-06-04 Kirk McKusickchange to be dynamically allocated
1991-06-04 Kirk McKusicknfile => maxfiles (and default is doubled)
1991-06-04 Kirk McKusicktighten up linked list management
1991-06-04 Kirk McKusickhide more kernel-only things
1991-05-31 Keith Bosticcleanups from Chris Torek; bug fix on va_start for...
1991-05-31 Kirk McKusickuse FHASLOCK and SADVLCK to track processes using locks...
1991-05-31 Kirk McKusickmake file flags more consistent; delete dead code
1991-05-31 Kirk McKusickuse FHASLOCK and SADVLCK to track processes using locks...
next