aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Remove atapi and joy, add svr4 and streams. I wonder if removing vinumDaniel C. Sobral1999-05-141-3/+3
* Sync with sys/i386/i386/userconfig.c revision 1.143.KATO Takenori1999-05-141-3/+3
* Add ntfs and splash_pcx, remove pcic and wcd (yikes! what was THATDaniel C. Sobral1999-05-141-5/+5
* Sync with sys/i386/conf/files.i386 revision 1.241.KATO Takenori1999-05-142-2/+6
* Adjust method dispatch to ensure that default methods are called properly.Doug Rabson1999-05-142-9/+18
* Correct comment to refer to kget(8).Joseph Koshy1999-05-141-3/+3
* Add ucmpdi2.c to the i386 libkern build.Justin T. Gibbs1999-05-142-2/+4
* Take the subvendor and subdevice ids into account during device probe.Justin T. Gibbs1999-05-142-184/+460
* Better workaround for aic7890 chip bug. Use the HS_MAILBOX register toJustin T. Gibbs1999-05-144-16/+55
* Add ucmpdi2.c to i386 libkern build. Its required for some quadJustin T. Gibbs1999-05-142-3/+4
* if_xe* now lives in sys/dev/pccard/David E. O'Brien1999-05-142-2/+4
* Add the `xe' Xircom PC Card driver.David E. O'Brien1999-05-147-7/+17
* This commit was generated by cvs2svn to compensate for changes in r47151,David E. O'Brien1999-05-141-78/+63
|\
| * Virgin import of Xircom PCCARD driver v1.19.vendor/xe/1.19David E. O'Brien1999-05-141-78/+63
* | Virgin import of Xircom PCCARD driver v1.19.David E. O'Brien1999-05-141-78/+63
* | This commit was generated by cvs2svn to compensate for changes in r47148,David E. O'Brien1999-05-141-14/+160
|\|
| * Virgin import of Xircom PCCARD driver v1.18vendor/xe/1.18David E. O'Brien1999-05-141-14/+160
* | Virgin import of Xircom PCCARD driver v1.18David E. O'Brien1999-05-141-14/+160
* | This commit was generated by cvs2svn to compensate for changes in r47145,David E. O'Brien1999-05-141-34/+87
|\|
| * Virgin import of Xircom PCCARD driver v1.17vendor/xe/1.17David E. O'Brien1999-05-141-34/+87
* | Virgin import of Xircom PCCARD driver v1.17David E. O'Brien1999-05-141-34/+87
* | This commit was generated by cvs2svn to compensate for changes in r47142,David E. O'Brien1999-05-141-4/+6
|\|
| * Virgin import of Xircom PCCARD driver v1.16.vendor/xe/1.16David E. O'Brien1999-05-141-4/+6
* | Virgin import of Xircom PCCARD driver v1.16.David E. O'Brien1999-05-141-4/+6
* | This commit was generated by cvs2svn to compensate for changes in r47139,David E. O'Brien1999-05-141-5/+9
|\|
| * Virgin import of Xircom PCCARD driver v1.15vendor/xe/1.15David E. O'Brien1999-05-141-5/+9
* | Virgin import of Xircom PCCARD driver v1.15David E. O'Brien1999-05-141-5/+9
* | This commit was generated by cvs2svn to compensate for changes in r47136,David E. O'Brien1999-05-142-1303/+1373
|\|
| * Virgin import of Xircom PCCARD driver v1.14vendor/xe/1.14David E. O'Brien1999-05-142-1303/+1373
* | Virgin import of Xircom PCCARD driver v1.14David E. O'Brien1999-05-142-1303/+1373
* | This commit was generated by cvs2svn to compensate for changes in r47133,David E. O'Brien1999-05-142-0/+2439
|\|
| * Virgin import of Xircom PCCARD driver v1.13vendor/xe/1.13David E. O'Brien1999-05-142-0/+2439
* Virgin import of Xircom PCCARD driver v1.13David E. O'Brien1999-05-142-0/+2439
* Previously directories were sync'ed every 10 seconds while bitmaps &Kirk McKusick1999-05-142-6/+6
* Add a hook to ffs_fsync to allow soft updates to get first chance at doingKirk McKusick1999-05-145-58/+210
* Include <sys/systm.h> earlier as required by include changes.Mike Smith1999-05-141-2/+2
* Remove unneeded line of code that got left behind when I converted thisBill Paul1999-05-131-3/+2
* Better English.Brian Somers1999-05-131-2/+2
* Removed an especially bogus cast.Bruce Evans1999-05-131-2/+2
* Casting handles from void * to uintptr_t on the way to dev_t becameBruce Evans1999-05-131-3/+3
* Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines wereBruce Evans1999-05-134-36/+46
* Vinum doesn't compile right now.Poul-Henning Kamp1999-05-131-2/+5
* Added ../sys/syscall.mk to targets. Back it up like all the otherBruce Evans1999-05-131-1/+2
* Regenerated.Bruce Evans1999-05-136-8/+8
* Fixed nonsense arg type `const caddr_t' in the prototype() for utrace().Bruce Evans1999-05-132-5/+5
* memcmp -> bcmp. memcmp doesn't exist in the kernel, but unfortunatelyBruce Evans1999-05-132-4/+4
* Renamed the private copies of strlen and strcpy to gdb_strlen andBruce Evans1999-05-132-8/+6
* Fixed printing of a dev_t in a panic message. Fixed the function nameBruce Evans1999-05-132-4/+4
* Restored used include of <sys/systm.h>. -Wmissing-prototypes doesn't workBruce Evans1999-05-132-2/+5
* I'm told by the PR author that this page_size increment was inJordan K. Hubbard1999-05-131-2/+1