aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-05-04117-117/+117
* Increase the initial size of a RAID-5 plex lock table to 256 entries,Greg Lehey2000-05-041-2/+2
* requeststatus: Correct check for striped plex.Greg Lehey2000-05-041-2/+2
* Don't hide bio structure behind macros like b_ioflags.Greg Lehey2000-05-041-40/+54
* expand_table: Avoid a race condition which may have been contributingGreg Lehey2000-05-041-1/+4
* lockrange: Avoid a race condition which was causing random corruption,Greg Lehey2000-05-041-6/+5
* remove_drive: correctly obliterate the magic number.Greg Lehey2000-05-041-7/+15
* Don't hide bio structure behind macros like b_ioflags.Greg Lehey2000-05-041-27/+35
* Only wake up one process when we're done configuring.Greg Lehey2000-05-041-2/+2
* Rename GENERIC98 to GENERIC.KATO Takenori2000-05-041-320/+0
* I mentioned yesterday that I could use some work, and Kelly says, "Commit myDoug White2000-05-032-38/+46
* If BUS_DEBUG is defined then create a sysctl, debug.bus_debug, thatPaul Richards2000-05-031-1/+6
* Convert the vm_pager_strategy() interface to take a struct bio instead ofPoul-Henning Kamp2000-05-036-104/+76
* Remove 42 unneeded #include <sys/ioccom.h>.Poul-Henning Kamp2000-05-0343-43/+0
* Don't allow VOP_GETEXTATTR to set uio->uio_offset != 0, as we don'tRobert Watson2000-05-031-12/+10
* - Removed hi-resolution mode supports.Yoshihiro Takahashi2000-05-031-29/+13
* Move sn and cs drivers from the compat section to the real section.Warner Losh2000-05-032-8/+8
* Replace all the ifdef debugging spaghetti with a single ifdef andPaul Richards2000-05-031-40/+22
* Force the address of the socket to be INADDR_ANY immediately beforePaul Richards2000-05-021-1/+13
* Bump FreeBSD_version after module version changesPeter Wemm2000-05-021-1/+1
* Don't assume *lasthook is initialized in ng_path2node().Archie Cobbs2000-05-021-2/+2
* Remove an unnecessary error messageLuigi Rizzo2000-05-021-0/+2
* Add the udbp moduleNick Hibma2000-05-021-0/+1
* Add PnP ID for vadem based plug and play card.Warner Losh2000-05-021-0/+1
* Add ENOTSUP, which is specified as an error return value for variousJason Evans2000-05-021-0/+1
* Add the logical ID of FUJITSU Modem 33600 PNP/I2.Seigo Tanimura2000-05-022-0/+2
* Add man page for pxeboot.Doug White2000-05-022-1/+132
* Cause modules to build with the kernel build. Modules are removedChuck Robey2000-05-024-3/+54
* Add in include of <machine/clock.h> which defines DELAY.Matt Jacob2000-05-021-0/+1
* Fix broken multi-link fragment reassembly algorithm.Archie Cobbs2000-05-022-260/+715
* Macro call to ng_send_dataq() should have been to ng_send_data() instead.Archie Cobbs2000-05-011-5/+5
* Use 'type_name' structure field instead of 'typename', which isArchie Cobbs2000-05-013-2/+23
* The USB double bulk pipe driver (Host to host cables). Currently thereNick Hibma2000-05-0110-1/+920
* A temporary band-aid for ng_base. It works for some people, a betterPeter Wemm2000-05-011-6/+3
* Add $FreeBSD$Peter Wemm2000-05-0192-7/+131
* Regen.Nick Hibma2000-05-012-2/+9
* Add the EzLink adapter IdNick Hibma2000-05-011-0/+1
* Add missing $FreeBSD$Peter Wemm2000-05-016-0/+8
* Move and staticize the bufchain functions so they become local to thePoul-Henning Kamp2000-05-013-137/+137
* Zap KMODDEPS linePeter Wemm2000-05-0132-32/+0
* Add TAILQ_FOREACH_REVERSE() macro.Archie Cobbs2000-05-011-1/+7
* Remove KMODDEPS support. All our existing dependencies are specifiedPeter Wemm2000-05-011-18/+6
* GC unused variable (size)Peter Wemm2000-05-011-1/+0
* Fix some warnings on the Alpha. sizeof() returns different things onPeter Wemm2000-05-011-2/+2
* Wrap the failure warnings around PXE_DEBUG in the cleanup routine.Paul Saab2000-05-011-3/+9
* Update loader logic to distinguish modules vs. files.Boris Popov2000-05-0122-491/+741
* Convert to struct bio instead of struct buf.Poul-Henning Kamp2000-05-012-180/+150
* Give struct bio it's own call back mechanism.Poul-Henning Kamp2000-05-016-42/+62
* Move the MSG* and SEM* options to opt_sysvipc.hPeter Wemm2000-05-0112-386/+240
* Regenerate (removed semconfig)Peter Wemm2000-05-016-15/+8