Age | Commit message (Expand) | Author |
2007-11-05 | More scsi_done() at SPLBIO. | Kenneth R Westerback |
2007-11-05 | More scsi_done() at SPLBIO. If you poll by manually calling the | Kenneth R Westerback |
2007-11-05 | audio encoding conversion cleanup | Jacob Meuser |
2007-10-26 | Phillips -> Philips in comments | Martin Reindl |
2007-10-21 | Remove a bogus and unnecessary check for if_addrlist from ex_init(). | Brad Smith |
2007-10-21 | Add multicast support. | Brad Smith |
2007-10-21 | Add ifmedia support. | Brad Smith |
2007-10-18 | Eliminate unnecessary resets when calling the SIOCSIFADDR ioctl. | Brad Smith |
2007-10-09 | MALLOC -> malloc | Gilles Chehade |
2007-10-06 | Rename bus_space macros. ISA_GET/PUT -> CSR_READ/WRITE | Brad Smith |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback |
2007-09-20 | replace the BANK_SEL bus space macro usage with the ISA_PUT macro and remove | Brad Smith |
2007-09-19 | a little more cleaning. removing some useless comments. | Brad Smith |
2007-09-19 | In ex_rx_intr() allocate an mbuf cluster if the pkt_len is >= MINCLSIZE. | Brad Smith |
2007-09-19 | sprinkle a few tabs on ex_ioctl() to make things easier on the eyes. | Brad Smith |
2007-09-19 | call ether_ioctl() from within ex_ioctl(). | Brad Smith |
2007-09-19 | remove the SIOCGIFADDR ioctl handler and return ENOTTY instead of EINVAL | Brad Smith |
2007-09-19 | rename a few functions. | Brad Smith |
2007-09-19 | don't need to wrap the code in #if NEX > 0 | Brad Smith |
2007-09-19 | ex_start() is always called at splnet, so remove the unnecessary splnet. | Brad Smith |
2007-09-19 | de-static | Brad Smith |
2007-09-17 | A little cleaning.. | Brad Smith |
2007-08-15 | When polling call ahaintr() at splbio(). Noticed by and fix tested by | Kenneth R Westerback |
2007-07-04 | bye bye | Henning Brauer |
2007-07-04 | remove fe(4). hasn't been enabled in 10 years, doesn't compile, no manpage. | Henning Brauer |
2007-07-01 | fix potential crash due to wrong ca_devsize; whilst here, also fix iobase typ... | Constantine A. Murenin |
2007-06-29 | ansify/de-register | Jasper Lievisse Adriaanse |
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-18 | avoid modification race in DIOCRLDINFO; ok krw miod | Theo de Raadt |
2007-06-17 | ansify/de-register | Jasper Lievisse Adriaanse |
2007-06-14 | Prettier dmesg; requested a long time ago by deraadt@. | Alexander Yurchenko |
2007-06-08 | remove: | Henning Brauer |
2007-06-08 | all drivers should spoof version 1 labels | Theo de Raadt |
2007-06-06 | now that all partition size/offsets are potentially 64-bit, change the | Theo de Raadt |
2007-06-06 | remove never used #ifdef IPX_NOTYET code | Henning Brauer |
2007-06-05 | Switch to rwlock(9) | Jonathan Gray |
2007-06-05 | use six new macros to access & store the 48-bit disklabel fields related | Theo de Raadt |
2007-06-01 | remove strings from sensor.desc which are now present in sysctl variable name... | Constantine A. Murenin |
2007-06-01 | Don't initialize d_partitions[RAW_DISK] just before calling | Kenneth R Westerback |
2007-05-29 | It helps to commit removals from the tree that has the files cvs removed | Claudio Jeker |
2007-05-29 | Stray reference in a comment to the dear departed wt. | Kenneth R Westerback |
2007-05-29 | Move tokenring support to the attic where it can join the cards that where | Claudio Jeker |
2007-05-28 | Delete wt code files. The end of wt(4). | Kenneth R Westerback |
2007-05-28 | Remove the Archive/Wangtek cartidge tape driver, wt(4). All tapes are | Kenneth R Westerback |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-05-19 | the thinkpad 60 models are in "state" 5. | Ted Unangst |
2007-05-08 | 2nd one found: If you really wish to make a function __inline (which will | Theo de Raadt |
2007-05-08 | old school media handling is no longer used; ok jsg | Theo de Raadt |
2007-05-04 | move bcd tables to the only place that uses them (the unused mcd driver); | Theo de Raadt |