summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* enclose IPv6 part with ifdef INET6.ume2003-10-202-4/+6
* Mark dup as MPSAFE. Giant was pushed into dup ages ago, but it looksdwmalone2003-10-206-7/+7
* correct linkmtu handling.ume2003-10-2010-111/+142
* Remember to check the DE_WHITEOUT flag in the case where a clonedphk2003-10-201-4/+9
* If just gcc could make up its mind...sos2003-10-201-1/+1
* Only return valid DMA error bits.sos2003-10-201-1/+1
* Up delay from 10 to 100ms after reset, this helps some slow devicessos2003-10-201-1/+2
* Only announce ECC errors when its only that.sos2003-10-201-2/+2
* Fix some security bugs in the SVR4 emulator:tjr2003-10-206-20/+78
* We dont support CDROMREADAUDIO anymore.sos2003-10-201-18/+1
* Remove no longer existant CDIOCREADAUDIO ioctl.sos2003-10-201-9/+0
* When a driver successfully created a device on demand, we can directlyphk2003-10-201-7/+6
* - Synchronize access to a vm page's valid field using the containingalc2003-10-201-4/+10
* Put the RSE backing store at a fixed address. This change is triggeredmarcel2003-10-202-1/+3
* - Remove comments referring to functions that no longer exist.alc2003-10-201-2/+0
* Various style and type fixes in my last commit.cognet2003-10-201-16/+12
* - Hold the vm object's lock around calls to vm_page_set_validclean().alc2003-10-201-0/+4
* Fix m_head handling in sis_encap so that the correct mbuf is always handedsilby2003-10-191-9/+8
* Fix a problem where m_defrag would allocate a new mbuf to replace thesilby2003-10-192-16/+16
* Add a new macro M_ASSERTVALID which ensures that the mbuf in questionsilby2003-10-192-0/+8
* Add a testcase which validates that the same buffer can be passed tophk2003-10-192-0/+87
* - revert to old rijndael code. new rijndael code broke gbde.ume2003-10-197-1426/+1712
* falloc allocates a file structure and adds it to the file descriptordwmalone2003-10-198-31/+47
* - Add vm object locking to vfs_clean_pages() and vfs_bio_set_validclean().alc2003-10-191-2/+4
* Remove KASSERT check for negative bio_offsets, add "normal" EIOphk2003-10-192-4/+3
* Finish the removal of the bst/bsh confusion.imp2003-10-191-10/+10
* Remove debug printf().mux2003-10-191-1/+0
* Implement partially /proc/<pid>/maps.cognet2003-10-191-5/+96
* MFi386: revision 1.577.nyan2003-10-192-18/+34
* Fix LINT build by correcting a missed change.bms2003-10-191-1/+1
* Disable irqs before entering the power-off state. This is not knownnjl2003-10-191-0/+1
* Tidy up loose ends in the idle process. Call the MI cpu_idle() functionpeter2003-10-191-37/+5
* Add a stub cpu_idle() function for sparc64, alpha, powerpc. This is apeter2003-10-194-0/+24
* Use npxdrop in cpu_thread_exit to save some cycles.davidxu2003-10-191-1/+3
* Don't confuse tags and handles.imp2003-10-191-2/+2
* - Synchronize access to a vm page's valid field using the containingalc2003-10-191-43/+45
* Add the cpu_idle_hook() function pointer so that other idlers can benjl2003-10-184-20/+46
* - Synchronize access to the page's valid field inalc2003-10-181-1/+2
* - Increase the object lock's scope in vm_contig_launder() so that accessalc2003-10-184-17/+18
* Fix a typo. The module has the EISA front-end commented out, therefore thebms2003-10-181-1/+1
* Initialize b_iooffset before calling VOP_[SPEC]STRATEGYphk2003-10-181-0/+3
* Initialize b_iooffset before calling strategyphk2003-10-182-0/+2
* Corrections to revision 1.305alc2003-10-181-22/+36
* Retire b_pblkno which was an alias for a bio field which is forphk2003-10-181-1/+0
* Don't report b_pblkno, it is going away.phk2003-10-181-2/+2
* Do not initialize bp->b_pblkno, it is going away.phk2003-10-181-1/+0
* Retire bio_blkno entirely.phk2003-10-183-3/+1
* Eliminate use bio_blkno.phk2003-10-184-72/+38
* rtfree() must be called in lock context.ume2003-10-181-0/+1
* Discontinue bio_blkno usage.phk2003-10-182-6/+1
OpenPOWER on IntegriCloud