summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-02-10install zopen.3 tooMichael Shalayeff
1997-02-10Use copypage and zeropage.Jason Downs
1997-02-10kill extra declJason Downs
1997-02-10mac68k copypage/zeropage changes.Jason Downs
1997-02-10zeropage -> devzeropageJason Downs
1997-02-10login.millert? oh boyTheo de Raadt
1997-02-10Completely untested mvme68k changes for copypage/zeropage/mappedcopy.Jason Downs
Doesn't really support MAPPEDCOPY.
1997-02-10hp300 portion of the copypage/zeropage/mappedcopy changes from NetBSD.Jason Downs
1997-02-10Add the generic m68k part of the copypage/zeropage/mappedcopy changesJason Downs
from NetBSD. m68k ports may/will need changing in order to cope with this.
1997-02-10Add HEAP_LIMIT.Jason Downs
1997-02-10add kernel_text symbolMichael Shalayeff
1997-02-10Permit single block trailers differently.Todd C. Miller
1997-02-10Kill COMPAT_NOLABEL. It is not appropiate in the modern world.Jason Downs
1997-02-10Don't freak out on archives with only a single block of 0's asTodd C. Miller
trailer (used to require two blocks of 0's but some tar's only put in one).
1997-02-10Make dump(8) really honor -a. Fix up formatting in man page and removeTodd C. Miller
duplicate entry.
1997-02-10Support 16 partitions.Jason Downs
1997-02-10Pull in stdlib.h for arc4random prototype.Todd C. Miller
1997-02-10Make printf's match actual type (%lu -> %u).Todd C. Miller
1997-02-09Updates file(1) to version 3.22 by way to NetBSD.Todd C. Miller
1997-02-09Missed this one before.Todd C. Miller
1997-02-09Make this 64-bit safe againThorsten Lockert
1997-02-09Updated from NetBSD.Todd C. Miller
1997-02-09Add macintosh magic.Todd C. Miller
1997-02-09buf oflow, eivind@freebsdTheo de Raadt
1997-02-09unexploitable buf oflow, eivind@freebsdTheo de Raadt
1997-02-09do not make changes here that hide a problem which needs fixingTheo de Raadt
1997-02-09delete things until it fits.... sighTheo de Raadt
1997-02-09kerberos differentiationTheo de Raadt
1997-02-09pc3? no, let us make this sunTheo de Raadt
1997-02-09support kerberos differentiationTheo de Raadt
1997-02-09do not need -lzTheo de Raadt
1997-02-09libcrypt went away a while backTheo de Raadt
1997-02-09use library err/warnMichael Shalayeff
1997-02-09add ${LIBZ}Michael Shalayeff
1997-02-09shadowed variable caused si_addr to be incorrectTheo de Raadt
1997-02-09CC=${HOSTCC} for these; tv@slack.iag.net, PR#86Theo de Raadt
1997-02-09CC=${HOSTCC} for these; tv@slack.iag.net, PR#89Theo de Raadt
1997-02-09Add another routine in ypdb (ypdb_open_suf) that doesn't add the suffix toMats O Jansson
the database name. The suffix is added in the call to mkstemp. Now ypdb and mkstemp can coexist and do what we excpect. All code from 1.12 has been reintegrated now.
1997-02-09need ecoff kernel in snap tooTheo de Raadt
1997-02-09Fix casts to off_t, problem noted and fixed by Theo.Todd C. Miller
1997-02-09Use the instruction pointer from the trapframe many places CR2 does notThorsten Lockert
hold valid data.
1997-02-09do not print extra \nTheo de Raadt
1997-02-09Get block size from disklabel.Todd C. Miller
Adds support for setting fs_id for when when we have that in struct fs.
1997-02-09save 6% diskspace by moving to tabsTheo de Raadt
1997-02-08excessTheo de Raadt
1997-02-08Provide more information on FP exceptionsThorsten Lockert
1997-02-08Give correct signal information on integer overflowThorsten Lockert
1997-02-08BIOS does not report >64M memoryThorsten Lockert
1997-02-08Add definitions for the exception bits in the status wordThorsten Lockert
1997-02-08Use much of the backed out code from 1.12. But remove use of mkstemp. -mojMats O Jansson