summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reversed the order of the USB devices, makes sure the ugen device is probed lastn_hibma1998-12-101-4/+6
* Perform APM power-off on power-off request, not halt request.msmith1998-12-102-6/+6
* The shift and the masking were in the wrong order for extractingjulian1998-12-101-9/+9
* Remove some compiler warnings.julian1998-12-102-18/+12
* Rename one of the two devfs_link's to devfs_makelink.eivind1998-12-1010-36/+36
* Silence gcc -Wall -ansi -pedantic.wpaul1998-12-102-71/+65
* Support ESS1868 (and probably ESS688 & ESS1668).brian1998-12-108-245/+510
* Silence gcc -Wall -ansi -pedantic and fix minor bug in xl_txeof().wpaul1998-12-101-9/+7
* linux_pipe does not preserve the edx register. Linux andjkh1998-12-102-6/+24
* Revamp the way that exceptional message handling is performed so that itgibbs1998-12-106-664/+1118
* Convert debugging printfs to the CAM_DEBUG macro.gibbs1998-12-101-40/+50
* Expand the hba_misc fied in the Path Inquiry ccb to allow a controller drivergibbs1998-12-102-10/+65
* Eliminate compiler warning.archie1998-12-101-2/+2
* Eliminate compiler warning.archie1998-12-101-3/+3
* poll(2) sets POLLNVAL for descriptors passed in that are less thanjkh1998-12-101-2/+4
* Eliminate compiler warning.archie1998-12-103-4/+11
* Cleanup up the wording for the F00F bug workaround message.steve1998-12-102-4/+4
* In ktrwrite, use uio_procp = curproc vs 0rvb1998-12-101-2/+2
* Eliminate compiler warnings.archie1998-12-101-33/+36
* Various bug fixes:n_hibma1998-12-099-44/+65
* Preliminary support for OHCI motherboardsn_hibma1998-12-095-5/+2382
* 1) Fixed bug: sc was used unitialised in uhci_runn_hibma1998-12-091-21/+20
* Don't disable mmap with large file offset.dt1998-12-091-3/+2
* Remove the if fixed in the last commit; bde quite correctly point outeivind1998-12-092-6/+4
* Back out last change; there was 'fixup' code for the case later.eivind1998-12-091-1/+1
* Someday I hope people will learn that "#endif" is not a commenteivind1998-12-094-26/+26
* If we're not going to check returnvalues, it had better be M_WAITOK.eivind1998-12-091-2/+2
* Move the return so that the DEVFS code can execute, too. All code iseivind1998-12-091-2/+2
* Get rid of CTLTYPE_OPAQUE in a SYSCTL_OPAQUE - it is added my theeivind1998-12-093-6/+6
* malloc(xxx, yyy, M_WAITOK) does not fail. This probably explains whyeivind1998-12-092-12/+4
* Make compare correct with unsigned types. (Problem introduced by Lite/2).eivind1998-12-091-3/+3
* Check return value of malloc.eivind1998-12-091-3/+5
* Bailing out when malloc returns != NULL will not help anybody.eivind1998-12-091-2/+2
* Adjust prototype to match definition (by adding a 'const').eivind1998-12-092-4/+4
* Fix typo (; in "if (vp == NULL);").eivind1998-12-082-4/+4
* Better error checking.eivind1998-12-081-2/+2
* Use CNAME macro for pc98_system_parameter, which is referenced from Ckato1998-12-083-9/+9
* Backed out the FIOASYNC fix in rev.1.108. fcntl(fd, F_SETFL, flags)bde1998-12-081-2/+1
* Sync with sys/i386/conf/Makefile.i386 revision 1.130.kato1998-12-082-2/+10
* Sync with sys/i386/isa/fd.c, if_fe.c, npx.c and sio.c revisions 1.126,kato1998-12-086-20/+15
* Sync with sys/i386/i386/userconfig.c revision 1.117.kato1998-12-081-3/+3
* If there is no .depends file, use the standard ad-hoc way of ensuringimp1998-12-076-10/+27
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-07176-723/+433
* Fix grouping of statements. This remove a potential panic in the softeivind1998-12-071-5/+5
* Propagate unsignedness to all variants of 'k', and reorganize theeivind1998-12-071-24/+38
* unlocalize dateache1998-12-071-0/+1
* Move stime declaration to main block, otherwise can left uninitializedache1998-12-071-2/+3
* Clean up some pointer usage.eivind1998-12-071-2/+4
* Remove guard for < 0 on an unsigned variable.eivind1998-12-071-2/+2
* '\0' is the most ugly NULL pointer constant I've ever seen in real code.eivind1998-12-072-4/+4
OpenPOWER on IntegriCloud