summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Remove (some) unnecessary explicit initializations to zero.alc2003-02-011-8/+5
* SSC calls use break immediate 0x80000. 0x80001 only works formarcel2003-02-012-2/+2
* - Convert the tsleep()s in vm_wait() and vm_waitpfault() to msleep()salc2003-02-011-3/+10
* Put replace spaces with tabs in keeping with the rest of the file.joe2003-02-016-6/+6
* add PST to i386 notes.phk2003-02-011-0/+5
* Define new malloc type M_FW and use it.simokawa2003-02-018-76/+81
* Fix some typos in 3 comments.gj2003-02-011-4/+5
* - replace timeout with callout_*.simokawa2003-02-016-53/+51
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-0150-1679/+1532
* Check status FIFO more closely to report error.simokawa2003-02-011-11/+43
* Eliminate the sc_openmask, ccdopen() and ccdclose() functions, wephk2003-02-013-93/+12
* NO_GEOM cleanup: don't #include <sys/diskslice.h>phk2003-02-011-1/+0
* Under #ifdef DIAGNOSTIC, fill malloc(9) allocations which do not havephk2003-02-011-0/+8
* Under DIAGNOSTIC, only report expensive timeouts if they are more expensivephk2003-02-011-1/+2
* Add basic support for device wiring down to specific (CAM)simokawa2003-02-011-4/+55
* Move configuration of geom/providers into its own function in preparationphk2003-02-011-36/+65
* Build glue for zs_macio.benno2003-02-011-1/+1
* MacIO frontend for the zs driver.benno2003-02-011-0/+296
* - Introduce a flags value into the interrupt handler structure.benno2003-02-012-7/+11
* Sort device list by eui64 in acendent order correctly.simokawa2003-02-011-12/+12
* Move a comment and optimize the frag timeout code a slight bit.silby2003-02-011-3/+3
* Regen.shiba2003-02-011-4/+4
* Allied Telesis WR211PCM(wi) and Corega PCC-T(ed) haveshiba2003-02-011-1/+1
* - add pmap_pagedaemon_waken variablegrehan2003-02-013-141/+288
* Add deviceids for 6105 and 6105M chips. Further changes will be necessarysilby2003-02-014-0/+12
* Switch the if_vr driver from using our generic MII routines over tosilby2003-02-014-0/+186
* Make nirq mean 'number of irqs' and not 'last irq'.benno2003-02-011-5/+5
* Only add one tick per tick to the thread stats, instead of some random number.julian2003-01-312-4/+4
* Remove commented out g_enc_dos_partition(). We won't be needing it.phk2003-01-311-18/+0
* Correct handling of locking for chroot() and chdir() cases: ratherrwatson2003-01-312-14/+16
* Add PCI id for Quatech SSCLP-200/300 lowprofile single-port RS422/485 card.phk2003-01-311-0/+7
* SCSI Changers, SCSI Tapes, and SES devices work just about as well asmjacob2003-01-311-3/+3
* Clean up vnode handling on return from chroot() in certain errorrwatson2003-01-312-4/+8
* Add a rudimentary class for slicing Apple partitioned disks.phk2003-01-314-0/+201
* Add tuner code for WinTV Go FM (Hauppauge Model 44811 C133). Patchorion2003-01-311-0/+1
* function name change.simokawa2003-01-311-1/+1
* SBP related changes.simokawa2003-01-313-14/+64
* Use a local variable to store the number of ticks that elapsed intjr2003-01-311-2/+3
* Fixes from Thomas Nystrom to fix hanging problems experienced by vr cardssilby2003-01-314-68/+150
* SBP related changes.simokawa2003-01-312-8/+16
* Add some agility to the disk_create() API:phk2003-01-302-25/+63
* NO_GEOM cleanup: Remove sys/disklabel.h include.phk2003-01-301-2/+1
* NO_GEOM cleanup: remove DISKFLAG_{WANTED,LOCK}phk2003-01-301-3/+0
* NO_GEOM cleanup: retire disk_invalidate()phk2003-01-306-10/+0
* NO_GEOM cleanup: unifdef;phk2003-01-301-8/+0
* Add support for the Trek Thumbdrive 8MB USB Drive.trhodes2003-01-304-2/+21
* o Constrain inputs to 25Hz granularity so interpolator can operateorion2003-01-301-64/+97
* - bpf is now working (tested with tcpdump)fjoe2003-01-302-25/+16
* Fix some style and incorrect indentation level bugs.ambrisko2003-01-301-24/+24
* MFi386: Install the "boot" image which is boot1 + boot2.nyan2003-01-301-2/+7
OpenPOWER on IntegriCloud