summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Devfs isn't quite dead yet... Add back devfs support to ptys..julian1999-08-171-1/+36
* Unbreak the nfs KLD_MODULE. It needs a bit more of vm_page.h than wasgreen1999-08-171-3/+5
* (1) Fix a spelling mistake in a comment.billf1999-08-171-2/+3
* Fix a printf(3) formatter to match its variable.billf1999-08-171-1/+1
* Fix a printf() formatter to match its variable.billf1999-08-171-2/+2
* Remove an unused variable.billf1999-08-171-2/+1
* Wrap two declarations that are only used in an #ifdef in their own #ifdef.billf1999-08-171-1/+5
* Welcome devtoname(), to most likely be used when printing informationbillf1999-08-176-15/+24
* vm_page_free_toq:alc1999-08-171-10/+2
* Add net.inet.tcp.blackhole and net.inet.udp.blackholecsgr1999-08-173-6/+25
* Recognize Interlink VersaPad. `Tap' action will be recognizedyokota1999-08-172-8/+200
* Add definitions for Interlink VersaPad.yokota1999-08-173-3/+75
* Fix a bug in debug-printfs of struct linux_termios fields, where I forgot tomarcel1999-08-172-10/+10
* Fix bug in the debug-printf of the vfork syscall, where the format specifiermarcel1999-08-172-48/+48
* - Added documentationn_hibma1999-08-171-1321/+1508
* Search for and interrogate the PnP BIOS if found. This code just printsmsmith1999-08-174-70/+512
* Mindbogglingly, many BIOS vendors expect to be able to load %ds withmsmith1999-08-174-32/+52
* Correct an accidental omission of one "vm_page_undirty" replacementalc1999-08-171-2/+2
* vm_page_free_toq:alc1999-08-171-1/+2
* Use V-FAST mode register to check whether it supports V-FST mode.nyan1999-08-172-6/+6
* Add the (inline) function vm_page_undirty for clearing the dirty bitmaskalc1999-08-179-23/+35
* vm_pageout_clean:alc1999-08-171-27/+1
* Bump CAM version number.gibbs1999-08-161-2/+2
* Differentiate between aic7895C chips and their earlier brethrengibbs1999-08-162-4/+12
* Add support for issuing immediate notify event ccbs for bus resets, bdrgibbs1999-08-162-135/+449
* Kill an unused INTSTAT type.gibbs1999-08-161-2/+1
* Fix a few compiler nits.gibbs1999-08-162-8/+14
* Add CAM_DEBUG_DELAY option.gibbs1999-08-161-1/+2
* Checkpoint work on handling error conditions.gibbs1999-08-162-73/+514
* xpt_release_devq now takes a count.gibbs1999-08-161-2/+3
* Implement the guts of the XPT_ABORT function code.gibbs1999-08-161-31/+111
* Add another flag for debugging just peripheral drivers. The whole debugginggibbs1999-08-161-6/+13
* Add another command characteristic flag for commands that are queuedgibbs1999-08-161-11/+15
* Change calling of chained event handler from always aftern_hibma1999-08-161-3/+7
* Clarify and cleanup some CAM queueing breakages.mjacob1999-08-161-176/+175
* add in SIMQFRZ_TIMED && CMD_RQLATER definesmjacob1999-08-161-2/+3
* add in new ICB structure variant (for 2200)mjacob1999-08-161-13/+23
* Clarify lun limits for FC && SCSI.mjacob1999-08-161-3/+16
* More code cleanup. Go back to using FULL_LOGIN Fibre Chan if f/w is less thanmjacob1999-08-161-91/+157
* Set some correct return values. Prefer I/O map all the time unless configuredmjacob1999-08-162-26/+40
* vm_map_lock*:alc1999-08-161-41/+52
* expand_name:billf1999-08-162-7/+7
* Put in a limit (8) for lun width- do not exceed probing this unless a devicemjacob1999-08-161-3/+9
* Implement linux_vfork() syscall by calling vfork(). Analogous to themarcel1999-08-165-6/+45
* Implement vfork() syscall.marcel1999-08-162-4/+4
* free_drive: mark drive down. This may fix a panic in the 'start' command.grog1999-08-161-1/+3
* Clean up some comments.grog1999-08-161-13/+11
* Fix a long standing bug in the auto-termination control settings forgibbs1999-08-162-16/+18
* Fix a long standing bug in the camq teardown code.gibbs1999-08-161-3/+3
* Properly set the alignment argument to bus_dma_tag_create(). If wegibbs1999-08-1636-88/+92
OpenPOWER on IntegriCloud