aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Consolidate the code to generate a new XID for a NFS request into aJohn Baldwin2008-02-133-22/+25
* Remove SMP left-overs from NetBSD.Marcel Moolenaar2008-02-122-12/+3
* Make sure we restrict Linux only IPC calls from being executedChristian S.J. Peron2008-02-123-4/+22
* Regenerate for readlink(2).Ruslan Ermilov2008-02-1210-11/+11
* Change readlink(2)'s return type and type of the last argumentRuslan Ermilov2008-02-124-8/+8
* There's no need to suppress option GDB.Marcel Moolenaar2008-02-121-1/+0
* Add PIC support for IPIs. When registering an interrupt handler,Marcel Moolenaar2008-02-129-59/+143
* If busdma is being used to realign dynamic buffers and the alignment is set toScott Long2008-02-122-4/+4
* Fix a typo when testing for the NO_C3 quirk.John Baldwin2008-02-121-1/+1
* Fix typo.Rafal Jaworowski2008-02-121-1/+1
* Eliminate BUS_DMA <-> cache incoherencies in USB transfers.Rafal Jaworowski2008-02-121-1/+2
* Add missing \n.Christian Brueffer2008-02-121-1/+1
* Switch the default NFS mount mode from UDP to TCP. UDP mounts are aKris Kennaway2008-02-111-2/+2
* The Sun disk label only uses 16-bit fields for cylinders, heads andMarius Strobl2008-02-113-0/+66
* Fix Linux mmap with MAP_GROWSDOWN flag.Jung-uk Kim2008-02-112-27/+29
* Clean up PowerPC loader(8) build config.Rafal Jaworowski2008-02-112-2/+2
* Unbreak build, size_t is larger on 64bit platforms.Andrew Thompson2008-02-111-1/+1
* Add missing GEOM_LVM option.Andrew Thompson2008-02-111-0/+1
* Hook geom_lvm(4) up to the build.Andrew Thompson2008-02-114-0/+11
* Add a geom class to map Linux LVM logical volumes.Andrew Thompson2008-02-112-0/+1290
* Clean up coda_pathconf() slightly while debugging a problem there.Robert Watson2008-02-111-11/+7
* Add support for PC Engines ALIX boards.Poul-Henning Kamp2008-02-101-43/+74
* - Revert last ehci.c changeAttilio Rao2008-02-102-2/+1
* Since we're now actively maintaining the Coda module in the FreeBSD sourceRobert Watson2008-02-1018-3954/+4002
* After rev. 1.60 of sys/lockmgr.h, the header requires inclusion of theKonstantin Belousov2008-02-101-0/+1
* Add `hw.ciss.nop_message_heartbeat' tunable (default disabled) forMitsuru IWASAKI2008-02-101-1/+4
* Use LOCK_FILE and LOCK_LINE where necessary instead than __FILE__ andAttilio Rao2008-02-091-2/+2
* namei() can call underlying nfs_readlink() passing a struct uio pointerAttilio Rao2008-02-093-9/+9
* Various further non-functional cleanups to coda:Robert Watson2008-02-0910-104/+56
* No reason not to maintain stats on statfs in Coda, as it's done forRobert Watson2008-02-091-3/+3
* Remove unused devtomp(), which exploited UFS-specific knowledge to findRobert Watson2008-02-092-24/+0
* Since Coda is effectively a stacked file system, use VOP_EOPNOTSUPPRobert Watson2008-02-092-38/+1
* Add support for displaying a process' current working directory, rootJoe Marcus Clarke2008-02-093-2/+56
* Lock cache vnode when VOP_FSYNC() is called on a Coda vnode.Robert Watson2008-02-091-2/+5
* Make all calls to vn_lock() in Coda, including recently added ones,Robert Watson2008-02-092-7/+7
* The Coda module was originally ported to NetBSD from Mach by rvb, andRobert Watson2008-02-086-13/+16
* Before invoking vnode operations on cache vnodes, acquire the vnodeRobert Watson2008-02-081-1/+9
* Remove undefined coda excluded by #if 1 #else, which previously protectedRobert Watson2008-02-081-12/+0
* Conver all explicit instances to VOP_ISLOCKED(arg, NULL) intoAttilio Rao2008-02-085-12/+13
* belated bump for the addition of m_collapseSam Leffler2008-02-081-1/+1
* If the vhid already present, return EEXIST instead ofGleb Smirnoff2008-02-071-1/+1
* Remove unused structure member from struct in_ifadown_arg.Gleb Smirnoff2008-02-071-2/+1
* Use rtalloc1() instead of rtalloc_ign(). It returns a lockedGleb Smirnoff2008-02-071-24/+17
* - Add THREAD_LOCKPTR_ASSERT() to assert that the thread's lock points atJeff Roberson2008-02-073-8/+19
* - In rw_wunlock_hard prefer to wakeup writers if there are both readersJeff Roberson2008-02-071-4/+4
* Change shm_dotruncate() so that it correctly handles cached pages that spanAlan Cox2008-02-071-0/+4
* Make the openfirmware getchar entry point non-blocking. This catches upPeter Grehan2008-02-061-4/+4
* Do not use bcmp() to compare two bytes with constants.Alexander Motin2008-02-062-4/+4
* Cleanup and tune ng_snd_item() function as it is one of theAlexander Motin2008-02-061-95/+42
* Replace the random IP ID generation code weMike Silbersack2008-02-061-146/+154