| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Remove _KPOSIX_VERSION as a kernel option, nothing uses this any more. | mike | 2002-10-13 | 3 | -10/+0 |
* | | Update a sysctl to use _POSIX_VERSION from <sys/unistd.h>, instead of | mike | 2002-10-13 | 1 | -2/+2 |
* | | Move the _POSIX_VERSION constant from <unistd.h> to <sys/unistd.h>, so | mike | 2002-10-13 | 2 | -2/+4 |
* | | #ifdef _KERNEL not #if _KERNEL. | mike | 2002-10-13 | 1 | -1/+1 |
* | | Oops, missed that in rev. 1.35. | ru | 2002-10-13 | 1 | -1/+0 |
* | | Include <sys/_posix.h> directly instead of depending on <sys/proc.h> | mike | 2002-10-13 | 1 | -0/+1 |
* | | Don't call report() without a format string. | kris | 2002-10-13 | 1 | -1/+1 |
* | | Mark the logerr() function __printflike(). | kris | 2002-10-13 | 1 | -1/+1 |
* | | Use strlcpy instead of incorrectly using strncpy. | kris | 2002-10-13 | 1 | -1/+1 |
* | | Dump in $TMPDIR if !setugid, and use mode 0644 instead of 0666. | kris | 2002-10-13 | 1 | -7/+11 |
* | | Ignore TMPDIR if the application is setugid. | kris | 2002-10-13 | 1 | -1/+2 |
* | | FreeBSD's libedit does not include NetBSD's readline emulation code. | tjr | 2002-10-13 | 1 | -4/+3 |
* | | Support FreeBSD versions starting from 4.0-RELEASE. | ru | 2002-10-13 | 1 | -0/+10 |
* | | Build the kernel with -mconstant-gp. This means that function calls, | marcel | 2002-10-13 | 1 | -0/+2 |
* | | - Remove the do { } while(0) from the VOP lock assert macros. This was | jeff | 2002-10-13 | 1 | -7/+7 |
* | | ia64 specific CFLAGS change: | marcel | 2002-10-13 | 2 | -2/+2 |
* | | Prevent stack-smashing buffer overflows in -D and -r options by using | kris | 2002-10-13 | 2 | -6/+10 |
* | | MFS: Fix smrsh bypass bug. | gshapiro | 2002-10-13 | 1 | -0/+35 |
* | | o Fix a silly requirement for <machine/signal.h> to be included in the | mike | 2002-10-13 | 1 | -49/+70 |
* | | Add standards visibility conditionals. Change any uses of sigset_t to | mike | 2002-10-13 | 7 | -30/+69 |
* | | Assume POSIX/XSI is always visible in the __BSD_VISIBLE case. Fix a | mike | 2002-10-13 | 1 | -5/+8 |
* | | Removed unused tl0_syscall. | jake | 2002-10-12 | 1 | -84/+0 |
* | | o Fix typo in previous commit: s/sc-nsect/sc->nsect/ | marcel | 2002-10-12 | 1 | -2/+2 |
* | | Plug two holes where we returned to userland without restoring | marcel | 2002-10-12 | 2 | -0/+4 |
* | | whitespace fixes. | alfred | 2002-10-12 | 1 | -2/+2 |
* | | Have the linker collect and combine all unwind_info and unwind | marcel | 2002-10-12 | 1 | -2/+2 |
* | | Use buffer-safe string functions for paranoia. | kris | 2002-10-12 | 1 | -11/+12 |
* | | Zero memory after malloc. This stops sysinstall from dumping core | kris | 2002-10-12 | 1 | -0/+1 |
* | | Document import of gdb-5.2.1. | mp | 2002-10-12 | 2 | -14/+40 |
* | | Remove dependency on version.in for version information. | mp | 2002-10-12 | 1 | -2/+3 |
* | | Polish previous commit: | marcel | 2002-10-12 | 1 | -13/+18 |
* | | MFp4: Include machine/vmparam.h to pull in definition of IA64_RR_BASE. | marcel | 2002-10-12 | 1 | -0/+1 |
* | | Make this compile on 64-bit architectures (e.g. ia64) by not assuming | marcel | 2002-10-12 | 2 | -4/+4 |
* | | Remove the dependency on ia64_cpu.h by not defining pmap_kextract() | marcel | 2002-10-12 | 1 | -6/+1 |
* | | Disallow libdialog to be used in setugid applications; it is chock full | kris | 2002-10-12 | 1 | -0/+8 |
* | | And the MFbed for the German version of the -current release notes, this | ue | 2002-10-12 | 35 | -1556/+2576 |
* | | Add self. | anders | 2002-10-12 | 1 | -0/+1 |
* | | Fix function parameter lists to be correct and eliminate compiler warnings. | mp | 2002-10-12 | 1 | -3/+4 |
* | | Resolve conflicts with gdb-5.2.1 import. | mp | 2002-10-12 | 3 | -1/+15 |
* | | This commit was generated by cvs2svn to compensate for changes in r104990, | mp | 2002-10-12 | 19 | -313/+1064 |
|\ \ |
|
| * | | Import gdb-5.2.1 | mp | 2002-10-12 | 22 | -319/+1086 |
* | | | Add restrict type-qualifier. | mike | 2002-10-12 | 20 | -49/+46 |
* | | | Fix a dozen typos, among them dmr's last name :-) and the ever so | schweikh | 2002-10-12 | 1 | -299/+299 |
* | | | s/dependancy/dependency/ | schweikh | 2002-10-12 | 4 | -5/+5 |
* | | | Fixed syntax errors and printf format errors. | bde | 2002-10-12 | 1 | -3/+5 |
* | | | o Add typedefs for size_t and ssize_t. | mike | 2002-10-12 | 1 | -17/+100 |
* | | | Cosmetic: use LCMONETARY_SIZE_{FULL,MIN} defines like in other places | ache | 2002-10-12 | 1 | -4/+5 |
* | | | Fix style bugs: | schweikh | 2002-10-12 | 52 | -257/+256 |
* | | | This commit was generated by cvs2svn to compensate for changes in r104977, | ache | 2002-10-12 | 2 | -0/+10 |
|\ \ \ |
|
| * | | | Fix problem with missing pseudographics on stock xterm* entries - | ache | 2002-10-12 | 2 | -0/+10 |