Age | Commit message (Expand) | Author |
2000-06-30 | Convert some parts to new timeouts. | Artur Grabowski |
2000-06-30 | Convert to new timeouts. | Artur Grabowski |
2000-06-29 | bcmp.S bye-bye; use generic bcmp.c version which is as good as this one | Michael Shalayeff |
2000-06-29 | do not use <string.h> for _STANDALONE | Michael Shalayeff |
2000-06-29 | fix building bzero out of memset.c; from miod@ | Michael Shalayeff |
2000-06-29 | in order to build bzero from memset KERNDIR has to be exported. | Michael Shalayeff |
2000-06-29 | do not use <string.h> for _STANDALONE, like others | Michael Shalayeff |
2000-06-29 | after computing the hash value, inform the card [delete-o from when this | Jason Wright |
2000-06-29 | Allow USB to compile with USB_DEBUG defined; binkertn@umich.edu | Aaron Campbell |
2000-06-29 | regen | Niklas Hallqvist |
2000-06-29 | Devices found in a Sony VAIO PCG/XG28 | Niklas Hallqvist |
2000-06-29 | Be more detach friendly. In particular, remove the infinite while() loops | Aaron Campbell |
2000-06-29 | No need to call bpfdetach(), that's done in if_detach(). | Aaron Campbell |
2000-06-29 | Enable UKC | Miod Vallat |
2000-06-29 | Sync adw files with (almost) latest NetBSD versions: | Kenneth R Westerback |
2000-06-28 | sync | Federico G. Schwindt |
2000-06-28 | sync with NetBSD v1.7 | Kenneth R Westerback |
2000-06-28 | add creat64 and mmap64. | Federico G. Schwindt |
2000-06-28 | disable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but ... | Kenneth R Westerback |
2000-06-28 | enable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but s... | Kenneth R Westerback |
2000-06-28 | look in kbd.h to see whether we have configured a keyboard | mjacob |
2000-06-28 | make the kbd have a kbd.h file (needs-flag) | mjacob |
2000-06-28 | repair panic message; bugfix@163.net | Theo de Raadt |
2000-06-28 | Remove pointless variable. It is set to 0, then returned without modification. | Todd C. Miller |
2000-06-28 | Make suspend -> eject card -> resume work. | Aaron Campbell |
2000-06-28 | Don't call the drivers' xxx_activate() function directly -- use the system | Aaron Campbell |
2000-06-27 | Move ac97 register defines into ac97.h | Artur Grabowski |
2000-06-27 | Make this driver work. When I ported it from FreeBSD, somehow a line got left | Aaron Campbell |
2000-06-27 | Slight optimization of wakeup. | Artur Grabowski |
2000-06-26 | timeout is in seconds, not ticks. | Artur Grabowski |
2000-06-26 | New timeouts. | Artur Grabowski |
2000-06-26 | Instead of using an ugly hack with timeouts to wake up the process | Artur Grabowski |
2000-06-26 | Convert nfs_timer to new timeouts. | Artur Grabowski |
2000-06-26 | Make the check for !usermode in syscal a DIAGNOSTIC. | Artur Grabowski |
2000-06-26 | Make the definition of tcpstat in tcp_var.h extern. | Artur Grabowski |
2000-06-26 | Convert to new timeouts. | Artur Grabowski |
2000-06-26 | let svnd deal with sparse files, okay art@ deraadt@ | Niels Provos |
2000-06-26 | interface can be faked for cmd chips | Chris Cappuccio |
2000-06-26 | from NetBSD | Chris Cappuccio |
2000-06-26 | use new timeouts | Artur Grabowski |
2000-06-26 | Use new timeouts. | Artur Grabowski |
2000-06-26 | alpha was missing memset | Todd C. Miller |
2000-06-26 | Make the Linksys Combo PCMCIA EthernetCard (EC2T) work again; it was broken by | Aaron Campbell |
2000-06-26 | sync | Aaron Campbell |
2000-06-26 | Add a PCMCIA_CIS entry for the Linksys Combo PCMCIA EthernetCard EC2T. | Aaron Campbell |
2000-06-25 | disable automatic crashdump when swap encryption is on | Niels Provos |
2000-06-25 | Fix typo; ds@ds.primasoft.bg | Aaron Campbell |
2000-06-25 | vnd needs blowfish. Ok provos@ | Marc Espie |
2000-06-24 | sync | Federico G. Schwindt |
2000-06-24 | Implement getdents64, lstat64 and stat64, basically the same functions of | Federico G. Schwindt |