| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix the build. When I added the lutimes the futimes definitions | Doug Ambrisko | 2006-01-20 | 1 | -0/+5 |
| * | Regen. | Doug Ambrisko | 2006-01-20 | 4 | -9/+9 |
| * | Add 32bit version of lutimes so untar doesn't mess up sym-links on amd64. | Doug Ambrisko | 2006-01-20 | 2 | -2/+23 |
| * | Cast tv_sec to intmax_t and print with %jd in some ifdef'ed code. | Tom Rhodes | 2005-12-28 | 1 | -8/+8 |
| * | Add \n to log() message. | Gleb Smirnoff | 2005-12-27 | 1 | -1/+1 |
| * | Remove kern.elf32.can_exec_dyn sysctl. Instead extend Brandinfo structure | Maxim Sobolev | 2005-12-26 | 1 | -0/+2 |
| * | Regen. | Ruslan Ermilov | 2005-12-23 | 4 | -10/+4 |
| * | Fix build. | Ruslan Ermilov | 2005-12-23 | 1 | -1/+1 |
| * | Regenerate sysent with new abort2 system call. | Poul-Henning Kamp | 2005-12-23 | 4 | -5/+30 |
| * | Add missing 455-462 syscalls as unimplemented | Poul-Henning Kamp | 2005-12-23 | 1 | -0/+8 |
| * | Add abort2() systemcall. | Poul-Henning Kamp | 2005-12-23 | 1 | -0/+1 |
| * | Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1) | John Baldwin | 2005-12-15 | 2 | -9/+0 |
| * | In Linux, kernel parameters passed to ioctl are by value, while in FreeBSD | Xin LI | 2005-12-13 | 1 | -5/+5 |
| * | Fix calculation of meminfo's swaptotal and swapfree on at least amd64. | Max Laier | 2005-12-11 | 1 | -2/+2 |
| * | Regen for futimes. | Doug Ambrisko | 2005-12-08 | 4 | -3/+8 |
| * | Add 32bit version of futimes so untar doesn't result in bad dates | Doug Ambrisko | 2005-12-08 | 2 | -1/+24 |
| * | Suppress logging about unimplemented syscalls to one time per process. This | Gleb Smirnoff | 2005-12-08 | 1 | -9/+7 |
| * | Catch up to the system siginfo changes. Use a union for the ia32 layout | Peter Wemm | 2005-12-06 | 1 | -2/+19 |
| * | Fix -Wundef. | Ruslan Ermilov | 2005-12-04 | 2 | -2/+2 |
| * | Remove MNT_NODEV mount option. In RELENG_6, MNT_NODEV was a no-op. | Craig Rodrigues | 2005-11-29 | 1 | -1/+0 |
| * | Somehow memmove() got mapped to memset() in the patch table. Create a | Bill Paul | 2005-11-23 | 1 | -1/+12 |
| * | Correct the API for Windows interupt handling a little. The prototype | Bill Paul | 2005-11-20 | 2 | -11/+13 |
| * | Unlike the rest of the world, NDIS code can access "struct | Ruslan Ermilov | 2005-11-14 | 1 | -1/+2 |
| * | Restore backwards source compatibility with 6.x and 5.x. | Bill Paul | 2005-11-13 | 1 | -2/+6 |
| * | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -4/+4 |
| * | Implement RtlZeroMemory() and RtlCopyMemory(). This seems to allow | Bill Paul | 2005-11-10 | 1 | -0/+23 |
| * | Change the definition for EXT_NDIS to EXT_NET_DRV. Since the latest | Bill Paul | 2005-11-07 | 1 | -1/+1 |
| * | The latest version of the Intel 2200BG/2915ABG driver (9.0.0.3-9) from | Bill Paul | 2005-11-06 | 3 | -5/+60 |
| * | Copy out the number of iovecs in freebsd32_recvmsg, not the length | Paul Saab | 2005-11-06 | 1 | -1/+1 |
| * | Calling setrlimit from 32bit apps could potentially increase certain | Paul Saab | 2005-11-02 | 1 | -3/+2 |
| * | Tests with my dual Opteron system have shown that it's possible | Bill Paul | 2005-11-02 | 6 | -96/+55 |
| * | Retire MT_HEADER mbuf type and change its users to use MT_DATA. | Andre Oppermann | 2005-11-02 | 1 | -1/+1 |
| * | Clean up one remaining 'multiple DPC thread' bogon: only bzero() one | Bill Paul | 2005-11-01 | 1 | -0/+4 |
| * | Reformat socket control messages on input/output for 32bit compatibility | Paul Saab | 2005-10-31 | 1 | -18/+225 |
| * | Regenerate (with the correct #ifdef COMPAT_43 tests now) | Peter Wemm | 2005-10-26 | 4 | -64/+70 |
| * | There is no 'freebsd3_' prefix for COMPAT_43 syscalls. Those are all | Peter Wemm | 2005-10-26 | 2 | -31/+28 |
| * | Minor nit: in ntoskrnl_finddev(), only free the 'children' device_t | Bill Paul | 2005-10-26 | 1 | -2/+9 |
| * | Clean up and apply the fix for PR 83477. The calculation for locating | Bill Paul | 2005-10-26 | 2 | -7/+22 |
| * | Get rid of the timer tracking and reaping code in NdisMInitializeTimer() | Bill Paul | 2005-10-26 | 4 | -47/+118 |
| * | Fix handling of message table messages that got broken when I | Bill Paul | 2005-10-24 | 1 | -5/+5 |
| * | Add a 'clean' target. | David E. O'Brien | 2005-10-23 | 1 | -0/+3 |
| * | regen | Paul Saab | 2005-10-23 | 4 | -26/+66 |
| * | Implement for FreeBSD 3 32 binaries: | Paul Saab | 2005-10-23 | 2 | -8/+219 |
| * | Make the multiple DPC threads an option, and create only one by default. | Bill Paul | 2005-10-22 | 1 | -2/+31 |
| * | Correct the macro definition for KeRaiseIrql(). The official API | Bill Paul | 2005-10-21 | 3 | -25/+8 |
| * | Use sched_bind() to make sure the DPC threads are bound to the correct | Bill Paul | 2005-10-20 | 1 | -1/+15 |
| * | Fix compiling problem by adding prefix name svr4 to si_xxx macro, the | David Xu | 2005-10-19 | 2 | -24/+25 |
| * | Another round of cleanups and fixes: | Bill Paul | 2005-10-18 | 5 | -393/+545 |
| * | regen after recvmsg, recvfrom, sendmsg | Paul Saab | 2005-10-15 | 4 | -12/+34 |
| * | Implement the 32bit versions of recvmsg, recvfrom, sendmsg | Paul Saab | 2005-10-15 | 2 | -5/+171 |