use the right include
[unix-history] / usr / src / sys / kern /
1986-06-03 Mike Karelslint
1986-06-02 Mike Karelscan allocate more clusters later, don't need so many...
1986-05-30 Mike Karelscall null_init to zap those null function pointers
1986-05-28 Mike Karelsuse faster adjustment for larger corrections
1986-05-20 Mike Karelsimplement PRU_PEERADDR
1986-05-20 Mike Karelsmake errors on non-blocking connect agree with doc
1986-05-20 Mike Karelsuse UIOCCMD, as long as it's defined now
1986-05-16 Mike Karelscorrect no-such-process error
1986-05-15 Mike Karelsmissing error return
1986-05-11 Mike Karelsdon't retry connect (or disconnect) if still in progress
1986-05-05 Kirk McKusickalways round down directory offset to a DIRBLK boundry
1986-04-24 Kirk McKusickclean up block comment at top;
1986-04-22 Mike Karelsfixes to uwritec from dlw; include it for ct driver
1986-04-20 Mike Karelsoption for receiving OOB data in-line
1986-03-29 Mike Karelsre-fix consistency problems with input during uiomove,
1986-03-13 Mike Karelslimit mb_cc to 80% of max so protocols don't get too...
1986-03-13 Mike Karelsneed to raise ipl before freeing page tables (done...
1986-03-10 Mike Karelssomeone DOES use it
1986-03-08 Mike Karelsclean up ordering; don't lose stuff that arrives during...
1986-03-05 Mike Karelsconsistency
1986-03-05 Mike Karelsrelax restrictions on *chown: allow owner to change...
1986-03-05 Mike Karelsconsistency
1986-02-27 Jim Bloomfix problem reading klog when last putchar write last...
1986-02-24 Mike Karelslint
1986-02-22 Mike Karelsspl's
1986-02-21 Mike Karelsrename nch to avoid name conflict
1986-02-21 Mike Karelsspls
1986-02-21 Mike Karelsrename nch to avoid name collision
1986-02-21 Mike Karelsremove unused sonam arg to unp_connect2
1986-02-21 Mike Karelscleanups from Sam: format, spl's, ptrace defs
1986-02-21 Mike Karelsuse sigmask uniformly
1986-02-21 Mike Karelsuse gid_t consistently
1986-02-21 Mike Karelslint and cleanups from Sam
1986-02-21 Mike Karelsspl5 in exit is redundant
1986-02-21 Mike Karelsspl's, cleanups from Sam
1986-02-20 Mike Karelslint
1986-02-20 Mike Karelsas ifdef the code, ifdef the variable
1986-02-20 Mike Karelslint; remove debug
1986-02-20 Mike Karelsremove unused (and sometimes missing) second arg to...
1986-02-19 Mike Karelsclean up cluster allocation
1986-02-12 Mike Karelsslattach
1986-02-11 Mike Karelsserial IP
1986-02-08 Mike Karelsmake sbflush zap any/all 0-length pakcets
1986-02-05 Mike Karelsconsistency in select: never modify masks on return...
1986-01-31 Kirk McKusickdo not distpte() after a swapin error (from sun!shannon)
1986-01-23 Mike Karelsfixes from sun (sort of): select for write on ptc blocks
1986-01-22 Mike Karelsdelay sballoc's in sbappendaddr until committed
1986-01-21 Mike Karelsignore 0-length rights
1986-01-14 Mike Karelsdon't indirect through unp_conn if it's been cleared
1986-01-14 Mike Karelsmicrosecond times using microtime; spl7 => splclock
1986-01-10 Mike Karelsoops, don't want to remove mbufs while peeking!
1986-01-09 Mike Karelsrm bbnnet, pup
1985-12-20 Mike Karelsclean up stream flow control, give correct name for...
1985-12-20 Mike Karelsallow rights in streams
1985-12-20 Mike Karelschange datagram queuing, full packet on one chain;...
1985-12-20 Mike Karelsmove unp_gc call to unp_detach
1985-12-20 Mike Karelsmaintain p_uid with u.u_uid
1985-12-11 Mike Karelsdon't flush when not changing line disciplines
1985-12-10 Mike Karelslogic errors
1985-12-01 Mike Karelsdon't free ioctl cmds
1985-11-29 Jim Bloomhostid should be a long
1985-11-27 Mike Karelsnow can use XTRC again instead of IXMOD
1985-11-20 Mike Karelsadd SO_TYPE option (get only!), correct mbuf lengths
1985-11-15 Mike Karelstypo
1985-11-10 Mike Karelskeep text free list, cache all texts as sticky
1985-11-09 Mike Karelsallow select on exceptional to check control operations
1985-11-09 Mike Karelscorrect previous fix to failed connect; let's really...
1985-11-09 Mike Karelsselect for exceptional cond. on ptc gets special operations
1985-11-07 Mike Karelslet's get it all
1985-11-07 Mike Karelstry to make panic message intelligible
1985-11-07 Sam Lefflerdon't need extra line discpline slot for tablet now...
1985-11-07 Sam Lefflerbring in updated version from lfl; supports setting...
1985-11-07 Mike Karelsmove nullmodem to tty.c, maintain TS_CARR_ON
1985-11-05 Mike Karelsuse modem entry in linesw to signal carrier change...
1985-11-05 Mike Karelsnow using modem control entry in linesw; don't let...
1985-11-05 Mike Karelslog tprintf's at LOG_INFO; block or skip tty if output...
1985-11-05 Mike Karelscleanup spgrp, rm unused code (should rm it all)
1985-10-31 Mike Karelsunsuccessful attempt to connect leaves socket disconnec...
1985-10-24 Mike Karelsmaxdsize and maxtsize in bytes; careful of confusing...
1985-10-24 Kirk McKusicksanity checks in getblk() and geteblk()
1985-10-19 Kirk McKusickattempting to bind() an already bound UNIX domain socke...
1985-10-18 Kirk McKusickreturn old timer value, even when a new one is not...
1985-10-12 Mike Karelstime adj must be multiple of tickadj for now (avoid...
1985-10-09 Jim Bloomcould access past end (from allegra!jpl)
1985-09-19 Mike Karelslint
1985-09-18 Eric Allmanfacilities in syslog
1985-09-18 Mike KarelsI've wanted to make this comment untrue for a long...
1985-09-17 Mike Karelsallow select on exceptional conditions to notify of...
1985-09-17 Mike KarelsINET || BBNNET; ctlinput now takes sockaddr as arg
1985-09-17 Mike Karelsonly report errors on listening socket once
1985-09-17 Mike Karelsfix m_adj to work right trimming from tail (there can...
1985-09-17 Mike Karelsdkunit is gone
1985-09-14 Kirk McKusickwrong constant used by coincidence (PGSHIFT should...
1985-09-06 Mike Karelshmm, this tells me something
1985-09-06 Kirk McKusickallocate file table entry before creating file in case...
1985-09-05 Kirk McKusickinitialize before use
1985-09-05 Kirk McKusickallocate file table entry before creating file in case...
1985-09-05 Jim Bloomlint cleanup
1985-09-05 Jim Bloomcall line discipline close routine
1985-09-05 Mike Karelsneed to check type in pffindproto
next