| Commit message (Expand) | Author | Age | Files | Lines |
* | style(9) | obrien | 2008-09-15 | 1 | -3/+4 |
* | Regenerate for r183042. | obrien | 2008-09-15 | 4 | -7/+7 |
* | Fix bug in r100384 (rev 1.2) in which the 32-bit swapon(2) was made | obrien | 2008-09-15 | 1 | -1/+1 |
* | Allow COMPAT_SVR4 to be built without COMPAT_43. | ed | 2008-09-15 | 2 | -16/+20 |
* | Allow PAGE_SHIFT to already be defined. | thompsa | 2008-09-13 | 1 | -0/+2 |
* | The ERESTART to EINTR conversion is already done in | rdivacky | 2008-09-11 | 1 | -8/+1 |
* | Getdents requires padding with 2 bytes instead of 1 byte | rdivacky | 2008-09-09 | 1 | -33/+54 |
* | Remove superfluous copyin() of args, structures are already in kernel space. | kib | 2008-09-09 | 1 | -155/+78 |
* | Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread | attilio | 2008-08-28 | 5 | -6/+6 |
* | We left out V_static_len from ip_fw2.c | julian | 2008-08-25 | 1 | -1/+1 |
* | All opt_x.h includes go at the top of other includes. | julian | 2008-08-25 | 2 | -3/+4 |
* | Regenerate following r182123. | rwatson | 2008-08-24 | 4 | -5/+5 |
* | When MPSAFE ttys were merged, a new BSM audit event identifier was | rwatson | 2008-08-24 | 1 | -1/+1 |
* | Add comments on NOARGS, NODEF, and NOPROTO. | obrien | 2008-08-21 | 1 | -0/+7 |
* | Update system call tables. | ed | 2008-08-20 | 4 | -4/+4 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 6 | -4/+23 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 6 | -10/+17 |
* | Add TIOCPKT and TIOCSPTLCK to the Linuxolator. | ed | 2008-07-23 | 2 | -1/+9 |
* | Fix linux_alarm, the linux behaviour is to limit the | rdivacky | 2008-07-23 | 1 | -3/+6 |
* | when NDIS framework try to query/set informations NDIS drivers can | weongyo | 2008-07-23 | 1 | -5/+7 |
* | style(9): put parentheses around return values. | brooks | 2008-07-10 | 1 | -4/+4 |
* | Regen | brooks | 2008-07-10 | 4 | -16/+53 |
* | id_t is a 64-bit integer and thus is passed as two arguments like off_t is. | brooks | 2008-07-10 | 2 | -7/+70 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 2 | -0/+3 |
* | Silence warning about missing IoGetDeviceObjectPointer by implementing | cokane | 2008-06-15 | 1 | -0/+13 |
* | Remove obselete PECOFF image activator support. | wkoszek | 2008-06-14 | 2 | -748/+0 |
* | fix a page fault that it occurred during ifp is NULL. This bug happens | weongyo | 2008-06-11 | 1 | -2/+2 |
* | d_ino member of linux_dirent structure should be unsigned long. | rdivacky | 2008-06-08 | 1 | -2/+2 |
* | Switch to emulating Linux 2.6 on default. | rdivacky | 2008-06-03 | 1 | -2/+2 |
* | Push down the major/minor conversion for pts/%u to improve consistency. | ed | 2008-06-02 | 2 | -26/+20 |
* | Fix a panic that a priority value which is passed to cv_broadcastpri(9) | weongyo | 2008-05-30 | 1 | -4/+6 |
* | Fix a panic when it occurred during initializing the ndis driver because | weongyo | 2008-05-15 | 1 | -0/+4 |
* | Implement robust futexes. Most of the code is modelled after | rdivacky | 2008-05-13 | 5 | -7/+192 |
* | Implement linux_truncate64() syscall. | rdivacky | 2008-04-23 | 1 | -0/+18 |
* | The vmspace->vm_daddr is constant until freed, there is no need | rdivacky | 2008-04-21 | 1 | -2/+0 |
* | Remove using magic value of -1 to distinguish between linux_open() | rdivacky | 2008-04-09 | 1 | -5/+3 |
* | Implement the linux syscalls | kib | 2008-04-08 | 7 | -124/+418 |
* | Regen | kib | 2008-03-31 | 4 | -5/+72 |
* | Add the freebsd32 compatibility shims for the *at() syscalls. | kib | 2008-03-31 | 2 | -7/+90 |
* | Add the support for the AT_FDCWD and fd-relative name lookups to the | kib | 2008-03-31 | 5 | -0/+5 |
* | Remove files that have been repo copied to their new location | jb | 2008-03-28 | 60 | -5506/+0 |
* | Regen. | dfr | 2008-03-26 | 4 | -6/+6 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 3 | -3/+6 |
* | Regen. | jhb | 2008-03-25 | 4 | -6/+21 |
* | Add entries for the cpuset-related system calls. The existing system calls | jhb | 2008-03-25 | 1 | -0/+12 |
* | Fix build. | ru | 2008-03-25 | 1 | -2/+2 |
* | o Add stub support for some new futex operations, | rdivacky | 2008-03-20 | 2 | -2/+29 |
* | Simplify fcntl(SVR4_F_DUP2FD) code now that FreeBSD has F_DUP2FD. | antoine | 2008-03-17 | 1 | -13/+3 |
* | Implement sched_setaffinity and get_setaffinity using | rdivacky | 2008-03-16 | 1 | -9/+40 |
* | - The P_SA flag has been removed. Don't reference it in a KASSERT. | jeff | 2008-03-12 | 1 | -2/+1 |