summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFi386: revision 1.1079nyan2003-03-091-6/+5
* Merged from sys/dev/syscons/syscons.c revision 1.396.nyan2003-03-091-0/+4
* Merged from sys/dev/sio/sio.c revisions 1.387 and 1.388.nyan2003-03-092-4/+22
* Build the drm module also on pc98.nyan2003-03-091-1/+1
* Remove unneeded #include of geom_stats.hphk2003-03-092-2/+0
* Stamp out Danglish.phk2003-03-091-1/+1
* Don't use statistics counters to detect outstanding I/O.phk2003-03-091-1/+1
* Don't abuse the statistics counters for detecting if we have outstandingphk2003-03-091-6/+10
* Add u_int nstart, nend counters to consumer and providers so we will notphk2003-03-091-0/+2
* When a DEV class consumer is orphan'ed we need to wait for all thephk2003-03-091-11/+20
* Cosmetic change, make it QUEUE_MACRO_DEBUG friendlydavidxu2003-03-091-1/+1
* Update the DRM to latest from DRI CVS. This is approximately the versionanholt2003-03-0958-5842/+6128
* Hold the proc lock while accessing p_procsig in trapsignal().tjr2003-03-091-1/+2
* Discard the packet if the netisr queue is null instead of panicing, forjlemon2003-03-081-2/+8
* Remove check for t_state == TCPS_TIME_WAIT and introduce the tw structure.jlemon2003-03-081-13/+15
* Remove a panic(); if the zone allocator can't provide more timewaitjlemon2003-03-087-73/+116
* Fix module build by adding options to Makefile.jlemon2003-03-082-2/+24
* Retire devstat_add_entry() as a public function and bump __FreeBSD_versionphk2003-03-083-7/+7
* Allocate the devstat structure with devstat_new_entry().phk2003-03-088-90/+81
* Correct names for fxp devices. Sort data by devid injdp2003-03-081-20/+20
* Allocate the devstat structure with devstat_new_entry().phk2003-03-085-24/+19
* Allocate devstat structure with devstat_new_entry().phk2003-03-081-2/+1
* Introduce a device driver for /dev/devstat, this will allow us to mmapphk2003-03-081-0/+112
* Augment the devstat structure with 3 new fields and bump the DEVSTAT_VERSION.phk2003-03-081-1/+14
* Revert last change and insure the driver can support other address families.jlemon2003-03-081-0/+18
* The tun driver is INET only. Don't pretend to support other address families.jlemon2003-03-081-25/+0
* Include correct opt_* headers for supported address families. Dike outjlemon2003-03-081-10/+5
* Centralize the devstat handling for all GEOM disk device driversphk2003-03-0856-250/+62
* Remove unimplemented IP-in-IPX encapsulation support (options IPTUNNEL).tjr2003-03-086-62/+0
* Zero copy send and receive fixes:ken2003-03-082-3/+10
* Lock sched_lock before modifying td_flags.davidxu2003-03-082-0/+4
* Initialize eflags in fake frame to default value rather than random one.davidxu2003-03-082-0/+2
* Use the appropriate size when zeroing out the unused portionmckusick2003-03-071-3/+3
* Replace u_int with "unsigned int" to prevent following errors:ache2003-03-071-4/+4
* Fix a spelling error.bbraun2003-03-071-1/+1
* Respect any passed in external lockmgr flags such as LK_NOWAIT in thejhb2003-03-071-4/+2
* Limit our requests to DFLTPHYS, this is generally a good idea forphk2003-03-071-0/+5
* Set f_fstypename in coda_nb_statfs().tjr2003-03-072-0/+2
* Fix a few spelling errors.trhodes2003-03-071-3/+3
* - improve timeout handling in fwmem.csimokawa2003-03-072-14/+22
* aic79xx.c:gibbs2003-03-064-38/+46
* When the system is panicing, the lock manager grants all lockmckusick2003-03-061-0/+8
* Oops, fix the double faults people were seeing with the recent changes tojhb2003-03-061-1/+1
* Add integer value of _CID handling.takawata2003-03-061-3/+33
* Add a temporary workaround for a deadlock in Coda venus 5.3.19 thattjr2003-03-064-4/+56
* Remove fragments of support for the FreeBSD 3.x and 4.x branches.tjr2003-03-065-25/+0
* MFp4(simokawa_sbp)simokawa2003-03-067-102/+193
* Remove GIANT_REQUIRED from sf_buf_free().alc2003-03-061-2/+0
* Instrument sysarch() MD privileged I/O access interfaces with a MACrwatson2003-03-0616-0/+133
* Remove ENABLE_VFS_IOOPT. It is a long unfinished work-in-progress.alc2003-03-0612-635/+2
OpenPOWER on IntegriCloud