summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-06-26configrom input failover + some KNFThierry Deval
ok itojun@
2002-06-263.4Markus Friedl
2002-06-26make sure # of response matches # of queries, fixes int overflow; from ISSMarkus Friedl
2002-06-26pointer safeguards + some KNFThierry Deval
ok itojun@
2002-06-26disclose less information from environment files; based on input from djm, ↵Theo de Raadt
and dschultz@uclink.Berkeley.EDU
2002-06-26typo; found by Jean-Francois Brousseau <krapht@secureops.com>Todd T. Fries
2002-06-26be careful in mm_zallocTheo de Raadt
2002-06-26Kill __FUNCTION__.Marc Espie
2002-06-26Actually use m68k-aliases (forgot to commit this...)Marc Espie
ok miod@
2002-06-26limit # of env vars to 1000; ok deraadt/djmMarkus Friedl
2002-06-26limit # of channels to 10000Markus Friedl
2002-06-26limit append to 1MB and buffers to 10MBMarkus Friedl
2002-06-26limit size of BNs to 8KB; ok provos/deraadtMarkus Friedl
2002-06-26Bump i386 kvm size to 768M.Artur Grabowski
deraadt@ ok.
2002-06-26Another great quote.Miod Vallat
2002-06-26correct bad practice in the code - it uses two changing variablesJun-ichiro itojun Hagino
to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is NOT critical.
2002-06-26avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl>Jun-ichiro itojun Hagino
correct bad practice in the code - it uses two changing variables to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is critical.
2002-06-26correct bad practice in the code - it uses two changing variablesJun-ichiro itojun Hagino
to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is NOT critical.
2002-06-26avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl>Jun-ichiro itojun Hagino
correct bad practice in the code - it uses two changing variables to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. this fix is critical.
2002-06-26syncTheo de Raadt
2002-06-26sendmail 8.12.5Todd C. Miller
2002-06-26rm duplicated decl of fwohci/fwlynxJun-ichiro itojun Hagino
2002-06-26forgot to commit - IEEE1394 bitsJun-ichiro itojun Hagino
2002-06-26Update correct statistic if m_inject() fails --- from sam@errno.comAngelos D. Keromytis
2002-06-25un __P() -ify.Jun-ichiro itojun Hagino
2002-06-25and kill a now bogus commentMichael Shalayeff
2002-06-25o Kill queue groups stuff; we can do a better job using qtoolTodd C. Miller
o Wait at least 27 minutes before trying to redeliver a message o Drop confTO_QUEUERETURN from 4d to 3d o No point in blacklist_recipients or commented RBL stuff o Remove some old Windoze worm stuff checks
2002-06-25this monkey has not been a mbr for a couple of years alreadyMichael Shalayeff
2002-06-25Minor fixes, including duplicate and missing words; Brian PooleTodd C. Miller
2002-06-25No \n at the end of a panic() message... I thought all occurences had beenMiod Vallat
squashed already.
2002-06-25More details on booting from a secondary scsi controller, from feedbackMiod Vallat
on alpha@.
2002-06-25undef the timeout_*(), this is still WRONG it does allow using both event.h ↵Michael Shalayeff
and sys/timeout.h in the same source (which is a valid use for both), proper fix is to rename the timeout_*() api here
2002-06-25still export the macros, some userland uses itMichael Shalayeff
2002-06-25Unbreak config on pci architectures without firewire devices.Miod Vallat
2002-06-25lightweight do_setusercontext after chroot()Markus Friedl
2002-06-25Now that we don't have a trailing newline we need to explicitly checkTodd C. Miller
that the first char in the line is not NUL after killing comments.
2002-06-25IEEE1394 infrastructure part.Jun-ichiro itojun Hagino
IP-over-FW and SCSI over FW are being worked on.
2002-06-25add ARP hardware type for IEEE1394Jun-ichiro itojun Hagino
2002-06-25protos and macros are only for _KERNEL, malliciously pollutes the user name ↵Michael Shalayeff
space otherwise
2002-06-25unnecessary castMarkus Friedl
2002-06-25rcsidsMichael Shalayeff
2002-06-25typos. Patch from bk@rt.frMike Pechkin
millert@ ok
2002-06-25Add LIBEVENT; pointed out by Brian J. KifiakTodd C. Miller
2002-06-25Back out my change to pass in sc_dev.dv_xname to pcmcia_intr_establish().Todd C. Miller
It screws up printing in dmesg and doesn't actually help anything since interupts in "vmstat -i" show up as pcmcia*, not wi* or an*.
2002-06-25display readonly/modified combination just like emacs.Vincent Labrecque
ok deraadt@
2002-06-25regression tests for options in pf.confHenning Brauer
ok dhartmei@, kjell@
2002-06-25hooks for options.Henning Brauer
we don't support setting pf options via authpf, but need the hooks here, too. ok dhartmei@, kjell@
2002-06-25move pfctl options -t, -m, -O and -l to pf.conf. These are set using theHenning Brauer
"set" keyword. example rulefile: set optimization aggressive set timeout { tcp.closing 6, tcp.opening 6 } set limit { states 1000, frags 1000 } set loginterface wi0 pass out all keep state label "$nr:$srcaddr:$srcport:$dstaddr:$dstport" block in all fries@ is working on an updated pf.conf(5) discussed at c2k2 and on icb ok dhartmei@, kjell@
2002-06-25hpux emu is to do; from david krauseMichael Shalayeff
2002-06-25Add RID to get the DBM adjustment factor; imp@freebsd.orgTodd C. Miller