integral types: one more time, with feeling
[unix-history] / usr / src / sys / hp300 / hp300 /
1993-04-29 Kirk McKusickadd security routines iskmemdev, isdisk, and chrtoblk
1993-04-20 Chris Torekterminate swap list with NODEV, not 0 (0 is a valid...
1993-04-19 Kirk McKusickallow for old variants of cpp
1993-03-18 Mike Hiblermake safe for ANSI cpp
1993-02-19 Mike Hiblertighten up clock interrupt handling
1993-02-19 Mike Hiblertwo significant fixes:
1993-02-11 Kirk McKusickconstruct string that can be copied out later
1993-01-20 Mike Hiblerproperly scale value read from HW in microtime
1992-12-31 Mike HiblerLED heartbeat code
1992-12-31 Mike HiblerLED defines
1992-12-29 Mike Hiblerget rid of some garbage nops
1992-12-29 Mike Hiblernumerous changes: SHPUX has moved, LED stuff assorted
1992-12-29 Mike Hiblerfor sklower: CCITT changes
1992-12-28 Mike Hiblerdate and time created 92/12/27 10:50:40 by hibler
1992-12-28 Mike Hiblercleanup
1992-12-28 Mike Hiblercleanup, SHPUX has moved
1992-12-28 Mike HiblerSHPUX has moved
1992-12-28 Mike Hiblercleanup
1992-12-28 Mike Hiblermassive changes mostly performance related
1992-12-28 Mike Hiblermassive changes mostly related to stack alignment
1992-12-28 Mike Hibleraccount for new stack alignment
1992-12-28 Mike Hiblernew frame constants, a couple of flags renamed
1992-12-28 Mike Hibleradd [bc]dev_ldisk_init for disks with close routines...
1992-12-28 Mike Hiblerget rid of PRF_INTERVAL
1992-12-28 Mike Hiblerstat clock interrupt cleared in locore
1992-12-28 Mike Hiblercpuspeed starts at 0
1992-12-17 Kirk McKusickproper acknowledgement
1992-10-12 Keith Bosticmake kernel includes standard
1992-10-02 Kirk McKusickconvert vm_page bit fields to flags
1992-09-25 Keith Bosticdelete antique code to check bfreelist[0].b_forw (no...
1992-09-22 Mike Hibleraddupc_intr -> addupc_task and convert stat ticks to...
1992-09-22 Mike Hiblergprof.h -> gmon.h
1992-08-04 Mike Hiblerexpand tweaksigcode in place and make it work correctly
1992-08-04 Mike Hiblerlabel trap instruction in sigcode to make it easier...
1992-08-04 Mike Hiblerfixup a comment
1992-07-26 Kirk McKusickfixups for GNERIC kernel
1992-07-25 Kirk McKusickupdate to latest revision of kgdb debugging protocol
1992-07-13 Kirk McKusicklint
1992-07-13 Jan-Simon Pendryneeds to include "systm.h"
1992-07-13 Jan-Simon PendryMIN -> min
1992-07-11 Chris TorekANSIfy syscall args
1992-07-10 Kirk McKusickmmap'ed clocks are gone (at least for now)
1992-07-10 Kirk McKusicksyntax cleanups for __indir
1992-07-08 Chris Torekdelete mmap'ed clock; new clock handling
1992-07-08 Chris Torekmerge common syscall and trap return code; new rusage...
1992-07-08 Chris Torekdelete timebomb; more of clock code done in clock.c;
1992-07-08 Kirk McKusickmicrotime moved to clock.c; lint
1992-07-08 Chris Torekmajor overhaul for legibility
1992-07-01 Chris Torekavoid servicing page faults on the interrupt stack
1992-07-01 Chris Torekadd fuswintr and suswintr
1992-06-25 Keith Bosticdelete strcmp routine, now in libkern
1992-06-24 Kirk McKusickMAP_FILE is now the default
1992-06-23 Kirk McKusickhave to invalidate instruction cache after setting...
1992-06-21 Kirk McKusickinitprofclock now told whether profiling is happening
1992-06-16 Mike Hiblerget rid of BOOTDEBUG code
1992-06-06 Mike Hiblermerge latest Utah hp300 code including 68040 support
1992-05-15 John Heidemanninclude reordering due to vn_if change
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 Mike Hiblermake code argument to syscall unsigned
1992-03-14 Kirk McKusickadd cpu_coredump for machine dependent coredump state
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-20 Kirk McKusickeliminate variable kernel_pmap and function pmap_kernel
1992-02-20 Chris Torekpmap_kernel() is really kernel_pmap variable
1992-02-18 Kirk McKusickfix up syntax errors
1992-02-16 Kirk McKusickneed to include proc.h; dump routine currently takes...
1992-02-06 Kirk McKusickp_regs moves to p_md.md_regs
1991-11-21 Kirk McKusickdelete unneeded seg.h
1991-11-06 Kirk McKusicklint
1991-11-06 Kirk McKusicklint
1991-09-13 Marc Teitelbaumneed void declarations to be consistant with prototypes
1991-09-13 Marc Teitelbaumneed vm_prot.h before pmap.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-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-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-26 Keith Sklowerarp now runs at splnet() to merge arp and routing tables.
1991-06-04 Kirk McKusickfile table is no longer statically allocated
1991-05-29 Kirk McKusickadd entry for exabyte tape
1991-05-29 Kirk McKusickadd check for lock count
1991-05-22 Mike Karelsmissing cast
1991-05-20 Kirk McKusickname resolution checking (need kern/kern_malloc.c 7...
1991-05-11 Mike Karelsreformatting; no two-space indents!
1991-05-11 Kirk McKusickcorrect copyright, Utah not CMU
1991-05-10 Keith Bosticget the copyright right
1991-05-10 Donn Seeley99% rewritten from scratch to be compatible with protot...
1991-05-10 Keith Bosticget the copyright notice right
1991-05-10 Mike Karelsmv USER to trap.h T_USER, other cleanups
next