summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-30two more strip_chrootHenning Brauer
found by Steph <sengel@melshake.com>, who also tested this. I'm very happy with the way you help here. Thanks a lot.
2002-07-30avoid using same variable name for global and auto variable.Jun-ichiro itojun Hagino
2002-07-30oops, i've been looking at older tree.hJun-ichiro itojun Hagino
2002-07-30SPLAY_INSERT is a void functionJun-ichiro itojun Hagino
2002-07-30sync prototype for yyerror().Jun-ichiro itojun Hagino
2002-07-30include filter.h, dont' duplicate prototypeJun-ichiro itojun Hagino
2002-07-30ansi wump, plus a more accurate commentPaul Janzen
2002-07-30extern decls should be outside of function.Jun-ichiro itojun Hagino
2002-07-30Kill buffer overflow.Paul Janzen
2002-07-30whitespace at EOLJun-ichiro itojun Hagino
2002-07-30solve a problem with realpath when the last component of the path isNiels Provos
a directory without S_IXUSR; tested by me and dugsong.
2002-07-30Add SIZE_MAX define. This is the same as SIZE_T_MAX but more portable.Todd C. Miller
The only OSes I've seen that use SIZE_T_MAX are 4.4BSD-derived whereas SYSV things seem to use SIZE_MAX. It is also consistent with SSIZE_MAX (which we already have). deraadt@ OK
2002-07-30more strlcpy; itojun okTheo de Raadt
2002-07-30Release sessions to avoid memory leak. From NetBSD. ok deraadt@Thomas Nordin
2002-07-30be even more careful with strlcpy()Theo de Raadt
2002-07-30Clarify time handling at securelevel 2. Idea from mpech@ ok millert@Thomas Nordin
2002-07-30return failure if integer overflow happens. sigh; too people had toTheo de Raadt
help get this right.
2002-07-29switch to ether_input_mbuf(); mickey@ tested and ok.Federico G. Schwindt
2002-07-29turn off more methods by default -- enable them if you need them; millert okTheo de Raadt
2002-07-29Try to gracefully handle out of memory conditions.Artur Grabowski
Not that it will help much, but what the hell. noticed by: tedu <grendel@zeitbombe.org>
2002-07-29careful mallocTheo de Raadt
2002-07-29minor formattingArtur Grabowski
2002-07-29o complete restructuringPhilipp Buehler
o BNF has been fixed and should represent -current as close as possible o theo: commit this, and then let us get started fixing it.
2002-07-29dma support for serverwors osb4 and csb5, from netbsd; csapuntz@, deraadt@ okMichael Shalayeff
2002-07-29Replace an instance of chmod() with fchmod()Todd C. Miller
2002-07-29this should be a DPRINTFNathan Binkert
2002-07-29Recognize additional host bridges, pretty printing only, no function diff.Dale Rahn
2002-07-29Replace atexit handler. mprotect() the pages so an attempt to modify theDaniel Hartmeier
function pointers from the outside will segfault. Idea, hints and feedback from deraadt. ok deraadt.
2002-07-29Try to modify __atexit directly and see if our function gets called.Daniel Hartmeier
2002-07-29regenTodd C. Miller
2002-07-29PCI_PRODUCT_USR2_WL11000P not PCI_PRODUCT_USR2_USR11000PTodd C. Miller
2002-07-29It is WL11000P, not USR11000P. Woohoo, we save a byte!Todd C. Miller
2002-07-29regenMichael Shalayeff
2002-07-29another rcc ide and change the osb4 ide name (not used right now), from netbsdMichael Shalayeff
2002-07-29USR 2410 and 2445 work fine. The 2445 is a 3.3V card with an externalTodd C. Miller
antenna. It's not intended to be used out of its PCI adaptor but works fine either way.
2002-07-29print file:lineMarkus Friedl
2002-07-29undrugs this.Federico G. Schwindt
- correct command in gprclose and gpropen. - fix tlvput logic. - change a few regs.
2002-07-29Fix two off-by-one errors when sanity-checking inode numbers. InFederico G. Schwindt
ext2fs, inode numbers start at 1, so the maximum valid inode number is (s_inodes_per_group * s_groups_count), not one less. From FreeBSD. costa@ ok.
2002-07-29fix -u description in httpd -h: we don't chroot into DocumentRoot butHenning Brauer
ServerRoot. noticed by "Aaron Yourk" <ayourk@srt.com>
2002-07-29Bunch of cleanups and one last bugfix that seems to make things work.Artur Grabowski
Mark COPY relocations as needing to resolve the destination symbol.
2002-07-29query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.Jun-ichiro itojun Hagino
(need some string-manipulation cleanup near here)
2002-07-29be friendly with gcc-3.1.1 -O2, which takes advantage of ANSI CJun-ichiro itojun Hagino
pointer aliasing rule (gcc optimization/7427). from tsubai@netbsd, sync w/kame
2002-07-29updateJason Wright
2002-07-29use ROP_OLD for VSCROLL, with this, vertical scroll (copyrows) works (and ↵Jason Wright
it's -fast-)
2002-07-29- cache the last value written to FBC_FG and avoid unnecessary fifo writesJason Wright
- add a copyrows implementation based on the VSCROLL drawing operation. It draws a correctly sized rectangle, but I have no idea where the source data came from... so it's currently disabled =)
2002-07-29hifn isn't sure if the burst write problem applies to the 7811 rev 1 or not, ↵Jason Wright
so play it safe and apply the workaround on all 7811's.
2002-07-29add 2 flags from ext3. useful to help you diagnose problems.Federico G. Schwindt
2002-07-29another usb ethernet deviceNathan Binkert
from NetBSD
2002-07-29syncNathan Binkert
2002-07-29another usb ethernet deviceNathan Binkert