Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-04 | implement __weak_alias macro in ECOFF case too | Niklas Hallqvist | |
1999-02-04 | Reflect reality | Niklas Hallqvist | |
1999-02-04 | Fix bit test; from netbsd. | Jason Wright | |
1999-02-04 | Deterministic register initalization on process startup | Niklas Hallqvist | |
1999-02-04 | correct attach printing for 4-port cards | Theo de Raadt | |
1999-02-04 | wrap noise in DIAGNOSTIC | Theo de Raadt | |
1999-02-04 | indent | Theo de Raadt | |
1999-02-04 | report on no udp checksum | Theo de Raadt | |
1999-02-04 | Code clean up, misc fixes | Jason Wright | |
1999-02-04 | deal with rts_* members being u_int32_ now; cmetz | Theo de Raadt | |
1999-02-04 | use u_int32_t and u_int64_t for stats variables, instead of quad/long | Theo de Raadt | |
1999-02-04 | u_int32_t for routing statistics variables | Theo de Raadt | |
1999-02-04 | ipv6 support for atm | Theo de Raadt | |
1999-02-03 | sync | Theo de Raadt | |
1999-02-03 | sync | Jason Downs | |
1999-02-03 | Creative Labs has some products... | Jason Downs | |
1999-02-02 | add struct mbuf | Michael Shalayeff | |
1999-02-01 | fix several typos | Michael Shalayeff | |
1999-02-01 | ignore GECKO | Michael Shalayeff | |
1999-02-01 | non-root users can mkfifo over NFS; mrg@netbsd.org | Todd C. Miller | |
1999-02-01 | Set fifo tresholds | Per Fogelstrom | |
1999-02-01 | New PCI arch, Galileo | Per Fogelstrom | |
1999-02-01 | Define another dynamic tag as well as allow for use by dynld compile | Per Fogelstrom | |
1999-02-01 | More general conditional for mips | Per Fogelstrom | |
1999-02-01 | modem signal fixups | Jason Wright | |
1999-02-01 | missed in spif driver addition; spotted by fries | Jason Wright | |
1999-02-01 | remove the correct KFREE | David Leonard | |
1999-02-01 | add support for spif & magma | Jason Wright | |
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 | 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 | 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 | remove multiple free | David Leonard | |
1999-01-28 | Remove unused vars. | Federico G. Schwindt | |
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-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-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 | mask one more debug printf out | Michael Shalayeff | |