summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-04-04Fix NTOHS and HTONS macros.Todd C. Miller
1997-04-04Define in_addr_t and in_port_t everywhere but use u_intXX_t forTodd C. Miller
htonl and friends.
1997-04-04we are a 4.4bsd-style system; correct pathnamesTheo de Raadt
1997-04-04add STRIPDISC line; kleink@netbsd.orgTheo de Raadt
1997-04-04s/STRIPIPDISC/STRIPDISC/; kleink@netbsd.orgTheo de Raadt
1997-04-03prettyTheo de Raadt
1997-04-03Avoid confusion on running /etc/daily on daylight-savings change days.gene
1997-04-03fix my last fix. warnx, not warn!Michael Shalayeff
1997-04-03more about Gogol (;Michael Shalayeff
1997-04-03tabifykstailey
1997-04-03take 2kstailey
1997-04-03make it match what is in magdir/magickstailey
1997-04-03>Number: 3412kstailey
>Category: port-alpha >Synopsis: incorrect use of long crashes netbsd/alpha >Confidential: no >Severity: serious >Priority: low >Responsible: gnats-admin (GNATS administrator) >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Sat Mar 29 23:50:01 1997 >Last-Modified: >Originator: Ross Harvey >Organization: Avalon Computer Systems, Inc. >Release: NetBSD-current >Environment: System: NetBSD epsilon.ghs.com 1.2D NetBSD 1.2D (e) #5: Sat Mar 29 22:32:33 PST 1997 ross@epsilon.ghs.com:/bsd/ross/e alpha >Description: Adding "pseudo-device ipfilter 1" to netbsd/alpha will cause it to crash when ifconfig turns on the interface. Ipfilter code in netinet/fil.c uses pointer arithmetic to effectively make structure-to-scalar casts. It uses long when it really wants an int32 and gets alignment faults that crash netbsd/alpha. General 64 bit problem, not exactly alpha. >How-To-Repeat: Add pseudo-device ipfilter 1. Boot your alpha. 2. Try to come up multiuser. The first packet or so will halt everything. >Fix: Apply patch...
1997-04-03Quote CC in args to makebriggs
1997-04-03hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c asJason Downs
well.
1997-04-03another lookup[] loop accidentTheo de Raadt
1997-04-03Full implementation of lookups support, plus some bug fixes. Still no YP.Jason Downs
1997-04-03an -> a; soil@quick.netTheo de Raadt
1997-04-03From FreeBSD 1.7 by markm. The log message:imp
Priorities were broken. If there was an Index: line and ***/--- lines with valid names, the ***/---names were taken first. this broke eg: Index: foo/Makefile ========== RCS <blah> Retrieving <blah> diff <blah> *** Makefile <blah> --- Makefile <blah> By trying to patch the Makefile in the _curent_ directory, rather than the one in the foo/ directory.
1997-04-03BUGS section no longer applies, the new resolver implements networkJason Downs
lookups with DNS.
1997-04-03use MATCH()Theo de Raadt
1997-04-03if dns lookup fails, still honour _res.lookups[]Theo de Raadt
1997-04-03ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.comTheo de Raadt
1997-04-0310 X's for mktemp() and mkstemp().Todd C. Miller
1997-04-03PR#141 from David Leonard <d@occult.fnarg.net.au> with some small mods bybriggs
me. - Provide option (enabled in GENERIC and GENERICSBC) to disable ADB configuration when serial console is enabled. Old behavior allows booting even if ADB probe hangs (Apple had several ways to access ADB). - Configure ite0 differently--don't assume that it's only extant if it is the console.
1997-04-03a start a making getnetbyaddr() respect "lookup" keyword in resolv.confkstailey
1997-04-03add htonl()kstailey
1997-04-03per wishes of deraadt add ufs to default fs's to search.michaels
1997-04-03remove corrupted original tagmichaels
1997-04-02Use new makeinfo -P dir option to prepend gcc/f to the include path.kstailey
You must rebuild and install the new makeinfo before building gcc! This corrects the gcc/install.texi gcc/f/install.texi name collision.
1997-04-02Add "-P dir" option to prepend a dir to the include path.kstailey
This is driven by g77 using install.texi which collides with gcc install.texi. This has been submitted to bug-texinfo@prep.ai.mit.edu. *** You must rebuild/reinstall makeinfo before building gcc! ***
1997-04-02Better implementation of buf_space_*_raw_multi_* that deals wellNiklas Hallqvist
with unaligned buffers
1997-04-02Fix end boundary of mapping for regions ending at offset 1 in a page.Niklas Hallqvist
From NetBSD PR#3441, Matthias Drochner <drochner@zelz26.zel.kfa-juelich.de>
1997-04-02Restructured, as well as added a set of host-to-little/big-endian-16/32-bitNiklas Hallqvist
utility macros (and their opposites), named like htole16 etc.
1997-04-02use FDPART(), limit drives to 2 to avoid dev_t problems; ↵Theo de Raadt
grr@shandakor.tharsis.com
1997-04-02warn about MAXPARTITIONS != 16, grr@shandakor.tharsis.comTheo de Raadt
1997-04-02doc /etc/yp/DOMAINNAME server list file betterTheo de Raadt
1997-04-02opt_add() needs to make a copy of the input string since it modifiesTodd C. Miller
it and new compilers don't let you write to constant strings. Problem (core dump when using -o) noted by Felix Schroeter.
1997-04-02buf oflows, thanks imp & millertTheo de Raadt
1997-04-02add SVR4_T_* flags; might be wrong for sparcTheo de Raadt
1997-04-02add ipflogkstailey
1997-04-02use 10 X for mktemp(1)Theo de Raadt
1997-04-02use mkstemp (millert, please double check)Theo de Raadt
1997-04-02xid is a u_int32_tTheo de Raadt
1997-04-02spelling errorTheo de Raadt
1997-04-02most 1.3X versions of MEDIAVIS CDR-H93MV have problems; ↵Theo de Raadt
koji@math.human.nagoya-u.ac.jp
1997-04-02save 4k space for i386!Michael Shalayeff
1997-04-02Remove FreeBSD-specific stuff from BUGS section.Todd C. Miller
1997-04-02#ifndef localMichael Shalayeff
#define local static #endif
1997-04-02fix bios geometry calculationMichael Shalayeff