aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add vm object locking.Alan Cox2003-06-192-0/+12
* Assert that the vm object is locked in vm_page_try_to_free().Alan Cox2003-06-191-0/+2
* Fixing some glaring problems with aac_disk_dump().Scott Long2003-06-191-2/+18
* Fix a vm object reference leak in the page-based copy-on-write mechanismAlan Cox2003-06-191-1/+1
* Add a solaris compatible ofw interface for third party software thatJake Burkholder2003-06-192-0/+264
* Introduce a new flag on a file descriptor: DFLAG_SEEKABLE and use thatPoul-Henning Kamp2003-06-185-7/+8
* Reserve the last 5% of file descriptors for root use. This should allowMike Silbersack2003-06-181-2/+3
* Initialize struct fileops with C99 sparse initialization.Poul-Henning Kamp2003-06-187-31/+52
* Add FBTYPEs used by the sbus bus support in XFree86. This uses some ofJake Burkholder2003-06-181-4/+8
* Ignore fake ttes in pmap_copy, its too hard to deal with them not havingJake Burkholder2003-06-181-0/+2
* Further cleanup of the sparc64 busdma implementation:Thomas Moestl2003-06-187-365/+190
* Add defines required for TLS support.Alexander Kabaev2003-06-181-0/+2
* Moved the syscons options, kbd options and DEV_SPLASH to the MI optionsJake Burkholder2003-06-186-158/+33
* Now that most of this file is new, stylify the rest and correct theHartmut Brandt2003-06-181-59/+57
* Sleep on "-" in our normal state to simplify debugging.Poul-Henning Kamp2003-06-182-3/+5
* Style: __FBSDID().Hartmut Brandt2003-06-185-10/+16
* Add "GEOM_FOX", a class which detects and selects between multiplePoul-Henning Kamp2003-06-186-0/+480
* Add missing */Poul-Henning Kamp2003-06-181-1/+1
* Lock the vm object when freeing a vm page.Alan Cox2003-06-181-0/+14
* - Add support for DT_FLAGS.Matthew N. Dodd2003-06-181-5/+51
* Fix a performance bug in all of the various implementations ofAlan Cox2003-06-184-4/+4
* Handle recursion on the vm_page_queue_mtx manually in pmap_qenter andJake Burkholder2003-06-171-4/+10
* - Use a more robust mechanism for determining whether or not a kse is on aJeff Roberson2003-06-171-2/+1
* Drop the proc lock around SYSCTL_OUT in the no-threads case.Scott Long2003-06-171-0/+2
* This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is fullHartmut Brandt2003-06-1712-0/+6049
* Fix bge at 10Mbit. The defines for 10-Half and 10-Full were swapped.Paul Saab2003-06-171-2/+2
* Send the close request to the SMB server in smbfs_inactive(), instead ofTim J. Robbins2003-06-174-66/+34
* Add FREECOM PCCARD-IDE to the mix. It doesn't have a manufacturer orWarner Losh2003-06-171-0/+1
* Sync to 1.53Warner Losh2003-06-171-1/+5
* Add FREECOM PCCARD-IDEWarner Losh2003-06-171-0/+2
* Add definitions for the ioctls that are used by netgraph and harp to openHartmut Brandt2003-06-171-0/+18
* - Temporarily patch a problem where the interact score could be negativeJeff Roberson2003-06-171-1/+2
* Set f_mntfromname[] to "fdescfs" instead of "fdesc" for consistencyTim J. Robbins2003-06-171-1/+1
* MFp4: Fix two bugs causing possible deadlocks or panics, and one nit:Tim J. Robbins2003-06-173-13/+95
* - Add a new function "sched_interact_update()" that scales back the sleepJeff Roberson2003-06-171-23/+20
* Map icmp time exceeded responses to EHOSTUNREACH rather than 0 (no error);Mike Silbersack2003-06-171-1/+1
* Lock the vm object when freeing a page.Alan Cox2003-06-171-1/+9
* Hide the m_defrag* statistics under MBUF_STRESS_TEST, there seemsMike Silbersack2003-06-171-2/+8
* Re-introduction of the matcd CD driver.Frank Durda IV2003-06-176-0/+4127
* Do not attempt to access to inp_socket fields if the socket is in the TIME_WAITOlivier Houchard2003-06-171-13/+38
* Forgot to commit code to disable creating a bound thread in sameDavid Xu2003-06-162-0/+4
* When looking for the ':' separator in the root path, don't go pastIan Dowse2003-06-161-2/+2
* free type too if we can't add the child.John-Mark Gurney2003-06-161-1/+3
* fix misspelling of ORIR_NOTFOUNDJohn-Mark Gurney2003-06-161-1/+1
* Partially back out rev 1.87 by nuking fifo_inactive() and moving theDon Lewis2003-06-161-20/+4
* Repo-copy of sys/pci/if_en_pci.c to the rest of the midway driver (sys/dev/en)Hartmut Brandt2003-06-163-487/+2
* Fix the breakage introduced by rev. 1.43 of sys/dev/midway.c (don't commitHartmut Brandt2003-06-162-17/+93
* Reset ncpus to 1 for bound thread group since there is only oneDavid Xu2003-06-162-2/+6
* This file was ignored by CVS in my last commit for some reason:Poul-Henning Kamp2003-06-161-1/+0
* Bound check for broken Configuration ROM.Hidetoshi Shimokawa2003-06-161-5/+19