split out descend and inherit attributes; add signal tracing
[unix-history] / usr / src / sys /
1990-06-29 Marc Teitelbaumsplit out descend and inherit attributes; add signal...
1990-06-29 Marc Teitelbaumadd generation number for revoke; col numbers stored...
1990-06-29 Marc Teitelbaumfix bug in adjusting joc counter
1990-06-29 Marc Teitelbaumtprintf - for device drivers
1990-06-29 Marc Teitelbaumdisable general use until security checks in place */
1990-06-29 Mike Karelsadd sbcheck for debugging only
1990-06-29 Mike Karelscollect tests in soreceive (and add comments); minor...
1990-06-29 Mike Karelsupdate BSD date
1990-06-29 Mike Karelsprotocol notify routines set errors, so can be soft
1990-06-29 Mike Karelsfrom van: put common tests first; rearrange to minimize...
1990-06-29 Mike Karelsadd macro for rexmt time; use soft error if set after...
1990-06-29 Mike Karelsfrom van: update rtentry appropriately on close; patcha...
1990-06-29 Mike Karelsarrange stat block sensibly
1990-06-29 Mike Karelsfrom van: add rttmin; cleanup timer code, use 4x rttvar;
1990-06-29 Mike Karelsfrom van: header prediction, pcb one-element cache...
1990-06-29 Mike Karelsput tcp console debugging on ifdef
1990-06-29 Mike Karelsrm lint fix, just make TCP_MSS 512; define MAXWIN
1990-06-29 Mike Karelswatch out for ip_len >32767 (is incorrectly declared...
1990-06-29 Mike Karelsdeprecate ENETUNREACH, always use EHOSTUNREACH; support...
1990-06-29 Mike Karelsadd internet-common options in pcb, add ip header proto...
1990-06-29 Mike Karelsadd defs for TOS, Precedence
1990-06-29 Mike Karelseliminate u.u_error, more like KNF
1990-06-29 Mike Karelsmove imp stuff to netimp; formalize op_opts storage...
1990-06-28 Mike Hiblerconvert numbers to hex for easy comparison with termios.h
1990-06-28 Mike Hiblerconvert directly between HP-UX termio and POSIX termios
1990-06-28 Mike Karelsbetter fix for loop if unmount fails; clear signal...
1990-06-28 Mike Karelsadd CLRSIG for mfs unmount
1990-06-28 Keith Sklowerdate and time created 90/06/27 12:13:36 by sklower
1990-06-28 Mike HiblerVan's speed enhancements and rts/cts flow control additions
1990-06-28 Mike Hibleradded rts/cts flow control
1990-06-27 Mike Hiblermake sure vp->v_text is set before dereferencing
1990-06-27 Marc Teitelbaumduplicate TIOCGPGRP for controller - minus the check...
1990-06-27 Marc Teitelbaumuse ttysleep to catch revoked terminals
1990-06-27 Keith Sklowerconform to UC kernel conventions concerning if(, functi...
1990-06-27 Marc Teitelbaumput back TCSASOFT - flag to inhibit updating cflag
1990-06-27 Mike Hiblerreplace ttclosed with ttysleep
1990-06-26 Keith Skloweradd suggested es_config_timer option to ISH's
1990-06-26 Keith Sklowerinserting a zero-length mbuf for address in the sockbuf...
1990-06-26 Mike Karelskeep track of pending selects
1990-06-26 Mike Karelsu_arg is gone
1990-06-26 Mike Karelsuse struct pointer for args (void * may be different...
1990-06-26 Keith Sklowerisis_input() may be called when there are no listeners;
1990-06-26 Keith Sklowerrouting messages do not come with attached addresses
1990-06-26 Mike Karelscopy SS_ASYNC to sockbuf
1990-06-26 Mike Karelsadd SB_ASYNC in sockbuf, add SB_NOTIFY, SB_NOINTR;
1990-06-26 Mike Karelsexpunge p_cursig, using p_xstat instead for stop signals;
1990-06-26 Mike Karelsadd SB_NOTIFY, SB_NOINTR;make lowat signed for comparison
1990-06-26 Mike Karelscleanups; add PRC_IS_REDIRECT, delete PRC_UNREACH_NEEDF...
1990-06-26 Keith Sklowerforgot one critical line from isis_init();
1990-06-26 Mike Karelsmove MAXCOMLEN, MAXLOGNAME to param.h from proc.h;...
1990-06-26 Mike Karelssetlogin has one parameter only
1990-06-25 Keith Bosticadd clock_t, time_t, size_t from machtypes.h; make...
1990-06-25 Keith Bosticsys/types.h includes this, so can't export anything...
1990-06-25 Keith Bosticminor cleanups, use ../kern, not ../sys
1990-06-25 Kirk McKusickpurge use of u_r.r_time and u_r.r_off
1990-06-25 Kirk McKusickpurge use of RETURN
1990-06-25 Kirk McKusickneed to include vnode.h
1990-06-25 Kirk McKusickno longer map ENOENT to ENODEV in getmdev
1990-06-25 Mike Karelscorrect args to logioctl (was missing dev!), don't...
1990-06-25 Mike Karelsremove setjmp
1990-06-25 Mike Karelsremove setjmp, longjmp
1990-06-25 Mike Karelsattempt to support new and old style relocation maps,
1990-06-25 Mike Karelsnew syscall convention; fix up indir code; syscall...
1990-06-25 Mike Karelsnew syscall convention; fix up indir code
1990-06-25 Mike Karelsnew syscall convention
1990-06-25 Mike Karelstry to make this fly
1990-06-25 Mike Karelsupdate includes
1990-06-25 Mike Karelscareful of out-of-range parameters
1990-06-24 Don Ahnimprovements
1990-06-24 Don Ahnimprove interrupt latency
1990-06-24 Don Ahnnew drivers
1990-06-24 Don Ahniba to isa
1990-06-24 Don Ahndate and time created 90/06/23 19:05:34 by donahn
1990-06-24 Don Ahnimprovements for interrupt latency by W. Jolitz
1990-06-24 Don Ahncyl offset changes
1990-06-24 Don Ahnimprovements to decrease interrupt latency
1990-06-24 Don AhnAdded stuff to read the cmos clock on startup.
1990-06-24 Don AhnAdded support for ibmpc term type and improved keyboard...
1990-06-24 Keith Bosticadd _CLOCK_T, _TIME_T for time.h
1990-06-23 Bill Joyroot had this checked out; seems to update include...
1990-06-23 Bill Joy"root" has had these files checked out forever; seem...
1990-06-23 Mike Hiblereliminate use of u_error
1990-06-23 Kirk McKusickneed systm.h included for insque
1990-06-23 Kirk McKusickp_devtmp => p_dupfd; eliminate u.u_error from RETURN...
1990-06-23 Kirk McKusickp_devtmp => p_dupfd
1990-06-23 Kirk McKusickhave to pass error to ktrace
1990-06-23 Mike Karelsremove cursig (use xstat for stop signal/wait); dupfd...
1990-06-23 Kirk McKusickhave to pass error to ktrace
1990-06-23 Mike Karelsreally, it's an inode (file) number
1990-06-23 Kirk McKusicknew system call convention
1990-06-23 Kirk McKusickno more u.u_ap
1990-06-23 Mike Karelsremove PABORT
1990-06-23 Kirk McKusickeliminate u.u_error, u.u_r_val1, and other trash!
1990-06-23 Kirk McKusickno more u.u_error
1990-06-23 Kirk McKusickadd reference
1990-06-23 Keith Sklowersomehow lost change to esct.
1990-06-23 Keith Sklowerremove stupid use of u.u_error.
1990-06-23 Keith Sklowerchanges to accomodage vax specific printing of stack
1990-06-23 Keith Sklowerchanges to accomodate vax specific printing of stack.
1990-06-23 Keith Sklowercheck in for beta tape; decoding of instructions broken...
next