summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2002-02-11remove lpa support (used for kvtop), copy a piece of pcxl fault handler into ↵Michael Shalayeff
the dirty handler to avoid excessive branching
2002-02-11kvtop no moreMichael Shalayeff
2002-02-11extend the hackery to not use kvtopMichael Shalayeff
2002-02-11fpu_curpcb has pa in it, use accordingly, do not use kvtopMichael Shalayeff
2002-02-11do not use kvtopMichael Shalayeff
2002-02-11o add __weak_alias definition.Federico G. Schwindt
o empty definitions if !__GNUC__ miod@ testing and ok.
2002-02-11only change _STRING for weak_alias; sorry miod.Federico G. Schwindt
2002-02-11o add __weak_alias definition.Federico G. Schwindt
o _STRING -> __STRING o empty definitions if !__GNUC__ miod@ testing and ok.
2002-02-11remove unneeded header.Federico G. Schwindt
2002-02-11change to errx(3)Federico G. Schwindt
2002-02-11disable fpu on csw, print fpu version on cpu line, if presentMichael Shalayeff
2002-02-11ld dumps core on vax if we compile this -O0Theo de Raadt
2002-02-11Merge pmap_bootstrap060() with pmap_bootstrap().Miod Vallat
Thanks to deraadt@ for testing on mvme177.
2002-02-11Put back local change that allowed things to build on static-libs-onlyMiod Vallat
arches, that was lost in last heimdal import. Found the hard way by deraadt@.