summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1997-02-08more names.Michael Shalayeff
1997-02-08add _kernel_textTheo de Raadt
1997-02-08inline to avoid warningTheo de Raadt
1997-02-08need arc4random protoTheo de Raadt
1997-02-08cvs.openbsd.org now has 17GB of disk...Theo de Raadt
1997-02-07These changes are not complete, This does not deal with cores correctly yet.Dale S. Rahn
This checkin is an attempt to make the powerpc port have a clean build.
1997-02-07GDB 6.3 (excluding .info files)Dale S. Rahn
1997-02-07fixed order of tests in printnat() so that it catches tcp/udp firstkstailey
1997-02-07one more tcpudp->tcp/udpkstailey
1997-02-07make output look like input (and like docs)kstailey
1997-02-07fix tagskstailey
1997-02-07make protocol string be tcp/udp not tcpudp since this is how it is documented.kstailey