summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix a few obvious errors in the znew(1) script.yar2008-02-091-4/+3
* As usual, use a minimax polynomial that is specialized for floatbde2008-02-091-7/+8
* 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
* Fix a comment about coefficients and expand a related one.bde2008-02-091-2/+2
* Since Coda is effectively a stacked file system, use VOP_EOPNOTSUPPrwatson2008-02-092-38/+1
* WARNS fixes:dwmalone2008-02-094-10/+12
* Add support for displaying a process' current working directory, rootmarcus2008-02-094-6/+82
* 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
* Fix truncation of lines at LINE_MAX characters by dynamicallyghelmer2008-02-081-15/+61
* 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
* Note m_collapse addition.sam2008-02-081-0/+4
* belated bump for the addition of m_collapsesam2008-02-081-1/+1
* Introduce -i to SYNOPSIS, forgotten by krion@.ru2008-02-081-1/+1
* WARNS fixes: mainly constness and avoid comparing signed withdwmalone2008-02-086-14/+19
* WARNS fixes: remove two unused variables and add some constness.dwmalone2008-02-081-4/+3
* Use memcpy(3) instead of the BSD-specific bcopy(3).des2008-02-083-6/+6
* s/MAXPATHLEN/PATH_MAX/ to reflect five-year old change to the code :)des2008-02-081-1/+1
* Fix a bug in lazy deallocation that was introduced whenjasone2008-02-081-7/+10
* Fix truncl() when the result should be -0.0L. When the result is +-0.0L,bde2008-02-081-1/+2
* Oops, fix the fix in rev.1.10. logb() and logbf() were broken onbde2008-02-081-5/+4
* Clean up manipulation of chunk page map elements to remove some tenuousjasone2008-02-081-362/+357
* Fix netname() [1] and routename() on big-endian LP64 archs.marius2008-02-072-8/+7
* The previous commit message was wrong. It should have read:rink2008-02-070-0/+0
* style(9) (verifed no-change in .o's)obrien2008-02-071-14/+13
* Don't reset DST computed by strptime() (when e.g. setting theru2008-02-071-6/+3
* 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 a note that ipfw states do not implicitly match ICMP error messages.yar2008-02-071-0/+6
* Use a better method of scaling by 2**k. Instead of adding to thebde2008-02-072-26/+16
* - Add THREAD_LOCKPTR_ASSERT() to assert that the thread's lock points atjeff2008-02-073-8/+19
* From the 4 February 2008 update:dougb2008-02-071-3/+8
* - 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
* Use a better method of scaling by 2**k. Instead of adding to thebde2008-02-076-55/+57
* Add missing #includedes2008-02-061-0/+1
* Fix the Xlist so it actually works with 'tar -X', and update the upgradedes2008-02-062-11/+10
* As per discussion, commit experimental metadata for my contrib packages.des2008-02-062-0/+16
* Make the openfirmware getchar entry point non-blocking. This catches upgrehan2008-02-061-4/+4
* Yet another pointy hat: when I zapped FBSDprivate_1.1, I forgot to movedes2008-02-061-0/+1
* Add pthread_mutex_isowned_np() here as well; libthr and libkse are supposeddes2008-02-062-0/+15
* Remove unnecessary prototype.des2008-02-061-1/+0
* Add pthread_mutex_isowned_np() so there is no need for an additionaldes2008-02-062-0/+2
* Do not use bcmp() to compare two bytes with constants.mav2008-02-062-4/+4
OpenPOWER on IntegriCloud