summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Move the _POSIX_VERSION constant from <unistd.h> to <sys/unistd.h>, somike2002-10-132-2/+4
* | #ifdef _KERNEL not #if _KERNEL.mike2002-10-131-1/+1
* | Oops, missed that in rev. 1.35.ru2002-10-131-1/+0
* | Include <sys/_posix.h> directly instead of depending on <sys/proc.h>mike2002-10-131-0/+1
* | Don't call report() without a format string.kris2002-10-131-1/+1
* | Mark the logerr() function __printflike().kris2002-10-131-1/+1
* | Use strlcpy instead of incorrectly using strncpy.kris2002-10-131-1/+1
* | Dump in $TMPDIR if !setugid, and use mode 0644 instead of 0666.kris2002-10-131-7/+11
* | Ignore TMPDIR if the application is setugid.kris2002-10-131-1/+2
* | FreeBSD's libedit does not include NetBSD's readline emulation code.tjr2002-10-131-4/+3
* | Support FreeBSD versions starting from 4.0-RELEASE.ru2002-10-131-0/+10
* | Build the kernel with -mconstant-gp. This means that function calls,marcel2002-10-131-0/+2
* | - Remove the do { } while(0) from the VOP lock assert macros. This wasjeff2002-10-131-7/+7
* | ia64 specific CFLAGS change:marcel2002-10-132-2/+2
* | Prevent stack-smashing buffer overflows in -D and -r options by usingkris2002-10-132-6/+10
* | MFS: Fix smrsh bypass bug.gshapiro2002-10-131-0/+35
* | o Fix a silly requirement for <machine/signal.h> to be included in themike2002-10-131-49/+70
* | Add standards visibility conditionals. Change any uses of sigset_t tomike2002-10-137-30/+69
* | Assume POSIX/XSI is always visible in the __BSD_VISIBLE case. Fix amike2002-10-131-5/+8
* | Removed unused tl0_syscall.jake2002-10-121-84/+0
* | o Fix typo in previous commit: s/sc-nsect/sc->nsect/marcel2002-10-121-2/+2
* | Plug two holes where we returned to userland without restoringmarcel2002-10-122-0/+4
* | whitespace fixes.alfred2002-10-121-2/+2
* | Have the linker collect and combine all unwind_info and unwindmarcel2002-10-121-2/+2
* | Use buffer-safe string functions for paranoia.kris2002-10-121-11/+12
* | Zero memory after malloc. This stops sysinstall from dumping corekris2002-10-121-0/+1
* | Document import of gdb-5.2.1.mp2002-10-122-14/+40
* | Remove dependency on version.in for version information.mp2002-10-121-2/+3
* | Polish previous commit:marcel2002-10-121-13/+18
* | MFp4: Include machine/vmparam.h to pull in definition of IA64_RR_BASE.marcel2002-10-121-0/+1
* | Make this compile on 64-bit architectures (e.g. ia64) by not assumingmarcel2002-10-122-4/+4
* | Remove the dependency on ia64_cpu.h by not defining pmap_kextract()marcel2002-10-121-6/+1
* | Disallow libdialog to be used in setugid applications; it is chock fullkris2002-10-121-0/+8
* | And the MFbed for the German version of the -current release notes, thisue2002-10-1235-1556/+2576
* | Add self.anders2002-10-121-0/+1
* | Fix function parameter lists to be correct and eliminate compiler warnings.mp2002-10-121-3/+4
* | Resolve conflicts with gdb-5.2.1 import.mp2002-10-123-1/+15
* | This commit was generated by cvs2svn to compensate for changes in r104990,mp2002-10-1219-313/+1064
|\ \
| * | Import gdb-5.2.1mp2002-10-1222-319/+1086
* | | Add restrict type-qualifier.mike2002-10-1220-49/+46
* | | Fix a dozen typos, among them dmr's last name :-) and the ever soschweikh2002-10-121-299/+299
* | | s/dependancy/dependency/schweikh2002-10-124-5/+5
* | | Fixed syntax errors and printf format errors.bde2002-10-121-3/+5
* | | o Add typedefs for size_t and ssize_t.mike2002-10-121-17/+100
* | | Cosmetic: use LCMONETARY_SIZE_{FULL,MIN} defines like in other placesache2002-10-121-4/+5
* | | Fix style bugs:schweikh2002-10-1252-257/+256
* | | This commit was generated by cvs2svn to compensate for changes in r104977,ache2002-10-122-0/+10
|\ \ \
| * | | Fix problem with missing pseudographics on stock xterm* entries -ache2002-10-122-0/+10
* | | | Describe the restrictions on seeking on wide character streams, and alsotjr2002-10-121-3/+15
* | | | Increase the max dummynet hash size from 1024 to 65536. Default is stillseanc2002-10-123-3/+9
OpenPOWER on IntegriCloud