summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace manual list handling with a TAILQ.miod2013-10-201-35/+30
* Use a second inflate page for stream finalize, since it is possiblemlarkin2013-10-201-5/+7
* remove irrelevant commentderaadt2013-10-201-5/+1
* tedu noct(4). dmesglog shows no users of this device and the driver hasmlarkin2013-10-204-2417/+1
* catch up with elf(5)/stab(5) removal;jmc2013-10-202-11/+8
* Our IPv6 stack was scanning all extension headers for routing headerbluhm2013-10-192-198/+5
* LP64 non-PMAP_DIRECT archs like sparc64 have a structure largerguenther2013-10-192-16/+26
* Wandboard also is a supported board of this driver. Every i.MX6 basedpatrick2013-10-191-1/+3
* Improve the address and linkstate hooks and add an additional detachreyk2013-10-192-34/+64
* Now carp_set_addr() and carp_set_addr6() break out of the loop afterbluhm2013-10-191-15/+7
* Support the hibernate key (Fn-F12)deraadt2013-10-191-2/+8
* Enable TX checksum offload; from brad@ with input from mikeb@.naddy2013-10-191-14/+6
* in order to make our life a tad easier and prevent rogue accessesmikeb2013-10-191-6/+27
* remove confusing comments referencing the vaxderaadt2013-10-191-19/+6
* Uniformize drivers doing nothing with their multicast filters to makempi2013-10-199-164/+11
* Remove Unicode to ISO-8859-7 translation tables, they would only be used ifmiod2013-10-191-54/+5
* Remove never enabled WSCONS_SUPPORT_PCVTFONTS code.miod2013-10-191-147/+2
* forgot the cookiesreyk2013-10-191-1/+5
* Bring back the if_detachhook. We're going to have more users now.reyk2013-10-194-33/+29
* we dont fake VPD INQUIRY pages, so fail on requests for them.dlg2013-10-191-1/+7
* In an ideal world, we would use splsoftnet() for all the interfacereyk2013-10-191-6/+6
* When a multicast tunnel destination is configured, we have to detect addressreyk2013-10-191-24/+103
* When we attach an interface, do not try to reuse the last index tompi2013-10-191-23/+29
* simplify checksum handling. no need to compute the pseudo hdr cksumhenning2013-10-191-12/+3
* simplify: no need to muck with the pseudo hdr cksum any morehenning2013-10-191-16/+3
* pf_cksum doesn't need to compute the pseudo hdr cksum any more.henning2013-10-191-11/+1
* make in_proto_cksum_out not rely on the pseudo header checksum to behenning2013-10-194-42/+28
* Use daddr_t * instead of int * for the partoffp parameter tokrw2013-10-1914-50/+66
* When hooks are called, allow them to disestablish themselves by usingreyk2013-10-191-3/+3
* In carp_set_addr6() break out of the loop after the interface addressbluhm2013-10-191-3/+3
* Make uhub_explore() return an int rather than a usbd_satus. This hasmpi2013-10-192-9/+10
* UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulationmiod2013-10-1815-373/+1358
* Comment out cd* at scsibus? from installation media which lack CD9660 support.miod2013-10-182-4/+4
* In in_pcblookup() convert a hand crafted loop into a LIST_FOREACHbluhm2013-10-181-3/+2
* Make sure that, when a particular mapchar() can't find a proper glyph for themiod2013-10-184-10/+10
* I forget to enable edma when I import it.syl2013-10-181-1/+2
* Move mmc base address registers workaround where it belongs.syl2013-10-183-18/+10
* Remove an incorrect assert used in the real mode parking code formlarkin2013-10-181-2/+1
* Disable global page mappings before we start to unpack. This was likelymlarkin2013-10-182-2/+9
* the radeon suspend routine looks hairy, and feels like it should runderaadt2013-10-181-2/+4
* Add a conditional to disable most of the `abort state' code in the emulationmiod2013-10-182-2/+17
* Add a proper MANSUBDIR, to have manpages install in the proper directory.miod2013-10-181-1/+3
* Introduce a dedicated private header file to control the optional featuresmiod2013-10-186-63/+74
* At device attach, mark the device "shutdown", until the mountroot hookderaadt2013-10-182-2/+5
* Add configuration for MI libsa loadfile, to be used soon.miod2013-10-181-0/+47
* Abstract the fact that IPv4 muticast records are linked to thempi2013-10-184-14/+15
* Replace sc->sc_dev.dv_xname by DEVNAME macro that is defined insyl2013-10-181-21/+18
* ... and do not set up lance buffers at 3MB. Oh the irony.miod2013-10-172-4/+4
* Merge old netboot le(4) code into new boot, to allow for a kernel to be loadedmiod2013-10-1714-278/+33
* The header file netinet/in_var.h included netinet6/in6_var.h. Thisbluhm2013-10-1745-74/+87