summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-02-13When you give command examples and etc., in a manual page prefix them with:Mike Pechkin
$ command or # command deraadt@ ok
2002-02-13sync with KAME.Kenjiro Cho
wipe away the remaining code fragments which might be inherited from rsvpd. (just to make sure.)
2002-02-13rewrite the parser code to get rid of the heritageKenjiro Cho
from rsvpd (rtap_cmds.c). replace the USC copyright by mine. it was OKed by the rsvp folks long time ago. this was the last USC copyright in the ALTQ related files. make "delete" command to accept filter name so that named filters can be deleted.
2002-02-13typo: clinet -> client from KAME.Kenjiro Cho
2002-02-13sync with KAME.Kenjiro Cho
make altq actually work with kernl ppp. add if_start for the altq case to kick transmission. don't call ppp_restart() to prevent useless interrupt loop under rate-limiting.
2002-02-13sync with KAME.Kenjiro Cho
check if the CPU supports TSC in i386 to avoid panic on non-pentium CPUs. use pentium_mhz or alpha's cycles_per_usec. add a protection against a bogus IP header length when parsing the header. be more careful about mbuf data length. a backtrace reported by "Robert John Shepherd" <robert@reviewer.co.uk>
2002-02-13sync with KAME.Kenjiro Cho
comment out the warning message for the clock going backwards in the TV_DELTA macro. it happens when the clock is adjusted and gives me more trouble than help.
2002-02-13move ALTQ_RED and ALTQ_CBQ from altq.h to altq_var.h.Kenjiro Cho
protect them from duplicated defines.
2002-02-13don't ignore the contents of /etc/ssh; ok deraadt@Marco S Hyman
2002-02-13syncTheo de Raadt
2002-02-13vpn1211Theo de Raadt
2002-02-13 simplify the define_key() code to use sane functions in two separate bufferVincent Labrecque
instead of hardcoding sizes. ok art@,deraadt@
2002-02-13 * Replace unsafe strcpy and strcat calls to safe strlcpy and strlcat.Vincent Labrecque
* Be a little bit more verbose about some errors * Fix some memory leaks in fileio.c ok deraadt@, art@
2002-02-13use strncpy instead of strcpy (no strcpy in libsa); hugh okTheo de Raadt
2002-02-13teach about sparc64Theo de Raadt
2002-02-13API cleanup and backwards compat for filexfer v.0 servers; ok markus@Damien Miller
2002-02-13readpass.c is not longer from UCB, since we now use readpassphrase(3)Markus Friedl
2002-02-13handle SSH2_FILEXFER_ATTR_SIZE in SSH2_FXP_(F)SETSTAT; ok djm@Markus Friedl
2002-02-12syncTheo de Raadt
2002-02-12accept sample rates <= highrate.Federico G. Schwindt
2002-02-12while im here; clean -Wall.Federico G. Schwindt
2002-02-12_PATH_DEV already includes the trailing '/'; no need for it.Federico G. Schwindt
2002-02-12test before commitTheo de Raadt
2002-02-12only compile pckbc_isa if pckbc was configured on isaMichael Shalayeff
2002-02-12More FREF/FRELE protection. This time all users of getvnode.Artur Grabowski
2002-02-12amap_extend is very expensive, allocate more memory to avoid bcopy the nextNiels Provos
time around; my fix was very similiar to netbsd, take netbsd fix; okay art@
2002-02-12syncTheo de Raadt
2002-02-12fix style in .SYNOPSIS. Spotted by grange@grange.ruMike Pechkin
deraadt@ ok
2002-02-12Add 128-bits as recommended AES key length.Kjell Wooding
Rework the pf rulesets to use better style (ie. macros, lists), and match the examples used elsewhere in the document Ok angelos@
2002-02-12Add Dell, Thinkpad maintenance partition types.Kjell Wooding
2002-02-12Remove references to nonexistent man pages. Ok theo, millert.Kjell Wooding
2002-02-12malloc_roundup to calculate allocation size malloc will use; from netbsd;Niels Provos
okay art@
2002-02-12beep!Jason Wright
2002-02-12Fix my total blackout of the brain.Artur Grabowski
I rearrange half of this function to properly handle unlocking in one error case, then I forget to handle that error case. I even had a regression test written for this! In other words: fix accept(2) to unlock when it runs out of fds.
2002-02-12no need to zero out the page offset in pmap_hash, it'd already been doneMichael Shalayeff
2002-02-12u[date irq numbers from the paperMichael Shalayeff
2002-02-12cross out done itemsMichael Shalayeff
2002-02-12Fix all users of getsock to use FREF/FRELE properly.Artur Grabowski
2002-02-12Let overlapped upload path handle servers which reorder ACKs. This may beDamien Miller
permitted by the protocol spec; ok markus@
2002-02-12Perform multiple overlapping read/write requests in file transfer. MostlyDamien Miller
done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@
2002-02-12import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
2002-02-12import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
2002-02-12Apache 1.3.23+mod_ssl-2.8.6-1.3.23 mergeBob Beck
2002-02-12support 712's programmable power switch, no interrupt yetMichael Shalayeff
2002-02-12small repairs to hpmc and toc handlersMichael Shalayeff
2002-02-12Much to my annoyance, teach zskbd how to bark.Jason Wright
2002-02-12Correct cross reference. PR#2390.Hugh Graham
2002-02-12leftover form dekvtop (which did the block maps too)Michael Shalayeff
2002-02-11more cloned devicesMichael Shalayeff
2002-02-11irqs porperMichael Shalayeff