Use balloc to extend Ifile.
[unix-history] / usr / src / sys / i386 /
1992-10-12 Keith Bosticmake kernel includes standard
1992-07-25 Keith Bosticfix? tags
1992-07-24 Keith BosticJolitz dropped this on the floor; I'm guessing by the...
1992-07-24 Keith Bosticdate and time created 92/07/23 20:13:48 by bostic
1992-07-24 Keith Bosticadd vnode_if.c to the compile directory sources
1992-07-24 Keith Sklowercheckpoint for 4.4alpha-lite
1992-07-24 Keith Sklowertwo fixes
1992-07-24 Keith Sklowerinitial release
1992-07-17 Kirk McKusickdate and time created 92/07/16 23:43:38 by mckusick
1992-07-15 Keith Bosticupdate from Pace
1992-07-15 Keith Bosticdate and time created 92/07/14 15:07:33 by bostic
1992-07-15 Keith Bosticdate and time created 92/07/14 15:04:45 by bostic
1992-07-15 Keith BosticSplit out the core part of page fault handling, so...
1992-07-15 Keith BosticChanges to deal with the fact that the 386 does not...
1992-07-15 Keith BosticAdd PDRSHIFT, which is used by the new suword and subyte.
1992-07-15 Keith Bosticadd basic data types
1992-07-14 Jan-Simon PendryMIN -> min
1992-07-11 Chris TorekANSIfy syscall arguments
1992-05-27 Keith Bosticadd ALIGNBYTES constant
1992-05-21 Keith BosticDon't call linesw[].l_rint until the console is really...
1992-05-21 Keith BosticReally set the CR0_EM bit as the comments suggested...
1992-05-21 Keith BosticDon't loop forever in weintr. Unfortunately, I can...
1992-05-21 Keith BosticMake Fdclose return 0 (success); from Pace Willisson...
1992-05-21 Keith BosticDon't clobber the state of the uart too much in probe...
1992-05-21 Keith BosticDelete DELAY macro (now DELAY is in locore.s).
1992-05-21 Keith BosticMove copyfault label so EFAULT type user errors will...
1992-05-21 Keith BosticDefine a processor speed independent DELAY function
1992-05-12 Keith BosticDon't send an EOI to the slave interrupt controller...
1992-05-12 Keith Bosticfix header
1992-05-12 Keith BosticDon't send an EOI to the slave interrupt controller...
1992-05-12 Keith BosticImplement aston, etc, whose absence has prevented preemtive
1992-05-12 Keith Bosticfix NPX device handling; from Pace Willison
1992-05-12 Keith Bosticdisable pageing in basemem until someone understands...
1992-05-12 Keith Bosticfix NPX device handling; memory sizing update; bad...
1992-05-12 Keith Bosticfix NPX device handling; from Pace Willison
1992-05-12 Keith Bosticpmap_kernel() -> kernel_pmap; from Pace Willison
1992-05-12 Keith Bosticadd quad library (from Pace Willison)
1992-05-06 Keith Bosticfix links target
1992-05-06 Mike Karelsfix tags
1992-04-21 Kirk McKusickadd functionality for sigaltstack
1992-04-15 Kirk McKusicknull terminate the callout list (from torek)
1992-04-01 Keith Sklowerdumb bug in apx_probe()
1992-03-24 Kirk McKusick(code) to syscall() must be unsigned to catch negative...
1992-03-21 Keith Bosticdon't let negative codes get through
1992-03-19 Keith Bosticdate and time created 92/03/18 16:33:13 by bostic
1992-03-14 Chris Torekadd cpu_coredump; lint in cpu_fork
1992-03-14 Keith Sklowerp_regs => p_md.md_regs (checked in for sklower by torek)
1992-03-06 Keith Sklowerthis version works, has been tidied up for public consu...
1992-03-06 Keith Sklowerthis version has some debugging code
1992-03-05 Keith Sklowerthis version almost works, but buffer counts are wiered
1992-03-04 Keith Sklowermore prettying up before we circulate this;
1992-03-04 Keith Sklowercorrect misspellings
1992-03-04 Keith Sklowerthis version can at least talk to the CSR's of the...
1992-02-29 Keith Skloweradd proc argument to ioctl among others
1992-02-29 Keith SklowerThis likely represents cleanups done by Bill Jolitz...
1992-02-26 Keith Sklowertest for aliveness of board by looking at status of...
1992-02-26 Chris Torekconvert to use new select interface, selrecord/selwakeup
1992-02-26 Chris Torekconvert to use new select interface, selrecord/selwakeup
1992-02-20 Kirk McKusickeliminate variable kernel_pmap and function pmap_kernel
1992-02-20 Chris Torekeliminate function pmap_kernel
1992-02-20 Keith Bosticrip away illusion of portability in ALIGN
1992-02-06 Kirk McKusickdate and time created 92/02/05 22:41:23 by mckusick
1992-02-06 Kirk McKusickadd cpu_setstack
1992-02-06 Kirk McKusickdate and time created 92/02/05 16:32:47 by mckusick
1992-02-06 Keith Bosticdriver didn't work if compiled with NFD == 1, also...
1992-02-06 Keith Bosticput on a reasonable header
1992-02-06 Keith Bosticno changes, yank to version 7.1
1992-02-06 Keith Bosticput on a reasonable header
1992-02-06 Keith Bosticput on a reasonable header
1992-02-06 William Nesheimchecking in for Bill by TK; don't pause for keystroke...
1992-02-06 Keith Bostictry the right header one more time
1992-02-06 Keith Bosticcompiling without a 386 (no -DNNPX) makes npxproc undef...
1992-02-06 Keith Bosticcommented, no functional changes; from Christos Zoulas
1992-02-06 Keith Bosticmask out relocation bits 0xfe000000; only worked becaus...
1992-01-15 Kirk McKusickfix copyright notice; add SCCS keywords
1991-11-22 Keith Sklowerec_rxstart doesn't eists
1991-11-21 Kirk McKusickno longer need seg.h
1991-11-17 William Nesheimpartial fix of icu bugs.
1991-11-17 William Nesheimname change for seeley's conf.c file
1991-11-17 William Nesheimfixes for fp context switching
1991-11-14 William Nesheimchanges to fix new vm on i386
1991-11-14 William Nesheimnew vm changes for i386
1991-11-08 Keith Sklowerfinish job kirk started
1991-10-08 William Nesheimneed to move vm_prot ahead of pmap.h
1991-09-19 Keith Sklowerleft out prio config byte, and misdefined one bit....
1991-09-18 Keith Sklowerfix copyright date
1991-09-18 Keith Sklowerdate and time created 91/09/17 15:48:50 by sklower
1991-09-18 Keith Sklowerdate and time created 91/09/17 15:43:23 by sklower
1991-09-09 Mike Karelssplit from sys/signal.h
1991-09-04 William Nesheimdon't include vm_statistics.h anymore
1991-09-03 Keith Skloweradded ISO network software interrupts
1991-08-30 Kirk McKusickdelete nonexistent vmmeter fields
1991-08-16 William Nesheimforget about cmap.h
1991-08-10 Keith Sklowerthis version compiles, probably doesn't run.
1991-08-10 Keith SklowerDriver for ADAX APC-PCX, an SGS Thompson MK5025 based...
1991-07-26 Kirk McKusickvm_page_free_count moves to vm_stat.free_count
1991-06-29 Mike Karelsmore kmem
1991-06-27 Keith Skloweradd align macro
1991-06-10 Mike Karelsdon't rm tags after making them
1991-06-09 Keith Bosticdon't put anything after the #else or #endif's, unless...
next