| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | When notifying protocol components of an event on an in6pcb, use the | rwatson | 2004-08-21 | 1 | -3/+5 |
* | When prepending space onto outgoing UDP datagram payloads to hold the | rwatson | 2004-08-21 | 1 | -4/+7 |
* | Add &release.type.current; to unbreak the build. | hrs | 2004-08-21 | 1 | -0/+21 |
* | mdoc(7) janitor: | simon | 2004-08-21 | 2 | -2/+4 |
* | Add &release.type.current; to unbreak the build. | hrs | 2004-08-21 | 1 | -0/+22 |
* | Pull debug symbols in for statically linked binary. | davidxu | 2004-08-21 | 2 | -0/+8 |
* | Bump version numbers for 6.0-CURRENT and fix some sentences. | hrs | 2004-08-21 | 3 | -24/+27 |
* | Attempt to make the probe for hardware more specific. | phk | 2004-08-21 | 1 | -3/+22 |
* | Back out the call to _init_tls() - something is broken there and it | dfr | 2004-08-21 | 1 | -2/+0 |
* | The UTF2 encoding and the INVALID keyword are now obsolete. | tjr | 2004-08-21 | 1 | -3/+3 |
* | Re-word warning about the UTF2 encoding, taking care to use the word | tjr | 2004-08-21 | 1 | -3/+3 |
* | Bump document date for previous. | tjr | 2004-08-21 | 2 | -2/+2 |
* | Re-word warning about the rune interface, taking care to use the word | tjr | 2004-08-21 | 2 | -12/+10 |
* | Change "deprecated" in link-time warnings about various rune functions | tjr | 2004-08-21 | 4 | -8/+8 |
* | Re-word compatibility section, taking care to use the word "obsolete" to | tjr | 2004-08-21 | 14 | -54/+64 |
* | Avoid accidental use of ANSI C trigraphs. | maxim | 2004-08-21 | 1 | -1/+2 |
* | Let GCC know that ___runetype(), ___tolower() and ___toupper() are pure | tjr | 2004-08-21 | 1 | -3/+3 |
* | Fix aperture size detection on some ALi chipsets by only using the lowest 4 bits | anholt | 2004-08-21 | 2 | -8/+8 |
* | Apply some stylistic changes based off of kern/70037 (content changes to | anholt | 2004-08-21 | 2 | -20/+20 |
* | Enter the long awaited start of FreeBSD 6.0! | obrien | 2004-08-21 | 1 | -1/+1 |
* | Add some details about our wonderful system. | obrien | 2004-08-21 | 1 | -1/+17 |
* | Document when this function came into FreeBSD. | obrien | 2004-08-21 | 1 | -1/+3 |
* | Don't bother calling the module event handlers from module_shutdown() | truckman | 2004-08-20 | 1 | -0/+3 |
* | Don't attempt to trigger the syncer thread final sync code in the | truckman | 2004-08-20 | 1 | -0/+3 |
* | Correct the args to busdma, mostly cosmetic. | sos | 2004-08-20 | 1 | -6/+5 |
* | Remove some dead code under a straggling APIC_IO #ifdef that I missed | jhb | 2004-08-20 | 1 | -7/+1 |
* | Use the new start for the offset, not the old end. | njl | 2004-08-20 | 1 | -1/+1 |
* | Add description of raidtest tool. | pjd | 2004-08-20 | 1 | -0/+1 |
* | Correctly handle BIOS resources that are duplicated (!). There are many | njl | 2004-08-20 | 1 | -4/+49 |
* | Remove a check that is too strict. With BIOSen that specify an IO/ctl port | njl | 2004-08-20 | 1 | -4/+0 |
* | Back out uipc_socket.c:1.208, as it incorrectly assumes that all | rwatson | 2004-08-20 | 1 | -3/+1 |
* | Remove unused file. | phk | 2004-08-20 | 1 | -67/+0 |
* | Rewrite of the floppy driver to make it MPsafe & GEOM friendly: | phk | 2004-08-20 | 9 | -2031/+1484 |
* | Immortalize the words of a -current reader. | des | 2004-08-20 | 1 | -0/+3 |
* | - fflush() standard output before fork()ing. | pjd | 2004-08-20 | 1 | -2/+2 |
* | Add the raidtest tool, which can be used for performance tests of storage dev... | pjd | 2004-08-20 | 3 | -0/+454 |
* | Add my birthday. | lesi | 2004-08-20 | 1 | -0/+1 |
* | Remove a couple of warnings and tweak an error message. | des | 2004-08-20 | 1 | -3/+1 |
* | Copy open_locked() from tinderbox.pl and use it to optionally acquire a | des | 2004-08-20 | 2 | -3/+63 |
* | document that the sk driver now supports the Belkin F5D5005 gige card. | jmg | 2004-08-20 | 1 | -1/+3 |
* | fix LOR's in sk. Original patch from dwhite. This moves the memory | jmg | 2004-08-20 | 4 | -88/+112 |
* | DONT PANIC | sos | 2004-08-20 | 1 | -1/+2 |
* | Revert the previous change. It works great for 4BSD but causes major | scottl | 2004-08-20 | 1 | -4/+0 |
* | Replace the ERRORS section with a DIAGNOSTICS section. | trhodes | 2004-08-20 | 1 | -21/+21 |
* | In maybe_preempt(), ignore threads that are in an inconsistent state. This | scottl | 2004-08-20 | 1 | -0/+4 |
* | put function's name at begining of column... | jmg | 2004-08-20 | 2 | -2/+4 |
* | Replace the ERRORS section with a DIAGNOSTICS section. | trhodes | 2004-08-20 | 1 | -15/+9 |
* | add pci id for Belkin F5D5005 Gigabit ethernet card. | jmg | 2004-08-20 | 4 | -0/+22 |
* | Fix a few style nits. | trhodes | 2004-08-20 | 1 | -11/+14 |
* | make sure that the socket is either accepting connections or is connected | jmg | 2004-08-20 | 1 | -1/+3 |