access rights made special case of ancillary data
[unix-history] / usr / src / sys /
1990-04-06 Keith Skloweraccess rights made special case of ancillary data
1990-04-06 Keith Skloweraccess rights made special case of control info
1990-04-05 Mike Karelsadd strings for sleep messages; increase ttyhog to 1K
1990-04-05 Mike Karelsimplement lowat; add NOINTR sockbuf flag and noninterru...
1990-04-05 Mike Karelsadd ERESTART, EJUSTRETURN pseudos for modifying return...
1990-04-05 Mike Karelsadd OSI alias for ISO; add XTP, LINK; define cmsghdr...
1990-04-05 Mike Karelsifdef for _POSIX_SOURCE; add NOKERNINFO, sep. RTS/CTS...
1990-04-05 Mike Karelsnew tsleep, unwind on signal; server exit when signal...
1990-04-05 Mike Karelsnew tsleep, unwind on signal; server exit when signal...
1990-04-05 Mike Karelsnew sblock, sbwait (unwind on signal)
1990-04-05 Kirk McKusickdelete unneeded header files
1990-04-05 Kirk McKusickdelete unneeded header files
1990-04-05 Kirk McKusickadd needed header files
1990-04-05 Kirk McKusickdelete unneeded header files
1990-04-05 Kirk McKusickdo not need includes
1990-04-05 Mike Karelsu.u_eosys is gone, use EJUSTRETURN; stop using u.u_error
1990-04-05 Mike Karelsrm setjmp, longjmp
1990-04-04 Mike Karelsether_input
1990-04-04 Mike Karelslots of cleanups; HCX-9 config.; tsleep; make resets...
1990-04-04 Mike Karelslots of cleanups; try to figure out what drives are...
1990-04-04 Mike Karelscorrect correction flags; augment definitions for onlin...
1990-04-04 Mike Karelsnew tsleep; unwind when signal interrupts; close routin...
1990-04-04 Mike Karelsclose routines must return error
1990-04-04 Mike Karelsrev 7
1990-04-04 Mike Karelstsleep: unwind after signal interrupts; close routines...
1990-04-04 Mike Karelsattempt to make it possible to put breakpoints in printf
1990-04-04 Mike Karelstsleep: unwind after signal interrupts; close routines...
1990-04-04 Mike Karelssync with tahoe
1990-04-04 Mike Karelsmove current kdb options from boothowto to separate...
1990-04-04 Mike Karelsadd ALIGN macro to round pointer up to aligned boundary
1990-04-04 Mike Karelsrm setjmp, longjmp
1990-04-04 Mike Karelsu.u_eosys is gone, use EJUSTRETURN; stop using u.u_error
1990-04-04 Mike Karelsdon't bother copying in data for /dev/null
1990-04-04 Mike KarelsISSIG => CURSIG; remove setjmp; use ERESTART to indicat...
1990-04-04 Mike Karelsrm setjmp, longjmp
1990-04-04 Mike Karelstsleep; unwind on interrupt
1990-04-04 Mike Karelstsleep; unwind on interrupt; don't back up uio then...
1990-04-04 Mike Karelstsleep II, as it was meant to be
1990-04-04 Marc Teitelbaumtsleep I (checked in for marc)
1990-04-04 Mike Karelsproc hashing with pointers instead of indices
1990-04-04 Mike Karelsremove setjmp; new tsleep
1990-04-04 Mike Karelsnew tsleep; rm setjmp's; strings for sleep messages
1990-04-04 Mike Karelstsleep; sblock/sbwait catch/return interrupts; implemen...
1990-04-04 Mike Karelsutime/stime now in proc structure, copy to rusage for...
1990-04-04 Mike KarelsYech! use a "reserved" errno for fdopen
1990-04-04 Mike Karelsremove setjmp's; check for EINTR/ERESTART, and clear...
1990-04-04 Mike Karelsremove u.u_error; fixes in previous delta; rearrange...
1990-04-04 Mike Karelsnew tsleep, catching interrupts; access rights now...
1990-04-04 Mike Karelsas of Feb 23: tsleep; confirming sockets; hack for...
1990-04-04 Kirk McKusickadd fs_state field to validate fs_clean
1990-04-04 Mike Karelsnew ctlinput, matches local port/addr when appropriate
1990-04-04 Mike Karelsin_pcb.h requires ip.h
1990-04-04 Mike Karelsvarious cleanups: new route, ifaddr stuff; #ifdef DEBUG...
1990-04-04 Mike Karelsstart shifting away from udpip structure (part done...
1990-04-04 Mike Karelssonewconn has second arg; in_pcb.h requires ip.h
1990-04-04 Mike Karelsdefault ttl 30 => 60
1990-04-04 Mike Karelschange "35% rule" to 50%, as its just a backstop; don...
1990-04-04 Mike Karelspass ip header in error packet to protocol, making...
1990-04-04 Mike Karelsneeded start routine pointer
1990-04-03 Marc Teitelbaum[us]time moves to proc
1990-04-03 Marc Teitelbaumextern declarations for v_*c
1990-04-03 Marc Teitelbaumktrace (checked in by karels)
1990-04-02 Mike Karelsnew proc hashing (pointers, not indices)
1990-04-02 Marc Teitelbaumchanges to syscall tracing (checked in by karels)
1990-04-01 Mike Karelsadd third arg to ctlinput routines
1990-04-01 Mike Karelsmove euids, etc. to proc (for signals); mv logname...
1990-03-30 Kirk McKusickhave to reset vfreet when removing the last vnode
1990-03-30 Kirk McKusickprotect vgoneall from other vgone's
1990-03-30 Marc Teitelbaumindirect through virtual console routines (v_*)
1990-03-29 Mike Karelsupdate uio_offset as well as resid
1990-03-28 Kirk McKusickspecinfo structure moved to specdev.h
1990-03-28 Kirk McKusickdo not lose memory on error
1990-03-28 Kirk McKusickbreak out from vnode.h
1990-03-28 Kirk McKusickbreak specinfo structure out of vnode.h into specdev.h
1990-03-28 Kirk McKusickva_size and va_bytes become quads
1990-03-28 Kirk McKusickdo not release vnode until done creating its alias
1990-03-28 Kirk McKusickmissing splbio (from Naomi@osf)
1990-03-27 Mike Karelsit's tsleep; it looks like this
1990-03-27 Mike Karelsmy macros didn't work, make the code agree with the...
1990-03-27 Kirk McKusickget rid of unneeded header files
1990-03-27 Kirk McKusickget rid of unneeded includes
1990-03-26 Mike Karelsas currently running: tsleep round one; confirming...
1990-03-26 Mike Karelsas currently running: control replaces rights entirely,
1990-03-26 Mike Karelsadd PRIMASK, PCATCH for tsleep, PSOCK for socket operat...
1990-03-24 Mike Karelsadd NTOHL, etc. to convert in place
1990-03-21 Kirk McKusickavoid multiple free's of mbufs (from tmt@osf and dab...
1990-03-21 Marc Teitelbaumproc hash changes, 86 SLOGIN and SPTECHG
1990-03-21 Marc Teitelbaumu_comm => p_comm, ttyp => session
1990-03-20 Kirk McKusickvgone has to avoid reentry
1990-03-16 Kirk McKusickupdate for new filesystem organization
1990-03-16 Kirk McKusickspecifiy precise include paths
1990-03-16 Kirk McKusickupdate to use dinode.h instead of inode.h
1990-03-16 Bill Joyupdate location of include files
1990-03-16 Kirk McKusickupdate to use dinode.h instead of inode.h
1990-03-16 Kirk McKusickupdate to use dinode.h instead of inode.h
1990-03-16 Bill Joyspecify pathnames for includes
1990-03-15 Keith Bosticredo for/from POSIX 1003.1; add Berkeley specific copyr...
1990-03-14 Kirk McKusickonly interrupt for user requested signals
1990-03-14 Kirk McKusickreturn real error, not always ENOENT (from gmf@osf...
1990-03-14 Mike Karelsdon't set todr to time zero
next