summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Upgrade the bktr driver from 2.07 to 2.10.roger2000-04-0411-638/+1334
* Add multiple #include protectionroger2000-04-043-0/+18
* Remove obsolete reference to PCVT_FREEBSD.hm2000-04-042-2/+2
* Pass me the pointy hat.gj2000-04-041-1/+6
* Allow MAXDEP dependants, not MAXDEP-1.dfr2000-04-041-1/+1
* Add a missing PXE API call and structure.ps2000-04-041-0/+11
* Fix mbuf leaking - duh!dmlb2000-04-041-6/+9
* Fix pcic_detach_socket to get right pcic_handle.imp2000-04-042-2/+2
* Be consistant about using the right child to get the ivars, which isimp2000-04-041-7/+20
* enable emu10k1 (sblive) driver, though still playback onlycg2000-04-041-1/+1
* make the click on starting output go awaycg2000-04-041-20/+24
* Add all the PXE related structures from the 2.1 PXE spec from Intel.ps2000-04-042-155/+531
* Dereference a pointer (print int instead of pointer value)n_hibma2000-04-031-1/+1
* Numerous fixes brought in by Lennart Augustsson from NetBSD:n_hibma2000-04-031-47/+151
* OpenBSD has a broken debugger that does not grok static. Use an_hibma2000-04-0323-606/+611
* Nuke csu_hdr from struct cspace. csu_hdr is not used anywhere in thegj2000-04-031-7/+2
* Regen.n_hibma2000-04-032-120/+418
* Add Freecom + product; Update NetBSD's copyrightn_hibma2000-04-031-1/+5
* Add a hack to cam that makes the cam_xpt available to the rest of then_hibma2000-04-033-28/+5
* Silence some warnings.phk2000-04-031-0/+1
* Unbreak LINT.yokota2000-04-032-1/+5
* regenerate with MPSAFE from syscalls.masteralfred2000-04-031-5/+5
* Make makesyscalls.sh parse an optional field 'MPSAFE' that specifiesalfred2000-04-032-18/+33
* Remove the !(I386 & SMP) tests; we don't run SMP on an i386 system, andmsmith2000-04-033-48/+0
* fix missing defines and prototype for emu_vdump()cg2000-04-033-6/+21
* Sync with NetBSD: Add a few id's and correct numerous typo'sn_hibma2000-04-031-47/+101
* Sync with NetBSD: Keep the bit position even when the report descriptor says ...n_hibma2000-04-021-2/+5
* Shoot. Did a compile in the wrong directory and missed this compilern_hibma2000-04-021-1/+1
* Remove a static variable, a uniquifier for a SCSI command. It might haven_hibma2000-04-021-5/+5
* Correct Charles Mott's email addressbrian2000-04-021-1/+1
* Clone bio versions of certain bits of infrastructure:phk2000-04-029-12/+345
* Make the sigprocmask() and geteuid() system calls MP SAFE. Expanddillon2000-04-026-48/+133
* I got the CAM numbers (path id's, buses, unit numbers) and newbusn_hibma2000-04-021-131/+231
* Print out more hints at illegal cksum len value.shin2000-04-021-2/+2
* Move htons() ip_len to after the in_delayed_cksum() call.shin2000-04-021-5/+5
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-0286-365/+413
* Add support for the LinkSys USB10T network adapter thatjmb2000-04-024-2/+14
* This new driver version uses the DMA mapping interfacegroudier2000-04-022-322/+1023
* Draw the outline of "struct bio".phk2000-04-024-25/+75
* - Add temporary workaround to fool some "clever" KVM switch productsyokota2000-04-022-10/+44
* Fix two problems in the ch(4) driver.ken2000-04-021-2/+13
* unfinished sblive driver, playback/mixer only for now - not enabled incg2000-04-023-0/+2502
* One in a while, something happens so uncannily that you get knocked offgreen2000-04-023-3/+3
* if USB support is not compiled into the kernel,jmb2000-04-021-0/+4
* Try and make the kernel build again without INET6.ps2000-04-021-0/+2
* Change the write-behind code to take more care when startingdillon2000-04-029-43/+80
* Unstaticize this driver. You can have as many snoop devices as you cangreen2000-04-022-130/+122
* Support per socket based IPv4 mapped IPv6 addr enable/disable control.shin2000-04-016-13/+17
* fail in attach if we seem to have no ac97 codeccg2000-04-016-8/+14
* bump the buffer size from 4k to 16k. should improve performance under load.cg2000-04-011-1/+1
OpenPOWER on IntegriCloud