Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-28 | work around XOPEN decl | Theo de Raadt | |
2003-04-28 | No need to install both the "readline guide" and the "readline user's guide" | Miod Vallat | |
since the former is a superset of the latter, and they used the same info node name, for further confusion. ok millert@ krw@ | |||
2003-04-28 | Proper @ignore usage, to prevent yet another gnu notice to pop up by mistake | Miod Vallat | |
in the middle of a page. ok millert@ krw@ | |||
2003-04-28 | pull in string.h | 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 | Change gcc to generate ELF code for i386. | Dale Rahn | |
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-14 | standalone/stand alone -> stand-alone; | Jason McIntyre | |
from NetBSD (Igor Sobrado); httpd stuff passed to apache people; ok millert@ | |||
2003-04-14 | built in -> built-in; | Jason McIntyre | |
from NetBSD (Igor Sobrado); smrsh(8) passed on to sendmail people; ok millert@ | |||
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-04-09 | fix the readonly objects placement into thee .rodata proper; espie@ ok | Michael Shalayeff | |
2003-04-09 | xmalloc called with the wrong sizeof in sentinel attribute setup | Anil Madhavapeddy | |
espie@ ok | |||
2003-04-08 | fix another non-POSIX chown | Todd C. Miller | |
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-29 | Update to sendmail 8.12.9; fixes a buffer overflow in address parsing | Todd C. Miller | |
due to a char to int conversion problem which is potentially remotely exploitable. | |||
2003-03-28 | PIC does not mix well w/ nopic (yet); espie@ ok | Michael Shalayeff | |
2003-03-28 | Add missing MLINKS for Getopt::Std and fix NAME section | Todd C. Miller | |
2003-03-24 | Recognize -soname foo, so that ld can properly ignore it. | Marc Espie | |
ok millert@, pval@. | |||
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-19 | Return 0 on success, rather than falling off the end of a function prototyped | Dale Rahn | |
as returning int. | |||
2003-03-18 | spelling typos/errors | David Krause | |
ok miod@ jmc@ | |||
2003-03-17 | OpenBSD 3.3 has setreuid/setregid. | Todd C. Miller | |
2003-03-15 | specifed -> specified | Theo de Raadt | |
2003-03-15 | New frame addressing (plus (subreg (reg fp)) const) is supported by ↵ | Hiroaki Etoh | |
push_frame_in_operand. | |||
2003-03-12 | typo; Ross.Richardson@utas.edu.au | Theo de Raadt | |
2003-03-11 | files with dead .Xr's; | Jason McIntyre | |
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@ | |||
2003-03-11 | The variable cse_not_expected must be initialized. | Hiroaki Etoh | |
2003-03-11 | The loop optimization using frame pointer is omitted. | Hiroaki Etoh | |
2003-03-11 | not to combine the register related to frame addressing for the case ↵ | Hiroaki Etoh | |
FRAME_GROWS upward | |||
2003-03-10 | Move /var/log/sendmail.st creation to etc/Makefile where it belongs; | Todd C. Miller | |
noticed by grange@ | |||
2003-03-09 | Originally from gcc: | Henric Jungheim | |
2002-06-14 Jeff Sturm <jsturm@one-point.com> * config/sparc/sparc.h (DYNAMIC_CHAIN_ADDRESS): Add SPARC_STACK_BIAS. 2002-03-12 Andrew MacLeod <amacleod@redhat.com> * config/sparc/sparc.h (RETURN_ADDR_RTX): Include v9 stack bias in address calculation. through Hiroaki Etoh (thanks). This gets "__builtin_return_address()" to work on sparc64. ok deraadt@ | |||
2003-03-09 | Move WANT_LIBMILTER bits until after bsd.own.mk has been pulled in. | Todd C. Miller | |
2003-03-09 | Pull in bsd.own.mk early so we can get WANT_* from there. | Todd C. Miller | |
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-07 | .Xr typos; | Jason McIntyre | |
ok millert@ | |||
2003-03-06 | broken .Xr's; | Jason McIntyre | |
typos, rather than dead references ok deraadt@ | |||
2003-03-03 | Update to Sendmail 8.12.8; fixes a buffer overflow in the envelope | Todd C. Miller | |
comments processing which may allow an attacker to gain root privileges. |