curproc is null if no one is running, but ignore curproc unless wait is true
[unix-history] / usr / src / sys /
1991-08-03 Mike Karelscurproc is null if no one is running, but ignore curpro...
1991-08-03 Mike Karelsapply fixes in 7.14.1.3 to main branch
1991-08-03 Mike Karelsfix precedence bug introduced in 7.14, don't leave...
1991-08-02 Kirk McKusickunder DIAGNOSTIC, check for duplicate frees and data...
1991-08-01 Keith Sklowersort duped key chains
1991-08-01 Kirk McKusickavoid waiting in udp_output
1991-07-31 Keith Sklowerchange required by using routing vector instead of...
1991-07-31 Keith Sklowerchange require by using routing vector instead of linke...
1991-07-31 Keith Skloweruse vector on AF for routing tables rather than linked...
1991-07-31 Keith Skloweradd RTF_STATIC for gated; use vector for routing tables...
1991-07-31 Keith Skloweruse vector instead of linked list for tree heads; walk...
1991-07-31 Keith Sklowersome changes to make it possible to have different...
1991-07-31 Kirk McKusickreturn pagesize properly
1991-07-30 Keith Sklowercheckpoint almost working version of kernel TP0/X.25...
1991-07-30 Marc Teitelbaumoops. someone ifdef'ed NCCS out if POSIX_SOURCE is...
1991-07-26 Kirk McKusicknumerous statistics move to vm_stat;
1991-07-26 Kirk McKusicknumerous statistics move to vm_stat
1991-07-26 Kirk McKusickvm_page_active_count and vm_page_inactive_count move...
1991-07-26 Kirk McKusickvm_page_free_count moves to vm_stat.free_count
1991-07-26 Kirk McKusickreplace numerous includes with vm.h
1991-07-26 Kirk McKusickvm_page_free_count moves to vm_stat.free_count
1991-07-26 Kirk McKusickadd default software page size; page_size moves to...
1991-07-26 Kirk McKusickfree_count, active_count, inactive_count, wire_count...
1991-07-26 Kirk McKusickset the software page size
1991-07-26 Kirk McKusickhave to set the page size early on as it is needed...
1991-07-26 Kirk McKusickvm_page_free_count moves to vm_stat.free_count
1991-07-26 Keith Sklowertp_error_emit doesn't set drefs; minor lint gotcha...
1991-07-25 Keith Sklowerdefault for echoing should be off.
1991-07-25 Keith Sklowertest tp0 sockets, echoing a la xisoc tsap echo
1991-07-24 Keith Sklowernote semi-working version with only listen and bind...
1991-07-24 Keith Sklowernote semi working version with only listen and bind...
1991-07-19 Keith Sklowerthis changes reflect getting rid of so_tpcb.
1991-07-19 Keith Sklowerremove extraneous line
1991-07-19 Keith Sklowermake this not depend on tp_iso.c
1991-07-18 Mike Karelsfstat of socket gets mode S_IFSOCK
1991-07-18 Keith Skloweruseful debugging changes
1991-07-17 Keith Sklowerfix outright bug (looking at wrong part of packet for...
1991-07-17 Kirk McKusickbzero ip_ifmatrix after allocation (4.3BSD-reno/sys/17)
1991-07-16 Keith Sklowerfirst; allow turning on/off kernel listeners;
1991-07-16 Keith Sklowerfirst, copy actual data to send back rather than garbage;
1991-07-16 Keith Sklowerfunny echo mode
1991-07-16 Kirk McKusickavoid illegal &0 definitions (from bowen@cs.Buffalo...
1991-07-16 Steven McCannefixed memory leak in bpf_setf()
1991-07-13 Keith Sklowermake arp run out of it's own queue
1991-07-03 Kirk McKusickavoid null pointers
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
next