summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2000-07-03Current ahc requires the bus_dma API, which alpha does not provideNiklas Hallqvist
2000-07-03export SYSCALLGATEMichael Shalayeff
2000-07-03add luseless commentMichael Shalayeff
2000-07-03Make nat_ifdetach() actually work; beck@ okAaron Campbell
2000-07-03From NetBSD:Aaron Campbell
2000-07-02Remove NFSCLIENT for consistency with other RAMDISK kernels.Todd C. Miller
2000-07-02Recognize and support 16 partition disklabels (taken from sparc port)Miod Vallat
2000-07-02Silence annoying warnings when using type 4 or 5 keyboards on sun3Miod Vallat
2000-07-02drop packet to tentative/duplicated interface address earlier. sync w/kameJun-ichiro itojun Hagino
2000-07-02MSG_COMPAT is needed for COMPAT_BSDOS too.Federico G. Schwindt
2000-07-02yes, it will; forgot, oops, ouchMichael Shalayeff
2000-07-02constraints misscount; that's how it goes typing on the trainMichael Shalayeff
2000-07-02no bays for stingerMichael Shalayeff
2000-07-02knf; ouch, that hurtsMichael Shalayeff
2000-07-02new kvtop through lpa; also put some spu/sfu bits in cpu.hMichael Shalayeff
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