summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-2524-93/+77
* Use a temporary array instead of the arg array y[] for callingbde2008-02-252-8/+8
* Sort.ru2008-02-251-5/+5
* Make again BSD ar(1) the default system ar(1), now properly handlingru2008-02-255-25/+27
* Some PS/2 mice (at least the A4Tech X-7xx) need to be set to Intelli moderink2008-02-251-0/+7
* Change __ieee754_rem_pio2f() to return double instead of float so thatbde2008-02-255-27/+24
* Add missing words.brueffer2008-02-251-2/+2
* Fix some off-by-1 errors.bde2008-02-253-6/+11
* Decrease ping6's minimum allowed intervalsilby2008-02-251-3/+3
* unbreak printing 802.11 tx/rx ratessam2008-02-251-2/+2
* Teach PowerPC CPU identification routines to recognize e500 cores. Fix styleraj2008-02-253-93/+117
* Bump .Dd for revisions 1.83 and 1.84.ceri2008-02-241-1/+1
* Tag -ilname and -lname as GNU extensions.imp2008-02-241-1/+4
* Let PowerPC world optionally build with -msoft-float. For FPU-less PowerPCraj2008-02-249-2/+23
* style(9) whitespace fix: A space is mandated after keyword 'return'.kaiw2008-02-241-5/+5
* Since the program is installed as 'bsdranlib', we need tokaiw2008-02-241-1/+2
* Correct a long-standing error in vm_object_deallocate(). Specifically,alc2008-02-241-1/+4
* Handle properly when insert zero size objects into the archive:kaiw2008-02-241-3/+9
* Don't define DEBUG. No debugging required.marcel2008-02-241-2/+0
* Forced commit to fix message:stefanf2008-02-240-0/+0
* Add a regression test for cd.c's revision 1.35.stefanf2008-02-241-0/+17
* Split updatepwd() into two smaller functions. The first one, findpwd(),stefanf2008-02-241-38/+45
* Introduce some functions in the vnode locks namespace and in the ffsattilio2008-02-2412-21/+27
* Currently, smb_co_init() uses the same lock name for the mutex interlockattilio2008-02-241-8/+9
* Add table/tablearg support to ipfw's nat.piso2008-02-243-12/+10
* o Add module event handler.akiyama2008-02-241-2/+19
* Fix shutdown bug made by previous commit.mav2008-02-241-0/+1
* Fix namespace collision with sparc macrokmacy2008-02-242-6/+6
* Change FreeBSD 7 so that it returns TCP options insilby2008-02-241-2/+5
* Resolve warnings exposed by LINT.marcel2008-02-245-26/+5
* After finishing sending file data in sendfile(2), don't forget to sendcperciva2008-02-241-1/+3
* The matching in -lname and -ilname are on the contents of the linkimp2008-02-241-5/+10
* Add prototype for __cmpd2().marcel2008-02-231-0/+1
* Add FPU_EMU.marcel2008-02-231-0/+2
* remove call to kdb_backtrace()kmacy2008-02-231-1/+0
* Hook-up the FPU emulator. It's optional upon FPU_EMU.marcel2008-02-232-0/+12
* Bring back (without advertising clause) cmpdi2.c. It's needed on PowerPCmarcel2008-02-231-0/+54
* Add a floating-point emulator so that a single userland or single ABImarcel2008-02-2313-0/+3880
* o Build and install the U-Boot loader as ubldr.marcel2008-02-232-10/+6
* style(9) commit.marcel2008-02-231-211/+218
* Bump the default .Os version to FreeBSD 8.0.ru2008-02-231-1/+1
* Setup the new bootinfo structure.marcel2008-02-231-36/+99
* o Keep running on U-Boot's stack.marcel2008-02-231-21/+23
* The NFS file system support is conditional upon LOADER_NFS_SUPPORT,marcel2008-02-231-1/+1
* Add __elfN(relocation_offset). It holds the offset between the virtualmarcel2008-02-232-2/+30
* Define the bootinfo structure for FreeBSD. It is not used onmarcel2008-02-232-73/+56
* o Include glue.hmarcel2008-02-231-12/+10
* o Build libuboot with -msoft-float like everything else.marcel2008-02-233-50/+88
* Add the appropriate license information. This file is doublemarcel2008-02-231-1/+55
* We build ficl and libofw with -msoft-float. Build the loadermarcel2008-02-231-1/+1
OpenPOWER on IntegriCloud