../machine => machine
[unix-history] / usr / src / sys / kern /
1989-04-26 Kirk McKusick../machine => machine
1989-04-25 Kirk McKusickfirst bootable vnodes
1989-04-25 Kirk McKusickfirst bootable vnodes (extracted from vfs_lookup.c)
1989-04-23 Keith Sklowercheckpoint for version to be handed to NIST, simple...
1989-04-09 Mike Karelscompat: move/swab sa_family for oaccept (XXX)
1989-04-09 Mike Karelsadd iso, route domains (sklower); compute packet size...
1989-04-09 Mike Karelsmalloc sockets (by sklower)
1989-04-09 Mike Karelscleanups
1989-04-09 Mike Karelsrev 7
1989-04-09 Mike Karelsscript to build init_sysent.c, etc
1989-04-09 Mike Karelsmaster input for init_sysent.c, etc
1989-03-11 Mike Karelsmarc's changes: malloc uio if too large, ktrace
1989-03-07 Kevin Falladd get/set logname system calls
1989-03-02 Keith Bosticmake `setitimer(timer_type, &timer, &timer);' work
1989-02-24 Marc Teitelbaumremove unnecessary register temp
1989-02-17 Keith Bosticdon't allow more than LINK_MAX links
1989-02-16 Mike Karelsupdate branch
1989-01-25 Keith Bosticfix chown; don't steal groups or give away files
1989-01-13 Kirk McKusickmove handling of `..' to prove concept and improve...
1988-12-14 Marc Teitelbaumdate and time created 88/12/14 02:58:21 by marc
1988-10-25 Keith BosticBerkeley copyright
1988-10-19 Marc Teitelbaumnew terminal driver
1988-10-19 Marc Teitelbaumposix style job control - new process groups
1988-10-19 Marc Teitelbaumbcopy name, don't use counted loop
1988-10-13 Marc Teitelbaumposix job control (pgrp -> pgid)
1988-10-13 Mike Karelsmark semi working version before var length sockaddrs...
1988-10-06 Marc Teitelbaumdate and time created 88/10/05 17:14:19 by marc
1988-10-05 Marc Teitelbaumdate and time created 88/10/04 22:41:09 by marc
1988-08-28 Mike Karelsrm 4.1 compat
1988-08-26 Mike Karelscan only use MH_ALIGN on first mbuf, and don't want...
1988-08-23 Mike Karelsworking with new mbufs
1988-08-22 Mike Karelsworking with new mbufs
1988-08-22 Mike Karelsworking with new mbufs, control (from sklower)
1988-07-26 Mike KarelsKDB => KADB
1988-06-30 Keith Bosticinstall approved copyright notice
1988-06-06 Mike Karelsanother gratuitous change gone awry
1988-05-28 Mike Karelslint
1988-05-27 Mike Karelslint
1988-05-27 Mike Karelsin sonewconn, set buffer limits of new socket to those...
1988-05-26 Mike Karelschange harderr to diskerr and move to ufs_disksubr.c
1988-05-26 Mike Karelsrm unused m_pgfree
1988-05-26 Mike KarelsSLIP needs nullmodem (and then lint is happy, too)
1988-05-26 Mike Karelsin attach, don't set sockbuf limits if set (from sonewc...
1988-05-26 Mike Karelsin sonewconn, set buffer limits of new socket to those...
1988-05-26 Mike Karelslint, add comments on %r
1988-05-26 Mike Karelsclean up after bostic (remove gratuitous reformatting)
1988-05-25 Kirk McKusicklint
1988-05-25 Mike Karelsfixes for unp_addr's from glenn skinner/dsr, but don...
1988-05-23 Mike Karelslint
1988-05-23 Keith Bosticshell scripts can't be setuid
1988-05-15 Mike Karelsfixes for unp_addr's from glenn skinner/dsr
1988-05-07 Keith Bosticraw{read,write} changes
1988-04-10 Mike Karelsreally working m_copydata
1988-04-09 Marc Teitelbaumminor fix in ^X where rocount != rawq.c_cc
1988-04-01 Keith Bosticadd Berkeley specific header
1988-03-11 Mike Karelsclear SSEL when done selecting
1988-02-28 Kirk McKusicklimit is now enforced as a function of memory use
1988-02-28 Mike Karelsadd m_copydata
1988-02-28 Mike Karelsmap *must* be terminated after init (even if used before)
1988-02-19 Kirk McKusickcorrect statistic for `total elements allocated'
1988-02-09 Mike Karelslint
1988-02-09 Mike Karelsprintf %r; endian=>byte_order; lint; add msgbufmapped
1988-02-09 Mike Karelsdon't trip over files with type socket, f_data null
1988-02-09 Mike Karelsupdate date on copyright
1988-02-09 Mike Karelsupdate copyright on branch
1988-02-07 Kirk McKusickchange copyright
1988-02-07 Kirk McKusickput in needed sleeps; more detailed statistics
1988-01-29 Mike Karelslint
1988-01-29 Mike Karelstypo
1988-01-27 Kirk McKusickuse new definition of ENDIAN
1988-01-27 Kirk McKusickreuse of ENDIAN
1988-01-21 Keith Bosticcheck all values of namelen against MLEN
1988-01-21 Keith Bosticsoclose had uninitialized return value
1988-01-20 Kirk McKusickmust avoid asm label botch on vax too (from torek)
1988-01-14 Kirk McKusicknew ioctl's from kre to support mux
1988-01-08 Keith Bosticadd Berkeley header
1988-01-08 Keith Bosticgetpeername typo in mtod call; bug reports 4.3BSD/sys...
1988-01-06 Keith Bosticfix CTRL macro; for ANSI C
1987-12-31 Keith Bosticadd Berkeley header
1987-12-27 Keith BosticCTRL macro fix for ANSI C
1987-12-11 Kirk McKusickcomment decribing how p_cpu decay is computed (with...
1987-12-11 Mike Karelswatch out for bogus combinations of vax options with...
1987-11-25 Mike Karelsbranch for tahoe release (no malloc)
1987-11-24 Mike Karelstry to make this work when MCLBYTES != CLBYTES !
1987-11-24 Mike Karelstry to make it work when CLBYTES != MCLBYTES
1987-11-13 Kirk McKusickwrite dirty buffers that are growing to avoid bread...
1987-10-31 Keith Bosticrelease does an splx(s); don't bother doing it earlier
1987-10-24 Robert Elzfix problems with allocation of the last page (or alloc...
1987-10-23 Robert Elzbase mem allocation at cluster boundary.
1987-10-06 Kirk McKusickavoid call through zero (t_oproc) when certain flags...
1987-10-04 Mike Karelsclear carrier when master closes (even if LMDMBUF)
1987-09-02 Mike Karelsavoid reading past mark if oob data arrives during...
1987-08-24 Mike Karelscall ttystart before checking for queue overflow,
1987-08-08 Kirk McKusickuse malloc/free to hold zombie status
1987-07-30 Kirk McKusickdelete unneeded header files
1987-07-28 Kirk McKusickdelete unneeded header files
1987-07-28 Kirk McKusickdelete unneeded header files
1987-07-28 Kirk McKusickdelete unneeded header files
1987-07-22 Kirk McKusickdelete unneeded header files
1987-07-22 Kirk McKusickzero out malloc'ed memory before using it!
next