summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-01-07do not special case ep0 at pci/eisa. ep* will be fine. We should notTheo de Raadt
2011-01-07Add socket option SO_SPLICE to splice together two TCP sockets.Alexander Bluhm
2011-01-07substantial rewrite. put a very thin mutex at the entropy-collectionTheo de Raadt
2011-01-07since randomwrite() also has no blocking operations at all, we need toTheo de Raadt
2011-01-07increase i386 maxdsiz to 2GB. comments from ariane deraadt kettenis.Ted Unangst
2011-01-07the midlayer uses -1 as a wildcard when processing requests for probes orDavid Gwynne
2011-01-07Detect wether a disk image is an ISO image and set the media type toMark Kettenis
2011-01-07Fix malloc(9) call with swapped type and flags arguments.Mark Kettenis
2011-01-06Add support for the vDisk 1.1 protocol. Improve Solaris vtoc/disklabelMark Kettenis
2011-01-06For very large operations in randomread(), use a local rc4 instanceTheo de Raadt
2011-01-06Remove dead links.Damien Bergamini
2011-01-06only athn at uhub (not pci or cardbus) needs firmloadDamien Bergamini
2011-01-06cleanup athn_usb_rx_frame().Damien Bergamini
2011-01-06implement fast channel change.Damien Bergamini
2011-01-06Solaris insists on getting the right sequence numbers in DRING_DATA messagesMark Kettenis
2011-01-06create STA entry for our BSS upon association.Damien Bergamini
2011-01-06init and destory the bufq in the ioctl handler, asThordur I. Bjornsson
2011-01-06make all /dev/*random nodes respond; in fact, don't even worry aboutTheo de Raadt
2011-01-06dst my point to memory inside rt so move the check up before theClaudio Jeker
2011-01-06Minor style nitClaudio Jeker
2011-01-06Put htons() around ip_randomid() for pf scrub random-id to make itAlexander Bluhm
2011-01-06Do not assign m->m_pkthdr.rdomain before m was allocated.Claudio Jeker
2011-01-06enable athn at uhubDamien Bergamini
2011-01-06"athn* at uhub? port ?"Damien Bergamini
2011-01-05Ignore MCFG tables with an empty bus range. Makes stu@'s amd64 machineMark Kettenis
2011-01-05Pass pmap_bootstrap() the memory range used by the PROM/BUG/firmware/whatever,Miod Vallat
2011-01-05Minor optimizations:Miod Vallat
2011-01-05Make copypage() and zeropage() per-cpu function pointers, and use aMiod Vallat
2011-01-05Now that pmap_copy_page() no longer needs to flush a couple contiguous tlbMiod Vallat
2011-01-05cosmetic, no binary change.Damien Bergamini
2011-01-05Remove mbuf ptr save dance in pf_test6(). It was a leftover withAlexander Bluhm
2011-01-05- remove unused headers wrapped in #if defined(DDB)Jasper Lievisse Adriaanse
2011-01-05cut vnd over to using bufq's again.Thordur I. Bjornsson
2011-01-05use __func__ where possible. shaves 4k and makes indentation much better.Federico G. Schwindt
2011-01-05remove debug codeTheo de Raadt
2011-01-05mark unused fields in struct rndstatsTheo de Raadt
2011-01-04Support machdep.lidsuspend support in apm(4) land, at least on thinkpadsTheo de Raadt
2011-01-04Add support for Memory Mapped Configuration space access. This gives usMark Kettenis
2011-01-04Use pmap_uncache_page() to alter cacheability of pages in bus_dmamem_map()Miod Vallat
2011-01-04Introduce pmap_uncache_page(), created from the guts of pmap_kenter_cache()Miod Vallat
2011-01-04It is actually possible to run CoolThreads servers with a graphics console,Mark Kettenis
2011-01-04in arc4_stir() only grab 64 bytes from the MD5 output. Grabbing moreTheo de Raadt
2011-01-04XVR-300 is boring. For starters it has a very dull looking OpenPROM logo.Mark Kettenis
2011-01-04- de-register. no binary change.Jasper Lievisse Adriaanse
2011-01-04in bpf_movein(), range-check mbuf size against MCLBYTES beforeTheo de Raadt
2011-01-03Remove the old COMPAT_23 SysV IPC structures and the never implementedPhilip Guenthe
2011-01-03remove sc->sc_kbcslot, as is always PCKBC_AUX_SLOTAlexandr Shadchin
2011-01-03remove unused fileAlexandr Shadchin
2011-01-03use host_flags directly as they're initialized during attach time.Federico G. Schwindt
2011-01-03Allow to change vlan options of existing vlan(4)/svlan(4) devices atReyk Floeter