Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-30 | In agp_generic_alloc_memory(), make sure the age_mem structure freshly | Miod Vallat | |
malloc'ed is completely bzeroed before use. ok deraadt@ | |||
2006-12-30 | In agp_i810_alloc_memory(), do not check for sc_maxmem limit reached, as the | Miod Vallat | |
caller has already done this. Test matthieu@ ok deraadt@ | |||
2006-12-30 | add -A to usage(). | Reyk Floeter | |
thanks to Sven-Volker Nowarra | |||
2006-12-30 | do not load unneeded stringtab sections; avoids backward seeking; from ↵ | Michael Shalayeff | |
netbsd; tested by miod@ and martin@; deraadt@ ok | |||
2006-12-30 | Sync | Marco Peereboom | |
2006-12-30 | Add new marvell sata controller. from brad@ | Marco Peereboom | |
2006-12-30 | Save pcb in dumppcb when dumping core. | Mark Kettenis | |
ok miod@ | |||
2006-12-30 | one more 'verses'->'versus' typo in comment | Martin Reindl | |
2006-12-30 | regen | Martin Reindl | |
2006-12-30 | add IDs for Integrated System Solution Corp. KY-BT100 and another Belkin | Martin Reindl | |
bluetooth | |||
2006-12-30 | Remove stub write callback functions now that libevent allows them to be NULL. | Camiel Dobbelaar | |
2006-12-30 | Convert three instances of atoi() to strtonum() and apply sane upper bounds. | Camiel Dobbelaar | |
Triggered by Rik/harry Bobbaers on bugs@. ok mbalmer@ ray@ | |||
2006-12-30 | Add flow control support. | Mark Kettenis | |
ok brad@ | |||
2006-12-30 | Make mii_phy_auto() advertise flow control if MIIF_DOPAUSE is set. | Mark Kettenis | |
ok jsg@, brad@ | |||
2006-12-30 | s/form/from/ | Ray Lai | |
``Sure.'' millert@, ``Sure'' espie@. | |||
2006-12-30 | Why doing something as complex as for () bus_space_write_1(); when there | Claudio Jeker | |
is bus_space_write_region_1() that does the same. OK mglocker@ | |||
2006-12-29 | Pass MIIF_DOPAUSE to mii_attach(). | Mark Kettenis | |
ok brad@ | |||
2006-12-29 | Use mii_phy_flowstatus() to replace the code that sets flag0/flag1 to | Mark Kettenis | |
report flow control status. From brad@ | |||
2006-12-29 | No colon after "address". | Marcus Glocker | |
2006-12-29 | Add IFM_ETH_FMASK. From NetBSD. | Mark Kettenis | |
Requested by brad@ | |||
2006-12-29 | mention meta-key-mode in mg(1) to enable 8-bit character input. this | Reyk Floeter | |
is required if you need to type characters like german umlauts. the mg documentation is still very incomplete and will need some more work. also split the manpage into sections to make it a bit more readable. ok jmc@ | |||
2006-12-29 | Sort product ids alphabetically like jmc did in the manpage. fkr also | Marc Balmer | |
suggested that. | |||
2006-12-29 | tweaks; ok mbalmer | Jason McIntyre | |
2006-12-29 | fix the key buffer size used for software wep, this could cause | Reyk Floeter | |
problems with non-standard wep keys >= 104 bits. thanks to Alexander Bluhm ok mglocker@ jsg@ | |||
2006-12-29 | Change the comment for mbg(4) to "radio clocks" here, too. | Marc Balmer | |
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto | |
2006-12-29 | Fix another 'tripple' (not surprising, since this was copied from the | Tom Cosgrove | |
i386 code that I fixed earlier). Noticed by Gregory Steuck (greg (at) nest (dot) cx); thanks. | |||
2006-12-29 | Add the newly supported Meinberg radio clocks. | Marc Balmer | |
2006-12-29 | Change the comment for mbg(4): Use "radio clocks" instead of "time base". | Marc Balmer | |
ok fkr | |||
2006-12-29 | No need to read ANAR and ANLPAR anymore. | Mark Kettenis | |
From brad@ | |||
2006-12-29 | Add support for the Meinberg PCI511 and GPS170PCI cards. | Marc Balmer | |
"put it in" deraadt, ok fkr | |||
2006-12-29 | Netstat has the same issue problem as route when printing a default inet6 | Claudio Jeker | |
route. Need to typecast the sizeof() to int so that the compare works. Having a negativ lim is OK. Reported by Björn Ketelaars. OK deraadt@ | |||
2006-12-29 | Route warns about a illegal prefixlen when a default inet6 route is present. | Claudio Jeker | |
Need to typecast the sizeof() to int so that the compare works. Having a negativ lim is OK. Reported by Björn Ketelaars. OK deraadt@ | |||
2006-12-29 | Don't wrap MAC address to newline. | Marcus Glocker | |
2006-12-29 | Replace setperf algorithm with a linear version. Also use the aml provided | Marco Peereboom | |
gasio structure when appropriate instead of always assuming 32 bit access. Fixes my Dell laptop and works on others tested. | |||
2006-12-29 | Give the UltraSPARC-III its own version of dcache_flush_page(). Fixes problems | Mark Kettenis | |
with svnd(4). Now you can do a full mkr on a v210 (and a blade1k if you're lucky). | |||
2006-12-28 | knf, from bred@ | Todd T. Fries | |
2006-12-28 | s/vfs_lookup/VOP_LOOKUP/ since the former does not | Thordur I. Bjornsson | |
exist and we are talking about the latter. ok pedro@ | |||
2006-12-28 | spacing. | Marcus Glocker | |
2006-12-28 | Finish core enumeration, break out core change and reset functions. | Marcus Glocker | |
From Jon Simola <simola@mecha.com>. Diff merged together by me with last changes from jsg@. | |||
2006-12-28 | Add support for the Cronyx Omega serial ports card; this particular card | Miod Vallat | |
forces the com(4) uart type to ST16C654 since that's what's on it; from Alexei G. Malinin (alexei.malinin@inetcomm.ru) | |||
2006-12-28 | Regen | Miod Vallat | |
2006-12-28 | Cronyx Omega serial ports card. | Miod Vallat | |
2006-12-28 | Support for ST16C654 chips, however these aren't detected as such, so the | Miod Vallat | |
attachment code has to know better for now; from Alexei G. Malinin (alexei.malinin@inetcomm.ru) | |||
2006-12-28 | Zap nextgennumber, unused since LFS went up into the attic. | Thordur I. Bjornsson | |
ok pedro@ | |||
2006-12-28 | check if ifqueue has anything queued before doing the dance of | Theo de Raadt | |
splnet/IF_DEQUEUE/splx; ok various people | |||
2006-12-28 | check if ifqueue has anything queued before doing the dance of | Theo de Raadt | |
splnet/IF_DEQUEUE/splx; ok various people | |||
2006-12-28 | please lint | Theo de Raadt | |
2006-12-28 | assume that new elf architectures will have ld.so | Theo de Raadt | |
2006-12-28 | Prettify dmesg a bit for attach with power state being either offline or | Michael Knudsen | |
unknown. ok marco (who already had this change in his tree but said I should commit) |