summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Clean up PowerPC loader(8) build config.raj2008-02-112-2/+2
* Unbreak build, size_t is larger on 64bit platforms.thompsa2008-02-111-1/+1
* Add missing GEOM_LVM option.thompsa2008-02-111-0/+1
* Hook geom_lvm(4) up to the build.thompsa2008-02-114-0/+11
* Add a geom class to map Linux LVM logical volumes.thompsa2008-02-112-0/+1290
* Clean up coda_pathconf() slightly while debugging a problem there.rwatson2008-02-111-11/+7
* Add support for PC Engines ALIX boards.phk2008-02-101-43/+74
* - Revert last ehci.c changeattilio2008-02-102-2/+1
* Since we're now actively maintaining the Coda module in the FreeBSD sourcerwatson2008-02-1018-3954/+4002
* After rev. 1.60 of sys/lockmgr.h, the header requires inclusion of thekib2008-02-101-0/+1
* Add `hw.ciss.nop_message_heartbeat' tunable (default disabled) foriwasaki2008-02-101-1/+4
* Use LOCK_FILE and LOCK_LINE where necessary instead than __FILE__ andattilio2008-02-091-2/+2
* namei() can call underlying nfs_readlink() passing a struct uio pointerattilio2008-02-093-9/+9
* Various further non-functional cleanups to coda:rwatson2008-02-0910-104/+56
* No reason not to maintain stats on statfs in Coda, as it's done forrwatson2008-02-091-3/+3
* Remove unused devtomp(), which exploited UFS-specific knowledge to findrwatson2008-02-092-24/+0
* Since Coda is effectively a stacked file system, use VOP_EOPNOTSUPPrwatson2008-02-092-38/+1
* Add support for displaying a process' current working directory, rootmarcus2008-02-093-2/+56
* Lock cache vnode when VOP_FSYNC() is called on a Coda vnode.rwatson2008-02-091-2/+5
* Make all calls to vn_lock() in Coda, including recently added ones,rwatson2008-02-092-7/+7
* The Coda module was originally ported to NetBSD from Mach by rvb, andrwatson2008-02-086-13/+16
* Before invoking vnode operations on cache vnodes, acquire the vnoderwatson2008-02-081-1/+9
* Remove undefined coda excluded by #if 1 #else, which previously protectedrwatson2008-02-081-12/+0
* Conver all explicit instances to VOP_ISLOCKED(arg, NULL) intoattilio2008-02-085-12/+13
* belated bump for the addition of m_collapsesam2008-02-081-1/+1
* If the vhid already present, return EEXIST instead ofglebius2008-02-071-1/+1
* Remove unused structure member from struct in_ifadown_arg.glebius2008-02-071-2/+1
* Use rtalloc1() instead of rtalloc_ign(). It returns a lockedglebius2008-02-071-24/+17
* - Add THREAD_LOCKPTR_ASSERT() to assert that the thread's lock points atjeff2008-02-073-8/+19
* - In rw_wunlock_hard prefer to wakeup writers if there are both readersjeff2008-02-071-4/+4
* Change shm_dotruncate() so that it correctly handles cached pages that spanalc2008-02-071-0/+4
* Make the openfirmware getchar entry point non-blocking. This catches upgrehan2008-02-061-4/+4
* Do not use bcmp() to compare two bytes with constants.mav2008-02-062-4/+4
* Cleanup and tune ng_snd_item() function as it is one of themav2008-02-061-95/+42
* Replace the random IP ID generation code wesilby2008-02-061-146/+154
* Remove an errant definition for AMR_CONFIG_ENQ3_SOLICITED NOTIFY that wasscottl2008-02-061-1/+0
* td cannot be NULL in that place, so just axe out the check.attilio2008-02-061-1/+1
* Fix a symbol conflict between hptrr and hptmvscottl2008-02-062-3/+3
* Update the hptrr driver to version 1.2. This adds port multiplier supportscottl2008-02-0611-21365/+22313
* Adaptive spinning in write path with readers and writer starvation avoidance.jeff2008-02-064-166/+181
* Bump __FreeBSD_version in order to reflect introduction of LK_NODUP andattilio2008-02-061-1/+1
* Add WITNESS support to lockmgr locking primitive.attilio2008-02-062-12/+51
* Really, no explicit checks against against lock_class_* object should beattilio2008-02-062-4/+4
* Introduce a standalone shell script for embedding MFS image.raj2008-02-053-7/+44
* ARM locore cosmetics.raj2008-02-051-10/+6
* Improve ARM_TP_ADDRESS and RAS area.raj2008-02-055-62/+51
* Prepare hooks direct pointers on setup to avoid heavy ng_findhook() callsmav2008-02-041-27/+66
* Further clean up sorflush:rwatson2008-02-043-14/+14
* Allocate a stack for thread0 and switch to it before callingmarcel2008-02-043-21/+34
* Move all possible node logic out of the rcvdata() functionmav2008-02-031-96/+90
OpenPOWER on IntegriCloud