summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement a number of primaries present in GNU find, but not presentimp2008-02-235-5/+159
* Fix typo.brueffer2008-02-231-1/+1
* Optimize the 9pi/2 < |x| <= 2**19pi/2 case some more by avoiding anbde2008-02-232-11/+8
* Fix tinderbox by removing call to kdb_backtracekmacy2008-02-231-1/+0
* Add the groupmod '-d' option to pw to allow the deletion of existing usersscf2008-02-233-16/+92
* style(9) (verified no object changes)scf2008-02-232-3/+2
* - update firmware to 5.0kmacy2008-02-2346-4080/+5926
* This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payloaddes2008-02-2311-14/+358
* ip6(4) man page lacks documentation for TCLASS option.bms2008-02-221-2/+13
* Avoid using FP-to-integer conversion for !(amd64 || i386) too. Use thebde2008-02-222-6/+4
* Remove the "quick check no cancellation" optimization forbde2008-02-221-12/+1
* Optimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64 and i386 by avoidingbde2008-02-222-0/+18
* Fixes a memory leak when VRF's are in play.rrs2008-02-221-0/+4
* - Takes out stray ifdef code that should not have been present.rrs2008-02-221-5/+0
OpenPOWER on IntegriCloud