summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Change the way that scatter/gather list tables are allocated so that wemsmith2000-05-064-39/+58
* Step down a level and issue format requests with a struct bio insteadphk2000-05-062-40/+40
* Remove devstat_end_transaction_buf() everybody usesphk2000-05-062-19/+0
* Implement TCP NewReno, as documented in RFC 2582. This allowsjlemon2000-05-066-15/+163
* All the screen savers other than "apm" build on the Alpha. daemon.ko hasobrien2000-05-062-3/+6
* Give the "streams" modulea version (1) and depend on it from thegreen2000-05-063-0/+3
* Add a version tag for the rtc port to depend on.peter2000-05-062-0/+4
* AUTHOR -> AUTHORSarchie2000-05-053-3/+3
* Confusing comment.n_hibma2000-05-051-1/+1
* Switch to using the .code16 as(1) directive and using 16-bit assemblyjhb2000-05-052-63/+138
* Apply patch to rl_rxeof() to really enforce payload alignment inwpaul2000-05-051-10/+7
* Oops, <sys/buf.h> still needed here for pc98 (and consequently sys/bio.h).phk2000-05-051-0/+2
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-05182-612/+197
* 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
OpenPOWER on IntegriCloud