build and read directories appropriately for the type of filesystem
[unix-history] / usr / src / sys / hp300 /
1992-07-01 Chris Torekavoid servicing page faults on the interrupt stack
1992-07-01 Chris Torekadd fuswintr and suswintr
1992-06-28 Kirk McKusickneed to run ./mkboot explicitly
1992-06-25 Keith Bosticadd quad constants
1992-06-25 Keith Bosticadd #define for max size_t value
1992-06-25 Keith Bosticdelete strcmp routine, now in libkern
1992-06-24 Mike Hibleradd note about cache handling
1992-06-24 Mike Hiblerdate and time created 92/06/23 22:16:46 by hibler
1992-06-24 Mike Hiblercorrect attribution
1992-06-24 Kirk McKusickMAP_FILE is now the default
1992-06-23 Keith Bosticprefix all ANSI #define's with BSD_ so don't collide...
1992-06-23 Kirk McKusickhave to invalidate instruction cache after setting...
1992-06-23 Marshall Kirk McKusickneed more kernel address space for big machines
1992-06-22 Kirk McKusickinclude kernel library
1992-06-21 Kirk McKusickinitprofclock now told whether profiling is happening
1992-06-20 Kirk McKusickadd (unused) md_coredump
1992-06-20 Kirk McKusickget rid of the fiction of NOQUAD
1992-06-19 Mike Hiblerminor depend fix
1992-06-19 Mike Hiblerdate and time created 92/06/18 21:36:58 by hibler
1992-06-19 Mike Hiblermerge with latest Utah version
1992-06-16 Mike Hiblerget rid of BOOTDEBUG code
1992-06-16 Mike Hiblerupdate
1992-06-06 Mike Hiblermerge latest Utah hp300 code including 68040 support
1992-06-05 Mike Hiblerdate and time created 92/06/04 15:26:01 by hibler
1992-05-30 Keith Skloweruse machine independent version of ns_cksum.c
1992-05-27 Keith Bosticadd ALIGNBYTES constant
1992-05-15 John Heidemanninclude reordering due to vn_if change
1992-05-06 Keith Bosticfix links target
1992-05-06 Mike Karelstags
1992-05-05 Kirk McKusickdelete unneeded header files
1992-05-05 Kirk McKusicklint inspired bug fix
1992-04-21 Kirk McKusickadd functionality to support sigaltstack
1992-04-15 Kirk McKusicknull terminate the callout list (from torek)
1992-04-04 Kirk McKusickupdate from Chris Torek to add argument pointer at...
1992-03-21 Keith Skloweruse m_devget instead of le_get. Other minor changes
1992-03-21 Mike Hiblermake code argument to syscall unsigned
1992-03-20 Marc TeitelbaumM4 support
1992-03-20 Marc Teitelbaumhacks for jukebox support
1992-03-19 Keith Bosticdate and time created 92/03/18 16:34:08 by bostic
1992-03-19 Keith Bosticdate and time created 92/03/18 16:33:37 by bostic
1992-03-14 Kirk McKusickadd cpu_coredump for machine dependent coredump state
1992-03-10 Keith Bosticexplain what is really happening
1992-03-10 Keith Bosticfrom Chris Torek; see ANSI C, section 2.2.4.2.1
1992-03-02 Kirk McKusickrd disks depend on NRD not NSD (net2/sys/6)
1992-02-26 Kirk McKusickcalculate hz, tick, and profhz
1992-02-26 Kirk McKusicklint
1992-02-25 Kirk McKusickneed libgnulib.a to get quads
1992-02-25 Kirk McKusickupdate for kernel profiling
1992-02-20 Kirk McKusickpmap_kernel() becomes kernel_pmap
1992-02-20 Kirk McKusickeliminate variable kernel_pmap and function pmap_kernel
1992-02-20 Chris Torekpmap_kernel() is really kernel_pmap variable
1992-02-20 Keith Bosticrip away illusion of portability in ALIGN
1992-02-20 Keith Bosticbreak into separate machine-dependent files for Sparc...
1992-02-18 Kirk McKusickfix up syntax errors
1992-02-18 Kirk McKusickpc is a char *
1992-02-16 Chris Torekconvert to use new select interface, selrecord/selwakeup
1992-02-16 Kirk McKusickneed to include proc.h; dump routine currently takes...
1992-02-16 Kirk McKusickhave to include proc.h before socketvar.h
1992-02-15 Keith Sklowergnu cpp balks on single apostrophes in asm comments.
1992-02-06 Kirk McKusicklint
1992-02-06 Kirk McKusickdate and time created 92/02/05 22:40:56 by mckusick
1992-02-06 Kirk McKusickdcmstart is a void
1992-02-06 Kirk McKusickkeep the offsets the same in the proc structure
1992-02-06 Kirk McKusickp_regs moves to p_md.md_regs
1992-02-06 Kirk McKusickadd cpu_setstack
1992-02-06 Kirk McKusickp_regs moves to p_md.md_regs
1991-12-20 Kirk McKusickadd libquad.a for quad support (should probably get...
1991-12-20 Mike Karelscleanups to LD definitions
1991-12-20 Kirk McKusickreorg for quad support
1991-12-07 Keith Bosticadd _SSIZE_T_
1991-11-21 Kirk McKusickdelete unneeded seg.h
1991-11-06 Kirk McKusicklint
1991-11-06 Kirk McKusicklint
1991-09-19 Mike Karelscheckin karels changes (plus fix sleep -> tsleep)
1991-09-13 Marc Teitelbaumneed vm_prot.h before pmap.h
1991-09-13 Marc Teitelbaumneed void declarations to be consistant with prototypes
1991-09-13 Marc Teitelbaumneed vm_prot.h before pmap.h
1991-09-09 Mike Karelssplit from sys/signal.h
1991-08-30 Kirk McKusickdelete nonexistent vmmeter fields
1991-08-30 William Nesheimadded pmap_bootstrap_alloc(), the "before malloc" alloc...
1991-08-29 Kirk McKusickno longer need to include vm_statistics.h
1991-08-29 Kirk McKusickno longer need to include vmmeter.h
1991-08-29 Kirk McKusickvm_stat is merged into vmmeter structure
1991-08-29 Kirk McKusickno longer need vm_statistics.h
1991-08-09 Keith Sklowerthis version has 2 tx buffers; appears to work.
1991-08-09 Keith Sklowerput in hacks for ISO, (put it into ALLMULTI mode),...
1991-08-03 Mike Karelsapply fixes in 7.14.1.3 to main branch
1991-08-03 Mike Karelsfix precedence bug introduced in 7.14, don't leave...
1991-07-26 Kirk McKusickhave to set the page size early on as it is needed...
1991-07-26 Kirk McKusickvm_page_free_count moves to vm_stat.free_count
1991-06-29 Mike Karelsmore kmem
1991-06-28 Keith Sklowermake compile under newvm system (change types.h to...
1991-06-28 Mike Karelsmake kgdb_dev be dev_t; don't wait for debugger on...
1991-06-28 Mike Karelsmark device drivers (even though it doesn't do anything...
1991-06-28 Mike Karelsvan's changes to move compile instructions from config...
1991-06-28 Mike Karelsadd cpu_wait()
1991-06-28 Mike Karelsfix modem control in dcmclose; hack for "HP DCE" on...
1991-06-27 Keith Skloweradd ALIGN macro
1991-06-26 Keith Sklowerarp now runs at splnet() to merge arp and routing tables.
1991-06-10 Mike Karelsfrom hibler: don't need retry on key 1
next