summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove licence clauses 3 & 4thompsa2006-10-011-5/+0
* Readd rev. 1.145 because of vfs bugs and races near revoke(). Until theymbr2006-09-301-4/+14
* A better fix is to check if it is a host route.jhay2006-09-301-1/+1
* Respect style.Makefile(5).netchild2006-09-303-12/+15
* Add snd_envy24ht and remove the snd_ak4* module.netchild2006-09-301-1/+2
* Add spicds, envy24ht and remove ak4*.netchild2006-09-302-4/+7
* Add the envy24ht driver to the build.netchild2006-09-302-2/+10
* Driver for Envy24HT (ICE1724 or VT1724)-based cards likenetchild2006-09-302-1186/+889
* Remove the ak452x code, superseeded by spicds.netchild2006-09-302-338/+0
* Remove the ak452x module.netchild2006-09-301-8/+0
* Disconnect ak452x from the build, it is not needed anymore.netchild2006-09-301-1/+1
* We don't need the ISA interface.netchild2006-09-301-1/+1
* - fix memory leak, when "number of adcs" != "number of dacs"netchild2006-09-301-24/+17
* Add the spicds module to the build.netchild2006-09-302-1/+9
* After repo copy from ak452x.[ch]: SPIcds is the I2S SPI audio codec codenetchild2006-09-302-72/+192
* Remove duplicated $FreeBSD$.pjd2006-09-301-1/+0
* My previous commit broke "route add -inet6 <network_addr> -interface gif0".jhay2006-09-301-1/+2
* Don't use data after free.netchild2006-09-301-1/+4
* Remove the no longer relevant or correct bootinfo sysctls.phk2006-09-302-6/+0
* One more white space fix.pjd2006-09-301-1/+1
* Remove trailing spaces.pjd2006-09-305-7/+7
* Any call of tty_close() with a tty refcount of <= 1 is wrong and we willmbr2006-09-301-6/+9
* Remove trailing spaces.pjd2006-09-301-16/+16
* Nuke OSSV4_EXPERIMENT ifdefs from kludgy MIXER_SIZE definitionariff2006-09-301-4/+0
* The addition of few more 32bit integer into struct snd_mixer causingariff2006-09-301-2/+2
* Back out rev. 1.152 as it was breaking vlan tag insertion when vlan tagandre2006-09-291-0/+39
* Fix WARNS=2 warnings.ru2006-09-291-0/+2
* Fix most of the WARNS=2 warnings.ru2006-09-294-6/+5
* Oops, add return values for the smap command function. We must have thejhb2006-09-291-1/+2
* Remove stone-aged and irrelevant "#ifndef notdef".andre2006-09-291-2/+2
* Nits.bms2006-09-292-2/+2
* Push removal of mrouted down to the rest of the tree.bms2006-09-293-3/+3
* Fix pointer dereference before NULL pointer checking.ariff2006-09-291-1/+3
* Small style and comment adjustments.andre2006-09-291-4/+6
* Remove manual vlan header insertion in em_encap(). It is unnecessary as theandre2006-09-291-36/+5
* Change em_transmit_checksum_setup() to deal with already inserted vlan headers,andre2006-09-291-47/+107
* Change em_tso_setup() to deal with already inserted vlan headers, IP optionsandre2006-09-291-36/+120
* Only advertize IFCAP_TSO4 capabilities. IPv6 is not yet supported.andre2006-09-291-4/+4
* Handle all error cases from bus_dmamap_load_mbuf_sg(). Those are:andre2006-09-291-5/+21
* Free tty struct after last close. This should fix the pty-leak by numbers.mbr2006-09-291-1/+15
* Free tty struct after last close. This should fix the pty-leak by numbers.mbr2006-09-291-12/+17
* SNDCTL_TMR_{START,STOP,CONTINUE} don't take an argument.ru2006-09-291-4/+8
* The SNDCTL_DSP_NONBLOCK ioctl doesn't take an argument, fromru2006-09-291-3/+3
* o Convert w/spaces to tabs in the previous commit.maxim2006-09-292-6/+6
* Rather than autoscaling the number of TIME_WAIT sockets to maxsockets / 5,silby2006-09-292-16/+48
* Fix two minor style(9) nits in v1.313 which were noticed during ankensmith2006-09-291-2/+2
* Tweak the code to handle intercepting BIOS calls to int 0x15 to shavejhb2006-09-281-17/+10
* Optimize the int 15/87 handler for space to shave another 16 bytes off ofjhb2006-09-281-31/+17
* Add an 'smap' command that dumps out the BIOS SMAP.jhb2006-09-282-0/+22
* Ignore a sub-topic match if it is inside the command description.jhb2006-09-281-0/+3
OpenPOWER on IntegriCloud