summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Enable Linux threads support by default.julian1999-01-2612-229/+22
* Fix a couple of further bugs: missing argument to sprintf() andrnordier1999-01-251-3/+3
* Terminate commit for the Intel PIIX4 SMBus support. Already committed filesnsouch1999-01-256-9/+24
* Add kern.conf_dir sysctl. This is a R+W string used to specify thedillon1999-01-251-1/+6
* Port NetBSD's 19990120-accept bug fix. This works around the race conditionfenner1999-01-254-8/+21
* Don't free the socket address if soaccept() / pru_accept() doesn'tfenner1999-01-251-2/+3
* Identify the TI1250 PCMCIA/CardBus bridge. It seems that it's compatibletorstenb1999-01-254-4/+10
* Sync with sys/i386/conf/Makefile.i386 revision 1.137.kato1999-01-252-2/+6
* Correctly record the end of the a.out symbol table. In practice, arnordier1999-01-251-3/+3
* Don't try to call SYSUNINIT functions if there was a link error.dfr1999-01-255-6/+22
* Force the order of the setdefs* so that make -jN doesn't build thepeter1999-01-253-3/+9
* NO_LKM is no longer an option. LKM support is an option itself.peter1999-01-254-17/+4
* SMBus support for the Intel PIIX4 power management unit. See smbus(4),nsouch1999-01-242-0/+866
* Undo last commit - not a bug, just duplicate code. PG_MAPPED anddillon1999-01-241-2/+1
* Go back to only supporting revoke() for bdevs and cdevs. It is verybde1999-01-242-2/+10
* From the PR:msmith1999-01-243-6/+145
* Change all manual settings of vm_page_t->dirty = VM_PAGE_BITS_ALLdillon1999-01-247-32/+30
* Bleh. Missing 'unit =' doesn't help legacy num_ide_disks code.msmith1999-01-241-2/+2
* vm_map_split() used to dirty the page manually after callingdillon1999-01-241-4/+13
* From the PR:msmith1999-01-241-11/+7
* Add vm_page_dirty() inline with PQ_CACHE sanity checkdillon1999-01-241-1/+20
* Correct #include in vinumioctl.c to compile correctlygrog1999-01-241-2/+2
* Addendum: The original code that the last commit 'fixed' actually diddillon1999-01-241-1/+1
* vm_pager_put_pages() is passed an rcval array to hold per-page returndillon1999-01-247-33/+31
* Clear PG_MAPPED as well as PG_WRITEABLE when a page is moved to thedillon1999-01-241-3/+3
* Added warning printf ( needs INVARIANTS ) when busy cache page is founddillon1999-01-241-1/+4
* Add comment indicating that the vinum pseudo-device is experimental,grog1999-01-243-3/+15
* There was a situation where sendfile() might attempt to initiate I/Odillon1999-01-241-32/+35
* It is possible for a page in the cache to be busy. vm_pageout.c was notdillon1999-01-241-1/+5
* Add invariants to vm_page_busy() and vm_page_wakeup() to check fordillon1999-01-241-1/+12
* Clear PG_WRITEABLE in vm_page_cache(). This may or may not be a bug,dillon1999-01-241-2/+7
* Depreciate vm_object_pmap_copy() - nobody uses it. Everyone usesdillon1999-01-241-2/+14
* Get rid of unused old_m in vm_fault. Add INVARIANTS to test whetherdillon1999-01-241-4/+13
* Don't try to calculate B_CACHE for an NFS related bp that has adillon1999-01-241-2/+5
* Document root_disk_unitmsmith1999-01-241-0/+12
* biosdisk.cmsmith1999-01-244-13/+32
* Fill in the bi_bios_dev field in the bootinfo struct; the loader doesn'tmsmith1999-01-242-2/+4
* Move kernel-only declarations to within #ifdef KERNELarchie1999-01-231-4/+9
* Replace DEBUG by PLIP_DEBUG optionnsouch1999-01-232-7/+6
* Add various documented ppbus optionsnsouch1999-01-233-6/+33
* Update the alpha port to use the new syscons.dfr1999-01-2328-9906/+3632
* Fix a dot too many in path.rnordier1999-01-233-6/+6
* Added detection of Hauppauge IR remote control.roger1999-01-232-104/+412
* Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>roger1999-01-232-4/+8
* Suppress warnings when compiling LINT. No functional change.yokota1999-01-231-1/+7
* - Remove reference to obsolete options.yokota1999-01-235-30/+47
* Fix an expression parenthesization typo in a conditional. It should notdillon1999-01-231-2/+10
* Reenable John Dyson's low-memory VM_WAIT code for page reactivations outdillon1999-01-231-7/+13
* Update userref handling after discussion with submitter of previouspeter1999-01-231-4/+4
* Make the -I paths closer to what happens when compiling as part of thepeter1999-01-231-2/+2
OpenPOWER on IntegriCloud