summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-0427-93/+50
* Fixed corruption of the "blocked" list in lf_setlock() when tsleep()bde1999-07-041-17/+20
* Patch the WaveLAN/IEEE driver to detect and reject oversized receivedwpaul1999-07-042-4/+38
* Remove the 'tty' interrupt label. This is obsolete.nyan1999-07-042-6/+6
* Quick fix for breakage of bounds checking in rev.1.12. Only onebde1999-07-041-2/+2
* Minor nit - pn_cachesize is not a PN_RX_BUG_WAR varible.peter1999-07-041-3/+3
* Some cleanup and rearrangement. hw.physmem is now an absolute quantity;jlemon1999-07-042-242/+196
* The vfs.write_behind sysctl and related code support has been added tomckusick1999-07-041-3/+40
* The buffer queue mechanism has been reformulated. Instead of havingmckusick1999-07-0411-247/+399
* Add the semi-official Bulk protocol id 'P'n_hibma1999-07-031-1/+6
* Update pathnames for new location of soft-updates sources.jdp1999-07-031-4/+4
* Update comment for new location of soft-updates sources.jdp1999-07-033-6/+6
* Make the change similar to that suggested by Nick Hibma to avoid divide bymjacob1999-07-031-3/+4
* printf int/dev_t (pointer) warningpeter1999-07-032-6/+6
* Delete stray static prototype.peter1999-07-031-2/+1
* Stop rfork(0) from panicing. (oops!!)peter1999-07-031-2/+3
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirepeter1999-07-0339-217/+60
* Improve compatibility with other systems by changing the defaultimp1999-07-0310-10/+100
* Remove bogus argument to LIST_HEAD_INITIALIZERn_hibma1999-07-031-2/+2
* Delete the 'device-driver' suffix. It's been meaningless for a long time.peter1999-07-0310-677/+657
* Only have the pci component compiled if pci is specified at config.peter1999-07-034-16/+8
* Move bt_isa.c to the cpu-independent isa section.peter1999-07-034-348/+4
* Fix warnings in last commit (dev_t is not an int, and not even intpeter1999-07-034-14/+16
* A minor tweak to shut up gcc (on the Alpha) for two (false) warnings.peter1999-07-031-2/+5
* Added copyright.kato1999-07-038-8/+200
* Removed unused files.kato1999-07-032-883/+0
* Moved LCD controle routine for certain models of EPSON laptops intokato1999-07-032-58/+10
* Sync with sys/i386/i386/machdep.c revision 1.349.kato1999-07-032-188/+268
* Be more informative and try to ask the user in some instances if we can'tphk1999-07-034-22/+42
* Bail after 5 attempts to read very noisy signals.phk1999-07-031-4/+6
* Warn about drivers which take over other drivers cdevsw entries, but stillphk1999-07-031-2/+12
* Sync with sys/i386/conf/majors.i386 revision 1.78.kato1999-07-031-1/+2
* Sync with sys/i386/conf/Makefile.i386 revision 1.157.kato1999-07-032-4/+10
* Fixed regression of $Id$ to "from: $Header$" in previous commit.bde1999-07-031-2/+1
* An SMP-specific change: Add the lock prefix to RMW operationsalc1999-07-038-12/+38
* sys/buf.h needs to have included sys/systm.h for spl prototypes.green1999-07-032-2/+2
* Well, don't try and probe 65535 luns- things just don't really work wellmjacob1999-07-031-1/+6
* Bump maxusers to 32 to match the i386.msmith1999-07-032-6/+6
* Remove pre-CAM code. Add in getenv_int calls for variables isp_mem_map,mjacob1999-07-022-650/+470
* Remove all pre-CAM code. Fix breakage for SCCLUN when it is in factmjacob1999-07-021-427/+80
* Merge defunct isp_freebsd_cam.h into this file. Do some appropriatemjacob1999-07-021-84/+128
* Roll revision levels. Add support for the Qlogic 2200 (warn aboutmjacob1999-07-021-130/+707
* Roll revision levels. Move DEFAULT_LOOPID definition to platform files.mjacob1999-07-021-40/+63
* Add in SNS and Fabric login/logout commands. Clean up ICBOPT defines.mjacob1999-07-021-20/+51
* This file is now obsolete.mjacob1999-07-021-183/+0
* Document the hw.physmem tunable. (There should be arch-specific tunablemsmith1999-07-021-0/+12
* Lightly overhaul the memory sizing code again.msmith1999-07-022-160/+254
* roll firmware for FCmjacob1999-07-021-11258/+11257
* Make sure that stat(2) and friends always return a valid st_dev field.phk1999-07-0214-38/+28
* Add keywords 'mirror' and 'stripe' when not in kernel mode.grog1999-07-022-0/+4
OpenPOWER on IntegriCloud