| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed misspelling of IPPORT_MAX as USHRT_MAX. Don't include <sys/limits.h> | bde | 2004-04-06 | 1 | -9/+9 |
* | Removed some less than useful comments: | bde | 2004-04-06 | 2 | -136/+0 |
* | Oops, fixed insertion sort error in the fix for an insertion sort error. | bde | 2004-04-06 | 1 | -9/+8 |
* | Fixed unsorting of prototypes in previous commit and 1.134. | bde | 2004-04-06 | 1 | -2/+2 |
* | - Improved the TX performance with polling(4) by only checking the | ru | 2004-04-06 | 2 | -16/+11 |
* | Eliminate vm_pager_map_page() and vm_pager_unmap_page() and their uses. | alc | 2004-04-06 | 3 | -32/+12 |
* | Add imperfect comments identifying the function of various nfs socket | rwatson | 2004-04-06 | 1 | -6/+6 |
* | Remove avail_end. As of yesterday, it is unused. | alc | 2004-04-06 | 2 | -3/+0 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 10 | -40/+0 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 9 | -36/+0 |
* | Resolve the issue of whether frames have FCS or not. Frame data does not | sam | 2004-04-05 | 1 | -0/+5 |
* | eliminate nested include by making MALLOC_DECLARE conditional on the | sam | 2004-04-05 | 2 | -1/+2 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 37 | -148/+0 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 56 | -228/+0 |
* | Remove the advertsing clause, per the Regent's letter dated July 22, 1999. | imp | 2004-04-05 | 18 | -77/+0 |
* | Uncomment the cy driver since it works again. | bde | 2004-04-05 | 1 | -3/+2 |
* | add definitions for WME, WPA (and WPA2), and miscellaneous other stuff | sam | 2004-04-05 | 1 | -1/+145 |
* | - Rewritten TX to use only two pointers to track producer/consumer. | ru | 2004-04-05 | 4 | -254/+322 |
* | Unbreak the bootloader build by excluding ctype.h. | njl | 2004-04-05 | 1 | -0/+2 |
* | Properly detect loops by recording the interface pointer in an mtag. | ru | 2004-04-05 | 2 | -20/+33 |
* | Try not to crash instantly when signalling a libthr program to death. | dfr | 2004-04-05 | 1 | -1/+1 |
* | Regen. | dfr | 2004-04-05 | 6 | -7/+15 |
* | Add lgetfh(2) which is like getfh(2) but doesn't follow symlinks. | dfr | 2004-04-05 | 3 | -1/+77 |
* | Print cpu features for crusoe processors. | dfr | 2004-04-05 | 1 | -0/+2 |
* | - The MiniportReset() function can return NDIS_STATUS_PENDING, in which | wpaul | 2004-04-05 | 4 | -54/+58 |
* | Converted the isa probe and attach to new-bus so that this driver works | bde | 2004-04-05 | 5 | -139/+247 |
* | Moved initialization of the lock from the (isa) probe function to the | bde | 2004-04-05 | 3 | -18/+18 |
* | Delay permission checks for VCHR vnodes until after vnode is locked in | kan | 2004-04-05 | 1 | -2/+7 |
* | use correct malloc type to allocate struct ieee80211_node's | sam | 2004-04-05 | 1 | -1/+1 |
* | export the malloc type M_80211_NODE for drivers that override the node | sam | 2004-04-05 | 2 | -0/+3 |
* | make malloc tag for ieee80211_node more recognizable | sam | 2004-04-05 | 1 | -1/+1 |
* | Remove avail_start on those platforms that no longer use it. (Only amd64 | alc | 2004-04-05 | 12 | -28/+8 |
* | Add #include for ctype.h to cover strupr() in the !_KERNEL case. | njl | 2004-04-05 | 1 | -0/+1 |
* | Add register definitions for the status and command registers for AGP. | imp | 2004-04-05 | 2 | -0/+44 |
* | Ever since rev 1.27 of puc.c, the port number that was exposed by puc(4) | marcel | 2004-04-05 | 1 | -1/+1 |
* | Two missed in previous commit -- compare pointer with NULL rather than | rwatson | 2004-04-05 | 2 | -4/+4 |
* | Prefer NULL to 0 when checking pointer values as integers or booleans. | rwatson | 2004-04-05 | 2 | -38/+40 |
* | Remove unused arguments from pmap_init(). | alc | 2004-04-05 | 10 | -13/+10 |
* | Eliminate unused arguments from vm_page_startup(). | alc | 2004-04-04 | 3 | -3/+3 |
* | Rename internal structure to fix cut & paste error. | archie | 2004-04-04 | 1 | -3/+3 |
* | Calculate bio_completed properly or die! | pjd | 2004-04-04 | 1 | -0/+3 |
* | Fix a panic possibility caused by returning without releasing locks. | pjd | 2004-04-04 | 1 | -37/+26 |
* | Spell 2 as SHUT_RDWR when used as an argument to soshutdown(). | rwatson | 2004-04-04 | 2 | -2/+2 |
* | Detatch incorrect spellings of detach. | rwatson | 2004-04-04 | 1 | -1/+1 |
* | Explicitly compare pointers with NULL rather than treating a pointer as | rwatson | 2004-04-04 | 2 | -6/+9 |
* | - Use the proper constant in sched_interact_update(). Previously, | jeff | 2004-04-04 | 1 | -1/+1 |
* | Put a bunch of output that us really only useful in a debug | markm | 2004-04-04 | 2 | -2/+26 |
* | - Use an ihandle_t to store the stdout instance handle instead of a | tmm | 2004-04-04 | 2 | -3/+3 |
* | whoops, forgot to fix these places where arpresolve() was used | luigi | 2004-04-04 | 3 | -3/+3 |