summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-02-04implement __weak_alias macro in ECOFF case tooNiklas Hallqvist
1999-02-04Reflect realityNiklas Hallqvist
1999-02-04Fix bit test; from netbsd.Jason Wright
1999-02-04Deterministic register initalization on process startupNiklas Hallqvist
1999-02-04correct attach printing for 4-port cardsTheo de Raadt
1999-02-04wrap noise in DIAGNOSTICTheo de Raadt
1999-02-04indentTheo de Raadt
1999-02-04report on no udp checksumTheo de Raadt
1999-02-04Code clean up, misc fixesJason Wright
1999-02-04deal with rts_* members being u_int32_ now; cmetzTheo de Raadt
1999-02-04use u_int32_t and u_int64_t for stats variables, instead of quad/longTheo de Raadt
1999-02-04u_int32_t for routing statistics variablesTheo de Raadt
1999-02-04ipv6 support for atmTheo de Raadt
1999-02-03syncTheo de Raadt
1999-02-03syncJason Downs
1999-02-03Creative Labs has some products...Jason Downs
1999-02-02add struct mbufMichael Shalayeff
1999-02-01fix several typosMichael Shalayeff
1999-02-01ignore GECKOMichael Shalayeff
1999-02-01non-root users can mkfifo over NFS; mrg@netbsd.orgTodd C. Miller
1999-02-01Set fifo tresholdsPer Fogelstrom
1999-02-01New PCI arch, GalileoPer Fogelstrom
1999-02-01Define another dynamic tag as well as allow for use by dynld compilePer Fogelstrom
1999-02-01More general conditional for mipsPer Fogelstrom
1999-02-01modem signal fixupsJason Wright
1999-02-01missed in spif driver addition; spotted by friesJason Wright
1999-02-01remove the correct KFREEDavid Leonard
1999-02-01add support for spif & magmaJason Wright
1999-02-01driver 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-31Typo in commentJason Wright
1999-01-31Fix 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-31Add support for Kingston KNE-PC2.Federico G. Schwindt
1999-01-30Sync with FreeBSDNiklas Hallqvist
1999-01-30A slew of manifest constants for pci configuration registers gotten from freebsdNiklas Hallqvist
1999-01-30update to latest freebsd code, fixes stalls during heavy trafficNiklas Hallqvist
1999-01-30Remove 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-30Make this build on architectures that define __NO_ISA_INTR_CHECK.imp
This is a hack, but so is __NO_ISA_INTR_CHECK.
1999-01-29remove multiple freeDavid Leonard
1999-01-28Remove unused vars.Federico G. Schwindt
1999-01-28Add 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-27fix NEWRENO behaviour, the newreo code assumed that the send socket buffer hasNiels 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-27reordered FIN segments caused early termination, bug introduced by ipv6 ↵Niklas Hallqvist
integration
1999-01-27Protect against multiple includes and regularize cpp symbols usedimp
1999-01-27Protect against multiple includes so that arc (and pmax too) make buildimp
works again.
1999-01-26change header protection define nameDavid Leonard
1999-01-26We need machine/cpu.h for the cpu_set_init_frame defNiklas Hallqvist
1999-01-26pmax is also mips basedimp
1999-01-26Arc is mips based, not m68k basedimp
1999-01-25call diskless kernel "bsd" so it would be loaded even we haveMichael 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-25mask one more debug printf outMichael Shalayeff