| Commit message (Expand) | Author | Age | Files | Lines |
* | DNLC_NO_VNODE can't be NULL. | pjd | 2007-05-24 | 1 | -1/+1 |
* | FreeBSD's namecache works quite well with ZFS, so remove DNLC. | pjd | 2007-05-23 | 1 | -0/+40 |
* | Remove duplicate includes. | cognet | 2007-05-23 | 1 | -3/+0 |
* | Move futex support code from <arch>/support.s into linux compat directory. | kib | 2007-05-23 | 1 | -75/+38 |
* | Allow FreeBSD's native ELF image activators to execute shared libraries the | kan | 2007-05-22 | 1 | -2/+2 |
* | - Move GDT/LDT locking into a seperate spinlock, removing the global | jeff | 2007-05-20 | 1 | -6/+6 |
* | - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulating | jeff | 2007-05-18 | 3 | -12/+12 |
* | Rework the support for ABIs to override resource limits (used by 32-bit | jhb | 2007-05-14 | 1 | -31/+29 |
* | Share-lock a vnode where possible. | pjd | 2007-05-02 | 2 | -3/+3 |
* | Eliminate the use of Giant from ia64-specific code in freebsd32_mmap(). | alc | 2007-05-01 | 1 | -6/+1 |
* | Synchronize vm map and object accesses. | alc | 2007-05-01 | 1 | -8/+26 |
* | MFp4: Reduce diff against vendor code: | pjd | 2007-04-23 | 5 | -5/+72 |
* | Now that we're MPSAFE, tell namei() to acquire Giant if necessary. | des | 2007-04-22 | 1 | -2/+4 |
* | MFp4: | pjd | 2007-04-21 | 1 | -1/+1 |
* | MFp4: Fix automatic snapshot mount when unprivileged user does lookup | pjd | 2007-04-18 | 1 | -7/+8 |
* | - Fix a leftover - vfs_mount_alloc() is now exported properly. | pjd | 2007-04-17 | 1 | -4/+5 |
* | Whitespace cleanup. | des | 2007-04-15 | 1 | -16/+18 |
* | Some Linux applications (ping) pass a non-NULL msg_control argument to | rwatson | 2007-04-14 | 1 | -0/+10 |
* | strchr() and strrchr() are already present in the kernel, but with less | wkoszek | 2007-04-10 | 2 | -33/+2 |
* | Whitespace fixes | scottl | 2007-04-10 | 1 | -28/+28 |
* | Try to stabilize ZFS with regard to memory consumption: | pjd | 2007-04-10 | 2 | -8/+26 |
* | Instead of detecting if lock is already initialized based on standard 1 bit | pjd | 2007-04-09 | 3 | -2/+55 |
* | Extend kobj compatibility KPI to support operating on files before and | pjd | 2007-04-08 | 2 | -16/+102 |
* | MFp4: Synchronize with recent OpenSolaris changes. | pjd | 2007-04-08 | 2 | -0/+95 |
* | Add the CAM 'SG' peripheral device. This device implements a subset of the | scottl | 2007-04-07 | 2 | -0/+61 |
* | Fix kernel module dependency. linprocfs depends on sysvmsg and sysvsem. | jkim | 2007-04-06 | 1 | -0/+2 |
* | We have strcasecmp() in libkern now. | pjd | 2007-04-06 | 4 | -55/+3 |
* | Please welcome ZFS - The last word in file systems. | pjd | 2007-04-06 | 42 | -0/+4244 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | rwatson | 2007-04-04 | 2 | -8/+21 |
* | MFP4: Turn emul_lock into a mutex. | jkim | 2007-04-02 | 2 | -14/+14 |
* | Use underlying structures instead of kernel_sysctlbyname() for msginfo and | jkim | 2007-03-30 | 1 | -34/+5 |
* | MFP4: Linux futex support for amd64. | jkim | 2007-03-30 | 1 | -87/+129 |
* | Implement the openat() linux syscall | julian | 2007-03-29 | 2 | -33/+142 |
* | Add a pn_destroy field to pfs_node. This field points to a destructor | des | 2007-03-12 | 2 | -45/+45 |
* | In translate_path_major_minor(), do not calculate otherwise unused 'fp' | rwatson | 2007-03-06 | 1 | -4/+0 |
* | MFP4: 113090, 113130, 113132 | jkim | 2007-03-02 | 1 | -3/+100 |
* | MFP4: 115220, 115222 | jkim | 2007-03-02 | 1 | -2/+2 |
* | MFp4 (110541): | netchild | 2007-02-25 | 1 | -2/+7 |
* | MFp4 (110523, parts which apply cleanly): | netchild | 2007-02-25 | 2 | -89/+92 |
* | Partial MFp4 of 114977: | netchild | 2007-02-24 | 4 | -15/+12 |
* | MFp4 (114193 (i386 part), 114194, 114195, 114200): | netchild | 2007-02-23 | 2 | -7/+13 |
* | MFp4 (part of 114132): | netchild | 2007-02-23 | 1 | -7/+8 |
* | Use 'pause' in several places rather than trying to tsleep() on NULL (which | jhb | 2007-02-23 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Remove extern int hz; use proper include file instead. | kib | 2007-02-02 | 1 | -2/+1 |
* | Introduce some more SO_ option equivalents from Linux to FreeBSD. | kib | 2007-02-01 | 1 | -0/+18 |
* | No need to lock emul_lock in exit_group() because em->shared | kib | 2007-02-01 | 1 | -3/+2 |
* | No need to synchronize linux_schedtail with linux_proc_init. | kib | 2007-02-01 | 1 | -26/+28 |
* | Use a printf-modifier which doesn't need a cast. | netchild | 2007-01-21 | 1 | -2/+2 |
* | Fix tinderbox build on amd64. | netchild | 2007-01-20 | 1 | -2/+2 |