summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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) i386...Michael Shalayeff
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
1999-01-03Use libc basename(3) and dirname(3) instead of defining our own. Also clean ...Todd C. Miller
1999-01-03back out last change, other parts of patch rely on basename() returning a ptr...Todd C. Miller
1999-01-03we have basename(3) and dirname(3) in libc (albeit with slightly different se...Todd C. Miller
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
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
1999-01-02Remove old spkr attachment. If you want a new spkr device do:Niklas Hallqvist
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; evanc@conc...Todd C. Miller
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 i...Theo de Raadt
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 an...Theo de Raadt
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
1998-12-31semantic change: prefer unshared intr, settle for level shared. this will sti...Theo de Raadt
1998-12-31keep 'perl -T -P' from dumping coreTodd C. Miller
1998-12-31STI graphicsMichael Shalayeff
1998-12-31make sure xl_tx_tail pointer gets updated; freebsdJason Wright
1998-12-31tl_tx_tail pointer was not always being updated correctly; freebsd.Jason Wright