| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add miscellaneous USB device quirks. | Nate Lawson | 2004-04-19 | 1 | -5/+29 |
| * | Remove all quirks hidden under DA_OLD_QUIRKS. | Nate Lawson | 2004-04-19 | 1 | -120/+0 |
| * | As promised a while ago, remove DA_OLD_QUIRKS and all quirks it was enabling. | Nate Lawson | 2004-04-19 | 2 | -8/+0 |
| * | First pass at softc list locking for if_ppp.c. Many parts of | Robert Watson | 2004-04-19 | 1 | -10/+43 |
| * | Report only new new events when initially attaching to the controller. | Paul Saab | 2004-04-19 | 1 | -1/+4 |
| * | Document POSIX stupidity: Attempts to mmap zero bytes will succeed (and | Colin Percival | 2004-04-18 | 1 | -0/+7 |
| * | Add -c option simular to du(1). | David E. O'Brien | 2004-04-18 | 3 | -15/+51 |
| * | Style and code unobfuscation. | Ruslan Ermilov | 2004-04-18 | 1 | -4/+4 |
| * | Fixed a bug from rev. 1.42: cast to a correct type. | Ruslan Ermilov | 2004-04-18 | 1 | -2/+2 |
| * | Make if_(un)route static in if.c as they are called from if_up/if_down only. | Max Laier | 2004-04-18 | 2 | -4/+4 |
| * | In ntoskrnl_unlock_dpc(), use atomic_store instead of atomic_cmpset | Bill Paul | 2004-04-18 | 1 | -2/+2 |
| * | Revert rev 1.21 which configured with --enable-64-bit-bfd. | David E. O'Brien | 2004-04-18 | 1 | -1/+1 |
| * | Moved the function pointer in struct puc_device_description to the end | Bruce Evans | 2004-04-18 | 3 | -93/+2 |
| * | FreeBSD-if .4 manpages for pf/pflog/pfsync. | Max Laier | 2004-04-18 | 3 | -3/+10 |
| * | constify the last argument of m_copyback. | Luigi Rizzo | 2004-04-18 | 2 | -2/+2 |
| * | + move MKGet()/MKFree() into the only file that can use them. | Luigi Rizzo | 2004-04-18 | 2 | -28/+19 |
| * | + replace Bcmp/Bzero with 'the real thing' as in the rest of the file. | Luigi Rizzo | 2004-04-18 | 1 | -3/+4 |
| * | replace Bcopy with bcopy as in the rest of the file. | Luigi Rizzo | 2004-04-18 | 1 | -3/+3 |
| * | Replace Bcopy with 'the real thing' as in the rest of the file. | Luigi Rizzo | 2004-04-18 | 1 | -1/+1 |
| * | Replace Bcopy/Bzero with 'the real thing' as in the rest of the file. | Luigi Rizzo | 2004-04-18 | 2 | -8/+8 |
| * | replace Bcmp() with the same bcmp() used in the rest of the file. | Luigi Rizzo | 2004-04-18 | 2 | -4/+4 |
| * | MFamd64 | Alan Cox | 2004-04-18 | 3 | -153/+25 |
| * | Miscellaneous style fixes, including yet another attempt to get the | Bruce Evans | 2004-04-18 | 1 | -21/+23 |
| * | MFamd64 | Alan Cox | 2004-04-18 | 2 | -71/+15 |
| * | Fixed some style bugs in rev.1.1 (only 2 entries were misformatted). | Bruce Evans | 2004-04-18 | 1 | -11/+11 |
| * | Fixed some style bugs (perfect tab lossage on every line) in rev.1.4. | Bruce Evans | 2004-04-18 | 1 | -11/+11 |
| * | Fixed some style bugs (misformatting) in rev.1.9. | Bruce Evans | 2004-04-18 | 1 | -2/+2 |
| * | Oops, fixed some more style bugs (tab lossage) in rev.1.28. Fixed the | Bruce Evans | 2004-04-18 | 1 | -12/+12 |
| * | MFamd64 | Alan Cox | 2004-04-18 | 2 | -73/+15 |
| * | Fixed some style bugs in rev.1.24. Almost every line was misformatted, | Bruce Evans | 2004-04-18 | 1 | -7/+7 |
| * | Fixed some style bugs (formatting errors) in rev.1.25. | Bruce Evans | 2004-04-18 | 1 | -5/+5 |
| * | Script for downloading and printing in hex, the offical vendor ID's from | David E. O'Brien | 2004-04-18 | 1 | -0/+31 |
| * | Simplify the sf_buf implementation. In short, make it a trivial veneer | Alan Cox | 2004-04-18 | 2 | -72/+15 |
| * | Fixed some style bugs (tab lossage) in rev.1.26. | Bruce Evans | 2004-04-18 | 1 | -2/+2 |
| * | Instead of using a static, check for the FADT revision before using it. | Nate Lawson | 2004-04-18 | 1 | -12/+20 |
| * | Fixed some style bugs in rev.1.28. Almost every line was misindented. | Bruce Evans | 2004-04-18 | 1 | -9/+9 |
| * | Fixed a style bug (insertion sort error) in rev.1.29. This file should | Bruce Evans | 2004-04-18 | 1 | -10/+10 |
| * | Fixed some style bugs in previous commit. Almmost every line was | Bruce Evans | 2004-04-18 | 1 | -11/+13 |
| * | Fix typos (s/NetGraph/Netgraph/). | Hiroki Sato | 2004-04-18 | 2 | -4/+4 |
| * | move the cleanup of the control device into ciss_free and add some | Paul Saab | 2004-04-18 | 1 | -2/+10 |
| * | + rename and document an unused field in struct arpcom (field is still | Luigi Rizzo | 2004-04-18 | 7 | -6/+9 |
| * | Add my birthday. | Marius Strobl | 2004-04-18 | 1 | -0/+1 |
| * | Use IFF_ALLMULTI instead of if_amcount to decide if all multicast should | Atsushi Onoe | 2004-04-18 | 1 | -5/+10 |
| * | Minor changes to improve code readability (no actual code changes): | Luigi Rizzo | 2004-04-18 | 1 | -60/+63 |
| * | Don't give up if sending to one link fails, continue. | Ruslan Ermilov | 2004-04-17 | 1 | -1/+1 |
| * | use native names for if_link, ifa_link, if_addrhead. | Luigi Rizzo | 2004-04-17 | 1 | -4/+2 |
| * | Add 354k and 512k support. | Max Khon | 2004-04-17 | 2 | -14/+34 |
| * | Add a Davies-Meyer style hash to the output. This is still pure | Mark Murray | 2004-04-17 | 1 | -11/+123 |
| * | More removal of the abortive locking code; malloc buffers when | Mark Murray | 2004-04-17 | 1 | -4/+12 |
| * | sendmail_submit_enable and sendmail_outbound_enable checks were reverted. | Max Khon | 2004-04-17 | 1 | -2/+2 |