Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-28 | Remove unused vars. | Federico G. Schwindt | |
1999-01-28 | Preliminary version for PIC support. Builds and runs standard and profiled | Dale S. Rahn | |
just fine. pic version has been compiled, but without a ld.so has not been tested. Needs binutils 2.9.1 or later to build pic version. | |||
1999-01-28 | update for binutils 2.9.1, whenever it might show up... The changes | Dale S. Rahn | |
are cleanup that would not work correctly with the newer version. works fine with the current (old) version of gas/ld. ALSO: Found a very long outstanding bug on the powerpc port. whenever nroff was run, say during a build, it would complain about memory being freed twice. Found the cause of this was that *roff which is written in C++ was using globals that had constructors/destructors and due to a bug in the crt code, the destructors were getting called when a program exited via falling out of the main loop. calling exit directly would not exersize the bug that ran the destructors twice. THIS BUG IS NOW FIXED. | |||
1999-01-28 | Add support for: | Federico G. Schwindt | |
- 3COM 3CXEM556 (Ethernet/Modem) - SVEC Combo and Lancard - Corega PCC-T Add pcmcia_check_cis_quirks to fix some cards whose CIS flat-out lies. Add more products to pcmciadevs. Correctly read 1 controller if CL-PD6729. Remove some unused vars. | |||
1999-01-27 | fix NEWRENO behaviour, the newreo code assumed that the send socket buffer has | Niels Provos | |
already been cleared of the acked data, though it was called before any sbdrop() call and always called tcp_output() with 0 index in the send socket buffer and thus causing data corruption. so do not set snd_una to th_ack. | |||
1999-01-27 | reordered FIN segments caused early termination, bug introduced by ipv6 ↵ | Niklas Hallqvist | |
integration | |||
1999-01-27 | Protect against multiple includes and regularize cpp symbols used | imp | |
1999-01-27 | Protect against multiple includes so that arc (and pmax too) make build | imp | |
works again. | |||
1999-01-27 | tzdata1999a from ftp://elsie.nci.nih.gov/pub | David Leonard | |
1999-01-27 | Fix confusing typo | Marc Espie | |
1999-01-26 | change header protection define name | David Leonard | |
1999-01-26 | We need machine/cpu.h for the cpu_set_init_frame def | Niklas Hallqvist | |
1999-01-26 | pmax is also mips based | imp | |
1999-01-26 | Arc is mips based, not m68k based | imp | |
1999-01-26 | Redefine datatypes... | Per Fogelstrom | |
1999-01-26 | Add a -b(ackup) flag to move any existing file(s) aside by renaming | Todd C. Miller | |
them to file.old instead of simply deleting them. A different backup suffix may be chosen with the -B option's argument. hubertf@netbsd.org | |||
1999-01-25 | call diskless kernel "bsd" so it would be loaded even we have | Michael Shalayeff | |
problems w/ kbd on PDC console device. remove neva-gonna-b-there stuff from conf.c some improvements to srt0.S code, use constants defined in machine/ files. | |||
1999-01-25 | C++ exception handling fix: non elf targets have to be explicit | Marc Espie | |
about dwarf2 unwind information. | |||
1999-01-25 | mask one more debug printf out | Michael Shalayeff | |
1999-01-25 | shut up gcc | Michael Shalayeff | |
1999-01-25 | fix a real bad bug, which consists of return value from | Michael Shalayeff | |
read() /* oread() */ not being checked for errors/eof or not checked for error value (-1), which would result in bad kernels loaded, i/o errors not reported and such. | |||
1999-01-25 | Don't SEGV when ``set proctitle'' is used in the default | brian | |
section. Submitted by: Dan Lukes <dan@obluda.cz> | |||
1999-01-25 | Update CPP_SPEC. | Jason Downs | |
1999-01-24 | disable hunt until all its security problems have been fixed | David Leonard | |
1999-01-24 | ncurses-4.2-990123 | Todd C. Miller | |
1999-01-24 | updates from ncurses-4.2-990123 | Todd C. Miller | |
1999-01-24 | updates from ncurses-4.2-990123 | Todd C. Miller | |
1999-01-24 | ACS_BLCORNER and ACS_BRCORNER should be ACS_LLCORNER and ACS_LRCORNER ↵ | Todd C. Miller | |
respectively; bvdpoel@kootenay.com | |||
1999-01-24 | Clean up mess instead of applying band-aids. | Marc Espie | |
1999-01-24 | make depend stuff in cross-*. | Niklas Hallqvist | |
Also build the kerberos libs for the cross environment | |||
1999-01-24 | pass SUDO to make build in kerberosIV. From: jakob@crt.se | Artur Grabowski | |
1999-01-24 | The E801 probe has several problems. Disable for now. | Niklas Hallqvist | |
1999-01-24 | remove unneeded pio.h inclusion | Michael Shalayeff | |
1999-01-24 | applied s/then/than/ from krw@tcn.net; even better grammar now | Michael Shalayeff | |
1999-01-24 | This is a new version of the config for mipsle which uses the common | Per Fogelstrom | |
openbsd config. It is belived to work correctly (tested on gcc itself, kernels, and other stuff in the tree). News in this config is support for section ans weak attributes. Based on discussions with Marc Espie. | |||
1999-01-24 | -q was not in usage() | Bruno Rohee | |
1999-01-24 | Whomever thinks that a 'make clean' should do a 'make all' first shall be | Jason Downs | |
cursed to do builds on a 68020 for the rest of their life! | |||
1999-01-24 | pass all install macros to configure; Kenneth R Westerback <krw@tcn.net> | Marco S Hyman | |
1999-01-23 | Fixes to update to that the powerpc port builds again. | Dale S. Rahn | |
These change were necessary due to the following changes: The change/import of the "generic" isa/pcppi driver. The powerpc port currently has it's own copy of that driver. The two versions need to be merged. The parameter changes to cpu_set_kpc. The powerpc change was not quite correct. | |||
1999-01-23 | add HISTORY section | Todd C. Miller | |
1999-01-23 | make _nc_read_file_entry() look in terminfo.db too. Makes the -A and -B ↵ | Todd C. Miller | |
flags of infocmp more useful. | |||
1999-01-23 | OSREV/OSrev | Todd T. Fries | |
1999-01-23 | OSREV/OSrev | Todd T. Fries | |
1999-01-23 | kill #pragma pack. | Marc Espie | |
1999-01-23 | Kill svr4 #pragma pack. | Marc Espie | |
1999-01-23 | replace #pragma pack -> attribute((packed)) | Marc Espie | |
1999-01-23 | - make sure PIC patch is properly tagged, eg., code compiles without -DPIC | Marc Espie | |
(i386 only). - name _GLOBAL_OFFSET_TABLE_ - identify kludge that translates _GLOBAL_OFFSET_TABLE_ -> __GLOBAL_OFFSET_TABLE_ - remove kludge, since ld handles it now. | |||
1999-01-23 | Merge _GLOBAL_OFFSET_TABLE_ and __GLOBAL_OFFSET_TABLE_ at | Marc Espie | |
linking time, so that we can remove the corresponding kludge from gas. | |||
1999-01-22 | I'm stupid. Fix a panic when not DIAGNOSTIC. | Artur Grabowski | |
1999-01-22 | typo | Artur Grabowski | |