summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-05Cleanup with respect to bad macro arguments.Ingo Schwarze
2014-07-05No need to redefine DT_PROCNUM and DT_BIND_NOW here, these are provided by MIMiod Vallat
2014-07-05Assume we have getfsstat(); simplify the interface to the *mountent()Philip Guenther
2014-07-05Given an http or https URL with user and password, URL-decode the userPhilip Guenther
2014-07-05Assume BSD44: statfs()Philip Guenther
2014-07-05Our fork() never missesPhilip Guenther
2014-07-05Assume POSIX: S_IFSOCK and S_IFIFOPhilip Guenther
2014-07-05Assume POSIX: sigrocmask()Philip Guenther
2014-07-05Assume POSIX: lchown(), fchown(), fchmod(), fchmodat()Philip Guenther
2014-07-05Matthias Pfaller rescinded clauses three and four of his licenseJonathan Gray
2014-07-05Assume POSIX: uid_t and gid_tPhilip Guenther
2014-07-05Assume POSIX: uid_t and gid_tPhilip Guenther
2014-07-05Assume POSIX: <dirent.h>, struct direntPhilip Guenther
2014-07-05Oops, fix both locations using D_NAMLEN()Philip Guenther
2014-07-05Stop using silly macro when checking for '.' and '..' directory entriesPhilip Guenther
2014-07-05Assume POSIX: waitpid(), select(), and <sys/select.h>Philip Guenther
2014-07-05A local array can't be NULLPhilip Guenther
2014-07-05Assume C89: stdargs, const, and setvbuf()Philip Guenther
2014-07-05ELF uberalles!Philip Guenther
2014-07-05Delete ancient unused demo cronjobPhilip Guenther
2014-07-05Use xcalloc() in waitup(): the calloc fails, simply returning ain't gonnaPhilip Guenther
2014-07-05Use void* in malloc/realloc/calloc wrappersPhilip Guenther
1995-10-18initial import of NetBSD treeTheo de Raadt
2014-07-05Cleanup regarding -offset and -width:Ingo Schwarze
2014-07-04malloc+memset -> callocPhilip Guenther
2014-07-04malloc+memset -> callocPhilip Guenther
2014-07-04malloc+memset -> callocPhilip Guenther
2014-07-04Convert a malloc+memset to a callocPhilip Guenther
2014-07-04Remove bogus mprotect call from RELOC_REL() - this macro is used to relocateMiod Vallat
2014-07-04Clean up messages regarding excess arguments:Ingo Schwarze
2014-07-04It makes much more sense to do the loop checking on incoming mails ratherEric Faurot
2014-07-04always attempt to use tls for relaying to the primary server whenEric Faurot
2014-07-04Create the ioport_ex and iomem_ex extents after we've set up the gdt gatesMark Kettenis
2014-07-04Tcpdump did not show the OSPF router id of hello packets if it wasAlexander Bluhm
2014-07-04Track whether a process is a zombie or not yet fully built via flagsPhilip Guenther
2014-07-04Clean up messages related to missing arguments.Ingo Schwarze
2014-07-03Fix formatting of empty .Bl -inset item heads.Ingo Schwarze
2014-07-03remove leakmalloc droppingsDamien Miller
2014-07-03Add a sshd_config PermitUserRC option to control whether ~/.ssh/rc isDamien Miller
2014-07-03allow explicit ::1 and 127.0.0.1 forwarding bind addresses whenDamien Miller
2014-07-03when rekeying, skip file/DNS lookup if it is the same as the key sentDamien Miller
2014-07-03MANDOCERR_NOARGS reported three completely unrelated classes of problems.Ingo Schwarze
2014-07-03Memory-leak-in-error-path of the day in X509_ATTRIBUTE_set1_data().Miod Vallat
2014-07-03Add identcpu detection for 1-GByte pagesMatthew Dempsky
2014-07-03Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.Miod Vallat
2014-07-03Mark functions calling exit(3) as __dead.Ingo Schwarze
2014-07-03Get clocks from Open Firmware on macppc and sparc64.Mark Kettenis
2014-07-03sending a heavily fragmented packet will cause the bus_dmamap_loadDavid Gwynne
2014-07-03Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - thisJoel Sing
2014-07-03It is important that we don't release the kernel lock between issuing aMark Kettenis