summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* IPv6 was not work on FDDI.ume2000-11-011-0/+87
* Wrong checksum may have been computed for certain UDP packets.ru2000-11-011-1/+1
* Apply style(9).obrien2000-11-011-2/+2
* Minimal set of diffs from the i386 bits to the AlphaLinux.obrien2000-11-011-29/+3
* Wrong checksum used for certain reassembled IP packets before diverting.ru2000-11-011-1/+4
* Allow the building of the syscall bits at compile time.obrien2000-11-011-1/+14
* Need to dummy-out rt_sigreturn.obrien2000-11-011-0/+3
* Need to include sys/proc.h.obrien2000-11-011-1/+2
* I don't know why this used to compile for me, but now structobrien2000-11-011-2/+2
* Make the target a little bit more generic.obrien2000-11-014-4/+16
* It's no longer true that "nobody uses ia beyond here"; it's nowjoe2000-11-011-1/+1
* kill old sb drivercg2000-11-012-946/+0
* switch over to new sb8/sb16 codecg2000-11-013-7/+5
* fix type check in pccard_beep_selectsanpei2000-11-011-1/+1
* "it's" --> "its" (possessive).mph2000-11-011-2/+2
* Cut&paste bug: Set USBD_SHORT_XFER_OK unconditionallyn_hibma2000-11-011-1/+1
* 1. Oops on last commit: note a few SCSI-3 items for data compression page.mjacob2000-10-311-1/+1
* scsi_sa.hmjacob2000-10-312-11/+36
* Treat engine inquiry the same as path inquiry in xptioctl().gibbs2000-10-311-5/+3
* Don't needlessly indirect the APM softstate. It does nothing butnsayer2000-10-312-12/+4
* Generate bmov instructions for all move requests. The drivergibbs2000-10-311-3/+3
* aic7xxx.c:gibbs2000-10-318-368/+706
* Add the aic7xxx option AHC_DEBUG_SEQUENCER. This enables some diagnosticgibbs2000-10-311-0/+2
* 0x03F -> 0x3F for consistancy with the rest of the file.gibbs2000-10-311-1/+1
* Allow async transfer negotiation updates to modify tagging behavior.gibbs2000-10-311-3/+1
* Use do { ... } while (0) to wrap the body of mtx_assert().jhb2000-10-311-2/+2
* Swap the order of two tags in the pppoe PADI and PADS packetsjulian2000-10-311-3/+3
* Fix typo in commentsroger2000-10-313-6/+6
* Upgrade to driver 2.18roger2000-10-315-15/+140
* If acpica driver is loaded using kldload(8), warn and just ignore.takawata2000-10-312-0/+10
* Deprecate devsw->d_bmaj entirely.phk2000-10-315-215/+5
* Do not waste a time saving a copy of IP header if we are certainlyru2000-10-311-1/+2
* Remove unused #includes.phk2000-10-315-35/+0
* Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comesnyan2000-10-312-0/+4
* Add a new ioctl for doing virgin disklabels.jkh2000-10-314-0/+37
* I'm dropping the MAINTAINER request and see what happens. If it becomesmjacob2000-10-311-2/+0
* Makefile for ACPI CA base acpi driver kernel module.takawata2000-10-312-0/+102
* Oops, in previous commit(rev.1.4), I replacedsanpei2000-10-311-6/+6
* fix the sigaltstack hack by lowering the stack size to the original valuegallatin2000-10-311-0/+2
* Change the format of ngpppoe_init_data so that the provider is NULbrian2000-10-312-30/+148
* Add pcib_if location to list of *.m files.takawata2000-10-311-1/+1
* o Deny access to System V IPC from within jail by default, as in therwatson2000-10-315-0/+54
* Convert the de driver into a loadable module. Still missing is anmarkm2000-10-314-145/+36
* Call dc_apply_fixup() in dc_setcfg() for the MII case.wpaul2000-10-312-0/+8
* Grrr. The 'reg' variable in dc_apply_fixup() needs to be a u_int32_t, notwpaul2000-10-302-2/+2
* Allow XPT_PATH_INQ to be performed on the XPT device, as per the CAM spec.scottl2000-10-301-1/+7
* Try a bit harder to test for ATA/ATAPI HW to probe, this is to avoidsos2000-10-301-3/+15
* Remove an evil conditional nested include of <sys/systm.h>phk2000-10-301-1/+0
* Add a missing <sys/systm.h>phk2000-10-301-0/+1
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>phk2000-10-3022-0/+22
OpenPOWER on IntegriCloud