summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-07-02sync w/ libcMichael Shalayeff
2000-07-02use ffs.cMichael Shalayeff
2000-07-02sync w/ libcMichael Shalayeff
2000-07-02add via vt6102 id; freebsd-gnatsJason Wright
2000-07-02syncJason Wright
2000-07-02add via vt6102 id; freebsd-gnatsJason Wright
2000-07-01syncAaron Campbell
2000-07-01Oops, forgot to commit these new device IDs last night.Aaron Campbell
2000-07-01- Make the 3CCFE575BT work.Aaron Campbell
2000-07-01correct struct name in commentPaul Janzen
2000-06-30Oops, put back this call to spltty(). When our timeout expires and we poll theAaron Campbell
2000-06-30suppress too noisy warning on forward-over-loopback case. from kameJun-ichiro itojun Hagino
2000-06-30warnx?/errx? paranoia (use "%s" not a bare string unless it is aTodd C. Miller
2000-06-30My previous two attempts at fixing the "scrolling region" problem were wrong.Aaron Campbell
2000-06-30Convert to new timeout API.Artur Grabowski
2000-06-30New timeout API.Artur Grabowski
2000-06-30.es kbd; from nbsdMichael Shalayeff
2000-06-30some more display types; from nbsdMichael Shalayeff
2000-06-30Driver for the cs4280 Crystal Clear audio found on some laptops.Artur Grabowski
2000-06-30Problem and fix found on OpenBSD, fix confirmed with NetBSD.Dale S. Rahn
2000-06-30Don't cast to int when checking if we have exceeded our rlimit in sbrk.Artur Grabowski
2000-06-30Remove redundant declaration of nfs_init.Artur Grabowski
2000-06-30Convert to use new timeout API.Artur Grabowski
2000-06-30Convert some parts to new timeouts.Artur Grabowski
2000-06-30Convert to new timeouts.Artur Grabowski
2000-06-29bcmp.S bye-bye; use generic bcmp.c version which is as good as this oneMichael Shalayeff
2000-06-29do not use <string.h> for _STANDALONEMichael Shalayeff
2000-06-29fix building bzero out of memset.c; from miod@Michael Shalayeff
2000-06-29in order to build bzero from memset KERNDIR has to be exported.Michael Shalayeff
2000-06-29do not use <string.h> for _STANDALONE, like othersMichael Shalayeff
2000-06-29after computing the hash value, inform the card [delete-o from when thisJason Wright
2000-06-29Allow USB to compile with USB_DEBUG defined; binkertn@umich.eduAaron Campbell
2000-06-29regenNiklas Hallqvist
2000-06-29Devices found in a Sony VAIO PCG/XG28Niklas Hallqvist
2000-06-29Be more detach friendly. In particular, remove the infinite while() loopsAaron Campbell
2000-06-29No need to call bpfdetach(), that's done in if_detach().Aaron Campbell
2000-06-29Enable UKCMiod Vallat
2000-06-29Sync adw files with (almost) latest NetBSD versions:Kenneth R Westerback
2000-06-28syncFederico G. Schwindt
2000-06-28sync with NetBSD v1.7Kenneth R Westerback
2000-06-28add creat64 and mmap64.Federico G. Schwindt
2000-06-28disable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but ...Kenneth R Westerback
2000-06-28enable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but s...Kenneth R Westerback
2000-06-28look in kbd.h to see whether we have configured a keyboardmjacob
2000-06-28make the kbd have a kbd.h file (needs-flag)mjacob
2000-06-28repair panic message; bugfix@163.netTheo de Raadt
2000-06-28Remove pointless variable. It is set to 0, then returned without modification.Todd C. Miller
2000-06-28Make suspend -> eject card -> resume work.Aaron Campbell
2000-06-28Don't call the drivers' xxx_activate() function directly -- use the systemAaron Campbell
2000-06-27Move ac97 register defines into ac97.hArtur Grabowski