summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-01-07add ipv6 transition related ICMP errorsTheo de Raadt
1999-01-07indentTheo de Raadt
1999-01-07ipv6 ethertypeTheo de Raadt
1999-01-07Die, NEWCONFIGNiklas Hallqvist
1999-01-07update for ipv6Theo de Raadt
1999-01-07in_pcblookup() now takes ptr to both ip address argumentsTheo de Raadt
1999-01-07fix IFAFREE() to be safe for if/else nestingTheo de Raadt
1999-01-07indentTheo de Raadt
1999-01-07rename baddynamic() to in_baddynamic(), and export itTheo de Raadt
1999-01-07missed fileTheo de Raadt
1999-01-07uint*_t types from new POSIX, ick, yuck, bletch; cmetzTheo de Raadt
1999-01-07EIPSEC (may change name later); cmetzTheo de Raadt
1999-01-07Take advantage of kernel printf %bJason Wright
1999-01-07Delayed irq allocation for pcic, gives pccard devices better chance of gettingNiklas Hallqvist
working interrupts on laptops where some are not wired to the pccard controller
1999-01-06first few files of NRL ipv6. This NRL release was officially exportedTheo de Raadt
to me by US DOD officials, with the crypto already removed.
1999-01-06relabel current for nowTheo de Raadt
1999-01-06support lebuffer devices on sparc ramdiskTheo de Raadt
1999-01-06fix for "halt -p" and BIOS goes "no disk drives"kstailey
1999-01-05be extra careful to not divide by zero; more arches to comeTodd C. Miller
1999-01-05make PID_MAX 65535: lots, but avoids problems with compat_*Theo de Raadt
1999-01-04syncTheo de Raadt
1999-01-04new modemTheo de Raadt
1999-01-04better cache handling in bus_space_barrier(), seem to work nowMichael Shalayeff
1999-01-04high PID_MAX has side effects on udp, which are still being debuggedTheo de Raadt
1999-01-04Don't isolate if NOISOLATE flag is setJason Wright
1999-01-04o Switching from 10->100 needs a bit of extra bit fiddlingJason Wright
(isolate -> switch bmcr -> unisolate) o Switching from 10->auto needs a reset o hme doesn't advertise everything it supports, so during reset, set the ANAR according to the supported media in BMSR.
1999-01-04Make sure both phyid registers have bogus values before assumingJason Wright
it's a phy with no phyid.
1999-01-03ie driver, needs MI part, which involves sparc testing and (most likely) ↵Michael Shalayeff
i386 rewrite hehe (;
1999-01-03fix uncompilableMichael Shalayeff
1999-01-03use int8_t, not char in c++ case for consistency and fix indentationTodd C. Miller
1999-01-03implement bus_space_{un,}map w/ extentsMichael Shalayeff
1999-01-03print addresses using inet_ntoa ( )Theo de Raadt
1999-01-03provide pcmcia IO bus mapper with list of blocks where it shouldTheo de Raadt
preferentially map; idea by me, code by niklas
1999-01-03add pmap_changebit(); fix pmap_enter() so it handles mapping's PA changesMichael Shalayeff
1999-01-02unused varNiklas Hallqvist
1999-01-02I messed up the PNP attachmentNiklas Hallqvist
1999-01-02Forgotten file in the midi commitNiklas Hallqvist
1999-01-02Remove unnecessary externNiklas Hallqvist
1999-01-02OpenBSDifyNiklas Hallqvist
1999-01-021999Theo de Raadt
1999-01-02sysbeep + com->pccomNiklas Hallqvist
1999-01-02Argh forgot the pcppi and sysbeep devices: If you want sysbeeps in your /bsd:Niklas Hallqvist
pcppi0 at isa? sysbeep0 at pcppi?
1999-01-02Remove old spkr attachment. If you want a new spkr device do:Niklas Hallqvist
pcppi0 at isa? spkr0 at pcppi?
1999-01-02Midi & sequencer support from NetBSD, mostly by Lennart AugustssonNiklas Hallqvist
1999-01-01some traps, heheMichael Shalayeff
1999-01-01mirror OSF1 solution for ip_opts[] within struct called ip_opts; dm@, pr#681Theo de Raadt
1999-01-01Don't print irq twice if it's defined in the config-file.Federico G. Schwindt
1998-12-31one last fix for byte order. now all architectures return the same correct ↵Theo de Raadt
icmp packets
1998-12-31look at that, correct nested ip checksums...Theo de Raadt
1998-12-31XXX marker for where nested ip ip_sum should be re-build (but it is not in ↵Theo de Raadt
an mbuf, grr