| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix problem on Promise "mio" controllers and 48bit mode caused by last commit | sos | 2005-08-22 | 1 | -0/+9 |
* | Spell powersavesleep correctly. | brian | 2005-08-22 | 2 | -2/+2 |
* | When looking for new lines in diff output, grep for '^[>+]' instead of | cperciva | 2005-08-22 | 1 | -1/+1 |
* | Most users probably aren't interested in locating 13000+ files named | cperciva | 2005-08-22 | 2 | -2/+2 |
* | Change pmap_extract() and pmap_extract_and_hold() to use PG_FRAME rather | alc | 2005-08-22 | 1 | -2/+6 |
* | SADB_UPDATE did not return an error when key length is invalid. | ume | 2005-08-22 | 1 | -2/+2 |
* | Add relationship between offence and beer. | grog | 2005-08-22 | 1 | -0/+5 |
* | Turn off sampling modes on the AMD64 till the time I can track down | jkoshy | 2005-08-22 | 1 | -0/+5 |
* | if_ral_pccard does not depend on pccard module directly, but rather | imp | 2005-08-22 | 1 | -1/+0 |
* | Set the mountpoint path in the superblock (fs_fsmnt) at mount-time | ssouhlal | 2005-08-21 | 1 | -1/+2 |
* | In ng_callout() assert that supplied arguments are non-NULL. | glebius | 2005-08-21 | 1 | -3/+4 |
* | Stop callout before freeing memory, so it won't panic from softclock. | pjd | 2005-08-21 | 1 | -0/+4 |
* | Before freeing memory, assert that there is no pending callout. | pjd | 2005-08-21 | 1 | -0/+1 |
* | Don't set the COMPLETE flag in an inodedep structure before the related | tegge | 2005-08-21 | 1 | -1/+1 |
* | By default, when doing crypto work in software, start as many threads | pjd | 2005-08-21 | 2 | -6/+13 |
* | Remove stale comment (we now always start worker thread). | pjd | 2005-08-21 | 1 | -5/+0 |
* | mp_ncpus is always (properly) initialized, even on UP kernels, so just use it. | pjd | 2005-08-21 | 1 | -5/+0 |
* | Commit correct version of the change and note the name of the new | andre | 2005-08-21 | 1 | -1/+1 |
* | Add a sysctl to change to length of the quotation of the original | andre | 2005-08-21 | 2 | -1/+17 |
* | Fix basic rates set for 802.11a/g operating modes. This can significantly | damien | 2005-08-21 | 2 | -22/+47 |
* | Add an option to have ICMP replies to non-local packets generated with | andre | 2005-08-21 | 2 | -1/+29 |
* | Enhanced WME (802.11e) support. | damien | 2005-08-21 | 2 | -5/+65 |
* | Remove the hack that varied the first character of the output file name | tjr | 2005-08-21 | 2 | -15/+5 |
* | Introduce pmap_pml4e_to_pdpe() and pmap_pdpe_to_pde() and use them to avoid | alc | 2005-08-20 | 1 | -12/+28 |
* | Silence "busy" warnings when unmounting devfs at system shutdown. This | rwatson | 2005-08-20 | 1 | -6/+16 |
* | Back-out the change from revision 1.14 and allow for '/' in labels again. | pjd | 2005-08-20 | 1 | -8/+0 |
* | Add some necessary bits for upcoming 802.11e support: | damien | 2005-08-20 | 3 | -64/+183 |
* | Move MINSIGSTKSZ from <machine/signal.h> to <machine/_limits.h> and rename | stefanf | 2005-08-20 | 15 | -41/+32 |
* | Remove IEEE80211_C_WPA from capabilities flags. WPA support is not fully | damien | 2005-08-20 | 1 | -2/+1 |
* | Export adapter's internal statistics sysctl even if IPW_DEBUG is not defined. | damien | 2005-08-20 | 1 | -6/+0 |
* | Export adapter's internal statistics sysctl even if IWI_DEBUG is not defined. | damien | 2005-08-20 | 1 | -6/+0 |
* | Don't automatically start scanning in if_init() if IEEE80211_ROAMING_MANUAL | damien | 2005-08-20 | 3 | -12/+18 |
* | Remove a stale occurrence of 'alpha' in a comment. | stefanf | 2005-08-20 | 1 | -1/+1 |
* | Properly un-giant-trick the cdevsw in fini_cdevsw() | phk | 2005-08-20 | 1 | -3/+7 |
* | Add a __packed keyword to g_eli_metadata struct definition, so | pjd | 2005-08-20 | 1 | -1/+1 |
* | Do not place paragraph information post-macro unless required by mdoc(7). | trhodes | 2005-08-20 | 1 | -2/+2 |
* | - Correctly parse output, when logging amount is limited in the | glebius | 2005-08-20 | 1 | -7/+15 |
* | Fix the "unexpected operator" bug some people are seeing. | netchild | 2005-08-20 | 1 | -2/+2 |
* | Remove reference to raid(4), the RAIDframe manual page, which was | simon | 2005-08-20 | 1 | -1/+0 |
* | Bail if interface is misspelled instead of falling out into the | ru | 2005-08-20 | 1 | -0/+2 |
* | Include <sys/types.h> and <limits.h> ourselves, don't assume they are included | stefanf | 2005-08-20 | 5 | -0/+5 |
* | Add missing brackets. | davidxu | 2005-08-19 | 1 | -1/+1 |
* | Allow to change number of iterations for PKCS#5v2. It can only be used | pjd | 2005-08-19 | 3 | -25/+85 |
* | - Add a missing period. | pjd | 2005-08-19 | 1 | -3/+3 |
* | Move function for calculating number of bits into more central place. | pjd | 2005-08-19 | 3 | -6/+14 |
* | Avoid code duplication and implement bitcount32() function in systm.h only. | pjd | 2005-08-19 | 5 | -113/+55 |
* | - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution. | stefanf | 2005-08-19 | 9 | -17/+13 |
* | -- storage engineer on the virtues of FC-AL | wilko | 2005-08-19 | 1 | -1/+6 |
* | Move the "yiddish cooking has killed more jews than Hitler" quote back | murray | 2005-08-19 | 2 | -3/+3 |
* | Fix a LOR between sched_lock and sleep queue lock. | davidxu | 2005-08-19 | 2 | -7/+8 |