Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-12 | Add ep(4) at pcmcia(4). | Mark Kettenis | |
2008-06-12 | Add xl(4) add cardbus(4). | Mark Kettenis | |
2008-06-12 | Add re(4) add cardbus(4). | Mark Kettenis | |
2008-06-12 | Clead discipline pointer after delete. Found by hshoexer | Marco Peereboom | |
2008-06-12 | Wrap DPRINTF around #ifdef VIDEO_DEBUG, but leave debugging on by | Marcus Glocker | |
default for now. | |||
2008-06-12 | Add malo(4) at pcmcia(4). | Mark Kettenis | |
2008-06-12 | enable uvideo(4) video(4) | Robert Nagy | |
2008-06-12 | Removed old AML disassembler code | Jordan Hargrave | |
ok @marco | |||
2008-06-12 | Fixed AMLOP_LOAD for _PSS on Thinkpad | Jordan Hargrave | |
ok @gwk | |||
2008-06-12 | Remove now-vestigial bpos pointer from NFS. For building outgoing | Bret Lambert | |
NFS mbufs, mbufs now contain all their internal buffer state internally, the way god intended. ok thib@ testing johan@ (and possibly merdely@; this diff's been around for a bit...) | |||
2008-06-12 | Enable /dev/video* for all USB capable archs. MAKEDEV bits will follow | Marcus Glocker | |
shortly. OK todd@ | |||
2008-06-12 | theo says: enable, enable, enable uvideo(4) | Robert Nagy | |
Some of the cams are fairly working now and we want to see more of them in dmesgs. | |||
2008-06-12 | The mmap offsets for memory buffers currently are the kernel virtual | Owain Ainsworth | |
address. This is just plain wrong. scatter/gather on amd64 didn't work here, since char device mmap doesn't take negative offsets so higher kvas fail. Instead, prematurely import drm_memrange which is needed for the memory managers (GEM or TTM), and is used to manage GART space. Then, horribly abuse it to allocate mmap offsets, fixes up the issues. "just commit it" art@. | |||
2008-06-12 | add a statistic bit to count how often we change async to sync | Thordur I. Bjornsson | |
you need to upgrade nfsstat and the relevant header files ok beck@ | |||
2008-06-12 | Fixed memory leaks for AML parser | Jordan Hargrave | |
added new stack handling interface removed delay during parsing ok @marco | |||
2008-06-12 | sync | Theo de Raadt | |
2008-06-12 | dreamcheeky missile launcher (duck!) | Theo de Raadt | |
2008-06-12 | fix synproxy. | Henning Brauer | |
the factored out pf_create_state() could return PF_PASS, _DROP, and _SYNPROXY_DROP. We were treating the latter the same as _PASS and thus passing the original SYN which we of course don't want in the synproxy case. breakage reported by sakurai-san, headscratching with and ok ryan | |||
2008-06-12 | Pass error code via the crypto descriptor (ie. crp_etype) from crypto | Hans-Joerg Hoexer | |
callback. ok marco@ | |||
2008-06-12 | wrap definitions for softraid crypto "ifdef CRYPTO". Suggested by djm | Hans-Joerg Hoexer | |
2008-06-12 | #if 0 an annoygly chatty printf active whenever we're at loglevel | Henning Brauer | |
loud, spilling out hundreds of lines on ruleset reloads is disturbing when you're hacking over cereal console, ryan ok | |||
2008-06-12 | Get mask keying for on-disk keys from user space and keep a "hint" for key | Hans-Joerg Hoexer | |
generation used by user space in the meta data. Actually use the masking key for encryption and decryption of on-disk key at run time. ok djm marco | |||
2008-06-12 | use PR_ZERO instead of a bzero() right after the pool_get(); | Thordur I. Bjornsson | |
ok blambert@ | |||
2008-06-12 | Oops, do not dereference a NULL function pointer used as an array end | Miod Vallat | |
marker; found the hard way by sturm@ | |||
2008-06-12 | wdc(4) at pcmcia(4) | Mark Kettenis | |
2008-06-12 | Enable com(4) at pcmcia(4). | Mark Kettenis | |
2008-06-12 | Remove silly panic when disestablish cookie doesnt exist | Marco Peereboom | |
ok art | |||
2008-06-12 | Fix the egress group matching for IPv4. There are to ways to define a /0 | Claudio Jeker | |
network mask. For some reasons some parts set sa->sa_len to 0 to specify a /0 netmask so check fot that too. tested by david@ OK henning@ | |||
2008-06-12 | if (something_complicated) | Artur Grabowski | |
return (EIO); return (EIO); is kinda silly. Don't. Prettify a bit in the process. 'makes perfect sense' blambert@, ok thib@ | |||
2008-06-12 | Add dc(4) at cardbus(4). | Mark Kettenis | |
2008-06-12 | Remove some crazy #if mess. | Joel Sing | |
ok markus@ henning@ | |||
2008-06-12 | ANSIfy function definitions. | Joel Sing | |
ok markus@ mcbride@ henning@ deraadt@ | |||
2008-06-12 | Fix type difference between function prototype and implementation. | Joel Sing | |
According to millert@ this would have been promoted from a short to an int anyway, since K&R C cannot pass variables that are smaller than an int. ok deraadt@ millert@ | |||
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt | |
ok thib beck art | |||
2008-06-12 | Actually return an error in nfs_asyncio() if we fail to process | Thordur I. Bjornsson | |
the buf due too all of the nfs iod's being busy; this downgrades the write to a sync one and allows to handle this. ok art@, beck@ | |||
2008-06-12 | Reorder foreign binaries probe list, so that more permissive ones are at the | Miod Vallat | |
end. Makes static linux binaries run again. | |||
2008-06-12 | Do not attempt to recognize foreign ELF binaries if emulation is disabled; | Miod Vallat | |
also recognize modern Linux binaries without branding, but with a ``GNU'' ABI note. | |||
2008-06-12 | undo r1.77 from 2004 - shrinking MINCLSIZE so that we always use a cluster | Henning Brauer | |
for data storage instead of another mbuf if it would fit. we did that change whiledoing the release and we thought there was a problem with this, which later turned out not to be true. surprise and ok theo | |||
2008-06-12 | Be more paranoid before disestablishing hook | Marco Peereboom | |
ok hshoexer | |||
2008-06-12 | Skip 64-bit BARs correctly when initing. | Owain Ainsworth | |
ok marco@. | |||
2008-06-12 | Bump max BARs up to 6. Needed for nouveau. | Owain Ainsworth | |
ok marco@. | |||
2008-06-12 | Add delete volume functionality. | Marco Peereboom | |
discussed with krw, kettenis & drahn ok hshoexer | |||
2008-06-11 | Add a few comments. | Brad Smith | |
2008-06-11 | replace the last missing xname header before an error message in get_sdr(); ↵ | Constantine A. Murenin | |
ok deraadt | |||
2008-06-11 | Zero mbreg_t (mailbox) structures allocated on the stack before filling | Kenneth R Westerback | |
them in and sending to the adapter. Reduces probe of empty controller from 15 minutes or so to 30 seconds or so. And probably fixes other things too. Also add a few more debug statements and tweak some comments. From mjacob via FreeBSD. ok deraadt@ | |||
2008-06-11 | some more BCM5708S registers. | Brad Smith | |
2008-06-11 | Update firmware for QLogic 2200 cards from v2.02.03 to v2.02.06 which has | Kenneth R Westerback | |
been used in NetBSD and FreeBSD for years. Blade2002 with a 2200 still boots. From mjacob via FreeBSD. ok deraadt@ | |||
2008-06-11 | Split address setup operations into a separate function. More to come. | Ryan Thomas McBride | |
ok henning | |||
2008-06-11 | Add a bunch of new ciss devices from Scott Benesh at HP via FreeBSD. | Jonathan Gray | |
ok dlg@ | |||
2008-06-11 | regen | Jonathan Gray | |