summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1995-10-23no libkernTheo de Raadt
1995-10-23prettyTheo de Raadt
1995-10-23Take out kernel linking flag '-p' it does nothing, change '-T' -> '-Ttext'.davem
1995-10-23For the '#ifdef sun [...] #endif' conditional we weren't bringing in thedavem
proper definitions for 'struct mbuf' and friends for in.h, bringing in 'sys/socket.h' and 'net/if.h' fixes this.
1995-10-23Add 'u_char' cast to 'HOLE' assignment, HOLE has 10 significant bitsdavem
of value which makes it an integer and gcc complains. Shut it up.
1995-10-23Cast in places where we discard volatile pointers in function calls. Wedavem
know that what we are doing is ok, so let gcc know this.
1995-10-23Make the bootup data/text fault trap table entries jump to memfault_bootupdavem
which will watchdog the machine for post-mortem examination.
1995-10-23unconditionally set mouse port to CS8/1200Theo de Raadt
1995-10-23missing fileTheo de Raadt
1995-10-23uhm, this was missingTheo de Raadt
1995-10-23two variants of putc functionsTheo de Raadt
1995-10-23warn if my permissions are off; but still allow a writeTheo de Raadt
1995-10-23add EE_TRUE and EE_FALSETheo de Raadt
1995-10-234/300 cache really is write through but has a slight bug.Theo de Raadt
1995-10-23Changed 'beq' -> 'be' to get rid of gas heartburn.davem
1995-10-23files.m88k.newconf -> files.m88kTheo de Raadt
1995-10-23kill MMU_3L until it worksTheo de Raadt
1995-10-23+ SYSEN_VIDEOTheo de Raadt
1995-10-23include file botchTheo de Raadt
1995-10-23screenblank for sun4 bwtwo from thorpeTheo de Raadt
1995-10-23add ypservTheo de Raadt
1995-10-23add ypservTheo de Raadt
1995-10-23OpenBSDTheo de Raadt
1995-10-23vm_map_pageable(..,FALSE) of upage is pica specificTheo de Raadt
1995-10-23XXX is 4/300 really write-through?Theo de Raadt
1995-10-23note that we should probably set cfg2 for the ESP100ATheo de Raadt
1995-10-23config.old goes awayTheo de Raadt
1995-10-23sdboot -> stbootTheo de Raadt
1995-10-22cleanupTheo de Raadt
1995-10-22cannot exist on sbusTheo de Raadt
1995-10-22modernizeTheo de Raadt
1995-10-22remove garbageTheo de Raadt
1995-10-22kernel name is /bsdTheo de Raadt
1995-10-22kernel is /bsdTheo de Raadt
1995-10-22kernel is called /bsdTheo de Raadt
1995-10-22NetBSD -> OpenBSD; kernel is called /bsdTheo de Raadt
1995-10-22kernel name is /bsdTheo de Raadt
1995-10-22kernel name is /bsdTheo de Raadt
1995-10-22netbsd -> openbsdTheo de Raadt
1995-10-22kernel name is _PATH_UNIXTheo de Raadt
1995-10-22kernel name is /bsdTheo de Raadt
1995-10-22crank NMBCLUSTERSTheo de Raadt
1995-10-22missing nop resulted in trashed %l0Theo de Raadt
1995-10-21simplifyTheo de Raadt
1995-10-21mt -f /dev/rcd* offline supportTheo de Raadt
1995-10-21globalize kgdb_debug_panic externTheo de Raadt
1995-10-21updated but not completely testedTheo de Raadt
1995-10-21volatile struct zschanTheo de Raadt
1995-10-21map msgbuf late; fdeject commandTheo de Raadt
1995-10-21SUNOS_* ioctl done as suchTheo de Raadt