summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-06-14attach CNU-680 to umsm(4)Felix Kronlage
2010-06-14regen after adding CNU-680Felix Kronlage
2010-06-14add usb device id for edvo device CNU-680Felix Kronlage
2010-06-14tidy this file up a bit. reorder a few comments,Thordur I. Bjornsson
2010-06-14remove the scsi_buf_* functions as these have beenThordur I. Bjornsson
2010-06-12add missing arg to a printf callJonathan Gray
2010-06-12Add missing arg to a printf call.Jonathan Gray
2010-06-11Restore an unusual XS_SENSE semantic that inadvertantly got lostKenneth R Westerback
2010-06-10Declare safepri at the MD level on each platform, so that the kern_synch.cTheo de Raadt
2010-06-10fix typos in comments: lineair -> linear.Thordur I. Bjornsson
2010-06-10the pagedaemon sleeps on uvm.pagedaemon notThordur I. Bjornsson
2010-06-10vscsi just works, as a proof the debug macro is wrong and was never used,Jonathan Armani
2010-06-09Remove the CRYPTO_ALGORITHM_ALL define, fixup accordinglyThordur I. Bjornsson
2010-06-09Do not set time 100 years in the future if the time read is beforeMiod Vallat
2010-06-09Move declaration of cn_tab from dev/cons.c to dev/cninit.c, or appropriateMiod Vallat
2010-06-09Wire up device nodes for disk mapper.Joel Sing
2010-06-09Teach FFS mounts about disklabel UIDs. This allows file systems to beJoel Sing
2010-06-09Fix the pop operation to make PHP work again. When popping the last labelClaudio Jeker
2010-06-09Move the prototype for uvm_wait() to uvm_extern.h and removeThordur I. Bjornsson
2010-06-08properly enable vscsi, fix incorrect majorTodd T. Fries
2010-06-08Introduce a diskmap pseudo device which allows userland to open a diskJoel Sing
2010-06-08Add missing function prototype.Joel Sing
2010-06-08in viac3_crypto_setup(), if we fail to get a crypto driverid,Thordur I. Bjornsson
2010-06-07Fix various problems of auich on SiS 7012 based chips:Alexandre Ratchov
2010-06-07Sync with GENERIC and SUN4.Miod Vallat
2010-06-07partial backout of 1.81 as invoking standby in shutdownJonathan Gray
2010-06-07Rework the way onboard devices attach on Sun 4/110 systems (which only have aMiod Vallat
2010-06-07Replace some handrolled instances of m_getptr() with that function, whichBret Lambert
2010-06-07Do not invoke cache_enable() if there is no cache; prevents a spurious (andMiod Vallat
2010-06-07Nuke old eeprom.h compatibility defines; ok todd@Miod Vallat
2010-06-07Proper range check in radeon_emit_packets(); ok oga@Miod Vallat
2010-06-07no need to include <sys/endian.h> twice!Damien Bergamini
2010-06-07tweak ieee80211_decap():Damien Bergamini
2010-06-07Break pxaudc into xscale and MD pieces so that palm and zaurus can correctlyDale Rahn
2010-06-07unfortunately classful routing isn't 100% dead, mostly thanks to ancientHenning Brauer
2010-06-07There is no reason to allow unicast IPv4 mapped IPv6 addresses in tcpClaudio Jeker
2010-06-07update url in comment; Nikolai FetissovStuart Henderson
2010-06-07space nit and use nitems().Thordur I. Bjornsson
2010-06-06- add more comments to sh3_vector_tlbmiss (no binary change).Jasper Lievisse Adriaanse
2010-06-06Use usb_lookup() instead of rolling our own. ok armani@ fabien@Miod Vallat
2010-06-06use .L* for local labels and other small cosmeticsJasper Lievisse Adriaanse
2010-06-06simething -> somethingMiod Vallat
2010-06-06Nuke common.Miod Vallat
2010-06-06Kill unused sio_intr_count.Miod Vallat
2010-06-06Avoid computing a symbol with arithmetic involving a common, modern binutilsMiod Vallat
2010-06-06typo in commentMiod Vallat
2010-06-05change sign extension such that we do not rely on >> being anDamien Bergamini
2010-06-05- fix athn_set_key() on big-endian machines (function is not used yet)Damien Bergamini
2010-06-05when rekeying the GTK/IGTK, send the new key to clients, not theDamien Bergamini
2010-06-05there is no need to copy the full 802.11 header in ieee80211_decap()Damien Bergamini