Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-13 | teach about sparc64 | Theo de Raadt | |
2002-02-13 | API cleanup and backwards compat for filexfer v.0 servers; ok markus@ | Damien Miller | |
2002-02-13 | readpass.c is not longer from UCB, since we now use readpassphrase(3) | Markus Friedl | |
2002-02-13 | handle SSH2_FILEXFER_ATTR_SIZE in SSH2_FXP_(F)SETSTAT; ok djm@ | Markus Friedl | |
2002-02-12 | sync | Theo de Raadt | |
2002-02-12 | accept sample rates <= highrate. | Federico G. Schwindt | |
2002-02-12 | while 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-12 | test before commit | Theo de Raadt | |
2002-02-12 | only compile pckbc_isa if pckbc was configured on isa | Michael Shalayeff | |
2002-02-12 | More FREF/FRELE protection. This time all users of getvnode. | Artur Grabowski | |
2002-02-12 | amap_extend is very expensive, allocate more memory to avoid bcopy the next | Niels Provos | |
time around; my fix was very similiar to netbsd, take netbsd fix; okay art@ | |||
2002-02-12 | sync | Theo de Raadt | |
2002-02-12 | fix style in .SYNOPSIS. Spotted by grange@grange.ru | Mike Pechkin | |
deraadt@ ok | |||
2002-02-12 | Add 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-12 | Add Dell, Thinkpad maintenance partition types. | Kjell Wooding | |
2002-02-12 | Remove references to nonexistent man pages. Ok theo, millert. | Kjell Wooding | |
2002-02-12 | malloc_roundup to calculate allocation size malloc will use; from netbsd; | Niels Provos | |
okay art@ | |||
2002-02-12 | beep! | Jason Wright | |
2002-02-12 | Fix 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-12 | no need to zero out the page offset in pmap_hash, it'd already been done | Michael Shalayeff | |
2002-02-12 | u[date irq numbers from the paper | Michael Shalayeff | |
2002-02-12 | cross out done items | Michael Shalayeff | |
2002-02-12 | Fix all users of getsock to use FREF/FRELE properly. | Artur Grabowski | |
2002-02-12 | Let overlapped upload path handle servers which reorder ACKs. This may be | Damien Miller | |
permitted by the protocol spec; ok markus@ | |||
2002-02-12 | Perform multiple overlapping read/write requests in file transfer. Mostly | Damien Miller | |
done by Tobias Ringstrom <tori@ringstrom.mine.nu>; ok markus@ | |||
2002-02-12 | import apache 1.3.26 + mod_ssl 2.8.10 | Bob Beck | |
2002-02-12 | import apache 1.3.26 + mod_ssl 2.8.10 | Bob Beck | |
2002-02-12 | Apache 1.3.23+mod_ssl-2.8.6-1.3.23 merge | Bob Beck | |
2002-02-12 | support 712's programmable power switch, no interrupt yet | Michael Shalayeff | |
2002-02-12 | small repairs to hpmc and toc handlers | Michael Shalayeff | |
2002-02-12 | Much to my annoyance, teach zskbd how to bark. | Jason Wright | |
2002-02-12 | Correct cross reference. PR#2390. | Hugh Graham | |
2002-02-12 | leftover form dekvtop (which did the block maps too) | Michael Shalayeff | |
2002-02-11 | more cloned devices | Michael Shalayeff | |
2002-02-11 | irqs porper | Michael Shalayeff | |
2002-02-11 | remove lpa support (used for kvtop), copy a piece of pcxl fault handler into ↵ | Michael Shalayeff | |
the dirty handler to avoid excessive branching | |||
2002-02-11 | kvtop no more | Michael Shalayeff | |
2002-02-11 | extend the hackery to not use kvtop | Michael Shalayeff | |
2002-02-11 | fpu_curpcb has pa in it, use accordingly, do not use kvtop | Michael Shalayeff | |
2002-02-11 | do not use kvtop | Michael Shalayeff | |
2002-02-11 | o add __weak_alias definition. | Federico G. Schwindt | |
o empty definitions if !__GNUC__ miod@ testing and ok. | |||
2002-02-11 | only change _STRING for weak_alias; sorry miod. | Federico G. Schwindt | |
2002-02-11 | o add __weak_alias definition. | Federico G. Schwindt | |
o _STRING -> __STRING o empty definitions if !__GNUC__ miod@ testing and ok. | |||
2002-02-11 | remove unneeded header. | Federico G. Schwindt | |
2002-02-11 | change to errx(3) | Federico G. Schwindt | |
2002-02-11 | disable fpu on csw, print fpu version on cpu line, if present | Michael Shalayeff | |
2002-02-11 | ld dumps core on vax if we compile this -O0 | Theo de Raadt | |
2002-02-11 | Merge pmap_bootstrap060() with pmap_bootstrap(). | Miod Vallat | |
Thanks to deraadt@ for testing on mvme177. | |||
2002-02-11 | Put back local change that allowed things to build on static-libs-only | Miod Vallat | |
arches, that was lost in last heimdal import. Found the hard way by deraadt@. |