summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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-241-2/+4
* 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
* 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
* 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
* Fix tinderbox by removing call to kdb_backtracekmacy2008-02-231-1/+0
* - update firmware to 5.0kmacy2008-02-2346-4080/+5926
* This patch adds a new ktrace(2) record type, KTR_STRUCT, whose payloaddes2008-02-235-1/+100
* 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
* Sanitize arguments to linux_mremap().kib2008-02-222-0/+18
* MFC after: 4 weeksdavidch2008-02-223-5555/+7977
* Add support for the VIA USB2IDE bridge [1].remko2008-02-212-0/+22
* Back out previous commit. Restore Binutils ar as default. Disconnectkaiw2008-02-211-1/+1
* * Connect ar(1) to the build and make it default ar. Rename GNUkaiw2008-02-211-1/+1
* Remove WARNS from here and compile with default kernel flags.ru2008-02-211-10/+14
* Remove WARNS from here and compile with default kernel flags.ru2008-02-213-4/+0
* Don't check the bpbSecPerTrack and bpbHeads fields of the BPB.marcel2008-02-211-8/+7
* Fix a couple of locking mistakes in the ses_ioctl path.scottl2008-02-201-3/+3
* geom_lvm(4) is now known as geom_linux_lvm(4).thompsa2008-02-201-8/+0
* Rename geom_lvm(4) to geom_linux_lvm(4).thompsa2008-02-201-1/+1
* geom_lvm(4) is now known as geom_linux_lvm(4).thompsa2008-02-202-1290/+0
* Rename geom_lvm(4) to geom_linux_lvm(4).thompsa2008-02-204-3/+11
* Add a geom class to map Linux LVM logical volumes.thompsa2008-02-202-0/+1291
* Set the baudrate for if_ti.remko2008-02-191-0/+1
* Eliminate whitespace diffs to the i386 version.ru2008-02-191-2/+1
* Undo the damage I did in sys/kern/vfs_mount.c #1.274 andyar2008-02-181-2/+1
* Add a remark on a questionable property of vfs_mergeopts().yar2008-02-181-0/+7
* Prevent the NFS client from losing MNT_ROOTFS on the rootyar2008-02-171-9/+6
OpenPOWER on IntegriCloud