Age | Commit message (Expand) | Author |
1999-01-07 | indent | Theo de Raadt |
1999-01-07 | rename baddynamic() to in_baddynamic(), and export it | Theo de Raadt |
1999-01-07 | missed file | Theo de Raadt |
1999-01-07 | uint*_t types from new POSIX, ick, yuck, bletch; cmetz | Theo de Raadt |
1999-01-07 | EIPSEC (may change name later); cmetz | Theo de Raadt |
1999-01-07 | Take advantage of kernel printf %b | Jason Wright |
1999-01-07 | Delayed irq allocation for pcic, gives pccard devices better chance of getting | Niklas Hallqvist |
1999-01-06 | first few files of NRL ipv6. This NRL release was officially exported | Theo de Raadt |
1999-01-06 | relabel current for now | Theo de Raadt |
1999-01-06 | support lebuffer devices on sparc ramdisk | Theo de Raadt |
1999-01-06 | fix for "halt -p" and BIOS goes "no disk drives" | kstailey |
1999-01-05 | be extra careful to not divide by zero; more arches to come | Todd C. Miller |
1999-01-05 | make PID_MAX 65535: lots, but avoids problems with compat_* | Theo de Raadt |
1999-01-04 | sync | Theo de Raadt |
1999-01-04 | new modem | Theo de Raadt |
1999-01-04 | better cache handling in bus_space_barrier(), seem to work now | Michael Shalayeff |
1999-01-04 | high PID_MAX has side effects on udp, which are still being debugged | Theo de Raadt |
1999-01-04 | Don't isolate if NOISOLATE flag is set | Jason Wright |
1999-01-04 | o Switching from 10->100 needs a bit of extra bit fiddling | Jason Wright |
1999-01-04 | Make sure both phyid registers have bogus values before assuming | Jason Wright |
1999-01-03 | ie driver, needs MI part, which involves sparc testing and (most likely) i386... | Michael Shalayeff |
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 | provide pcmcia IO bus mapper with list of blocks where it should | Theo de Raadt |
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 | 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 | 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 | 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 | semantic change: prefer unshared intr, settle for level shared. this will sti... | Theo de Raadt |
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 |