Age | Commit message (Expand) | Author |
1999-01-04 | clean up: remove the correct devices before trying to create them | Jason Wright |
1999-01-04 | use pid_t | Theo de Raadt |
1999-01-04 | namedb files go in /var/named/named | Todd C. Miller |
1999-01-03 | ie driver, needs MI part, which involves sparc testing and (most likely) i386... | Michael Shalayeff |
1999-01-03 | sync | Theo de Raadt |
1999-01-03 | fix uncompilable | Michael Shalayeff |
1999-01-03 | use int8_t, not char in c++ case for consistency and fix indentation | Todd C. Miller |
1999-01-03 | implement bus_space_{un,}map w/ extents | Michael Shalayeff |
1999-01-03 | print addresses using inet_ntoa ( ) | Theo de Raadt |
1999-01-03 | fix overflow; bde | Theo de Raadt |
1999-01-03 | provide pcmcia IO bus mapper with list of blocks where it should | Theo de Raadt |
1999-01-03 | Use libc basename(3) and dirname(3) instead of defining our own. Also clean ... | Todd C. Miller |
1999-01-03 | back out last change, other parts of patch rely on basename() returning a ptr... | Todd C. Miller |
1999-01-03 | we have basename(3) and dirname(3) in libc (albeit with slightly different se... | Todd C. Miller |
1999-01-03 | add pmap_changebit(); fix pmap_enter() so it handles mapping's PA changes | Michael Shalayeff |
1999-01-02 | unused var | Niklas Hallqvist |
1999-01-02 | I messed up the PNP attachment | Niklas Hallqvist |
1999-01-02 | indent | Theo de Raadt |
1999-01-02 | Fix possible free() of uninitialized pointer. | Tobias Weingartner |
1999-01-02 | Clean up some -Wall stuff, and a potential problem if TM_TIME_BASE was not | Tobias Weingartner |
1999-01-02 | Forgotten file in the midi commit | Niklas Hallqvist |
1999-01-02 | Remove unnecessary extern | Niklas Hallqvist |
1999-01-02 | OpenBSDify | Niklas Hallqvist |
1999-01-02 | 1999 | Theo de Raadt |
1999-01-02 | sysbeep + com->pccom | Niklas Hallqvist |
1999-01-02 | Argh forgot the pcppi and sysbeep devices: If you want sysbeeps in your /bsd: | Niklas Hallqvist |
1999-01-02 | Remove old spkr attachment. If you want a new spkr device do: | Niklas Hallqvist |
1999-01-02 | Midi & sequencer support from NetBSD, mostly by Lennart Augustsson | Niklas Hallqvist |
1999-01-01 | MIDI file player | Niklas Hallqvist |
1999-01-01 | Create midi and sequencer devices | Niklas Hallqvist |
1999-01-01 | sendmail 8.9.2 | Todd C. Miller |
1999-01-01 | typo | Todd C. Miller |
1999-01-01 | some traps, hehe | Michael Shalayeff |
1999-01-01 | mirror OSF1 solution for ip_opts[] within struct called ip_opts; dm@, pr#681 | Theo de Raadt |
1999-01-01 | Don't print irq twice if it's defined in the config-file. | Federico G. Schwindt |
1998-12-31 | Add ${PIPE} in sys.mk so we do no need to add all over the places; evanc@conc... | Todd C. Miller |
1998-12-31 | Add ${PIPE}; evanc@concer.to | Todd C. Miller |
1998-12-31 | Fix broken htdocs/manual install that was missing files. | Bob Beck |
1998-12-31 | one last fix for byte order. now all architectures return the same correct i... | Theo de Raadt |
1998-12-31 | look at that, correct nested ip checksums... | Theo de Raadt |
1998-12-31 | XXX marker for where nested ip ip_sum should be re-build (but it is not in an... | Theo de Raadt |
1998-12-31 | Don't panic if the pcic irq is defined in the config-file. | Federico G. Schwindt |
1998-12-31 | icmp_error() is now getting packets which are completely in network byte order | Theo de Raadt |
1998-12-31 | mangle uh_sum as before, but recover it for icmp errors | Theo de Raadt |
1998-12-31 | typo; jon@oaktree.co.uk | Theo de Raadt |
1998-12-31 | semantic change: prefer unshared intr, settle for level shared. this will sti... | Theo de Raadt |
1998-12-31 | keep 'perl -T -P' from dumping core | Todd C. Miller |
1998-12-31 | STI graphics | Michael Shalayeff |
1998-12-31 | make sure xl_tx_tail pointer gets updated; freebsd | Jason Wright |
1998-12-31 | tl_tx_tail pointer was not always being updated correctly; freebsd. | Jason Wright |