Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-01 | driver for the 8 serial 1 parallel SUNW,spif board: | Jason Wright | |
o heavily based on magma driver o no support for the parallel port yet | |||
1999-01-31 | Typo in comment | Jason Wright | |
1999-01-31 | missed this in last update | Todd C. Miller | |
1999-01-31 | ncurses-4.2-990130 | Todd C. Miller | |
1999-01-31 | When adjusting units for -h mode, use the absolute value to check for | Todd C. Miller | |
kb, mega, giga, etc. Based on a change from kstailey@openbsd.org but fixed differently. | |||
1999-01-31 | Fix clobbers so that GENERIC may compile with egcs. | Marc Espie | |
Historically, the documentation of extended asm was lacking, namely you should NOT specify the same register as an input, and a clobber. If the register is clobbered, it should be specified as an output as well, e.g., by linking input and output through the "number" notation. (Beware of lvalues, some local variables needed...) In older versions, up-to egcs1.1.1, the compiler did not even warn about it, but it was liable to output bad code. Newer egcs are pickier and simply refuse to swallow such code. | |||
1999-01-31 | Mention the error when we fail to connect(). | brian | |
1999-01-31 | Add support for Kingston KNE-PC2. | Federico G. Schwindt | |
1999-01-30 | Sync with FreeBSD | Niklas Hallqvist | |
1999-01-30 | A slew of manifest constants for pci configuration registers gotten from freebsd | Niklas Hallqvist | |
1999-01-30 | update to latest freebsd code, fixes stalls during heavy traffic | Niklas Hallqvist | |
1999-01-30 | Remove various kludges I did to get rpc44 working. | imp | |
o Use #define for addresses on Deskstation rPC44 o Attempt to support X on rpc44, it appears to kinda work, but hangs sometimes. | |||
1999-01-30 | Make this build on architectures that define __NO_ISA_INTR_CHECK. | imp | |
This is a hack, but so is __NO_ISA_INTR_CHECK. | |||
1999-01-29 | major changes: security, curses, config | David Leonard | |
1999-01-29 | tzcode1999a from ftp://elsie.nci.nih.gov/pub - merge with libc_r stuff | David Leonard | |
1999-01-29 | tzcode1999a from ftp://elsie.nci.nih.gov/pub | David Leonard | |
1999-01-29 | remove multiple free | David Leonard | |
1999-01-28 | Ensure i386 or m68k is defined (posixly-correct gcc will only define | Marc Espie | |
__i386 or __m68k) | |||
1999-01-28 | namespaces: unix --> __unix__ | Marc Espie | |
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 | |