Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-10 | Install rcs2log, not a symlink to ../share/cvs/contrib/rcs2log | Todd C. Miller | |
Fix from SUZUKI Hitoshi; closes PR 3298 | |||
2003-06-03 | 2 terms | Marc Espie | |
2003-06-02 | somehow duplicate lines had gotten in there | Michael Shalayeff | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-06-02 | remove terms 3 and 4 of some of my licences | Theo de Raadt | |
2003-05-17 | no need for O0 on hppa anymore | Michael Shalayeff | |
2003-05-16 | sync | Hans Insulander | |
2003-05-16 | Don't link with -lkrb -lkafs. | Hans Insulander | |
ok jakob@ | |||
2003-05-12 | Disable krb4 support in preparation for krb4 removal. | Magnus Holmberg | |
ok jakob@, hin@ | |||
2003-05-08 | multiple readlink() calls that forgot the -1... | Vincent Labrecque | |
ok millert | |||
2003-05-08 | Previously, ld.so would use a single page for mapping the hints file | Todd C. Miller | |
and then, if that was not big enough, map the rest of it contiguously. However, there is no guarantee that the address space after the first mmap has not already been used by something else. Instead, just fstat the file and map up to st_size. Also reorganized the code a tad and added some sanity checks for st_size. Problem tracked down by dhartmei@ and mickey@; drahn@ OK. | |||
2003-05-07 | fix a memleak | Vincent Labrecque | |
ok deraadt | |||
2003-05-07 | Re-include a patch missed in the recent upgrade: | Anil Madhavapeddy | |
When passive FTP fails, switch to active FTP and try again Submitted by Andrew Basterfield <bob@cemetery.homeunix.org> | |||
2003-05-06 | minor string cleanings; tdeval ok | Theo de Raadt | |
2003-05-05 | correct incorrect off-by-one sscanf bound | Anil Madhavapeddy | |
millert@ ok | |||
2003-05-05 | Move exec base to 0x1c000000, exe/data gap to 512MB. Allows better | Dale Rahn | |
interleave of exe/shared libs. Raise MAXDSIZ back to 1G. This change REQUIRES a binary update on i386. | |||
2003-05-01 | Update to lynx-2.8.4-rel1, patchset d, now with IPv6 as well | Anil Madhavapeddy | |
Local patches we maintain to the distribution are: - replace unbounded fscanf with fgets (avsm) - spelling fixes (deraadt) - hppa -O0 workaround (mickey) - default to ftp passive (deraadt) - work with non-exec scripts (deraadt,hin,maja) - be more careful with rlogin username (art) - default to our webpage (deraadt) - install helpfiles locally (maja) - mkdtemp temp space directory (art) - install more recent config.guess (avsm) Tested by beck,millert,grange,fries,miod and others, deraadt@ ok | |||
2003-04-28 | string cleaning | Theo de Raadt | |
2003-04-26 | string cleaning; ok tdeval | Theo de Raadt | |
2003-04-26 | string cleaning; ok tedu tdeval | Theo de Raadt | |
2003-04-25 | fix typo; tom@minnesota.com | Theo de Raadt | |
2003-04-23 | typo; | Jason McIntyre | |
from NetBSD (Thomas T. Thai). ok millert@ | |||
2003-04-22 | replace an unbounded fscanf with an fgets | Anil Madhavapeddy | |
suggested by and ok millert@ | |||
2003-04-22 | sync up ELF and a.out versions of ldconfig(8) | David Krause | |
ok drahn@ mdoc ok jmc@ | |||
2003-04-17 | Underlying code supported 'ELF' symbols, however '-DNO_UNDERLINE' has | Dale Rahn | |
to be passed to cpp when processing the .S files. | |||
2003-04-17 | Switch i386 to new binutils, i386 tools now do ELF. | Dale Rahn | |
RODATA_* align macros to preserve current behavior on other archs and allow for 1G sep between beginning of exe and beginning of data DARPA funded work. | |||
2003-04-16 | string cleanup; ok millert | Theo de Raadt | |
2003-04-16 | string cleaning | Theo de Raadt | |
2003-04-13 | another bad bound; millert@ ok | Anil Madhavapeddy | |
2003-04-11 | Don't need LDFLAGS=-s since we pass in INSTALL_STRIP | Todd C. Miller | |
2003-04-09 | fix bad entry definition | Michael Shalayeff | |
2003-03-30 | Force the creation of pod/Makefile. We don't actually use this for | Todd C. Miller | |
anything but 'make clean'. Fixes some warnings pb@ noticed. | |||
2003-03-28 | Add missing MLINKS for Getopt::Std and fix NAME section | Todd C. Miller | |
2003-03-21 | fix breakage from the previous commit that removed confidential bugs: | David Krause | |
sendbug was reporting an error when there really wasn't one ok millert@ | |||
2003-03-17 | OpenBSD 3.3 has setreuid/setregid. | Todd C. Miller | |
2003-03-15 | specifed -> specified | Theo de Raadt | |
2003-03-08 | No more Net::Netmask | Bob Beck | |
2003-03-08 | no longer used by spamd, no need to keep. | Bob Beck | |
2003-03-02 | Add Net::Netmask, ok deraadt | Bob Beck | |
2003-03-01 | add two missing escapes, remove one spurious .Nm; ok espie@ | Wilbern Cobb | |
2003-03-01 | flesh out a bit more. | Marc Espie | |
2003-03-01 | Partial documentation for table data. | Marc Espie | |
2003-03-01 | Draft for a real tbl manpage, okay deraadt@, millert@ | Marc Espie | |
2003-03-01 | Disable mmalloc on all openbsd systems. It was disabled on some before. | Dale Rahn | |
ok miod@ pvalchev@ | |||
2003-02-28 | Don't trick the user into believing bugs can be confidential; OK tholo@ | Todd C. Miller | |
2003-02-28 | Convert to mdoc and customize further for OpenBSD | Todd C. Miller | |
2003-02-26 | repeated words; millert ok ok | Theo de Raadt | |
2003-02-16 | import texinfo 4.8 into the tree. | Theo de Raadt | |
(okay theo, kettenis) | |||
2003-02-16 | a few missing man pages converted from info documents; work done by jmc | Theo de Raadt | |
2003-02-16 | Synch cxxfilt man page with reality and arrange for it to get built and | Marc Espie | |
installed. Noticed by jmc@ |