Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-10 | Re-arm signal loss detection only after we received a bit, not in itself. This | Marc Balmer | |
prevents the signal loss function from being called repeatedly when we have no signal. | |||
2006-12-10 | Faster synchronization after an unexpected minute gap. | Marc Balmer | |
Only look at the skew value if it is != 0. Remove some dead code. | |||
2006-12-10 | trivial change: comparing versions on a non-existent config is not a good | Marc Espie | |
idea... | |||
2006-12-10 | In ip6_output(), make sure ia is initialized before it is used. | Miod Vallat | |
2006-12-10 | regen | Dimitry Andric | |
2006-12-10 | Add ATI RS200M AGP. | Dimitry Andric | |
2006-12-10 | USR5423 and Sandberg. -moj | Mats O Jansson | |
2006-12-09 | Add USR5423. -moj | Mats O Jansson | |
2006-12-09 | Better describe the magic done by umass_fixup_sony(), okay krw@ | Pedro Martelletto | |
2006-12-09 | sort the sets to make sure that shared libraries are early in the sets, to | Theo de Raadt | |
avoid various "interrupt while upgrading and you are hosed" problems. prodded by drahn, this will save kitella from doing 6 hour drives, ok espie | |||
2006-12-09 | Add quirk for Sony DSC-W50 (which is UFI, not SCSI) and rearrange | Pedro Martelletto | |
umass_fixup_sony() a bit while there, okay krw@ | |||
2006-12-09 | full stoppage; | Jason McIntyre | |
2006-12-09 | Do not make sun terminal emulation selected by the wsemul_sun frame buffer | Miod Vallat | |
attribute anymore; remove it and use option WSEMUL_SUN instead, which gets added to all sparc* kernels. While there, do not compile vt100 emulation on sparc* kernels, this saves 16+ KB of text. ok deraadt@ | |||
2006-12-09 | better synopsis/usage and a couple wee fixes; | Jason McIntyre | |
mostly ok beck | |||
2006-12-09 | jsg worked a lot in here too | Theo de Raadt | |
2006-12-09 | Mention another ZD1211B, MSI US54SE | Jonathan Gray | |
Reported by Simon Kuhnle on tech@ | |||
2006-12-09 | sync | Theo de Raadt | |
2006-12-09 | reorg code some more: | Marc Espie | |
- handle most version number requirements. - handle uninstalled packages correctly. - process options in the same order as the gnu pkg-config. - sanitize status code returns. - set up printerr the same way gnu pkg-config does. tested on xenocara by matthieu@ Still missing: actual --static implementation, and possibly some other details... | |||
2006-12-09 | make spamdb take multiple add/delete arguments, thus making it | Bob Beck | |
much easier to do bulk add/deletes without opening and locking the database for each one. testing by scads of people on tech@ Ok deraadt@ jmc@ | |||
2006-12-09 | note where the new driver came from | Martin Reindl | |
2006-12-09 | Improvements, from jmc. | Marc Balmer | |
2006-12-09 | Shorten. And use the correct device name. | Marc Balmer | |
2006-12-09 | tweak the text on deprecated functions, after some help from tom; | Jason McIntyre | |
2006-12-09 | various tweaks; | Jason McIntyre | |
2006-12-09 | various tweaks; my apologies to itojun for forgetting to | Jason McIntyre | |
send him feedback for these | |||
2006-12-09 | The call sign is DCF77, not just DCF. | Marc Balmer | |
2006-12-09 | Be consistent with writing frequencies, it's n kHz, not nKHz. The DCF77 | Marc Balmer | |
transmitter uses 77.5 kHz. | |||
2006-12-09 | some indent and a little cleanup; | Jason McIntyre | |
2006-12-09 | standardise section headers; | Jason McIntyre | |
ok deraadt mbalmer | |||
2006-12-09 | Enable udcf(4). | Marc Balmer | |
ok deraadt | |||
2006-12-09 | grammar fixes from raphael langerhorst; | Jason McIntyre | |
2006-12-09 | sigh, split the bus space mapping and interrupt hookup apart so i can | David Gwynne | |
reset the controller and clear interrupts off it before doing the hookup. | |||
2006-12-09 | reset the hba and set the enable bit. | David Gwynne | |
2006-12-09 | figure out which revision of ahci we're trying to use and print it out. | David Gwynne | |
if we don't know about it, bomb out. | |||
2006-12-09 | split the mapping of the pci resources out of the main attach func | David Gwynne | |
2006-12-09 | add wrappers for safe access to the register space. stolen from arc (which | David Gwynne | |
stole them from mpi). | |||
2006-12-09 | add macros for debug shizz | David Gwynne | |
2006-12-09 | bit definitions for the cap and ghc registers | David Gwynne | |
2006-12-09 | sync | Theo de Raadt | |
2006-12-09 | registers for hba control | David Gwynne | |
2006-12-09 | the start of a driver for ahci controllers. this does nothing but map the | David Gwynne | |
register space and hook an interrupt up for the controller i have, but it is going into the tree so i can work on it. commit early, commit often | |||
2006-12-09 | sync | Theo de Raadt | |
2006-12-09 | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | Jun-ichiro itojun Hagino | |
the kernel still handles RFC2292 set/getsockopts, so that compiled binary has no trouble running. userland sees RFC3542 symbols only on header file so new code has to use RFC3542 API. bump libc shlib minor for function additions. tested on i386/amd64 by jmc, i386 by brad. checked by deraadt. | |||
2006-12-09 | IPV6_RECVDSTADDR is not standard. use more standard IPV6_PKTINFO. | Jun-ichiro itojun Hagino | |
also prepare for RFC2292->RFC3542 switch (IPV6_RECVPKTINFO). glocker ok (he tested), deraadt also looked at | |||
2006-12-09 | Like the earlier change to powernow-k7.c check for both the regular cpuid | Gordon Willem Klok | |
signature AND the AMD extended cpuid 0x800000001 (%eax). Tested by, krw@, Joerg Niendorf <joerg.bsd AT internode.net.au> and steven mestdagh <steven.mestdagh AT esat.kuleuven.be> ok dim@ | |||
2006-12-08 | A more permanent solution to setperf methods returning error values and | Gordon Willem Klok | |
the higher level sysctl code passing them to userland. Distinct diff from the one I passed around internally with less crazy semantics. Also nuke some trailing spaces in a few places. "just go ahead" deraadt@ | |||
2006-12-08 | no need for KAME_SCOPEID; just check __KAME__. | Jun-ichiro itojun Hagino | |
2006-12-08 | whitespace | Jun-ichiro itojun Hagino | |
2006-12-08 | typo in comment. from kame | Jun-ichiro itojun Hagino | |
2006-12-08 | Fix kernel link warning on i386 about boothowto being overridden, by | Dimitry Andric | |
removing the second definition from locore. To prevent locore from subsequently clobbering boothowto, remove clearing bss from it. The bootloader has already taken care of this. ok miod weingart deraadt |