Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-04-04 | do not whack pid file if run -d; hwr@pilhuhn.de | Theo de Raadt | |
1997-04-04 | #include <string.h> since we use string functions... | Todd C. Miller | |
1997-04-04 | seek(2) is not needed | Theo de Raadt | |
1997-04-04 | fixed bcopy/memcpy conflict by using private mem* routines. | Michael Shalayeff | |
changed generic pointer type to (void *) and, md5 is in libkern, since more than one component of the kernel uses it. what would be better place? well, imagine some lkm that uses md5 someday... | |||
1997-04-04 | add 'machine check' trap for Pentium and PPro cpus. | Michael Shalayeff | |
no special handler for it. i guess there will be rare cases when you receive it, and then you should repair your cpu, since it happens on internal cpu error. | |||
1997-04-04 | remove copy.s as it is in M.I. m68k files now | kstailey | |
1997-04-04 | Do not set DCR_SYNC for the C/Q[68]xx systems. | briggs | |
Thanks to Steve Brown <sbrown@best.com> for working with me to find this. | |||
1997-04-04 | changes required to get gcc with the new g77 0.5.20 compiled smoothly | Thomas Graichen | |
on OpenBSD | |||
1997-04-04 | sync g77 to version 0.5.20 - i hope i got everything right because there | Thomas Graichen | |
is no patch from 0.5.19 to 0.5.20 - so i did it by diffing two gcc trees looking carefully at the results what does the new g77 give us: * now it completely works on the alpha (64bit) * faster * less bugs :-) | |||
1997-04-04 | *** empty log message *** | Thomas Graichen | |
1997-04-04 | import of libU77 - part of sync to g77-0.5.20 | Thomas Graichen | |
1997-04-04 | blow away source routed sockets | Theo de Raadt | |
1997-04-04 | do source routing check correctly; this could use a test | Theo de Raadt | |
1997-04-04 | wtmp repairs; netbsd | Theo de Raadt | |
1997-04-04 | mention mr.tarkovskey | Michael Shalayeff | |
1997-04-04 | dump regs w/ NMI (int 2) | Michael Shalayeff | |
more debugging is on the way | |||
1997-04-04 | Fix NTOHS and HTONS macros. | Todd C. Miller | |
1997-04-04 | Define in_addr_t and in_port_t everywhere but use u_intXX_t for | Todd C. Miller | |
htonl and friends. | |||
1997-04-04 | we are a 4.4bsd-style system; correct pathnames | Theo de Raadt | |
1997-04-04 | add STRIPDISC line; kleink@netbsd.org | Theo de Raadt | |
1997-04-04 | s/STRIPIPDISC/STRIPDISC/; kleink@netbsd.org | Theo de Raadt | |
1997-04-03 | pretty | Theo de Raadt | |
1997-04-03 | Avoid confusion on running /etc/daily on daylight-savings change days. | gene | |
1997-04-03 | fix my last fix. warnx, not warn! | Michael Shalayeff | |
1997-04-03 | more about Gogol (; | Michael Shalayeff | |
1997-04-03 | tabify | kstailey | |
1997-04-03 | take 2 | kstailey | |
1997-04-03 | make it match what is in magdir/magic | kstailey | |
1997-04-03 | >Number: 3412 | kstailey | |
>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-03 | Quote CC in args to make | briggs | |
1997-04-03 | hokchar -> _hokchar, and make it non-static. Use it in getnetnamadr.c as | Jason Downs | |
well. | |||
1997-04-03 | another lookup[] loop accident | Theo de Raadt | |
1997-04-03 | Full implementation of lookups support, plus some bug fixes. Still no YP. | Jason Downs | |
1997-04-03 | an -> a; soil@quick.net | Theo de Raadt | |
1997-04-03 | From 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-03 | BUGS section no longer applies, the new resolver implements network | Jason Downs | |
lookups with DNS. | |||
1997-04-03 | use MATCH() | Theo de Raadt | |
1997-04-03 | if dns lookup fails, still honour _res.lookups[] | Theo de Raadt | |
1997-04-03 | ensure host_addr[] remains nicely aligned; pr#145, grr@shandakor.tharsis.com | Theo de Raadt | |
1997-04-03 | 10 X's for mktemp() and mkstemp(). | Todd C. Miller | |
1997-04-03 | PR#141 from David Leonard <d@occult.fnarg.net.au> with some small mods by | briggs | |
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-03 | a start a making getnetbyaddr() respect "lookup" keyword in resolv.conf | kstailey | |
1997-04-03 | add htonl() | kstailey | |
1997-04-03 | per wishes of deraadt add ufs to default fs's to search. | michaels | |
1997-04-03 | remove corrupted original tag | michaels | |
1997-04-02 | Use 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-02 | Add "-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-02 | Better implementation of buf_space_*_raw_multi_* that deals well | Niklas Hallqvist | |
with unaligned buffers | |||
1997-04-02 | Fix 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-02 | Restructured, as well as added a set of host-to-little/big-endian-16/32-bit | Niklas Hallqvist | |
utility macros (and their opposites), named like htole16 etc. |