summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-02as grange pointed out, BUFQ_ALLOC might failTed Unangst
2004-02-02dont let files patch themselves into existance multiple time, and useDale Rahn
the correct version.
2004-02-02remove sparcv9 code.Brad Smith
ok marc@
2004-02-02be just like gnu emacs when more than 2 files are specified on the commandVincent Labrecque
line: create a buffer list window
2004-02-02Yet another signature; reported by danh@Alexander Yurchenko
2004-02-02make the stack compile if NPF=0. ok deraadt@ markus@Cedric Berger
2004-02-02missing #if NPF > 0. ok henning@Cedric Berger
2004-02-02partially working...Dale Rahn
2004-02-02Support for UDMA2 capable SCx200 ide found on all National SemiconductorAlexander Yurchenko
SC1100 based boards (soekris net4801 e.g.). Tested both with CF cards and UDMA2 drive. Help and three (sic!) OKs from gluk@, test and ok markus@. Thanks to Wim for the soekris board.
2004-02-02gluk points out i missed tagsTed Unangst
2004-02-02spacesTheo de Raadt
2004-02-02Fix bug in the decision process. The decision process is unable to directlyClaudio Jeker
detect changes of the active prefix. This bug is only triggered when a nexthop changes state. While doing that clarify prefix_move a bit. OK henning@
2004-02-02'F'reeguard doc, as reported missing by brad. nit free thanks to jmcTed Unangst
2004-02-02Somehow I missed this peace in one of my last commits. OK henning@Claudio Jeker
2004-02-02cope with recent changes:Henning Brauer
-TCP_MD5SIG -TCP_SACK_DISABLE is no more, TCP_SACK_ENABLE now and logic reversed ok markus@ jmc@
2004-02-02Use correct struct in sizeof for calloc. OK henning@Claudio Jeker
2004-02-02Seal a memory leak and fix a format string, conf->as is unsigned.Claudio Jeker
OK henning@
2004-02-02add missing frexpDale Rahn
2004-02-02cleanupDale Rahn
2004-02-02memset typo; Moritz JodeitMarkus Friedl
2004-02-02This file was not supposed to committed.Dale Rahn
2004-02-02Use the real fpgetround found in softfloat.Dale Rahn
2004-02-02fix __weak_aliasDale Rahn
2004-02-02Add missing minbrk symbol, fixes profiling builds.Dale Rahn
2004-02-02Do not evaluate pfi_index2kif[ifp->if_index] if PF is disabled.Cedric Berger
Safer and faster since we know that ifp->if_index can potentially be garbage. ok dhartmei@
2004-02-02sparc -> sparc64Brad Smith
2004-02-02Do away with non-aligned memory accesses.Otto Moerbeek
ok deraadt@ hshoexer@
2004-02-02Don't set alarms in the past + cleanup from NetBSD (minus the bugs there).Otto Moerbeek
ok millert@ hshoexer@
2004-02-02Don't return random garbage in the default case; return the smallest ringBrad Smith
descriptor instead. From NetBSD ok deraadt@
2004-02-02pod enable/disable have never been implemented, sigh. From gluk@.Alexander Yurchenko
2004-02-02A little better explanation about pod from gluk@Alexander Yurchenko
help and ok jmc@
2004-02-02sigh, watch for compile errors...Dale Rahn
2004-02-02tabulate list items;Jason McIntyre
2004-02-02I think there is no reason to splhigh around the VIA crypto stuffTheo de Raadt
anymore; also, indicate to userland that it may now safely use the instructions
2004-02-02ite is a yet another ``raid'' device, fake interface for it.Alexander Yurchenko
2004-02-01More work in attempt to get interrupts working reliably:Miod Vallat
- do not update 8259 masks after every modification, but let the code responsible for the changes update it at the most appropriate time. - be sure to correctly acknowledge interrupts on the 8259. - and various cleaning. This still fails when interrupts come too fast, at the moment.
2004-02-01remove old precompiler weirdness that is not really needed...Vincent Labrecque
2004-02-01pasto, from glukHenning Brauer
2004-02-01doc new i386 machdep sysctlTheo de Raadt
2004-02-01ignore too small MTUs (below 296 octets), similar to IPv4.Daniel Hartmeier
2004-02-01Update: document the network statement and update the announce descriptionClaudio Jeker
OK henning@
2004-02-01Set sane default announce types according to the peer type. For IBGP useClaudio Jeker
announce all and for EBGP use announce self. OK henning@
2004-02-01Add const type qualifier. ok jmc@Thomas Nordin
2004-02-01No multi-line strings, to please gcc3. No functional change.Miod Vallat
2004-02-01set i386_has_xcrypt at the right place, which exposes itself asTheo de Raadt
sysctl machdep.xcrypt Do not enabled yet..
2004-02-01Use "pushfl; popfl" sequence before each xcrypt-* instruction. AccordingTheo de Raadt
to the manual, any load into the EFLAGS register clears bit 30, resulting in key reload. This is the mechanism that permits multi-process use of the xcrypt-* instruction..
2004-02-01use VIA xstore-rng and xcrypt-* instructions, now that gas groks themTheo de Raadt
2004-02-01via crypto code no longer needs to temporarily enable FSXR -- it isTheo de Raadt
now always on.
2004-02-01Merge many freebsd diffsTheo de Raadt
add VIA c3 crypto instructions add fxsave, fxrstor
2004-02-01Enable FXSR all the time, and cope with NPX/FXSR conversions; from netbsd.Theo de Raadt
Pass SSE/SSE2/XCRYPT flags out via syctl, and prepare for being able to do xcrypt-* in userland; ok naddy, tested a lot by pvalchev and jolan, also works on amd64 in 32bit mode