Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-23 | Prototypes live in <search.h> | Todd C. Miller | |
2005-12-23 | better way to probe winbonds, with kettenis | Theo de Raadt | |
2005-12-23 | typo | Theo de Raadt | |
2005-12-23 | oops, 0x31 is as99127f | Theo de Raadt | |
2005-12-23 | not quite becoming a nightmare, but we are getting there.. | Theo de Raadt | |
2005-12-23 | correct ic_release_bus | Theo de Raadt | |
2005-12-23 | m88k suppport code for librthread. | Miod Vallat | |
2005-12-23 | vax support bits for librthread (need the child_return() fix just commited). | Miod Vallat | |
2005-12-23 | Make sure child_return() returns with carry clear and r0 = r1 = 0. | Miod Vallat | |
2005-12-23 | m68k support code for librthread; atomic lock routine borrowed from the | Miod Vallat | |
existing libpthread code. | |||
2005-12-23 | encryption key should be 160 bits, not 128; | Jason McIntyre | |
from will h. backman; ok hshoexer | |||
2005-12-23 | Make 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-23 | set both ia_name and ia_compat | Theo de Raadt | |
2005-12-23 | another check register | Theo de Raadt | |
2005-12-23 | smsc 47m192 has a monitor like the adm1025 | Theo de Raadt | |
2005-12-23 | next generation. grok a few more chips, but also change the logic to | Theo 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 option | Jason McIntyre | |
- make -s more consistent w/ rest of the page | |||
2005-12-23 | fill in the blanks for -r; | Jason McIntyre | |
from dd@freebsd, -r1.15, but synced with our traceroute(8) -r; ok djm claudio | |||
2005-12-23 | adjust 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/ synopsis | Jason 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-23 | sync | Theo de Raadt | |
2005-12-23 | Remove unnecessary #ifdef MROUTING blocks. OK brad@ markus@ | Claudio Jeker | |
2005-12-23 | Support Nintendo Wi-Fi USB Connector, noticed in Linux rt2570 driver | Jonathan Gray | |
and verified against windows driver. | |||
2005-12-23 | regen | Jonathan Gray | |
2005-12-23 | Nintendo Wi-Fi USB Connector | Jonathan Gray | |
2005-12-23 | grok some more devices | Theo de Raadt | |
2005-12-23 | new i2c drivers... | Theo de Raadt | |
2005-12-23 | send a command to start scanning... | Theo de Raadt | |
2005-12-23 | work 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-23 | move midi attachment for umidi down to the MIDI section. | Brad Smith | |
2005-12-23 | add emu(4) and missing midi attachment for eap(4). | Brad Smith | |
2005-12-23 | for reasons that do not make any sense whatsoever, _rthread_alloc_stack | Ted Unangst | |
must be called with the thread_lock held, or we crash in rfork_thread | |||
2005-12-23 | typo | Pedro Martelletto | |
2005-12-23 | regen | Brad 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-23 | upon startup, only scan-and-attach devices which specify an address | Theo 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-23 | match functions deserve a failure condition | Theo de Raadt | |
2005-12-23 | support co -d, which checks out the first revision who's | Joris Vink | |
date is less than or equal to the given date. | |||
2005-12-23 | cvs_buf_write() did not properly set new permissions | Joris Vink | |
on already existing files. niallo agrees. | |||
2005-12-22 | Do not check ifp->if_bpf before detaching from bpf. It is only a signal | Can 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-22 | permit outsider to call iic_print | Theo de Raadt | |
2005-12-22 | ne1619 is a clone by philips | Theo de Raadt | |
2005-12-22 | start at a driver for the stupid ADM 1021 | Theo de Raadt | |
2005-12-22 | Enable ichiic(4), ok deraadt@. | Alexander Yurchenko | |
2005-12-22 | Add ichiic(4). | Alexander Yurchenko | |
2005-12-22 | Fully implemented microtime() operation. | Dale Rahn | |
2005-12-22 | gaurantee a space after the first string; janus@area319.de | Theo de Raadt | |
2005-12-22 | document company/stepping regs | Theo de Raadt | |
2005-12-22 | note missing ext temp sensors | Theo de Raadt | |
2005-12-22 | Move 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@ |