| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for Asus A6VM laptops. | philip | 2006-01-29 | 1 | -0/+12 |
* | Allow non-P laptops to make use of this module. | philip | 2006-01-29 | 1 | -81/+233 |
* | Back out of r1.148, it causes two arp replies to be sent with different mac | thompsa | 2006-01-29 | 1 | -1/+1 |
* | Add makefile for ce(4) module. | rik | 2006-01-29 | 1 | -0/+29 |
* | Fix module from panic. | rik | 2006-01-29 | 1 | -0/+1 |
* | Take a stab at making this compile when WITNESS is not defined. gcc can't | scottl | 2006-01-29 | 1 | -4/+4 |
* | Fix typo. | krion | 2006-01-29 | 1 | -1/+1 |
* | Fix the missing CD_VOLUME=1 in the cdrom.inf file on disc1 for the | marcel | 2006-01-29 | 1 | -1/+1 |
* | Fix an off-by-one error. | maxim | 2006-01-29 | 1 | -1/+1 |
* | Fix some potential NULL pointer dereferences. | netchild | 2006-01-29 | 1 | -27/+59 |
* | Add a couple of obviously missing xrefs to SEE ALSO: | yar | 2006-01-29 | 1 | -0/+2 |
* | Fix WEP examples. | damien | 2006-01-29 | 1 | -5/+6 |
* | Touch .Dd because the last commit was content-related. | yar | 2006-01-29 | 1 | -1/+1 |
* | Fix WEP examples. | damien | 2006-01-29 | 2 | -8/+8 |
* | Fix WEP examples. | damien | 2006-01-29 | 1 | -7/+5 |
* | Adjust tx power based on user preferences. | damien | 2006-01-29 | 1 | -0/+3 |
* | o Fix short preamble support | damien | 2006-01-29 | 3 | -60/+95 |
* | o Re-enable scatter/gather | damien | 2006-01-29 | 2 | -37/+45 |
* | Use ".Pa" for path names. | jkoshy | 2006-01-29 | 1 | -12/+12 |
* | The change a few years ago of having contigmalloc start its scan at the top | scottl | 2006-01-29 | 1 | -2/+19 |
* | Enable the lowest Cx state by default. This will save power and we have | njl | 2006-01-29 | 1 | -2/+2 |
* | Set MACHINE to i386(pc98). This fixes cross-building. | nyan | 2006-01-29 | 2 | -2/+6 |
* | firmware(9) is a subsystem to load binary data into the kernel via a | mlaier | 2006-01-29 | 17 | -1/+789 |
* | Unbreak on archs where %d doesn't print uintptr_t arithmetic. | mlaier | 2006-01-29 | 1 | -1/+2 |
* | Tune format scoring so (non)stereo format will get better chance | ariff | 2006-01-29 | 1 | -9/+17 |
* | Add a reference to geli(8). | pjd | 2006-01-29 | 1 | -0/+3 |
* | If the sysctl kern.pts.enable doesn't exist, check that /dev/ptmx is there, | cognet | 2006-01-29 | 1 | -2/+7 |
* | Rename use_old_pty variable to use_pts, as this more accurately reflects | rwatson | 2006-01-28 | 1 | -5/+4 |
* | Don't try to load KLDs if we're mounting the root. We'd otherwise panic. | ssouhlal | 2006-01-28 | 1 | -4/+12 |
* | Use $FreeBSD$ for the juggle version, rather than $P4$. This is good for | rwatson | 2006-01-28 | 1 | -1/+1 |
* | Manage the ucred for the NFS server using the crget/crfree API defined in | csjp | 2006-01-28 | 4 | -39/+47 |
* | s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/ | marcel | 2006-01-28 | 3 | -5/+5 |
* | s/R_IA64_/R_IA_64_/ | marcel | 2006-01-28 | 1 | -6/+6 |
* | Add _rwlock.h, apparently missed from the rwlock.h commit. | scottl | 2006-01-28 | 1 | -0/+39 |
* | Squash another invalid use of BUS_DMA_ALLOCNOW. | scottl | 2006-01-28 | 1 | -1/+1 |
* | - Add a note that passing NULL to pidfile_write(), pidfile_remove() and | pjd | 2006-01-28 | 1 | -3/+13 |
* | - Add ports-net-p2p collection | pav | 2006-01-28 | 1 | -0/+1 |
* | Never do programs contain so few bugs as when no debugging tools | dds | 2006-01-28 | 1 | -0/+4 |
* | Back out r1.653; it turns out that the race (or at least the printf) is | kris | 2006-01-28 | 1 | -20/+0 |
* | - Mention that users need to be in the wheel group to `su - root' by default,... | brd | 2006-01-28 | 1 | -3/+17 |
* | lock unused when INVARIANTS not defined, so don't declare it then | imp | 2006-01-28 | 1 | -0/+2 |
* | Add a basic reader/writer lock implementation to the kernel. This | jhb | 2006-01-27 | 6 | -0/+783 |
* | Whitespace. | jhb | 2006-01-27 | 1 | -3/+3 |
* | Oops, commit missed file from the previous change to enable multiple | jhb | 2006-01-27 | 1 | -0/+1 |
* | - Add support for having both a shared and exclusive queue of threads in | jhb | 2006-01-27 | 3 | -57/+193 |
* | Add a new ddb command 'show sleepq'. It takes a wait channel as an | jhb | 2006-01-27 | 1 | -2/+64 |
* | Call WITNESS_CHECK() in the page fault handler and immediately assume it | jhb | 2006-01-27 | 2 | -4/+20 |
* | Add a new macro wrapper WITNESS_CHECK() around the witness_warn() function. | jhb | 2006-01-27 | 2 | -1/+5 |
* | Add a new sysctl, debug.ktr.clear. If you write a non-zero value to this | jhb | 2006-01-27 | 1 | -0/+20 |
* | - Hide 'incorrect geometry warning' in non-interactive mode. A user should | jkim | 2006-01-27 | 2 | -22/+36 |