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