| Commit message (Expand) | Author | Age | Files | Lines |
* | Reversed the order of the USB devices, makes sure the ugen device is probed last | n_hibma | 1998-12-10 | 1 | -4/+6 |
* | Perform APM power-off on power-off request, not halt request. | msmith | 1998-12-10 | 2 | -6/+6 |
* | The shift and the masking were in the wrong order for extracting | julian | 1998-12-10 | 1 | -9/+9 |
* | Remove some compiler warnings. | julian | 1998-12-10 | 2 | -18/+12 |
* | Rename one of the two devfs_link's to devfs_makelink. | eivind | 1998-12-10 | 10 | -36/+36 |
* | Silence gcc -Wall -ansi -pedantic. | wpaul | 1998-12-10 | 2 | -71/+65 |
* | Support ESS1868 (and probably ESS688 & ESS1668). | brian | 1998-12-10 | 8 | -245/+510 |
* | Silence gcc -Wall -ansi -pedantic and fix minor bug in xl_txeof(). | wpaul | 1998-12-10 | 1 | -9/+7 |
* | linux_pipe does not preserve the edx register. Linux and | jkh | 1998-12-10 | 2 | -6/+24 |
* | Revamp the way that exceptional message handling is performed so that it | gibbs | 1998-12-10 | 6 | -664/+1118 |
* | Convert debugging printfs to the CAM_DEBUG macro. | gibbs | 1998-12-10 | 1 | -40/+50 |
* | Expand the hba_misc fied in the Path Inquiry ccb to allow a controller driver | gibbs | 1998-12-10 | 2 | -10/+65 |
* | Eliminate compiler warning. | archie | 1998-12-10 | 1 | -2/+2 |
* | Eliminate compiler warning. | archie | 1998-12-10 | 1 | -3/+3 |
* | poll(2) sets POLLNVAL for descriptors passed in that are less than | jkh | 1998-12-10 | 1 | -2/+4 |
* | Eliminate compiler warning. | archie | 1998-12-10 | 3 | -4/+11 |
* | Cleanup up the wording for the F00F bug workaround message. | steve | 1998-12-10 | 2 | -4/+4 |
* | In ktrwrite, use uio_procp = curproc vs 0 | rvb | 1998-12-10 | 1 | -2/+2 |
* | Eliminate compiler warnings. | archie | 1998-12-10 | 1 | -33/+36 |
* | Various bug fixes: | n_hibma | 1998-12-09 | 9 | -44/+65 |
* | Preliminary support for OHCI motherboards | n_hibma | 1998-12-09 | 5 | -5/+2382 |
* | 1) Fixed bug: sc was used unitialised in uhci_run | n_hibma | 1998-12-09 | 1 | -21/+20 |
* | Don't disable mmap with large file offset. | dt | 1998-12-09 | 1 | -3/+2 |
* | Remove the if fixed in the last commit; bde quite correctly point out | eivind | 1998-12-09 | 2 | -6/+4 |
* | Back out last change; there was 'fixup' code for the case later. | eivind | 1998-12-09 | 1 | -1/+1 |
* | Someday I hope people will learn that "#endif" is not a comment | eivind | 1998-12-09 | 4 | -26/+26 |
* | If we're not going to check returnvalues, it had better be M_WAITOK. | eivind | 1998-12-09 | 1 | -2/+2 |
* | Move the return so that the DEVFS code can execute, too. All code is | eivind | 1998-12-09 | 1 | -2/+2 |
* | Get rid of CTLTYPE_OPAQUE in a SYSCTL_OPAQUE - it is added my the | eivind | 1998-12-09 | 3 | -6/+6 |
* | malloc(xxx, yyy, M_WAITOK) does not fail. This probably explains why | eivind | 1998-12-09 | 2 | -12/+4 |
* | Make compare correct with unsigned types. (Problem introduced by Lite/2). | eivind | 1998-12-09 | 1 | -3/+3 |
* | Check return value of malloc. | eivind | 1998-12-09 | 1 | -3/+5 |
* | Bailing out when malloc returns != NULL will not help anybody. | eivind | 1998-12-09 | 1 | -2/+2 |
* | Adjust prototype to match definition (by adding a 'const'). | eivind | 1998-12-09 | 2 | -4/+4 |
* | Fix typo (; in "if (vp == NULL);"). | eivind | 1998-12-08 | 2 | -4/+4 |
* | Better error checking. | eivind | 1998-12-08 | 1 | -2/+2 |
* | Use CNAME macro for pc98_system_parameter, which is referenced from C | kato | 1998-12-08 | 3 | -9/+9 |
* | Backed out the FIOASYNC fix in rev.1.108. fcntl(fd, F_SETFL, flags) | bde | 1998-12-08 | 1 | -2/+1 |
* | Sync with sys/i386/conf/Makefile.i386 revision 1.130. | kato | 1998-12-08 | 2 | -2/+10 |
* | Sync with sys/i386/isa/fd.c, if_fe.c, npx.c and sio.c revisions 1.126, | kato | 1998-12-08 | 6 | -20/+15 |
* | Sync with sys/i386/i386/userconfig.c revision 1.117. | kato | 1998-12-08 | 1 | -3/+3 |
* | If there is no .depends file, use the standard ad-hoc way of ensuring | imp | 1998-12-07 | 6 | -10/+27 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 176 | -723/+433 |
* | Fix grouping of statements. This remove a potential panic in the soft | eivind | 1998-12-07 | 1 | -5/+5 |
* | Propagate unsignedness to all variants of 'k', and reorganize the | eivind | 1998-12-07 | 1 | -24/+38 |
* | unlocalize date | ache | 1998-12-07 | 1 | -0/+1 |
* | Move stime declaration to main block, otherwise can left uninitialized | ache | 1998-12-07 | 1 | -2/+3 |
* | Clean up some pointer usage. | eivind | 1998-12-07 | 1 | -2/+4 |
* | Remove guard for < 0 on an unsigned variable. | eivind | 1998-12-07 | 1 | -2/+2 |
* | '\0' is the most ugly NULL pointer constant I've ever seen in real code. | eivind | 1998-12-07 | 2 | -4/+4 |