summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-01-04ssl lib test scripts. Need to be tested so as not to break build processBob Beck
before this libssl dir is added to the upper level Makefile.
1999-01-04spellingArtur Grabowski
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-04clean up: remove the correct devices before trying to create themJason Wright
1999-01-04use pid_tTheo de Raadt
1999-01-04namedb files go in /var/named/namedTodd C. Miller
1999-01-03ie driver, needs MI part, which involves sparc testing and (most likely) ↵Michael Shalayeff
i386 rewrite hehe (;
1999-01-03syncTheo de Raadt
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-03fix overflow; bdeTheo 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-03Use libc basename(3) and dirname(3) instead of defining our own. Also clean ↵Todd C. Miller
up some nasty assumptions that basename() returns a pointer that lies within its argument
1999-01-03back out last change, other parts of patch rely on basename() returning a ↵Todd C. Miller
ptr to a part of name, not a new string
1999-01-03we have basename(3) and dirname(3) in libc (albeit with slightly different ↵Todd C. Miller
semantics
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-02indentTheo de Raadt
1999-01-02Fix possible free() of uninitialized pointer.Tobias Weingartner
1999-01-02Clean up some -Wall stuff, and a potential problem if TM_TIME_BASE was notTobias Weingartner
1900.
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-01MIDI file playerNiklas Hallqvist
1999-01-01Create midi and sequencer devicesNiklas Hallqvist
1999-01-01sendmail 8.9.2Todd C. Miller
1999-01-01typoTodd C. Miller
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-31Add ${PIPE} in sys.mk so we do no need to add all over the places; ↵Todd C. Miller
evanc@concer.to
1998-12-31Add ${PIPE}; evanc@concer.toTodd C. Miller
1998-12-31 Fix broken htdocs/manual install that was missing files.Bob Beck
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
1998-12-31Don't panic if the pcic irq is defined in the config-file.Federico G. Schwindt
1998-12-31icmp_error() is now getting packets which are completely in network byte orderTheo de Raadt
1998-12-31mangle uh_sum as before, but recover it for icmp errorsTheo de Raadt
1998-12-31typo; jon@oaktree.co.ukTheo de Raadt