summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the bus_dmamap_load_mbuf_sg() function to sparc64.scottl2005-01-153-15/+99
* Add a cast to fix a warning.scottl2005-01-151-1/+1
* Fix a problem reported by Pierre Beyssac. Sometinmes when ndis_get_info()wpaul2005-01-144-18/+23
* CAM will sometimes remove a disk again even before it finished beingphk2005-01-141-2/+4
* Bah, another whitespace fix.jhb2005-01-141-1/+1
* Remove an extraneous space.jhb2005-01-141-1/+1
* Remove redundant code to drop per-thread debug register state fromjhb2005-01-142-14/+1
* - Remove some OBE comments regarding cpu_exit(). cpu_exit() is no longerjhb2005-01-144-21/+6
* Drop the 'active-' prefix from the polarity printf to be consistent withjhb2005-01-141-1/+1
* Give up on trying to please everyone and restore 1.64 with regards totrhodes2005-01-141-1/+0
* NULL-terminate the . and .. directory entries. Apparently some tools ignorescottl2005-01-141-0/+2
* Replace the min() macro with a test that doesn't truncate the 64-bit valuesscottl2005-01-141-1/+4
* make umtx timeout relative so userland can select different clock type,davidxu2005-01-142-56/+55
* Fixed sparc64 LINT build.ru2005-01-141-0/+1
* Raise & drop IFF_RUNNING upon receival of netgraph flow controlglebius2005-01-141-0/+12
* Consider IFF_UP as "administratively up" flag, and IFF_RUNNING asglebius2005-01-141-2/+2
* Typo fix.keramida2005-01-141-1/+1
* o Clean up interface between ip_fw_chk() and its callers:glebius2005-01-145-89/+120
* Eliminate unused and constant arguments to smbfs_vinvalbuf()phk2005-01-144-26/+13
* Eliminate constant and unused arguments to nwfs_vinvalbuf()phk2005-01-144-25/+14
* Eliminate unused and unnecessary "cred" argument from vinvalbuf()phk2005-01-1413-27/+25
* pcic is no more on i386 port, so remove it from the hints.imp2005-01-141-9/+0
* This commit was generated by cvs2svn to compensate for changes in r140216,njl2005-01-141-0/+7
|\
| * Clean up a small memory leak introduced with the previous commit tonjl2005-01-141-0/+7
* | Match the LINUX32's style with existing styleobrien2005-01-1412-68/+68
* | Fix Linux compat 'uname -m' on AMD64.obrien2005-01-141-1/+7
* | Remove duplicate code.phk2005-01-131-4/+0
* | Use the standard FreeBSD licenseimp2005-01-135-37/+25
* | Use the standard FreeBSD license for these files.imp2005-01-134-28/+22
* | Whitespace in vop_vector{} initializations.phk2005-01-1314-54/+63
* | Allow the dragon and snake screen savers to be statically compiled into ajhb2005-01-132-0/+4
* | Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT()phk2005-01-1316-56/+36
* | Get rid of the VDESC() macro while the pot is boiling anyway, it isphk2005-01-132-3/+2
* | Change the generated VOP_ macro implementations to improve type checkingphk2005-01-137-111/+103
* | Locking and cleanup of tty netgraph node. Tty stack is Giant-locked,glebius2005-01-131-176/+182
* | Improve previous commit with regards to the user check.trhodes2005-01-131-2/+2
* | Fix a TCP SACK related crash resulting from incorrect computationps2005-01-121-6/+16
* | Reflect reality when a sudo user builds/installs a kernel. [1]trhodes2005-01-121-2/+3
* | Try harder to work with MP table interrupt entries that claim that anjhb2005-01-121-7/+22
* | Include opt_bootp.h for BOOTP_NFSROOTbrian2005-01-121-0/+2
* | When re-connecting already connected datagram socket ensure to cleansobomax2005-01-121-2/+11
* | Comment out debugging printf which doesn't compile on amd64.phk2005-01-121-0/+2
* | Use off_t when passing and calculating file offsets. While a singlescottl2005-01-121-6/+11
* | Don't allow reads past the end of a file.scottl2005-01-121-1/+1
* | Let _umtx_op directly return error code rather than from errno becausedavidxu2005-01-122-28/+29
* | This commit was generated by cvs2svn to compensate for changes in r140094,njl2005-01-121-1/+2
|\ \ | |/
| * Fix handling of the implicit return case for methods called from annjl2005-01-121-1/+2
* | Connect SHSEC GEOM class to the build.pjd2005-01-114-0/+4
* | Introduce a new GEOM class - SHSEC. It provides sharing secret betweenpjd2005-01-113-0/+943
* | Utilize callout_pending() macroglebius2005-01-112-3/+3
OpenPOWER on IntegriCloud