summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-11-24make it use system bcopy/bzero (speeds up the vax about twice); from pr3549Michael Shalayeff
2003-11-24madvise mmapped memory (not used code)Michael Shalayeff
2003-11-24Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@Darren Tucker
2003-11-23-fno-builtin* checked by brad@Marc Espie
2003-11-23from portable: rename clashing variable limit-> limit_rate; ok markus@Damien Miller
2003-11-23consistency PATH_MAX -> MAXPATHLEN; ok markus@Damien Miller
2003-11-23from portable - use sysconf to detect fd limit; ok markus@Damien Miller
2003-11-23If gld${EMULATION_NAME}_search_dir() returns NULL, return earlyNikolay Sturm
2003-11-23Check correct array index KERN_VNODE; from Alistair KerrTodd C. Miller
2003-11-23Check getpass(3) return value. From Jared Yanovich <jjy2+ at pitt dot edu>Otto Moerbeek
2003-11-23check for too-small length in stream debug codeAnil Madhavapeddy
2003-11-23allow underscore in usernames, from Niels/NetBSDNikolay Sturm
2003-11-22Fix diff -q exit value which was broken in last commit.Todd C. Miller
2003-11-22document RETURN VALUES and ERRORS; from FreeBSD's page;Jason McIntyre
2003-11-22madvise() -- take twoMichael Shalayeff
2003-11-22daniel stumbled over a broken regress test, and it turned out that I forgotHenning Brauer
2003-11-22Revert the last change since it's broke make release.Alexander Yurchenko
2003-11-22more packing-lists sanity checks:Marc Espie
2003-11-22:mod, simpler search patterns. Idea from NetBSD.Marc Espie
2003-11-22the the typo. from rohee@Marc Espie
2003-11-22Unbreak compiling with DEBUG.Alexander Yurchenko
2003-11-22remove multi-line literals in __asm syntax to keep gcc3 happyAnil Madhavapeddy
2003-11-21- standard SYNOPSISJason McIntyre
2003-11-21Simplified support for concatenated files; similar to what zlib does.Todd C. Miller
2003-11-21mark mmap()ed memory as sequentially accessedMichael Shalayeff
2003-11-21madvise(sequential) the mmap()ed file and plug an fd leak on mmap() failure; ...Michael Shalayeff
2003-11-21kill comma splice; from Jared Yanovich;Jason McIntyre
2003-11-21grammar improvements from Jared Yanovich;Jason McIntyre
2003-11-21madvise() mmaped memory as sequentially accessed cutting user time almost in ...Michael Shalayeff
2003-11-21Allow and Deny rules with IP addresses outside the class A rangeHenning Brauer
2003-11-21+ -fno-builtin-* on architectures confirmed to work.Marc Espie
2003-11-21small update for openssl dhparam: sort options and document -check;Jason McIntyre
2003-11-21printf(prompt) -> printf("%s", prompt)Otto Moerbeek
2003-11-21unexpand and delete whitespace at EOL; ok markus@Damien Miller
2003-11-21sync with <mount.h>; from FreeBSD;Jason McIntyre
2003-11-21mixerctl.1:Jason McIntyre
2003-11-21WCCPv1, not WCCPv2; from Berk D. Demir;Jason McIntyre
2003-11-21add -o option to generate kvm database in alternate directory;Damien Miller
2003-11-21encourage people to use -h rather than -L;Jason McIntyre
2003-11-21oops, it wasn't that diff that tedu@ ok'd - revert for nowDamien Miller
2003-11-21add output file and path stripping options useful for pre-generatingDamien Miller
2003-11-21Remove redundant arguments to pf_sockaddr_lookup(); proto and af are alreadyRyan Thomas McBride
2003-11-21Remove unused "ipoff" arguments.Ryan Thomas McBride
2003-11-21Fix broken assumption that a file must contain differences if files_differ()Todd C. Miller
2003-11-20build statically, to ease disaster recovery in some situations.Ted Unangst
2003-11-20remove -Werror from userland builds, to give us a chance toAnil Madhavapeddy
2003-11-20Correct bounds check in semop(2) and semctl(2)Todd C. Miller
2003-11-20correct prototype; nsops is unsignedTodd C. Miller
2003-11-20Sync comments with NetBSD.Alexander Yurchenko
2003-11-20Make these pass -Wsign-compareTodd C. Miller