allow cg's to start at frag instead of block boundries
[unix-history] / usr / src / sys / tahoe /
1987-09-07 Mike Karelscall line discipline start routine!
1987-08-14 Keith Bosticuse mkdep(1)
1987-07-29 Keith Bostictags in ../sys now
1987-07-12 Mike Karelsremove loop invariants from dirty()
1987-07-12 Mike Karelsmove code definitions from signal.h
1987-07-12 Mike Karelsci trap.h
1987-07-01 Mike Karelsdefine bits for ESDI, error recovery
1987-07-01 Mike Karelsvbmapalloc has a return value now
1987-07-01 Mike Karelsbuild the assumptions into the map
1987-07-01 Mike Karelsvbmemalloc has a return now
1987-07-01 Mike Karelschange map allocation for vba maps, need maxphys
1987-07-01 Mike Karelschange panics in vbmap allocation to return failure
1987-07-01 Mike Karelsdon't trip over locked inodes, etc, freeing text
1987-06-27 Kirk McKusickcmps3 microcode cannot handle count of zero;
1987-06-27 Mike Karelscheck for page table faults correctly; fix up vba page...
1987-06-23 Kirk McKusickneed more space for autoconf
1987-06-23 Kirk McKusickzmemall => malloc
1987-06-07 Keith Bosticreplace depend script with mkdep
1987-06-07 Kirk McKusickcalloc is gone
1987-06-07 Kirk McKusickcalloc => malloc
1987-06-07 Kirk McKusickcamap is replaced by kmempt
1987-06-07 Kirk McKusickallocation of malloc map and usage structure; kmem...
1987-06-07 Kirk McKusickcamap is replaced by kmempt
1987-06-06 Mike Karelsgenassym uses vbaparam, not vbavar
1987-06-05 Mike Karelsenough memory for callocs of intermediate buffers;
1987-06-02 Sam Lefflerheader file changes (guess this works, noone's complained)
1987-06-02 Mike Karelsreally, the kernel doesn't have to map all of memory
1987-06-01 Kirk McKusickrewrite copyinstr, copyoutstr, and copystr to avoid...
1987-05-30 Mike Karelsminor cleanups in swtch
1987-05-28 Mike Karelssimplify for us
1987-05-28 Mike Karelsit's faster on a vax, why not try it here?
1987-05-22 Keith Bosticadded #define of MACHINE
1987-05-14 Keith Bosticdefine MACHINE
1987-05-13 Mike Karelsdon't use u_type's, wait.h includes us but not types.h
1987-05-09 Sam Lefflerdelete ';' in make depend for compatibility with resear...
1987-05-08 Mike Karelsconvert xsd, smd, fuj to 512-byte sectors
1987-05-05 Mike Karelsremove (now-)redundant swapgeneric on lint
1987-04-30 Sam Lefflerworking driver
1987-04-17 Mike Karelscheck console window for open, carrier before redirecting;
1987-04-10 Mike Karelsstop xtr on err
1987-04-10 Mike Karelscorrect error returns
1987-04-10 Mike Karelsfix up blksize/retry for buffered reads
1987-04-08 Mike Karelsdate and time created 87/04/07 19:51:14 by karels
1987-04-08 Mike Karelsdate and time created 87/04/07 19:51:13 by karels
1987-04-08 Mike Karelsopen needs returns!
1987-04-08 Mike Karelsdate and time created 87/04/07 16:29:35 by karels
1987-04-07 Mike Karelsfix compat code
1987-04-07 Mike Karelspfnum's are pages, not bytes!
1987-04-07 Mike Karelsfix code for all code keys shared; clean up comments
1987-04-03 Mike Karelsoops
1987-04-03 Mike Karelssave boothowto, bootdev
1987-04-03 Mike Karelsfix error msgs
1987-04-03 Mike Karelsuse "opendev" instead of contructing dev by hand
1987-04-03 Mike Karelsnotyet is here (new notation), also support old;
1987-04-03 Mike Karelsscatter-gather; pack label cleanups
1987-04-03 Mike Karelsworking with pack labels
1987-04-03 Mike Karelsifdef for dev_bsize (almost working)
1987-04-02 Mike Karelsallocate intermediate buffers in startup (low mem ...
1987-04-02 Mike Karelsnew stats, support for scatter-gather
1987-03-29 Mike Karelsadd vdclose for cdev
1987-03-27 Mike Karelsfix up boot (again?); allocate cy buffer here (yech)
1987-03-27 Mike Karelsadd bdev ioctl
1987-03-14 Mike Karelsmove defn's to header, move KERNBASE to machparam;
1987-03-14 Mike Karelsstreamline cache key management; rm vtopte (use macro...
1987-03-14 Mike Karelsmove cache key defines to cpu.h, add counters
1987-03-11 Mike Karelsworking (I think!) with uncacheable intermediate buffers:
1987-03-05 Mike Karelsresolve name conflict
1987-03-02 Mike Karelssimplify seek queuing, give priority to drives on-cylinder
1987-03-01 Mike Karelsremove sector shift, get blkno as sectors instead;... BSD-4_3-Snapshot-Development
1987-02-27 Mike Karelsprint errno when init can't be exec'ed
1987-02-27 Mike Karelsmv key initialization to machdep; reboot flags set...
1987-02-26 Kirk McKusickclean up awk syntax
1987-02-24 Mike Karelscleanups
1987-02-22 Mike Karelstry to get the kernel printfs out before console starts...
1987-02-22 Mike Karelscleanups; don't waste the machine trying to start a...
1987-02-20 Mike Karelsadd vdioctl
1987-02-19 Sam Lefflerrewrite; disk label support
1987-02-19 Sam Lefflerset controller number for for attach routine; add swapconf
1987-02-19 Sam Lefflerrewrite; disk label support
1987-02-18 Mike Karelsrearrange swtch ala vax, cancel runrun; rm old ast...
1987-02-18 Mike Karelsmake it look like kernel driver
1987-02-18 Mike Karelslet's really zero bss
1987-02-17 Mike Karelsinit buffer headers before configure, so can read pack...
1987-02-17 Mike Karelsadd magic locations for bootopts, etc.
1987-01-31 Mike Karelsdon't lose it
1987-01-29 Kirk McKusickdate and time created 87/01/28 15:36:08 by mckusick
1987-01-17 Mike Karelsmv machdep to machparam.h
1987-01-17 Mike Karelsshare ntoh? definitions
1987-01-14 Mike Karelsmv machine dependend from sys_process.c
1987-01-12 Mike Karelsmore or less 4.3
1987-01-11 Mike Karelshack workaround hy problem
1987-01-11 Mike Karelsdate and time created 87/01/10 17:48:18 by karels
1987-01-05 Bill Joyrm spaces in printfs
1986-12-27 Sam Lefflertake out debugging printfs
1986-12-24 Sam LefflerCPMDCB takes physical address; had been working because...
1986-12-24 Sam Lefflermust have cp command block in data segment to insure...
1986-12-24 Mike Karelsrm debugging
1986-12-24 Sam Lefflerintermediate i/o buffer must be physically contiguous...
1986-12-23 Mike Karelsvddcaddr now not relative
1986-12-20 Mike Karelsmove vdtimeout from kernel header
next