summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Remove some long unused code.alc2003-10-202-11/+0
* Initialize the buf's b_object in pbgetvp(). Clear it in pbrelvp(). (Thisalc2003-10-202-1/+2
* fix build: linux_to_bsd_msf_lba is no longer used because of previous commitsam2003-10-201-12/+0
* 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
* Fix typo: s/dev_db/dev_mkdb/bmah2003-10-202-2/+2
* 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
* Bring the description of st_[cma]time modification conditions a bitdds2003-10-201-6/+18
* 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
* Update to using a 56k modem connection, plus add some verbage aboutimp2003-10-201-6/+13
* White space only changes. Put each sentence on a line by itself, perimp2003-10-201-36/+33
* 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
* This test relies on the concurrency level being 1; make it so.deischen2003-10-202-0/+6
* 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
* document the fact that kqueue will immediately return and not timeout whenjmg2003-10-201-0/+8
* 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
* Change the default mode for lost+found from 01777 to 0700. Theiedowse2003-10-191-1/+1
* - 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
* The re(4) driver works on CURRENT/alpha.bmah2003-10-192-2/+2
* Modified release notes: Fixed minor grammatical bugs in atkbd(4) bugbmah2003-10-192-6/+8
* 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
* Various NFS-related bug fixes (mostly related to using variable_get()des2003-10-196-3/+19
* Modified release note:hrs2003-10-192-4/+6
* MFi386: revision 1.577.nyan2003-10-192-18/+34
* s/5.0-CURRENT/FreeBSD 5.x/phk2003-10-191-2/+2
* 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
* Fix broken su -m behaviour :cognet2003-10-191-4/+2
* Use npxdrop in cpu_thread_exit to save some cycles.davidxu2003-10-191-1/+3
OpenPOWER on IntegriCloud