summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded #include <sys/buf.h>phk2000-05-053-3/+0
* Don't use struct buf for random small temporary buffers.phk2000-05-052-10/+14
* GENERIC98 -> GENERICnyan2000-05-051-1/+1
* Don't use getebuf() unless you really need a struct buf. Malloc willphk2000-05-051-10/+12
* Remove the static heap. It is unknown why it was needed in theps2000-05-051-10/+0
* Build modules in a subdir of the kernel build dir. Add a `cleandir'obrien2000-05-051-4/+8
* Lay the groundwork for on-demand dictionary expansion.dcs2000-05-053-5/+48
* Document the new statistics control messages.archie2000-05-051-1/+19
* Fix a couple of bugs:archie2000-05-052-41/+253
* Add a little do-nothing ``slopsucker'' device which gives a homewollman2000-05-043-0/+132
* Correct a bug whereby allocations to the dictionary would not be alloweddcs2000-05-041-3/+3
* Make documentation on recently added heap? command reflect reality.dcs2000-05-042-4/+4
* Add "heap?" to loader's man page.dcs2000-05-042-0/+6
* Further improve ordering.dcs2000-05-042-8/+8
* Sort entries in FreeBSD-specific FICL commands.dcs2000-05-042-28/+28
* Set MAKEOBJDIRPREFIX to modules/ in the current directory and build modulesobrien2000-05-042-12/+20
* Add heap?, so we can tell how much free space we have left.dcs2000-05-041-0/+9
* Add PCI identification for another SmartArray 4200, which identifiesjlemon2000-05-041-6/+14
* Fix one bug where the kn_head list could be manipulated withoutjlemon2000-05-041-2/+8
* Change the definition of sdata from u_long --> intptr_t to correctlyjlemon2000-05-041-1/+1
* fix the 100% cpu in xmms issuecg2000-05-041-1/+0
* Move netgraph node type man pages from section 8 to section 4.archie2000-05-0458-3331/+130
* Don't assume that the PCI BIOS is going to clear the unused bits in %ecxmsmith2000-05-046-6/+30
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-04117-117/+117
* 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
OpenPOWER on IntegriCloud