summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
1999-09-27GlueMarc Espie
1999-09-27The device-streams tools, including binaries in uu.gz format.Marc Espie
1999-09-27syncTheo de Raadt
1999-09-27another ne2000; marco@tecnogi.comTheo de Raadt
1999-09-27Made loader load at 0x3f0000Steve Murphree
1999-09-27Addition of 32bit if_ieSteve Murphree
1999-09-27Fix a display nit in scrollback code.Aaron Campbell
1999-09-27Sync with FreeBSD. Fix totally broken axrxeof() function.Aaron Campbell
1999-09-26the mbuf copy was still being modified; now totally correct that.Theo de Raadt
1999-09-26- OpenBSDify; remove #ifdef's and statics.Aaron Campbell
- Uncomment a splimp();
1999-09-26More installboot related stuff.Steve Murphree
1999-09-26This fixes installboot.Steve Murphree
1999-09-26add exphy on alpha tooJason Wright
1999-09-26add exphyJason Wright
1999-09-26This needed to be there...Steve Murphree
1999-09-26match if parent is 'xl'Jason Wright
1999-09-26use dev/mii for appropriate cardsJason Wright
1999-09-26netbsd_sendsig() + supporting codekstailey
1999-09-26s/memcpy/bcopy/kstailey
1999-09-26netbsd_sendsig() + supporting codekstailey
1999-09-26openbsd-ify: remove staticsJason Wright
merge with freebsd: clean up buffer allocation fix call to m_adj() in ti_newbuf_jumbo() align on i386 & alpha make sure mbufs have sane values upgrade to latest firmware: 12.3.15
1999-09-25syncTheo de Raadt
1999-09-25amd 751 chipsetTheo de Raadt
1999-09-25alpha-specific part of ross@netbsd's NetBSD scheduler fix.Paul Janzen
1999-09-25clean upkstailey
1999-09-25STACKGAPLEN of 400 for COMPAT_NETBSD too--trampoline preservativekstailey
1999-09-25line not neededTheo de Raadt
1999-09-25syncJason Wright
1999-09-25SysKonnect 984xJason Wright
1999-09-25sorry, but the last two changes completely broke disklabel spoofing, which ↵Theo de Raadt
we need for the release
1999-09-25byeTheo de Raadt
1999-09-24Fix a bug that was causing timeouts every time an ATAPI device was reset.Constantine Sapuntzakis
1999-09-23move towards 2.6-betaTheo de Raadt
1999-09-23fix same-interface-out-as-in and packet gets corrupted bug noted byTheo de Raadt
james@oaktree.co.uk by re-working icmp embedded-packet code so that ip_forward() m_copy()-aliased packet can be forwarded to ip_output and icmp_error() safely, because no packet tweaking is needed before calling icmp_error()
1999-09-23Typo fixes.Alex Feldman
1999-09-22syncTheo de Raadt
1999-09-222940UWPro supportTheo de Raadt
1999-09-22Don't worry, be a happy gccMarc Espie
1999-09-22pipe_stat()kstailey
1999-09-21regenkstailey
1999-09-21some COMPATs not seen on alphakstailey
1999-09-21pctr & ksymskstailey
1999-09-21Add get_portnum_by_name to ac97 vtbl.Constantine Sapuntzakis
get_portnum_by_name returns the mixer port # given a (class, device, qualifier) tuple.
1999-09-21Bug in the disklabel calculations fixed. Offsets were calculated inConstantine Sapuntzakis
terms of 512-unit sectors, yet the disklabel said that the sector size was 2048. Enabled code that tries to read disklabel from first data track. I guess this will be useful for those combination music/BSD install cds.
1999-09-21For some reason unbeknownst to me, the old acd driver had a more advancedConstantine Sapuntzakis
disklabel logic than the cd driver. This patch integrates that logic into the SCSI cd driver. Bug fixed - we no longer try to read disklabels off of audio CDs. No more SCSI errors when you hit play the first time on an audio CD.
1999-09-21Whoops, forgot to adjust a comparison when fixing the off-by-one error.Aaron Campbell
1999-09-20fix for new frame.hMichael Shalayeff
1999-09-20fix uvm_pagealloc() callMichael Shalayeff
1999-09-20fix after frame.h changesMichael Shalayeff
1999-09-20kvm is larger; crank NMBCLUSTERS and NKMEMCLUSTERSTheo de Raadt