aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Avoid an unnecessary copy of a packet if it is already in a single mbuf.Luigi Rizzo2001-12-114-4/+14
* Delete some leftover code from a bygone age. We dont have an array ofPeter Wemm2001-12-112-22/+2
* - Add 'fwrite' and 'fseek' words for writing to and seeking on files.John Baldwin2001-12-118-27/+96
* Major restructuring for swizzling to the request queue and unswizzling fromMatt Jacob2001-12-119-579/+1500
* Add support for writing blocks to the loader's disk cache.John Baldwin2001-12-111-21/+92
* Add support for writing to BIOS disks.John Baldwin2001-12-111-3/+169
* Missed an assignment of arg6 in previous commit.David E. O'Brien2001-12-101-0/+1
* Get rid of irritating (bogus) message:Guido van Rooij2001-12-101-2/+5
* Adjust for the addition of CTR6.David E. O'Brien2001-12-101-1/+1
* Complete the CTR6 addition (and TR6 and ITR6...)David E. O'Brien2001-12-101-11/+11
* Add new boot flag to i386 boot: -p.Guido van Rooij2001-12-108-2/+37
* Regen from usbdevs rev 1.70: added some AGFA scannersSheldon Hearn2001-12-102-2/+51
* Add some AGFA scanners:Sheldon Hearn2001-12-101-0/+7
* I missed a string concatenation.David E. O'Brien2001-12-101-1/+1
* Add identification string for AMD-761 host to PCI bridge.Murray Stokely2001-12-102-0/+6
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-1092-306/+309
* Update to C99, s/__FUNCTION__/__func__/.David E. O'Brien2001-12-101-1/+1
* Update to C99, s/__FUNCTION__/__func__/.David E. O'Brien2001-12-106-25/+25
* Repeat after me -- "Use of ANSI string concatenation can be bad."David E. O'Brien2001-12-104-38/+38
* Add a CTR6, we need it now.David E. O'Brien2001-12-101-0/+8
* o Eliminate compilation warnings on 64-bit architectures.Alan Cox2001-12-101-3/+3
* Remove PAO3 dependent part where I missed to remove at last commit.Noriaki Mitsunaga2001-12-101-4/+0
* Add a NO_6_BYTE quirk for the D-series olympus digital cameras.Ian Dowse2001-12-091-0/+7
* We need machine/{signal,ucontext}.h to build a cross GCC compiler.David E. O'Brien2001-12-092-0/+138
* Following sys/i386/include/ansi.h rev 1.33, add additional integer typesDavid E. O'Brien2001-12-091-9/+57
* style(9)David E. O'Brien2001-12-095-44/+50
* We need machine/types.h to build a cross GCC compiler.David E. O'Brien2001-12-091-0/+72
* machine/limits.hDavid E. O'Brien2001-12-092-0/+430
* Disable sleep requests for 5 sec after wakeup. This is needed forMitsuru IWASAKI2001-12-092-0/+17
* - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated.Andrew R. Reiter2001-12-093-3/+3
* o Eliminate unnecessary synchronization from filt_aiodetach().Alan Cox2001-12-091-5/+3
* The ScanLogic SL11R-IDE claims to be SCSI-compatible, but actually requiresMike Smith2001-12-091-1/+11
* Allow maxusers to be specified as 0 in the kernel config, which willMatthew Dillon2001-12-0920-37/+73
* Pull in more stuff from procfs now that it's been pseudofsized.Dag-Erling Smørgrav2001-12-091-31/+3
* Fix various bugs in the debugging code and reenable it.Dag-Erling Smørgrav2001-12-092-9/+9
* Fix an incorrect PFS_TRACE. Also, use __func__ instead of __FUNCTION__.Dag-Erling Smørgrav2001-12-091-3/+3
* p_trespass() has been dead for over a year.Dag-Erling Smørgrav2001-12-081-1/+0
* Replace %i formatting characters with %d since printf(9) doesn't support %i.Alfred Perlstein2001-12-081-1/+1
* Fix a KSEfication brain-o in procfs_doprocfile(): return the path of the targ...Dag-Erling Smørgrav2001-12-082-3/+5
* The nbuf calculation was assuming that PAGE_SIZE = 4096 bytes, which isMatthew Dillon2001-12-081-6/+12
* Update the comment about System initialization to reflect the use ofChad David2001-12-081-8/+6
* o Expand list of tunables documented in loader.8 to include kern.maxusers,Robert Watson2001-12-071-0/+8
* - Fix a bunch of malloc calls where the M_FLAG is incorrectly used; itAndrew R. Reiter2001-12-071-5/+5
* o Our currenty userland boot code (due to rc.conf and rc.network) alwaysRobert Watson2001-12-071-1/+1
* This patch will fix the lockups associated with AMD 751,761,762 based AGPColeman Kane2001-12-074-14/+104
* Back out my "joy" change. It was really the for some uncommitted ataWarner Losh2001-12-071-1/+1
* - malloc should be passed M_WAITOK, not M_WAIT (a mbuf flag)Andrew R. Reiter2001-12-071-4/+1
* MFS (merge from stable): rev 1.13.4.13, fix ordering of IFF_RUNNING mods.Peter Wemm2001-12-071-2/+3
* MFS (merge from stable): rev 1.9.2.28, fix ordering of IFF_RUNNING mods.Peter Wemm2001-12-072-4/+4
* Part 2 of previous commit. Add joy_isa.c and joy_pccard.c.Peter Wemm2001-12-061-0/+2