summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-12-04remove code that is now unused because of the move to net80211 and theDavid Gwynne
2004-12-04clean up the tx pathDavid Gwynne
2004-12-04- reorder interrupt handlersDamien Bergamini
2004-12-04minor cleaningDamien Bergamini
2004-12-04fix shared authenticationDamien Bergamini
2004-12-04Clean DMA allocation of Tx and Rx ringsDamien Bergamini
2004-12-04use C comments.Markus Friedl
2004-12-04clean up the rx pathDavid Gwynne
2004-12-04disable the state machine in atu in favour of the net80211 framework. lots ofDavid Gwynne
2004-12-04Add kernel code to keep track of tcp connections which have completedRyan Thomas McBride
2004-12-04add /etc/dhcpd.conf to FILES;Jason McIntyre
2004-12-03do not use one struct timeout for the if congestion stuff, but embedHenning Brauer
2004-12-03URL of data sheet has changed.Jonathan Gray
2004-12-03Don't need to set ifp->if_mtu as ether_ifattach does this for us.Jonathan Gray
2004-12-03Always attach intvid even if the monitor sense code seems wrong; this isMiod Vallat
2004-12-03Kill mac68k *SBC kernels. Instead, build kernels with both sbc scsi flavoursMiod Vallat
2004-12-03zlib-1.21 here tooDamien Miller
2004-12-02move IPL setup to intr.cMartin Reindl
2004-12-02option DISABLE_EXT_CACHE is not used anymore.Miod Vallat
2004-12-02We do not support 2MB machines, so don't bother taking them into accountMiod Vallat
2004-12-02Make BUFCACHEPERCENT adjustable through UKC, like all other arches do.Miod Vallat
2004-12-02Oops, repair *SBC kernels.Miod Vallat
2004-12-02Add pci_decompose_tag() for sparc64.Brad Smith
2004-12-02rev 1.126Brad Smith
2004-12-02rev 1.4Brad Smith
2004-12-02enable vge(4) and ciphy(4); ok deraadtPeter Valchev
2004-12-01replace finer-grained spl locking in pfioctl() with a single broad lockDaniel Hartmeier
2004-12-01Much, much, much less stack pressure when reading a disklabel.Miod Vallat
2004-12-01Do not store preciouss data below the kernel stack, or they risk becomingMiod Vallat
2004-12-01No more splnone alias for spl0.Miod Vallat
2004-12-01Sync core dumping code with other m68k platforms.Miod Vallat
2004-12-01Let kernels with option DEBUG link again.Miod Vallat
2004-12-015 -> FC_SUPERDMiod Vallat
2004-12-01Remove unexpected (and wrong) easter egg.Miod Vallat
2004-12-01remove excessive chattiness from the bootblocks. our goal is to shrinkTheo de Raadt
2004-12-01Remove unused constants.Miod Vallat
2004-12-01VIA VT612x PCI Gigabit Ethernet adapter support, ok deraadtPeter Valchev
2004-12-01syncPeter Valchev
2004-12-01Driver for the Cicada CS8201 10/100/1000 copper PHYPeter Valchev
2004-11-30EB is just like DB does not set PCR; reported and tested by Jan Johansson <ja...Michael Shalayeff
2004-11-30add hppa64 hookMichael Shalayeff
2004-11-30Make Sun type 6 USB keyboards return extended keycodes for 'L' keysMatthieu Herrb
2004-11-30No longer require write permission for read-only SCSI commandsKenneth R Westerback
2004-11-30Move the struct wsscreen_descr from a per-driver global to a per-instanceMiod Vallat
2004-11-30kill breada(), from Sven Dehmlow. ok tedu@ millert@Pedro Martelletto
2004-11-30missing $OpenBSDMarkus Friedl
2004-11-30repair DEBUG kernelsMartin Reindl
2004-11-30provide a more accurate assembly delay() routineMartin Reindl
2004-11-30Use %s, not %d to print the interface name. From Max Laier.Ryan Thomas McBride
2004-11-29ansi + some knf, no binary changeHans-Joerg Hoexer