| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement va->pa translation for kernel virtual addresses. This is | dfr | 2001-10-25 | 1 | -30/+59 |
* | Fix bugs in NgSendMsg() and NgSendAsciiMsg() where the wrong token | archie | 2001-10-25 | 1 | -2/+2 |
* | Change #include "DEFS.h" to <machine/asm.h>. | peter | 2001-10-25 | 4 | -4/+4 |
* | De-orbit DEFS.h - the other arches do not use it, and it got replaced | peter | 2001-10-24 | 42 | -82/+35 |
* | Add __FBSDID. | asmodai | 2001-10-24 | 1 | -3/+5 |
* | Add __FBSDID. | asmodai | 2001-10-24 | 1 | -5/+10 |
* | Help to recover from bad seek (i.e. negative or too big) happens beyond | ache | 2001-10-24 | 2 | -5/+12 |
* | Back out read buffer invalidating via __SMOD. | ache | 2001-10-23 | 2 | -7/+2 |
* | Change comment explaining another usage of __SMOD | ache | 2001-10-23 | 1 | -2/+2 |
* | Disallow fseek() optimization in internal read buffer, if pointer is moved by | ache | 2001-10-23 | 1 | -0/+5 |
* | Partially port kvm to ia64 - virtual to physical translation is incomplete. | dfr | 2001-10-23 | 1 | -0/+167 |
* | Allow users to specify a command to use as remote command instead of | imp | 2001-10-23 | 4 | -6/+257 |
* | Refer to chflags(2) instead of chflags(1) (since we're a section 2 | dd | 2001-10-23 | 1 | -3/+2 |
* | Fix WAW dependency. p6 is written in the syscall epilogue. | peter | 2001-10-22 | 1 | -0/+1 |
* | Fix a few more dependancy violations. | dfr | 2001-10-22 | 1 | -3/+3 |
* | In the words of the submitter: | deischen | 2001-10-21 | 1 | -2/+10 |
* | Implement setjmp, longjmp, sigsetjmp and siglongjmp. | dfr | 2001-10-20 | 3 | -104/+53 |
* | Add __divdf3(), __divsf3() and __infinity[]. | dfr | 2001-10-20 | 4 | -1/+296 |
* | mdoc(7) police: join OS version with the corresponding macro. | ru | 2001-10-19 | 1 | -2/+2 |
* | Just use RSYSCALL. | ru | 2001-10-19 | 2 | -4/+2 |
* | signanosleep(2) hasn't existed since 1998. | ru | 2001-10-19 | 2 | -2/+0 |
* | Add NO_WERROR so the build won't die because of discarded qualifiers | des | 2001-10-19 | 1 | -0/+2 |
* | Back out part of previous commit which was gcc-centric | des | 2001-10-19 | 1 | -2/+2 |
* | s/kernal/kernel | alfred | 2001-10-19 | 2 | -2/+2 |
* | Add library exposed by KDE's use if this module. | markm | 2001-10-18 | 1 | -0/+2 |
* | Tons of type, style and warning fixes that have been rotting in my tree for | des | 2001-10-18 | 5 | -70/+101 |
* | Use the new SIOCGIFINDEX ioctl to efficiently map a name to an index. | jlemon | 2001-10-17 | 1 | -2/+22 |
* | Fix reference to aio_read, should be aio_write | alfred | 2001-10-16 | 1 | -1/+1 |
* | Make this Makefile suitable for sparc64. | robert | 2001-10-15 | 1 | -2/+5 |
* | Define the types iaddr_t and saddr_t for sparc64. | robert | 2001-10-15 | 1 | -0/+4 |
* | Match parenthesis and don't give names to return values. | dd | 2001-10-15 | 1 | -3/+2 |
* | Add EFI GPT (238, 0xEE) and EFI System Parition (239, 0xEF) | peter | 2001-10-15 | 1 | -0/+2 |
* | Fixed style bugs in previous commit. | bde | 2001-10-15 | 1 | -15/+15 |
* | link(2) may fail with EPERM if name1 is immutable or append-only. | dd | 2001-10-14 | 1 | -1/+4 |
* | Make this compile on ia64. | dfr | 2001-10-14 | 1 | -25/+46 |
* | Add warning about zeroing-out the socket structure before populating it. | dillon | 2001-10-13 | 1 | -0/+4 |
* | Removed most of the zombie man pages in libm. All relevant parts have | bde | 2001-10-13 | 26 | -3333/+0 |
* | Fixed missing quoting of >= (in ceil.3) and <= (in floor.3) by reverting to | bde | 2001-10-13 | 2 | -7/+7 |
* | Fixed missing quoting of [-1, +1]. | bde | 2001-10-13 | 2 | -2/+4 |
* | Use ".Lb libm" where it will have an effect (not just in the zombie man | bde | 2001-10-13 | 26 | -0/+52 |
* | Backed out "Compensate for header dethreading [mistakes]" mistakes in | bde | 2001-10-13 | 1 | -2/+0 |
* | Note that strncmp() will not compare characters after a NUL character. | mike | 2001-10-11 | 1 | -1/+8 |
* | Clarify that strnstr() will stop searching after in encounters a NUL | mike | 2001-10-11 | 1 | -5/+8 |
* | - Bump document date for eaccess(2) addition. | ru | 2001-10-11 | 1 | -27/+35 |
* | Change to track the new calling convention for execve. This version only | dfr | 2001-10-11 | 1 | -17/+3 |
* | Fix the phrase about "both files", which must be left | yar | 2001-10-11 | 1 | -1/+3 |
* | Fix SysV Semaphore Handling. | mr | 2001-10-11 | 2 | -27/+124 |
* | Shared libraries from 4.4-FreeBSD needed for proper binary compatibility. | obrien | 2001-10-10 | 5 | -14837/+22933 |
* | Compensate for "Compensate for header dethreading" by backing it out. | bde | 2001-10-10 | 21 | -42/+0 |
* | getnetbyaddr() should be serviced by the "networks" database. | ru | 2001-10-10 | 1 | -1/+1 |