summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-23Prototypes live in <search.h>Todd C. Miller
2005-12-23better way to probe winbonds, with kettenisTheo de Raadt
2005-12-23typoTheo de Raadt
2005-12-23oops, 0x31 is as99127fTheo de Raadt
2005-12-23not quite becoming a nightmare, but we are getting there..Theo de Raadt
2005-12-23correct ic_release_busTheo de Raadt
2005-12-23m88k suppport code for librthread.Miod Vallat
2005-12-23vax support bits for librthread (need the child_return() fix just commited).Miod Vallat
2005-12-23Make sure child_return() returns with carry clear and r0 = r1 = 0.Miod Vallat
2005-12-23m68k support code for librthread; atomic lock routine borrowed from theMiod Vallat
existing libpthread code.
2005-12-23encryption key should be 160 bits, not 128;Jason McIntyre
from will h. backman; ok hshoexer
2005-12-23Make cd_load_toc() take an address mode parameter, clean up a bit.Kenneth R Westerback
Add a check for ending_track < starting_track before calculating size of TOC to read. Tested by mjc@
2005-12-23set both ia_name and ia_compatTheo de Raadt
2005-12-23another check registerTheo de Raadt
2005-12-23smsc 47m192 has a monitor like the adm1025Theo de Raadt
2005-12-23next generation. grok a few more chips, but also change the logic toTheo de Raadt
correct locking, etc, etc, and even try a 16-bit register read just to compare against if we fail to match..
2005-12-23- no need to use .Bk/.Ek after every optionJason McIntyre
- make -s more consistent w/ rest of the page
2005-12-23fill in the blanks for -r;Jason McIntyre
from dd@freebsd, -r1.15, but synced with our traceroute(8) -r; ok djm claudio
2005-12-23adjust the description of -r to that in freebsd's traceroute6(8),Jason McIntyre
since it's more informative; ok djm claudio
2005-12-23- sync the description of -e w/ synopsisJason McIntyre
- simplify the description of -I - note that -I is only available if support compiled in, and that it isn't by default feedback/ok djm@
2005-12-23syncTheo de Raadt
2005-12-23Remove unnecessary #ifdef MROUTING blocks. OK brad@ markus@Claudio Jeker
2005-12-23Support Nintendo Wi-Fi USB Connector, noticed in Linux rt2570 driverJonathan Gray
and verified against windows driver.
2005-12-23regenJonathan Gray
2005-12-23Nintendo Wi-Fi USB ConnectorJonathan Gray
2005-12-23grok some more devicesTheo de Raadt
2005-12-23new i2c drivers...Theo de Raadt
2005-12-23send a command to start scanning...Theo de Raadt
2005-12-23work in progress towards "identifying" various devices on the i2c bus.Theo de Raadt
this will later on hopefully be table driven, but first I have to read the 100 or so data sheets and start coding up detection rules..... bleah
2005-12-23move midi attachment for umidi down to the MIDI section.Brad Smith
2005-12-23add emu(4) and missing midi attachment for eap(4).Brad Smith
2005-12-23for reasons that do not make any sense whatsoever, _rthread_alloc_stackTed Unangst
must be called with the thread_lock held, or we crash in rfork_thread
2005-12-23typoPedro Martelletto
2005-12-23regenBrad Smith
2005-12-23- add JMicron vendor ID and SATA II chipset product id.Brad Smith
- add ALi host bridge and PCI-E bridge product id's. - add National Semiconductor CS5535 product id's. - add another Intel IO APIC product id. Intel device from Srebrenko Sehic <ssehic at gmail dot com> ALi and Jmicron devices from Stuart Henderson <sthen at spacehopper dot org> National Semiconductor devices from David Delavennat <david dot delavennat at univ-mlv dot fr>
2005-12-23upon startup, only scan-and-attach devices which specify an addressTheo de Raadt
attribute; if that is not set, then we hope something later will guess the address. this must be revisited later on, to avoid double-attachment
2005-12-23match functions deserve a failure conditionTheo de Raadt
2005-12-23support co -d, which checks out the first revision who'sJoris Vink
date is less than or equal to the given date.
2005-12-23cvs_buf_write() did not properly set new permissionsJoris Vink
on already existing files. niallo agrees.
2005-12-22Do not check ifp->if_bpf before detaching from bpf. It is only a signalCan Erkin Acar
to the driver that there is a listener. Somehow I assumed that it was a handle, and was trying to figure out why it was becoming zero. Corrected by and ok claudio@
2005-12-22permit outsider to call iic_printTheo de Raadt
2005-12-22ne1619 is a clone by philipsTheo de Raadt
2005-12-22start at a driver for the stupid ADM 1021Theo de Raadt
2005-12-22Enable ichiic(4), ok deraadt@.Alexander Yurchenko
2005-12-22Add ichiic(4).Alexander Yurchenko
2005-12-22Fully implemented microtime() operation.Dale Rahn
2005-12-22gaurantee a space after the first string; janus@area319.deTheo de Raadt
2005-12-22document company/stepping regsTheo de Raadt
2005-12-22note missing ext temp sensorsTheo de Raadt
2005-12-22Move a struct cd_toc (800 bytes) from the stack to malloc'ed memory.Kenneth R Westerback
bzero() all malloc'ed cd_toc structs because cd_read_toc() will only zero as much as it is trying to read. malloc M_TEMP memory instead of M_DEVBUF memory for the cd_toc structs. ok deraadt@