summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Increase the initial size of a RAID-5 plex lock table to 256 entries,grog2000-05-041-2/+2
* requeststatus: Correct check for striped plex.grog2000-05-041-2/+2
* Don't hide bio structure behind macros like b_ioflags.grog2000-05-041-40/+54
* expand_table: Avoid a race condition which may have been contributinggrog2000-05-041-1/+4
* lockrange: Avoid a race condition which was causing random corruption,grog2000-05-041-6/+5
* remove_drive: correctly obliterate the magic number.grog2000-05-041-7/+15
* Don't hide bio structure behind macros like b_ioflags.grog2000-05-041-27/+35
* Only wake up one process when we're done configuring.grog2000-05-041-2/+2
* Rename GENERIC98 to GENERIC.kato2000-05-041-320/+0
* I mentioned yesterday that I could use some work, and Kelly says, "Commit mydwhite2000-05-032-38/+46
* If BUS_DEBUG is defined then create a sysctl, debug.bus_debug, thatpaul2000-05-031-1/+6
* Convert the vm_pager_strategy() interface to take a struct bio instead ofphk2000-05-036-104/+76
* Remove 42 unneeded #include <sys/ioccom.h>.phk2000-05-0343-43/+0
* Don't allow VOP_GETEXTATTR to set uio->uio_offset != 0, as we don'trwatson2000-05-031-12/+10
* - Removed hi-resolution mode supports.nyan2000-05-031-29/+13
* Move sn and cs drivers from the compat section to the real section.imp2000-05-032-8/+8
* Replace all the ifdef debugging spaghetti with a single ifdef andpaul2000-05-031-40/+22
* Force the address of the socket to be INADDR_ANY immediately beforepaul2000-05-021-1/+13
* Bump FreeBSD_version after module version changespeter2000-05-021-1/+1
* Don't assume *lasthook is initialized in ng_path2node().archie2000-05-021-2/+2
* Remove an unnecessary error messageluigi2000-05-021-0/+2
* Add the udbp modulen_hibma2000-05-021-0/+1
* Add PnP ID for vadem based plug and play card.imp2000-05-021-0/+1
* Add ENOTSUP, which is specified as an error return value for variousjasone2000-05-021-0/+1
* Add the logical ID of FUJITSU Modem 33600 PNP/I2.tanimura2000-05-022-0/+2
* Add man page for pxeboot.dwhite2000-05-022-1/+132
* Cause modules to build with the kernel build. Modules are removedchuckr2000-05-024-3/+54
* Add in include of <machine/clock.h> which defines DELAY.mjacob2000-05-021-0/+1
* Fix broken multi-link fragment reassembly algorithm.archie2000-05-022-260/+715
* Macro call to ng_send_dataq() should have been to ng_send_data() instead.archie2000-05-011-5/+5
* Use 'type_name' structure field instead of 'typename', which isarchie2000-05-013-2/+23
* The USB double bulk pipe driver (Host to host cables). Currently theren_hibma2000-05-0110-1/+920
* A temporary band-aid for ng_base. It works for some people, a betterpeter2000-05-011-6/+3
* Add $FreeBSD$peter2000-05-0193-8/+133
* Regen.n_hibma2000-05-012-2/+9
* Add the EzLink adapter Idn_hibma2000-05-011-0/+1
* Add missing $FreeBSD$peter2000-05-016-0/+8
* Move and staticize the bufchain functions so they become local to thephk2000-05-013-137/+137
* Zap KMODDEPS linepeter2000-05-0132-32/+0
* Add TAILQ_FOREACH_REVERSE() macro.archie2000-05-011-1/+7
* Remove KMODDEPS support. All our existing dependencies are specifiedpeter2000-05-011-18/+6
* GC unused variable (size)peter2000-05-011-1/+0
* Fix some warnings on the Alpha. sizeof() returns different things onpeter2000-05-011-2/+2
* Wrap the failure warnings around PXE_DEBUG in the cleanup routine.ps2000-05-011-3/+9
* Update loader logic to distinguish modules vs. files.bp2000-05-0122-491/+741
* Convert to struct bio instead of struct buf.phk2000-05-012-180/+150
* Give struct bio it's own call back mechanism.phk2000-05-016-42/+62
* Move the MSG* and SEM* options to opt_sysvipc.hpeter2000-05-0112-386/+240
* Regenerate (removed semconfig)peter2000-05-016-15/+8
* Remove the undocumented, flawed, broken-as-designed semconfig() syscall.peter2000-05-013-96/+2
OpenPOWER on IntegriCloud